@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.woff?8102c4838f9e3d08dad644290a9cb701)
    format("woff");
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Light.woff?8dc95fab9cf98d02ca8d76e97d3dff60)
    format("woff");
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Bold.woff?f20f5fc1c9c94e6017b42093b8e5ee58)
    format("woff");
  font-weight: 700;
}
@font-face {
  font-family: Chivo;
  src: url(fonts/Chivo-Regular.woff?4efe109a59f802c159de116d06d02899)
    format("woff");
  font-weight: 400;
}
@font-face {
  font-family: Chivo;
  src: url(fonts/Chivo-Bold.woff?a9dfe53be41b6f4c7a8b4ba3473d2033)
    format("woff");
  font-weight: 700;
}
@font-face {
  font-family: HealeeFont;
  src: url(fonts/Inter-Light.woff?c58ea231468353018b9f8ca321f18282)
    format("woff");
  font-weight: 300;
}
@font-face {
  font-family: HealeeFont;
  src: url(fonts/Inter-Regular.woff?7c539936c4c8c822b59a1bcc6c08a6ec)
    format("woff");
  font-weight: 400;
}
@font-face {
  font-family: HealeeFont;
  src: url(fonts/Inter-Medium.woff?7a8cc7241f766a142e15b2948804e547)
    format("woff");
  font-weight: 500;
}
@font-face {
  font-family: HealeeFont;
  src: url(fonts/Inter-SemiBold.woff?19b57197b819695d334b9961ee41910e)
    format("woff");
  font-weight: 600;
}
@font-face {
  font-family: HealeeFont;
  src: url(fonts/Inter-Bold.woff?79260e5b693fac2ee373b659f01a2bdf)
    format("woff");
  font-weight: 700;
}
@font-face {
  font-family: Speacialties;
  font-weight: 400;
  src: url(fonts/icon-specialty.ttf?c99ee2460157dad2796c628a49ebc0e4);
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(61, 63, 63, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.modal .modal-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007aff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0055b3;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.modal .modal-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
.modal .modal-title,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(61, 63, 63, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(61, 63, 63, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(61, 63, 63, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #d1e3d7;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #aacbb5;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c1d9c9;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #f9f0d5;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #f4e3b0;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f6e8bf;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #e4d0d0;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #cda8a8;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #dbc0c0;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #f7f4f1;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #f0eae6;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eee7e1;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(61, 63, 63, 0.075);
}
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(48, 50, 50, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  /*height: calc(3em + 1rem + 2px);*/
  padding: 0.5rem 1rem;
  font-size: 2rem;
  /*line-height: 1.5;
  border-radius: 0.3rem;*/
  text-align:center;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #5b9b70;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(91, 155, 112, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #5b9b70;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%235b9b70' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #5b9b70;
  box-shadow: 0 0 0 0.2rem rgba(91, 155, 112, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #5b9b70;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%235b9b70' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #5b9b70;
  box-shadow: 0 0 0 0.2rem rgba(91, 155, 112, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #5b9b70;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #5b9b70;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #5b9b70;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #79b08b;
  background-color: #79b08b;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(91, 155, 112, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #5b9b70;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #5b9b70;
  box-shadow: 0 0 0 0.2rem rgba(91, 155, 112, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 100%;
  color: #9f5858;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(159, 88, 88, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #9f5858;
  padding-right: calc(1.5em + 0.75rem);
  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='%239f5858'%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='%239f5858' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #9f5858;
  box-shadow: 0 0 0 0.2rem rgba(159, 88, 88, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #9f5858;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239f5858'%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='%239f5858' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #9f5858;
  box-shadow: 0 0 0 0.2rem rgba(159, 88, 88, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #9f5858;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #9f5858;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #9f5858;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #b37777;
  background-color: #b37777;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(159, 88, 88, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #9f5858;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #9f5858;
  box-shadow: 0 0 0 0.2rem rgba(159, 88, 88, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.blog-article .wp-block-file .wp-block-file__button,
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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) {
  .blog-article .wp-block-file .wp-block-file__button,
  .btn {
    transition: none;
  }
}
.blog-article .wp-block-file .wp-block-file__button:hover,
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.blog-article .wp-block-file .focus.wp-block-file__button,
.blog-article .wp-block-file .wp-block-file__button:focus,
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.25);
}
.blog-article .wp-block-file .disabled.wp-block-file__button,
.blog-article .wp-block-file .wp-block-file__button:disabled,
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.blog-article
  .wp-block-file
  .wp-block-file__button:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.blog-article .wp-block-file a.disabled.wp-block-file__button,
.blog-article .wp-block-file fieldset:disabled a.wp-block-file__button,
a.btn.disabled,
fieldset:disabled .blog-article .wp-block-file a.wp-block-file__button,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0068d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 142, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 142, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #5b9b70;
  border-color: #5b9b70;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #4d835f;
  border-color: #487b59;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 170, 133, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #5b9b70;
  border-color: #5b9b70;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #487b59;
  border-color: #437353;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 170, 133, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #eaca68;
  border-color: #eaca68;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e5be46;
  border-color: #e4ba3b;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 177, 95, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #eaca68;
  border-color: #eaca68;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e4ba3b;
  border-color: #e2b630;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 177, 95, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #9f5858;
  border-color: #9f5858;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #864a4a;
  border-color: #7e4646;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 113, 113, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #9f5858;
  border-color: #9f5858;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #7e4646;
  border-color: #764141;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 113, 113, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #e2d6ce;
  border-color: #e2d6ce;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #d4c2b6;
  border-color: #cfbbae;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 187, 181, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #e2d6ce;
  border-color: #e2d6ce;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cfbbae;
  border-color: #cab4a6;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 187, 181, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007aff;
  border-color: #007aff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007aff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.5);
}
.blog-article .wp-block-file .wp-block-file__button,
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.blog-article .wp-block-file .wp-block-file__button:hover,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.blog-article .wp-block-file .focus.wp-block-file__button,
.blog-article .wp-block-file .wp-block-file__button:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.blog-article .wp-block-file .disabled.wp-block-file__button,
.blog-article .wp-block-file .wp-block-file__button:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.blog-article .wp-block-file .show > .dropdown-toggle.wp-block-file__button,
.blog-article
  .wp-block-file
  .wp-block-file__button:not(:disabled):not(.disabled).active,
.blog-article
  .wp-block-file
  .wp-block-file__button:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.blog-article
  .wp-block-file
  .show
  > .dropdown-toggle.wp-block-file__button:focus,
.blog-article
  .wp-block-file
  .wp-block-file__button:not(:disabled):not(.disabled).active:focus,
.blog-article
  .wp-block-file
  .wp-block-file__button:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #5b9b70;
  border-color: #5b9b70;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5b9b70;
  border-color: #5b9b70;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 155, 112, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5b9b70;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5b9b70;
  border-color: #5b9b70;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 155, 112, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #eaca68;
  border-color: #eaca68;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #eaca68;
  border-color: #eaca68;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 202, 104, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #eaca68;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #eaca68;
  border-color: #eaca68;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 202, 104, 0.5);
}
.btn-outline-danger {
  color: #9f5858;
  border-color: #9f5858;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #9f5858;
  border-color: #9f5858;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 88, 88, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #9f5858;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #9f5858;
  border-color: #9f5858;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 88, 88, 0.5);
}
.btn-outline-light {
  color: #e2d6ce;
  border-color: #e2d6ce;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #e2d6ce;
  border-color: #e2d6ce;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 214, 206, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #e2d6ce;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e2d6ce;
  border-color: #e2d6ce;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 214, 206, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007aff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0055b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.blog-article .wp-block-file .btn-group-lg > .wp-block-file__button,
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.blog-article .wp-block-file .wp-block-file__button,
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(61, 63, 63, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007aff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.blog-article .wp-block-file .btn-group-vertical > .wp-block-file__button,
.blog-article .wp-block-file .btn-group > .wp-block-file__button,
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.blog-article
  .wp-block-file
  .btn-group-vertical
  > .active.wp-block-file__button,
.blog-article
  .wp-block-file
  .btn-group-vertical
  > .wp-block-file__button:active,
.blog-article .wp-block-file .btn-group-vertical > .wp-block-file__button:focus,
.blog-article .wp-block-file .btn-group-vertical > .wp-block-file__button:hover,
.blog-article .wp-block-file .btn-group > .active.wp-block-file__button,
.blog-article .wp-block-file .btn-group > .wp-block-file__button:active,
.blog-article .wp-block-file .btn-group > .wp-block-file__button:focus,
.blog-article .wp-block-file .btn-group > .wp-block-file__button:hover,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.blog-article
  .wp-block-file
  .btn-group
  > .wp-block-file__button:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.blog-article
  .wp-block-file
  .btn-group
  > .btn-group:not(:last-child)
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .btn-group
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-article
  .wp-block-file
  .btn-group
  > .btn-group:not(:first-child)
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .btn-group
  > .wp-block-file__button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.blog-article
  .wp-block-file
  .btn-group-sm
  > .wp-block-file__button
  + .dropdown-toggle-split,
.blog-article .wp-block-file .wp-block-file__button + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.blog-article
  .wp-block-file
  .btn-group-lg
  > .wp-block-file__button
  + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.blog-article .wp-block-file .btn-group-vertical > .wp-block-file__button,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.blog-article
  .wp-block-file
  .btn-group-vertical
  > .wp-block-file__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.blog-article
  .wp-block-file
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .btn-group-vertical
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-article
  .wp-block-file
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .btn-group-vertical
  > .wp-block-file__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-article
  .wp-block-file
  .btn-group-toggle
  > .btn-group
  > .wp-block-file__button,
.blog-article .wp-block-file .btn-group-toggle > .wp-block-file__button,
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.blog-article
  .wp-block-file
  .btn-group-toggle
  > .wp-block-file__button
  input[type="checkbox"],
.blog-article
  .wp-block-file
  .btn-group-toggle
  > .wp-block-file__button
  input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-article .wp-block-file .input-group-append .wp-block-file__button,
.blog-article .wp-block-file .input-group-prepend .wp-block-file__button,
.input-group-append .blog-article .wp-block-file .wp-block-file__button,
.input-group-append .btn,
.input-group-prepend .blog-article .wp-block-file .wp-block-file__button,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.blog-article .wp-block-file .input-group-append .wp-block-file__button:focus,
.blog-article .wp-block-file .input-group-prepend .wp-block-file__button:focus,
.input-group-append .blog-article .wp-block-file .wp-block-file__button:focus,
.input-group-append .btn:focus,
.input-group-prepend .blog-article .wp-block-file .wp-block-file__button:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.blog-article .wp-block-file .input-group-append .btn + .wp-block-file__button,
.blog-article
  .wp-block-file
  .input-group-append
  .input-group-text
  + .wp-block-file__button,
.blog-article .wp-block-file .input-group-append .wp-block-file__button + .btn,
.blog-article
  .wp-block-file
  .input-group-append
  .wp-block-file__button
  + .input-group-text,
.blog-article
  .wp-block-file
  .input-group-append
  .wp-block-file__button
  + .wp-block-file__button,
.blog-article .wp-block-file .input-group-prepend .btn + .wp-block-file__button,
.blog-article
  .wp-block-file
  .input-group-prepend
  .input-group-text
  + .wp-block-file__button,
.blog-article .wp-block-file .input-group-prepend .wp-block-file__button + .btn,
.blog-article
  .wp-block-file
  .input-group-prepend
  .wp-block-file__button
  + .input-group-text,
.blog-article
  .wp-block-file
  .input-group-prepend
  .wp-block-file__button
  + .wp-block-file__button,
.input-group-append .blog-article .wp-block-file .btn + .wp-block-file__button,
.input-group-append
  .blog-article
  .wp-block-file
  .input-group-text
  + .wp-block-file__button,
.input-group-append .blog-article .wp-block-file .wp-block-file__button + .btn,
.input-group-append
  .blog-article
  .wp-block-file
  .wp-block-file__button
  + .input-group-text,
.input-group-append
  .blog-article
  .wp-block-file
  .wp-block-file__button
  + .wp-block-file__button,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .blog-article .wp-block-file .btn + .wp-block-file__button,
.input-group-prepend
  .blog-article
  .wp-block-file
  .input-group-text
  + .wp-block-file__button,
.input-group-prepend .blog-article .wp-block-file .wp-block-file__button + .btn,
.input-group-prepend
  .blog-article
  .wp-block-file
  .wp-block-file__button
  + .input-group-text,
.input-group-prepend
  .blog-article
  .wp-block-file
  .wp-block-file__button
  + .wp-block-file__button,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.blog-article
  .wp-block-file
  .input-group-lg
  > .input-group-append
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .input-group-lg
  > .input-group-prepend
  > .wp-block-file__button,
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.blog-article
  .wp-block-file
  .input-group-sm
  > .input-group-append
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .input-group-sm
  > .input-group-prepend
  > .wp-block-file__button,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.blog-article
  .wp-block-file
  .input-group
  > .input-group-append:last-child
  > .wp-block-file__button:not(:last-child):not(.dropdown-toggle),
.blog-article
  .wp-block-file
  .input-group
  > .input-group-append:not(:last-child)
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .input-group
  > .input-group-prepend
  > .wp-block-file__button,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-article
  .wp-block-file
  .input-group
  > .input-group-append
  > .wp-block-file__button,
.blog-article
  .wp-block-file
  .input-group
  > .input-group-prepend:first-child
  > .wp-block-file__button:not(:first-child),
.blog-article
  .wp-block-file
  .input-group
  > .input-group-prepend:not(:first-child)
  > .wp-block-file__button,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007aff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(61, 63, 63, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(61, 63, 63, 0.03);
  border-bottom: 1px solid rgba(61, 63, 63, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(61, 63, 63, 0.03);
  border-top: 1px solid rgba(61, 63, 63, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007aff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0055b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.blog-article .wp-block-file .wp-block-file__button .badge,
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007aff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #5b9b70;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #487b59;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(91, 155, 112, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #eaca68;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #e4ba3b;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 202, 104, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #9f5858;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #7e4646;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(159, 88, 88, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #e2d6ce;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #cfbbae;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 214, 206, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #1d5ea3;
  background-color: #cce4ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #154578;
}
.alert-secondary {
  color: #555b5f;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #3d4144;
}
.alert-success {
  color: #4d6f58;
  background-color: #deebe2;
  border-color: #d1e3d7;
}
.alert-success hr {
  border-top-color: #c1d9c9;
}
.alert-success .alert-link {
  color: #385140;
}
.alert-info {
  color: #29727e;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #1c4f58;
}
.alert-warning {
  color: #978754;
  background-color: #fbf4e1;
  border-color: #f9f0d5;
}
.alert-warning hr {
  border-top-color: #f6e8bf;
}
.alert-warning .alert-link {
  color: #766a42;
}
.alert-danger {
  color: #704c4c;
  background-color: #ecdede;
  border-color: #e4d0d0;
}
.alert-danger hr {
  border-top-color: #dbc0c0;
}
.alert-danger .alert-link {
  color: #523737;
}
.alert-light {
  color: #938e89;
  background-color: #f9f7f5;
  border-color: #f7f4f1;
}
.alert-light hr {
  border-top-color: #eee7e1;
}
.alert-light .alert-link {
  color: #7a756f;
}
.alert-dark {
  color: #383c40;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #202325;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(61, 63, 63, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #1d5ea3;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #1d5ea3;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1d5ea3;
  border-color: #1d5ea3;
}
.list-group-item-secondary {
  color: #555b5f;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #555b5f;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #555b5f;
  border-color: #555b5f;
}
.list-group-item-success {
  color: #4d6f58;
  background-color: #d1e3d7;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #4d6f58;
  background-color: #c1d9c9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4d6f58;
  border-color: #4d6f58;
}
.list-group-item-info {
  color: #29727e;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #29727e;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #29727e;
  border-color: #29727e;
}
.list-group-item-warning {
  color: #978754;
  background-color: #f9f0d5;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #978754;
  background-color: #f6e8bf;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #978754;
  border-color: #978754;
}
.list-group-item-danger {
  color: #704c4c;
  background-color: #e4d0d0;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #704c4c;
  background-color: #dbc0c0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #704c4c;
  border-color: #704c4c;
}
.list-group-item-light {
  color: #938e89;
  background-color: #f7f4f1;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #938e89;
  background-color: #eee7e1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #938e89;
  border-color: #938e89;
}
.list-group-item-dark {
  color: #383c40;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #383c40;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #383c40;
  border-color: #383c40;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(61, 63, 63, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #3d3f3f;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #3d3f3f;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #3d3f3f;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #3d3f3f;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #3d3f3f;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #3d3f3f;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(61, 63, 63, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(61, 63, 63, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(61, 63, 63, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(61, 63, 63, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(61, 63, 63, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007aff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0055b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #3f6b4d !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #eaca68 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #e1b225 !important;
}
.text-danger {
  color: #9f5858 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #6e3d3d !important;
}
.text-light {
  color: #e2d6ce !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #c6ae9e !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(61, 63, 63, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-bars:before {
  content: "\F0C9";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-calendar:before {
  content: "\F133";
}
.fa-calendar-alt:before {
  content: "\F073";
}
.fa-calendar-check:before {
  content: "\F274";
}
.fa-calendar-day:before {
  content: "\F783";
}
.fa-calendar-edit:before {
  content: "\F333";
}
.fa-calendar-exclamation:before {
  content: "\F334";
}
.fa-calendar-plus:before {
  content: "\F271";
}
.fa-calendar-times:before {
  content: "\F273";
}
.fa-calendar-week:before {
  content: "\F784";
}
.fa-camera-alt:before {
  content: "\F332";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-check:before {
  content: "\F00C";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-clinic-medical:before {
  content: "\F7F2";
}
.fa-clipboard:before {
  content: "\F328";
}
.fa-clock:before {
  content: "\F017";
}
.fa-cog:before {
  content: "\F013";
}
.fa-comment-alt-lines:before {
  content: "\F4A6";
}
.fa-comment-lines:before {
  content: "\F4B0";
}
.fa-copy:before {
  content: "\F0C5";
}
.fa-dog:before {
  content: "\F6D3";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-envelope-open-text:before {
  content: "\F658";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-file-alt:before {
  content: "\F15C";
}
.fa-file-download:before {
  content: "\F56D";
}
.fa-file-invoice-dollar:before {
  content: "\F571";
}
.fa-flag-alt:before {
  content: "\F74C";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-hospital:before {
  content: "\F0F8";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-lock:before {
  content: "\F023";
}
.fa-map-marked-alt:before {
  content: "\F5A0";
}
.fa-mobile-alt:before {
  content: "\F3CD";
}
.fa-notes-medical:before {
  content: "\F481";
}
.fa-page-break:before {
  content: "\F877";
}
.fa-pencil-alt:before {
  content: "\F303";
}
.fa-phone:before {
  content: "\F095";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-plus:before {
  content: "\F067";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-redo:before {
  content: "\F01E";
}
.fa-search:before {
  content: "\F002";
}
.fa-shield-alt:before {
  content: "\F3ED";
}
.fa-shield-check:before {
  content: "\F2F7";
}
.fa-sms:before {
  content: "\F7CD";
}
.fa-sort:before {
  content: "\F0DC";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-half-alt:before {
  content: "\F5C0";
}
.fa-stars:before {
  content: "\F762";
}
.fa-sync-alt:before {
  content: "\F2F1";
}
.fa-times:before {
  content: "\F00D";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-trash-alt:before {
  content: "\F2ED";
}
.fa-undo:before {
  content: "\F0E2";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-usd-circle:before {
  content: "\F2E8";
}
.fa-user:before {
  content: "\F007";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-user-md-chat:before {
  content: "\F82E";
}
.fa-video:before {
  content: "\F03D";
}
.fa-video-plus:before {
  content: "\F4E1";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Duotone;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(fonts/fa-duotone-900.eot?1567c8fae71f63eef5d3a126ce0336b9);
  src: url(fonts/fa-duotone-900.eot?1567c8fae71f63eef5d3a126ce0336b9)
      format("embedded-opentype"),
    url(fonts/fa-duotone-900.woff2?18c484c87ab5c665f02c804982a17f9c)
      format("woff2"),
    url(fonts/fa-duotone-900.woff?5f0241539d2845fa805b575e00b1e5ff)
      format("woff"),
    url(fonts/fa-duotone-900.ttf?df5ed9ceaaaa602cfe550f3436756dfd)
      format("truetype"),
    url(fonts/fa-duotone-900.svg?3efa04b5d5692668e3852519a8dd4a80)
      format("svg");
}
.fad {
  position: relative;
  font-family: Font Awesome\5 Duotone;
  font-weight: 900;
}
.fad:before {
  position: absolute;
  color: inherit;
  opacity: 1;
}
.fad:after {
  color: inherit;
  opacity: 0.4;
}
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
}
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
}
.fad.fa-inverse {
  color: #fff;
}
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}
.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
  left: 50%;
  transform: translateX(-50%);
}
.fad.fa-arrow-circle-right:after {
  content: "\10F0A9";
}
.fad.fa-bell:after {
  content: "\10F0F3";
}
.fad.fa-calendar:after {
  content: "\10F133";
}
.fad.fa-calendar-alt:after {
  content: "\10F073";
}
.fad.fa-calendar-check:after {
  content: "\10F274";
}
.fad.fa-calendar-day:after {
  content: "\10F783";
}
.fad.fa-calendar-exclamation:after {
  content: "\10F334";
}
.fad.fa-calendar-plus:after {
  content: "\10F271";
}
.fad.fa-calendar-times:after {
  content: "\10F273";
}
.fad.fa-calendar-week:after {
  content: "\10F784";
}
.fad.fa-camera-alt:after {
  content: "\10F332";
}
.fad.fa-check:after {
  content: "\10F00C";
}
.fad.fa-check-circle:after {
  content: "\10F058";
}
.fad.fa-clinic-medical:after {
  content: "\10F7F2";
}
.fad.fa-envelope-open-text:after {
  content: "\10F658";
}
.fad.fa-eye:after {
  content: "\10F06E";
}
.fad.fa-eye-slash:after {
  content: "\10F070";
}
.fad.fa-file-alt:after {
  content: "\10F15C";
}
.fad.fa-file-invoice-dollar:after {
  content: "\10F571";
}
.fad.fa-flag-alt:after {
  content: "\10F74C";
}
.fad.fa-info-circle:after {
  content: "\10F05A";
}
.fad.fa-lock:after {
  content: "\10F023";
}
.fad.fa-map-marked-alt:after {
  content: "\10F5A0";
}
.fad.fa-mobile-alt:after {
  content: "\10F3CD";
}
.fad.fa-notes-medical:after {
  content: "\10F481";
}
.fad.fa-phone-square:after {
  content: "\10F098";
}
.fad.fa-plug:after {
  content: "\10F1E6";
}
.fad.fa-plus-circle:after {
  content: "\10F055";
}
.fad.fa-search:after {
  content: "\10F002";
}
.fad.fa-shield-alt:after {
  content: "\10F3ED";
}
.fad.fa-shield-check:after {
  content: "\10F2F7";
}
.fad.fa-sms:after {
  content: "\10F7CD";
}
.fad.fa-star:after {
  content: "\10F005";
}
.fad.fa-stars:after {
  content: "\10F762";
}
.fad.fa-sync-alt:after {
  content: "\10F2F1";
}
.fad.fa-trash-alt:after {
  content: "\10F2ED";
}
.fad.fa-video:after {
  content: "\10F03D";
}
.fad.fa-user-md-chat:after {
  content: "\10F82E";
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Pro;
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(fonts/fa-light-300.eot?75cae6dfc08d9b5eb643f3ad6e2e71ae);
  src: url(fonts/fa-light-300.eot?75cae6dfc08d9b5eb643f3ad6e2e71ae)
      format("embedded-opentype"),
    url(fonts/fa-light-300.woff2?c1a835f3a711a1755462f967c76ca345)
      format("woff2"),
    url(fonts/fa-light-300.woff?505731753c111c29dc49b7181be704df)
      format("woff"),
    url(fonts/fa-light-300.ttf?c32fb819d281809491ee8e3d8891ac96)
      format("truetype"),
    url(fonts/fa-light-300.svg?e4f1f06782b663fd6365a1903ce34957) format("svg");
}
.fal {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Pro;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(fonts/fa-regular-400.eot?61b14ff57fd9a156a52400d43f01d3a5);
  src: url(fonts/fa-regular-400.eot?61b14ff57fd9a156a52400d43f01d3a5)
      format("embedded-opentype"),
    url(fonts/fa-regular-400.woff2?0cfe6eb5351876643e227c030ffba42f)
      format("woff2"),
    url(fonts/fa-regular-400.woff?2322a8704a306efd08f447373034b47e)
      format("woff"),
    url(fonts/fa-regular-400.ttf?b8d3f1932b24c8362ac13f4052a62309)
      format("truetype"),
    url(fonts/fa-regular-400.svg?803dc5d0e04b53369b8ba5178d02dcc0)
      format("svg");
}
.fal,
.far {
  font-family: Font Awesome\5 Pro;
}
.far {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\5 Pro;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(fonts/fa-solid-900.eot?4b2f3adef839041b75ce127fc5cc9ddf);
  src: url(fonts/fa-solid-900.eot?4b2f3adef839041b75ce127fc5cc9ddf)
      format("embedded-opentype"),
    url(fonts/fa-solid-900.woff2?62646404a141f847587c43b4af3a6239)
      format("woff2"),
    url(fonts/fa-solid-900.woff?7cada77541a9066f76aafccb38302634)
      format("woff"),
    url(fonts/fa-solid-900.ttf?b9e4116ed741309207cccb253dbf4360)
      format("truetype"),
    url(fonts/fa-solid-900.svg?5c518117711da1d04fca5a629b704360) format("svg");
}
.fa,
.fas {
  font-family: Font Awesome\5 Pro;
  font-weight: 900;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #e2d6ce;
  border-radius: 6px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.pika-single:after,
.pika-single:before {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pika-lendar {
  float: left;
  width: 280px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  font-size: 16px;
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  line-height: 40px;
  background-color: #fff;
  transition: 0.2s;
  color: #134855;
}
.pika-label:hover {
  color: #5b9b70;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  border: 1px solid #3d3f3f;
  height: 100%;
}
.pika-next,
.pika-prev {
  font-family: Font Awesome\5 Pro;
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
  background: none;
  transition: 0.2s;
  *position: absolute;
  *top: 0;
}
.pika-next:before,
.pika-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #3d3f3f;
}
.pika-next:hover,
.pika-prev:hover {
  opacity: 1;
  background-color: #f6f6f6;
}
.is-rtl .pika-next,
.pika-prev {
  float: left;
  *left: 0;
}
.is-rtl .pika-next:before,
.pika-prev:before {
  content: "\F053";
}
.is-rtl .pika-prev,
.pika-next {
  float: right;
  *right: 0;
}
.is-rtl .pika-prev:before,
.pika-next:before {
  content: "\F054";
}
.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table td,
.pika-table th {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #91857c;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #3d3f3f;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.2s;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #5b9b70;
}
.has-event .pika-button,
.is-selected .pika-button {
  color: #fff !important;
  border-color: #00b2f5 !important;
  background: #00b2f5;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  border: none;
  border-radius: 0;
  background: -o-repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    #f6f6f6 5px,
    #f6f6f6 10px
  );
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    #f6f6f6 0,
    #f6f6f6 10px
  );
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #e2d6ce;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  box-shadow: none;
  color: #5b9b70;
  border-color: #134855;
}
.pika-table abbr {
  border-bottom: none;
  text-decoration: none;
  cursor: default;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
#map .marker.highlighted .map-tooltip-count,
#map .marker.highlighted svg,
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes highlight {
  0% {
    box-shadow: none;
  }
  20% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  80% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  to {
    box-shadow: none;
  }
}
@keyframes highlight {
  0% {
    box-shadow: none;
  }
  20% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  80% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  to {
    box-shadow: none;
  }
}
.highlight {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: highlight;
  animation-name: highlight;
}
.spinner {
  min-height: 26px;
}
.spinner.inline {
  display: inline-block;
  margin: 1px 5px;
}
.spinner.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 26px;
  z-index: 98;
  background: hsla(0, 0%, 100%, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spinner .spinner-icon {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  box-sizing: border-box;
  border-color: #5f908f #007aff #00b2f5 #134855;
  border-style: solid;
  border-width: 5px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.skeleton .box {
  padding: 10px 20px 10px 10px;
  margin-bottom: -1px;
  border-color: #f2ece9;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .skeleton .box {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 6px !important;
    border: 1px solid #f2ece9;
  }
  .skeleton .box .col-3 {
    padding-right: 0;
  }
}
.skeleton .box .row {
  height: 100%;
}
.skeleton .box:first-child {
  border-radius: 6px 6px 0 0;
}
.skeleton .box:last-child {
  border-radius: 0 0 6px 6px;
}
.skeleton .img,
.skeleton h3,
.skeleton p {
  -webkit-animation-name: blinking;
  animation-name: blinking;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.skeleton h3 {
  width: 60%;
  height: 28px;
  margin-top: 20px;
  border-radius: 6px;
  background: #f2ece9;
}
@media (max-width: 575.98px) {
  .skeleton h3 {
    margin-top: 0;
  }
}
.skeleton p {
  width: 40%;
  height: 21px;
}
.skeleton .img,
.skeleton p {
  border-radius: 6px;
  background: #f2ece9;
}
.skeleton .img {
  width: 100%;
  height: 100%;
  padding-top: 154.5%;
}
@-webkit-keyframes blinking {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: auto;
}
.gslide-image {
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}
.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing:before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh;
}
.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p::last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.75))
  );
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.75));
  transition: opacity 0.3s linear;
  padding: 19px 11px 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s linear infinite;
  animation: lightboxLoader 0.8s linear infinite;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  will-change: opacity;
}
.glightbox-mobile .goverlay,
.goverlay {
  background: #000;
}
.gclose,
.gnext,
.gprev {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}
.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 100%;
  height: auto;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
  background-color: rgba(0, 0, 0, 0.12);
}
.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}
.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-external,
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .gnext,
  .glightbox-clean .gprev,
  .glightbox-modern .gnext,
  .glightbox-modern .gprev {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
html {
  min-width: 320px;
  min-height: 100%;
}
body {
  min-height: 100vh;
}
.heading-1,
h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 110%;
}
@media (min-width: 1440px) {
  .heading-1,
  h1 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .heading-1,
  h1 {
    font-size: 2.37em;
  }
}
.heading-2,
h2 {
  font-size: 1.75em;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .heading-2,
  h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 991.98px) {
  .heading-2,
  h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .heading-2,
  h2 {
    font-size: 1.37em;
  }
}
.heading-3,
h3 {
  font-size: 1.37em;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .heading-3,
  h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .heading-3,
  h3 {
    font-size: 1.25em;
  }
}
.heading-4,
h4 {
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .heading-4,
  h4 {
    font-size: 1em;
  }
}
.heading-5,
.modal .modal-title,
.table thead th,
h5 {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .heading-5,
  .modal .modal-title,
  .table thead th,
  h5 {
    font-size: 0.8em;
    letter-spacing: 0.5px;
  }
}
.heading-1 a,
.heading-2 a,
.heading-3 a,
.heading-4 a,
.heading-5 a,
.modal .modal-title a,
.table thead th a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #3d3f3f;
}
.lead {
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.1em;
  }
}
.text-muted {
  color: #91857c !important;
}
.subtitle {
  margin-bottom: 20px;
}
.subtitle small {
  font-size: 1rem;
  margin-left: 5px;
  color: #91857c;
}
.blog-article .wp-block-file .btn-link.wp-block-file__button,
.btn.btn-link,
a {
  color: #134855;
  transition: 0.2s;
}
.blog-article .wp-block-file .btn-link.wp-block-file__button:hover,
.btn.btn-link:hover,
a:hover {
  text-decoration: none;
  color: #5b9b70;
}
.blog-article .wp-block-file .btn-link.back-link.wp-block-file__button,
.btn.btn-link.back-link,
a.back-link {
  padding: 0;
  margin-bottom: 5px;
}
.blog-article .wp-block-file .btn-link.back-link.wp-block-file__button:hover,
.btn.btn-link.back-link:hover,
a.back-link:hover {
  color: #5b9b70 !important;
}
.clickable {
  cursor: pointer;
}
small {
  font-size: 0.9em;
}
blockquote {
  line-height: 140%;
  margin-top: 5px;
  color: #3d3f3f;
}
hr {
  border-color: #f2ece9;
}
dt {
  font-size: 0.9em;
  font-weight: 400;
  color: #91857c;
}
.hide {
  display: none;
}
.text-green {
  color: #134855 !important;
}
.text-success {
  color: #5b9b70 !important;
}
.text-red {
  color: #9f5858;
}
.text-blue {
  color: #00b2f5 !important;
}
.text-orange {
  color: #c77c4d !important;
}
.oveflow-visible {
  position: static;
}
.box {
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #e2d6ce;
  background: #fff;
}
.box p:last-child {
  margin-bottom: 0;
}
.box.box-shadow {
  box-shadow: 0 0 15px rgba(61, 63, 63, 0.15);
}
.box.box-green {
  color: #fff;
  border: none;
  background: #134855;
}
.box .box-header {
  margin: -17px -17px 15px;
  padding: 16px 16px 0;
}
.box .box-header h3,
.box .box-header h4 {
  margin-bottom: 0;
}
.box .box-header p {
  color: #91857c;
}
.box .box-header .alert {
  margin-top: 10px;
  margin-bottom: 0;
}
.box hr {
  margin: 16px -16px;
}
@media (min-width: 1200px) {
  .box {
    padding: 25px;
  }
  .box .box-header {
    margin: -26px -26px 0;
    padding: 20px 25px;
  }
  .box hr {
    margin: 25px -25px;
  }
}
@media (max-width: 767.98px) {
  .box {
    padding: 12px;
  }
  .box .box-header {
    margin: -13px -13px 10px;
  }
}
@media (max-width: 575.98px) {
  .box {
    padding: 0;
    border: none;
    box-shadow: none !important;
  }
  .box .box-header {
    margin-top: 0;
    padding: 0;
    border: none;
  }
  .box .box-header,
  .box hr {
    margin-left: 0;
    margin-right: 0;
  }
  .box.box-green {
    padding: 15px;
  }
}
.rating {
  white-space: nowrap;
}
.rating .fas {
  color: #eaca68;
}
.rating .fal {
  color: #91857c;
}
.badge {
  font-size: 0.8em;
  font-weight: 400;
  padding: 7px 10px;
  border-radius: 5px;
}
.badge img {
  max-height: 12px;
  vertical-align: middle;
}
.badge.badge-primary {
  color: #1e429f;
  background: #e1effe;
}
.badge.badge-success {
  color: #134855;
  background: #dbedda;
}
.badge.badge-danger {
  color: #99154b;
  background: #fce8f3;
}
.badge.badge-warning {
  color: #8a2c0d;
  background: #feecdc;
}
.badge.badge-green {
  color: #134855;
  background: #eef4ed;
}
.badge.badge-blue {
  color: #007aa9;
  background: #d5f0ff;
}
.badge.badge-purple {
  color: #5521b5;
  background: #edebfe;
}
.badge .badge-gradient {
  background: -webkit-linear-gradient(left, #007aff, #5b9b70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.badge.badge-lg {
  font-size: 1em;
  padding: 8px 12px;
}
a.doctor-badge:hover {
  color: #3d3f3f !important;
  background: #f6f6f6;
}
.doctor-badge {
  font-size: 0.9em;
  padding: 5px 10px 5px 5px;
  color: #3d3f3f;
  border-radius: 20px;
  background: #f3f3f3;
}
.doctor-badge,
.doctor-badge i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.doctor-badge i {
  font-size: 0.8rem;
  width: 22px;
  height: 22px;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #134855;
}
.doctor-badge.badge-healee i {
  background: #5b9b70;
}
.doctor-badge.badge-video i {
  background: #00b2f5;
}
.alert {
  padding: 20px 30px;
  border-radius: 6px;
  border: none;
}
@media (max-width: 767.98px) {
  .alert {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .alert {
    padding: 10px;
  }
}
.alert > .btn,
.blog-article .wp-block-file .alert > .wp-block-file__button {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .alert > .btn,
  .blog-article .wp-block-file .alert > .wp-block-file__button {
    width: 100%;
    margin-top: 10px;
    display: block;
  }
}
.modal .alert {
  padding: 20px;
}
.alert.alert-dismissable .close {
  font-size: 1.3em;
  margin: -15px -15px 0 0;
  float: right;
  color: #3d3f3f;
}
@media (max-width: 575.98px) {
  .alert.alert-dismissable .close {
    margin: -15px 0 0;
  }
}
.alert.alert-success {
  color: #3d3f3f;
  background: #eef4ed;
}
.alert.alert-light {
  color: #91857c;
  background: #f6f6f6;
}
.alert.alert-info {
  background: #eef9ff;
}
.alert.alert-warning {
  color: #3d3f3f;
}
.alert.alert-warning i {
  color: #917915;
}
.alert.alert-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alert.alert-with-icon i {
  font-size: 1.5em;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .alert.alert-with-icon i {
    display: none;
  }
}
.alert.alert-with-icon div {
  flex: 1 1 auto;
  width: 50%;
}
.alert.alert-small {
  font-size: 0.9em;
  padding: 10px;
}
.alert.alert-small i {
  font-size: 20px;
  line-height: 16px;
  margin-right: 5px;
}
.pagination {
  margin: 30px 0;
  padding-bottom: 15px;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
@media (max-width: 991.98px) {
  .pagination {
    margin: 20px 0 0;
  }
}
.pagination::-webkit-scrollbar {
  display: none;
}
.pagination .page-item .page-link {
  color: #134855;
}
.pagination .page-item .page-link:hover {
  color: #3d3f3f;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  color: #91857c;
  border-color: #e2d6ce;
  background: #f6f6f6;
}
.nav a.active {
  color: #91857c;
}
.nav.nav-tabs {
  margin-bottom: 15px;
  border: none;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.nav.nav-tabs::-webkit-scrollbar {
  display: none;
}
.nav.nav-tabs .nav-item {
  margin: 0;
}
.nav.nav-tabs .nav-link {
  max-width: 200px;
  padding: 0.7rem 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 6px;
}
.nav.nav-tabs .nav-link.active {
  border-color: #e2d6ce;
}
.nav.nav-tabs .nav-link:not(.active) {
  color: #134855;
}
.nav.nav-tabs .nav-link:not(.active):hover {
  color: #5f908f !important;
  border-color: transparent;
}
.nav .nav-separator {
  padding: 0.5rem;
  color: #91857c;
}
@media (max-width: 991.98px) {
  .nav.sub-navigation {
    flex-direction: row !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: -50px -15px 30px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #f2ece9;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .nav.sub-navigation::-webkit-scrollbar {
    display: none;
  }
  .nav.sub-navigation a:first-child {
    padding-left: 0;
  }
  .nav.sub-navigation a:last-child {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .nav.sub-navigation {
    margin-top: -40px;
    padding-top: 10px;
  }
  .nav.sub-navigation:after {
    content: "";
    width: 60px;
    height: 55px;
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(-30%, hsla(0, 0%, 100%, 0.1)),
      to(#fff)
    );
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0.1) -30%, #fff);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) -30%, #fff);
  }
}
@media (max-width: 575.98px) {
  .nav.sub-navigation {
    margin-top: -20px;
  }
  .nav.sub-navigation:after {
    top: -20px;
  }
}
.layer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.layer.green-lighter {
  background: #eef4ed;
}
.layer.blue-lighter {
  background: #eef9ff;
}
.layer.lightest {
  background: #f6f6f6;
}
.layer.brand-color {
  color: #fff;
  background: #134855;
}
.layer.brand-color .box {
  color: #3d3f3f;
}
.layer.layer-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .layer.layer-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .layer.layer-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.layer:not(.green-lighter):not(.layer-line):not(.blue-lighter):not(.lightest):not(.brand-color)
  + .layer:not(.green-lighter):not(.layer-line):not(.blue-lighter):not(.lightest):not(.brand-color) {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .layer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .layer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .layer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer,
.header,
.home-layer,
.layer {
  max-width: 1680px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .footer,
  .header,
  .home-layer,
  .layer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.js-validate .has-input:not(.no-validate):valid {
  border-color: #134855;
}
.was-validated .form-control:invalid:focus {
  border-color: #9f5858;
}
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
  border-color: #134855;
}
.was-validated .form-control.is-invalid {
  border-color: #9f5858;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #3d3f3f;
}
.form-control {
  font-size: 1em;
  color: #3d3f3f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 191, 165, 0.25);
  border-color: #134855;
}
.form-control.form-control-lg {
  font-size: 2em;
  font-weight:100;
  padding: 0.5rem;
}
.form-control.no-validate:invalid,
.form-control.no-validate:valid {
  padding-right: 8px;
  border-color: #e2d6ce;
  background-image: none;
}
.form-control.is-valid {
  border-color: #134855;
}
.form-control.pikaday {
  background: #fff;
}
select.form-control {
  padding-right: 30px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTcuNjAyIDExLjMyNUwyLjE2NSA1LjgwNGEuNTY0LjU2NCAwIDAxMC0uNzk3bC4zMzMtLjMzMmEuNTYyLjU2MiAwIDAxLjc5NyAwTDggOS40NjlsNC43MDUtNC43OWEuNTY0LjU2NCAwIDAxLjc5NyAwbC4zMzMuMzMzYy4yMi4yMi4yMi41NzYgMCAuNzk3TDguMzk4IDExLjMzYS41NjcuNTY3IDAgMDEtLjc5Ni0uMDA1eiIvPjwvc3ZnPg==");
  background-size: 14px 14px;
  background-position: right 8px center;
  background-repeat: no-repeat;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control option {
  font-family: sans-serif;
}
select.form-control option:disabled {
  color: #91857c;
}
textarea.form-control.form-control-lg {
  line-height: 125%;
}
.form-check {
  margin-bottom: 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.form-check .form-check-label {
  font-size: inherit;
  margin: 10px 20px 10px 10px;
}
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin: 0;
  position: static;
}
.input-group .input-group-append .input-group-text {
  font-size: 1em;
}
.input-group .input-group-append a {
  width: 40px;
  height: 36px;
  line-height: 36px;
  margin: -0.375rem -0.75rem;
  display: block;
  color: #3d3f3f;
  cursor: pointer;
}
.input-group .input-group-append i {
  margin-left: 0;
}
.blog-article .wp-block-file .wp-block-file__button,
.btn {
  font-size: 1em;
  border-radius: 0.4em;
}
.blog-article .wp-block-file .wp-block-file__button:focus,
.btn:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.blog-article .wp-block-file .btn-primary.wp-block-file__button,
.btn.btn-primary {
  box-shadow: 0 2px 6px rgba(19, 72, 85, 0.4);
  border-color: #134855;
  background-color: #134855;
}
.blog-article .wp-block-file .btn-primary.wp-block-file__button:active,
.blog-article .wp-block-file .btn-primary.wp-block-file__button:focus,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button:hover:not(:disabled),
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover:not(:disabled) {
  box-shadow: none;
  border-color: #0e3640 !important;
  background-color: #0e3640 !important;
}
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled),
.btn.btn-outline-primary:not(:disabled):not(.disabled) {
  color: #134855;
  border-width: 1px;
  border-color: #134855;
}
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled):active,
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled):focus,
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled):hover,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #134855;
  background-color: #134855;
}
.blog-article .wp-block-file .wp-block-file__button,
.btn-group-sm > .btn,
.btn.btn-sm {
  font-size: 0.9em;
}
.blog-article .wp-block-file .btn-group-lg > .wp-block-file__button,
.blog-article .wp-block-file .btn-lg.wp-block-file__button,
.btn-group-lg > .btn,
.btn.btn-lg {
  font-size: 1.2em;
  font-weight: 500;
  min-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .blog-article .wp-block-file .btn-group-lg > .wp-block-file__button,
  .blog-article .wp-block-file .btn-lg.wp-block-file__button,
  .btn-group-lg > .btn,
  .btn.btn-lg {
    font-size: 1.1em;
  }
}
.blog-article .wp-block-file .btn-outline-light.wp-block-file__button,
.btn.btn-outline-light {
  border-color: #e2d6ce;
  color: #3d3f3f;
  background: #fff;
}
.blog-article .wp-block-file .btn-outline-light.wp-block-file__button:hover,
.blog-article
  .wp-block-file
  .btn-outline-light.wp-block-file__button:not(:disabled):not(.disabled):active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light:not(:disabled):not(.disabled):active {
  background: #f6f6f6;
}
.blog-article
  .wp-block-file
  .btn-outline-light.wp-block-file__button:not(:disabled):not(.disabled).active,
.btn.btn-outline-light:not(:disabled):not(.disabled).active,
.btn.btn-outline-light:not(:disabled):not(.disabled).active:active {
  color: #fff;
  border-color: #00b2f5;
  background: #00b2f5;
}
.blog-article
  .wp-block-file
  .btn-outline-light.wp-block-file__button:not(:disabled):not(.disabled).active:hover,
.btn.btn-outline-light:not(:disabled):not(.disabled).active:active:hover,
.btn.btn-outline-light:not(:disabled):not(.disabled).active:hover {
  background-color: #0098d1;
}
.blog-article .wp-block-file .wp-block-file__button,
.btn.btn-outline-secondary {
  border-color: #e2d6ce;
  color: #3d3f3f;
}
.blog-article .wp-block-file .wp-block-file__button:active,
.blog-article .wp-block-file .wp-block-file__button:focus,
.blog-article .wp-block-file .wp-block-file__button:hover,
.blog-article
  .wp-block-file
  .wp-block-file__button:not(:disabled):not(.disabled).active,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #3d3f3f !important;
  border-color: #e2d6ce;
  background-color: #f6f6f6;
}
.blog-article .wp-block-file .btn-link.wp-block-file__button,
.btn.btn-link {
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.blog-article .wp-block-file .btn-link.wp-block-file__button:hover,
.btn.btn-link:hover {
  color: #134855 !important;
}
.blog-article .wp-block-file .btn-group-toggle .wp-block-file__button,
.btn-group-toggle .blog-article .wp-block-file .wp-block-file__button,
.btn-group-toggle .btn {
  cursor: pointer;
}
.blog-article .wp-block-file .btn-viber.wp-block-file__button,
.btn.btn-viber {
  background-color: #7360f2;
  border-color: #7360f2;
}
.blog-article .wp-block-file .btn-viber.wp-block-file__button:focus,
.blog-article .wp-block-file .btn-viber.wp-block-file__button:hover,
.btn.btn-viber:focus,
.btn.btn-viber:hover {
  border-color: #5e48f0 !important;
  background-color: #5e48f0 !important;
}
.blog-article .wp-block-file .btn-viber.wp-block-file__button .fa-viber,
.btn.btn-viber .fa-viber {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
  display: inline-block;
}
@media (min-width: 992px) {
  .phone-selector.phone-selector-lg .phone-code-selected {
    font-size: 1.1em;
  }
}
.phone-code-holder {
  position: relative;
  margin-right: 0;
}
.phone-code-holder .phone-code-selected {
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #3d3f3f;
  border-right: none;
  background: #fff;
}
.phone-code-holder .phone-code {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
input[type="checkbox"].checkboxed {
  position: absolute;
  opacity: 0;
}
input[type="checkbox"].checkboxed + label {
  position: relative;
  height: 32px;
  margin: 0;
  padding-left: 3.5rem;
  cursor: pointer;
}
input[type="checkbox"].checkboxed + label:before {
  width: 55px;
  background-color: #5b9b70;
  border: 1px solid #5b9b70;
  border-radius: 23px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
input[type="checkbox"].checkboxed + label:after,
input[type="checkbox"].checkboxed + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  box-sizing: border-box;
}
input[type="checkbox"].checkboxed + label:after {
  width: 32px;
  border: 2px solid #5b9b70;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease, left 0.3s ease;
}
input[type="checkbox"].checkboxed:checked + label:before {
  background-color: #e2d6ce;
  border-color: #e2d6ce;
}
input[type="checkbox"].checkboxed:checked + label:after {
  border-color: #e2d6ce;
  left: 23px;
}
.accordion .card-header {
  padding: 0;
  background: #fff;
}
.accordion .card-header a {
  padding: 0.75rem 1.25rem;
  color: #3d3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .card-header a:hover {
  background: #f6f6f6;
}
.accordion .card-header a i {
  font-size: 1.37em;
  transform: rotate(180deg);
}
.accordion .card-header a.collapsed i {
  transform: none;
}
.dropdown.show .dropdown-toggle {
  color: #134855 !important;
}
.dropdown.show .dropdown-toggle span {
  color: #5b9b70;
}
.dropdown-menu {
  font-size: 1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-header {
  font-size: 0.8em;
  padding-bottom: 0.3rem;
}
.dropdown-menu .dropdown-item {
  padding: 9px 25px;
  transition: none;
}
.dropdown-menu .dropdown-item:active {
  color: #3d3f3f;
  background: #f2ece9;
  outline: none;
}
.dropdown-menu .dropdown-item.active {
  color: #91857c;
  background: #f6f6f6;
}
.js-add-row.is-full {
  display: none;
}
.table thead th {
  font-size: 0.75em;
}
.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998;
}
.modal .modal-title {
  margin-bottom: 15px;
}
.modal .modal-content {
  width: calc(100% - 40px);
  max-width: 100%;
  height: auto;
  padding: 30px;
  margin: 15px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 39.2%, 0.4);
  background: #fff;
  z-index: 9999;
}
@media (max-width: 575.98px) {
  .modal .modal-content {
    width: calc(100% - 4px);
    min-height: calc(100% - 4px);
    margin: 2px;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .modal .modal-content {
    width: 60%;
    margin: 50px 0;
  }
}
@media (min-width: 1200px) {
  .modal .modal-content {
    width: 665px;
    margin: 100px 0;
  }
}
.modal .modal-content hr {
  margin: 30px -30px;
}
@media (max-width: 575.98px) {
  .modal .modal-content hr {
    margin: 20px -15px;
  }
}
@media (max-width: 991.98px) {
  .modal .modal-content .box hr {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-content .box hr {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.modal .modal-content .alert:last-child {
  margin-bottom: 0;
}
.modal .modal-actions {
  margin-top: 20px;
}
.blog-article .wp-block-file .modal .modal-actions .wp-block-file__button,
.modal .modal-actions .blog-article .wp-block-file .wp-block-file__button,
.modal .modal-actions .btn {
  margin-top: 10px;
  margin-right: 12px;
}
.blog-article
  .wp-block-file
  .modal
  .modal-actions
  .float-right.wp-block-file__button,
.modal
  .modal-actions
  .blog-article
  .wp-block-file
  .float-right.wp-block-file__button,
.modal .modal-actions .btn.float-right {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-file .modal .modal-actions .wp-block-file__button,
  .modal .modal-actions .blog-article .wp-block-file .wp-block-file__button,
  .modal .modal-actions .btn {
    width: 100%;
    margin-right: 0;
    float: none !important;
    display: block;
  }
}
.blog-article .wp-block-file .modal .modal-actions .wp-block-file__button i,
.modal .modal-actions .blog-article .wp-block-file .wp-block-file__button i,
.modal .modal-actions .btn i {
  margin-right: 5px;
}
.blog-article
  .wp-block-file
  .modal
  .modal-actions
  .wp-block-file__button:last-child,
.modal
  .modal-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button:last-child,
.modal .modal-actions .btn:last-child {
  margin-right: 0;
}
.modal .modal-actions .alert {
  margin-bottom: 0;
}
.blog-article
  .wp-block-file
  .modal
  .modal-actions
  .alert
  + .wp-block-file__button,
.modal .modal-actions .alert + .btn,
.modal
  .modal-actions
  .blog-article
  .wp-block-file
  .alert
  + .wp-block-file__button {
  margin-top: 15px;
}
.modal .modal-close {
  font-family: Font Awesome\5 Pro;
  font-size: 1.85em;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 15px;
  right: 15px;
  position: absolute;
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: color 0.1s ease-in 0;
}
@media (max-width: 575.98px) {
  .modal .modal-close {
    top: 5px;
    right: 10px;
  }
}
.modal .modal-close:before {
  content: "\F00D";
}
.modal .modal-confirm {
  margin-top: 30px;
}
.modal .modal-confirm .cancel,
.modal .modal-confirm .confirm {
  font-size: 1.25rem;
  font-weight: 400;
  min-width: 150px;
  line-height: 1.5;
  margin-right: 15px;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.15s;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #134855;
  background-color: #134855;
}
.modal .modal-confirm .confirm {
  color: #fff;
}
.modal .modal-confirm .confirm:hover {
  border-color: #5f908f;
  background-color: #5f908f;
}
.modal .modal-confirm .cancel {
  border-color: #e2d6ce;
  color: #3d3f3f;
  background-color: #fff;
}
.modal .modal-confirm .cancel:hover {
  background-color: #f8f9fa;
}
.js-modal {
  cursor: pointer;
}
.tiptool {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  margin: 0.4rem 0;
  width: auto;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #3d3f3f;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  word-break: normal;
  word-wrap: break-word;
}
.tiptool.active {
  display: block;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.tiptool:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 0.2rem);
  content: " ";
  border-color: #3d3f3f transparent transparent;
  border-style: solid;
  border-width: 0.4rem 0.4rem 0;
}
.tiptool.bottom {
  bottom: auto;
  top: 100%;
}
.tiptool.bottom:after {
  top: auto;
  bottom: 100%;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #3d3f3f;
  border-top-color: transparent;
}
.tiptool-parent:hover .tiptool {
  display: block;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.tooltip-inner {
  max-width: 320px;
}
.pika-single {
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .pika-single {
    left: 50% !important;
    margin-left: -150px !important;
  }
}
.icon > i {
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  border-radius: 50%;
  background: #134855;
}
.icon > i.fa-video {
  background: #00b2f5;
}
.icon.small > i {
  width: 36px;
  height: 36px;
}
.icon-circle {
  font-size: 4.5em;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 0 auto 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #5b9b70;
}
.icon-circle.video {
  background: #00b2f5;
}
@media (max-width: 575.98px) {
  .icon-circle {
    font-size: 3em;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
}
.icon-circle.green {
  background: #134855;
}
.icon-circle.blue {
  background: #00b2f5;
}
.icon-circle.gray {
  color: #91857c;
  background: #f2ece9;
}
.icon-circle.small {
  font-size: 1.5em;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.icon-circle.medium {
  font-size: 3em;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.icon:before {
  font-family: Speacialties;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  vertical-align: top;
}
.icon-allergology:before {
  content: "\F101";
}
.icon-cardiology:before {
  content: "\F102";
}
.icon-dermatology:before {
  content: "\F103";
}
.icon-endocrinology:before {
  content: "\F104";
}
.icon-gastroenterology:before {
  content: "\F105";
}
.icon-obgn:before {
  content: "\F106";
}
.icon-hematology:before {
  content: "\F107";
}
.icon-homeopathy:before {
  content: "\F108";
}
.icon-internalmedicine:before {
  content: "\F109";
}
.icon-neurology:before {
  content: "\F10A";
}
.icon-ophthalmology:before {
  content: "\F10B";
}
.icon-orthopaedics:before {
  content: "\F10C";
}
.icon-pediatrics:before {
  content: "\F10D";
}
.icon-primarycare:before {
  content: "\F10E";
}
.icon-psychiatry:before {
  content: "\F10F";
}
.icon-psychology:before {
  content: "\F110";
}
.icon-urology:before {
  content: "\F111";
}
.icon-ent:before {
  content: "\F112";
}
.icon-dentistry:before {
  content: "\F113";
}
.dropdown-toggle:after {
  border: none;
  vertical-align: initial;
  content: "\F107";
  font-family: Font Awesome\5 Pro;
  font-weight: 300;
}
html {
  height: 100%;
}
body {
  font-family: Montserrat;
  font-size: 15px;
  line-height: normal;
}
.header {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #f2ece9;
}
@media (max-width: 1199.98px) {
  .page-search-results .header {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home .header {
  border-bottom: none;
}
.header .container-fluid,
.header .container-lg,
.header .container-md,
.header .container-sm,
.header .container-xl {
  position: relative;
}
.header .logo-column .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header .logo-column .logo .logo-superdoc {
  width: 150px;
  max-height: 27px;
}
@media (min-width: 1200px) {
  .header .logo-column .logo .logo-superdoc {
    width: 200px;
    max-height: 35px;
  }
}
.header .logo-column .logo .logo-healee {
  width: 130px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .header .logo-column .logo .logo-healee {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .header .logo-column .logo .logo-healee {
    margin: -10px 0;
  }
}
.header .logo-column .logo .logo-whitelabel-img {
  max-width: 270px;
  max-height: 55px;
  width: auto;
  height: auto;
}
@media (max-width: 575.98px) {
  .header .logo-column .logo .logo-whitelabel-img {
    max-width: 140px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header .logo-column .logo .logo-whitelabel-img {
    margin: -10px 0;
  }
}
@media (max-width: 374px) {
  .header .logo-column .logo .logo-whitelabel-img {
    max-width: 110px;
  }
}
.header .logo-column .logo .logo-label {
  font-size: 18px;
  font-weight: 400;
  height: 20px;
  line-height: 24px;
  margin-left: 10px;
  display: block;
  color: #007aa9;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .header .logo-column .logo .logo-label {
    font-size: 14px;
    line-height: 21px;
    margin-left: 5px;
  }
}
.header .logo-powered {
  line-height: 100%;
  margin-right: 1em;
}
@media (max-width: 575.98px) {
  .header .logo-powered {
    flex-grow: 1 !important;
    margin-left: 1em;
    margin-right: 0;
  }
}
@media (max-width: 374px) {
  .header .logo-powered {
    margin-left: 0.5em;
  }
}
.header .logo-powered .poweredby {
  font-size: 0.65rem;
  margin-top: -15px;
  display: block;
  color: #91857c;
}
@media (max-width: 575.98px) {
  .header .logo-powered .poweredby {
    margin-top: 0;
  }
}
.header .logo-powered .logo-superdoc {
  width: 94px;
}
@media (max-width: 575.98px) {
  .header .logo-powered .logo-superdoc {
    width: 84px;
  }
}
.header .logo-powered .logo-healee {
  width: 85px;
}
@media (max-width: 575.98px) {
  .header .logo-powered .logo-healee {
    width: 75px;
  }
}
.header .logo-powered .logo-label {
  display: none;
}
.header .header-right {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog-article .wp-block-file .header .header-right .wp-block-file__button,
.header .header-right .blog-article .wp-block-file .wp-block-file__button,
.header .header-right .btn {
  color: #3d3f3f;
}
.blog-article .wp-block-file .header .header-right .wp-block-file__button:hover,
.header .header-right .blog-article .wp-block-file .wp-block-file__button:hover,
.header .header-right .btn:hover {
  color: #134855;
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-file .header .header-right .wp-block-file__button,
  .header .header-right .blog-article .wp-block-file .wp-block-file__button,
  .header .header-right .btn {
    padding: 0 8px;
  }
}
@media (max-width: 575.98px) {
  .header .header-right .button-signup,
  .header .header-right .sep {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header .header-right .notification-menu {
    position: static;
  }
}
.header .header-right .notification-menu .dropdown-toggle {
  display: block;
  font-size: 1.7em;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.75rem;
  position: relative;
  color: #3d3f3f;
}
@media (max-width: 575.98px) {
  .header .header-right .notification-menu .dropdown-toggle {
    padding: 0 8px;
  }
}
.header .header-right .notification-menu .dropdown-toggle:hover {
  color: #5b9b70;
}
.header .header-right .notification-menu .dropdown-toggle:after {
  display: none;
}
.header
  .header-right
  .notification-menu
  .dropdown-toggle
  .unread-notifications {
  font-size: 0.9rem;
  font-weight: 500;
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: -5px;
  right: -5px;
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: none;
  background-color: #9f5858;
}
.header .header-right .notification-menu .dropdown-menu {
  max-width: calc(100vw - 60px);
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .header .header-right .notification-menu .dropdown-menu {
    max-width: calc(100vw - 20px);
    margin: 0 10px;
  }
}
.header .header-right .notification-menu .dropdown-menu #notifications-list {
  max-height: calc(100vh - 140px);
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
.header .header-right .notification-menu .dropdown-menu .dropdown-item {
  width: 400px;
  max-width: 100%;
  padding: 20px 25px;
  position: relative;
  white-space: normal;
  border-top: 1px solid #f6f6f6;
  cursor: pointer;
  transition: 0.2s;
}
.header .header-right .notification-menu .dropdown-menu .dropdown-item:active {
  color: #3d3f3f;
  background: #f6f6f6;
}
.header
  .header-right
  .notification-menu
  .dropdown-menu
  .dropdown-item.notification-noshow:not(.read) {
  background: #f0dbd5;
}
.header
  .header-right
  .notification-menu
  .dropdown-menu
  .dropdown-item.notification-noshow:not(.read):hover {
  background: #edd5cd;
}
.header
  .header-right
  .notification-menu
  .dropdown-menu
  .dropdown-item.notification-noshow:not(.read)
  h4 {
  color: #9f5858;
}
.header .header-right .notification-menu .dropdown-menu .dropdown-item.read {
  color: #91857c;
  background: #f6f6f6;
  cursor: default;
}
.header
  .header-right
  .notification-menu
  .dropdown-menu
  .dropdown-item.read:active {
  color: #91857c;
}
.header
  .header-right
  .notification-menu
  .dropdown-menu
  .dropdown-item.read
  .unread-indication {
  border: 1px solid #91857c;
  background: transparent;
}
.header .header-right .notification-menu .dropdown-menu .dropdown-item h4 {
  font-size: 1.1em;
}
.header
  .header-right
  .notification-menu
  .dropdown-menu
  .dropdown-item
  .notification-link {
  word-wrap: break-word;
}
.header
  .header-right
  .notification-menu
  .dropdown-menu
  .dropdown-item
  .unread-indication {
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  right: 10px;
  position: absolute;
  display: block;
  border-radius: 50%;
  border-color: #9f5858;
  background: #9f5858;
}
.header .header-right .notification-menu .dropdown-menu .dropdown-item small {
  font-size: 0.8em;
  margin-top: 5px;
  display: block;
  color: #91857c;
}
.header .user-menu .dropdown-toggle,
.header .user-menu .dropdown-toggle:after {
  color: #3d3f3f;
}
@media (max-width: 575.98px) {
  .header .user-menu .dropdown-toggle {
    padding-right: 0;
  }
  .header .user-menu .dropdown-toggle:after,
  .header .user-menu .dropdown-toggle span {
    display: none;
  }
}
.header .user-menu .dropdown-toggle .fa-user-circle {
  font-size: 1.8em;
  display: none;
}
@media (max-width: 575.98px) {
  .header .user-menu .dropdown-toggle .fa-user-circle {
    display: inline;
  }
}
.header .user-menu .dropdown-toggle .user-thumb {
  font-size: 1.2em;
  width: 1.7rem;
  height: 1.7rem;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background: #134855;
}
@media (max-width: 575.98px) {
  .header .user-menu .dropdown-toggle .user-thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header .user-menu .fa-video {
  color: #00b2f5;
}
.sticky-header {
  font-size: 0.9em;
  width: 100%;
  top: -100px;
  left: 0;
  padding: 10px 0;
  position: fixed;
  border-bottom: 1px solid #f2ece9;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: top 0.2s;
}
@media (max-width: 767.98px) {
  .sticky-header {
    display: none;
  }
}
.sticky-header.sticked {
  top: 0;
}
@media (max-width: 767.98px) {
  .sticky-header.sticked {
    display: none;
  }
}
.sticky-header .container-fluid,
.sticky-header .container-lg,
.sticky-header .container-md,
.sticky-header .container-sm,
.sticky-header .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .sticky-header .container-fluid,
  .sticky-header .container-lg,
  .sticky-header .container-md,
  .sticky-header .container-sm,
  .sticky-header .container-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sticky-header .sticky-logo {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .sticky-header .sticky-logo {
    display: none;
  }
}
.sticky-header .sticky-logo .logo-healee {
  width: 120px;
  height: 49px;
}
.sticky-header .sticky-logo .logo-superdoc {
  width: 120px;
  height: 21px;
}
.sticky-header .sticky-logo .logo-label {
  display: none;
}
.sticky-header .sticky-logo .logo-whitelabel {
  max-width: 220px;
  max-height: 48px;
  width: auto;
  height: auto;
}
.sticky-header img {
  max-width: 40px;
  max-height: 48px;
  margin-right: 16px;
  border-radius: 6px;
  cursor: pointer;
}
.sticky-header h4 {
  font-size: 1.25em;
  cursor: pointer;
}
.sticky-header h4,
.sticky-header p {
  width: 100%;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sticky-header .sticky-header-content {
  max-width: 40%;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .sticky-header .sticky-header-review {
    display: none;
  }
}
.sticky-header .sticky-header-review .rating {
  margin: 3px 0;
}
.sticky-header .sticky-header-right {
  flex-grow: 1;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .sticky-header .sticky-header-right {
    display: none;
  }
}
.blog-article
  .wp-block-file
  .sticky-header
  .sticky-header-right
  .wp-block-file__button,
.sticky-header
  .sticky-header-right
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.sticky-header .sticky-header-right .btn {
  margin-left: 10px;
}
.home .footer {
  background: #fff;
}
.footer h4 {
  font-size: 1em;
}
@media (max-width: 575.98px) {
  .footer h4 {
    margin-top: 20px;
  }
}
.footer h4 a {
  color: #134855;
}
.footer .footer-logo {
  width: 45px;
  margin-bottom: 15px;
  color: #134855;
}
@media (max-width: 767.98px) {
  .footer .footer-logo {
    margin: 0 auto 15px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-desc {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-desc {
    text-align: center;
  }
}
.footer .list-unstyled li {
  margin-bottom: 5px;
}
.footer .list-unstyled a {
  color: #91857c;
}
.footer .list-unstyled a:hover {
  color: #134855;
}
@media (min-width: 576px) {
  .footer .list-unstyled + h4 {
    margin-top: 40px;
  }
}
.footer .copyright {
  font-size: 0.8em;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #f2ece9;
}
@media (max-width: 575.98px) {
  .footer .copyright {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-search-results .footer {
    padding-bottom: 100px !important;
  }
}
.footer-expand i {
  display: none;
}
@media (max-width: 575.98px) {
  .footer-expand {
    margin: 0 -15px;
  }
  .footer-expand nav.active {
    display: none;
  }
  .footer-expand nav li {
    margin: 0 !important;
  }
  .footer-expand nav li:last-child a {
    border: none;
  }
  .footer-expand h4 {
    margin: 0;
    padding: 12px 15px;
    border-top: 1px solid #f2ece9;
  }
  .footer-expand h4:hover {
    background: #f6f6f6;
  }
  .footer-expand h4.toggled {
    margin-bottom: -1px;
    border-bottom: 1px solid #f2ece9;
  }
  .footer-expand h4.toggled i {
    transform: none;
  }
  .footer-expand h4 i {
    font-size: 26px;
    line-height: 20px;
    float: right;
    display: inline;
    vertical-align: middle;
    transform: rotate(180deg);
  }
  .footer-expand a {
    margin: 0 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #f2ece9;
  }
  .footer-expand a:hover {
    padding-left: 5px;
    background: #f6f6f6;
  }
}
@media (max-width: 767.98px) {
  .social-links {
    margin-bottom: 20px;
    text-align: center;
  }
}
.social-links .social-link {
  margin-right: 15px;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3d3f3f;
}
@media (max-width: 767.98px) {
  .social-links .social-link {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.social-links .social-link svg {
  width: 28px;
}
.social-links .social-link.facebook:hover {
  color: #3b5998;
}
.social-links .social-link.twitter:hover {
  color: #1da1f2;
}
.social-links .social-link.linkedin:hover {
  color: #2867b2;
}
.social-links .social-link.medium:hover {
  color: #00ab6c;
}
.page-search-results #search .search-column {
  width: 100%;
  max-width: none;
  flex: auto;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .page-search-results header .row {
    min-height: 38px;
  }
  .page-search-results #search {
    padding-top: 1px;
  }
  .page-search-results .show-filters .search-form-holder {
    width: calc(66.66667% - 100px);
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
  }
  .page-search-results .show-filters .search-filters {
    margin-top: 20px;
  }
}
.search-column {
  position: static;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1110px) {
  .search-column {
    flex-shrink: 0 !important;
    width: 100%;
    order: 2;
    padding: 0;
  }
}
.search-form#clinic-docsearch {
  margin: 20px 0;
}
.search-form#clinic-docsearch .search-form-holder {
  justify-content: flex-start;
}
.search-form#clinic-docsearch .form-group {
  width: auto;
  flex: 1;
}
.search-form#clinic-docsearch .form-group:last-child {
  margin-bottom: 0;
}
.search-form .search-form-holder.form-inline {
  justify-content: center;
}
.search-form .search-form-holder.form-inline .form-group {
  width: 25%;
  margin-right: 10px;
}
.search-form .search-form-holder.form-inline .form-group .form-control {
  width: 100%;
  max-width: 100%;
}
.blog-article
  .wp-block-file
  .search-form
  .search-form-holder.form-inline
  .wp-block-file__button,
.search-form
  .search-form-holder.form-inline
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.search-form .search-form-holder.form-inline .btn {
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .header .search-form .search-form-holder.form-inline {
    justify-content: flex-start;
    border-radius: 6px;
    background: #fff;
  }
  .search-form .search-form-holder.form-inline .form-group {
    flex-grow: 1;
  }
}
@media (max-width: 1110px) {
  .header .search-form .search-form-holder.form-inline {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .header .search-form .search-form-holder.form-inline,
  .header .search-form .search-form-holder.form-inline .search-form-holder {
    display: none;
  }
  .header .search-form .search-form-holder.form-inline.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 10px;
  }
  .page-search-results .search-form .search-form-holder.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-form .search-form-holder.form-inline.show-filters {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .search-form .search-form-holder.form-inline {
    display: block;
  }
  .search-form .search-form-holder.form-inline .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog-article
    .wp-block-file
    .search-form
    .search-form-holder.form-inline
    .wp-block-file__button,
  .search-form
    .search-form-holder.form-inline
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .search-form .search-form-holder.form-inline .btn {
    width: 100%;
    margin-bottom: 0;
  }
}
.search-form .search-filters {
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-form .search-filters {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .search-form .search-filters:after {
    content: "";
    width: 35px;
    height: 40px;
    top: 7px;
    right: 0;
    display: block;
    position: absolute;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, hsla(0, 0%, 100%, 0)),
      color-stop(80%, #fff)
    );
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 80%);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 80%);
    z-index: 9;
  }
}
.search-form .search-filters .search-filters-holder {
  padding: 10px 0 0;
}
@media (max-width: 991.98px) {
  .search-form .search-filters .search-filters-holder {
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .search-form .search-filters .search-filters-holder::-webkit-scrollbar {
    display: none;
  }
}
.search-form .search-filters #filter-map + #filter-map-label {
  display: none;
}
.search-form .search-filters #filter-map + #filter-map-label i {
  margin-left: 5px;
}
.search-form .search-filters #filter-map:checked + #filter-map-label {
  display: inline-block;
}
.blog-article
  .wp-block-file
  .search-form
  .search-filters
  .wp-block-file__button,
.search-form
  .search-filters
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.search-form .search-filters .btn {
  font-weight: 400;
}
.search-form .search-filters .form-control {
  max-width: 185px;
  line-height: normal;
  margin-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-color: #e2d6ce;
  transition: 0.2s;
}
.search-form .search-filters .form-control.active {
  border-color: #00b2f5;
  background-color: #00b2f5;
}
.search-form .search-filters .form-control:not(.active):hover {
  background-color: #f6f6f6;
}
.search-form .search-filters .form-control:focus {
  box-shadow: none;
}
.search-form .search-filters .btn-group-toggle,
.search-form .search-filters .form-control {
  width: auto;
  margin-bottom: 10px;
  display: inline-block;
  border-width: 1px;
  cursor: pointer;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .search-form .search-filters .btn-group-toggle:last-child,
  .search-form .search-filters .form-control:last-child {
    margin-right: 30px;
  }
}
.blog-article
  .wp-block-file
  .search-form
  .search-filters
  .btn-group-toggle
  .wp-block-file__button,
.search-form
  .search-filters
  .btn-group-toggle
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.search-form .search-filters .btn-group-toggle .btn {
  margin-right: 6px;
  border-color: #e2d6ce;
}
@media (max-width: 575.98px) {
  .blog-article
    .wp-block-file
    .search-form
    .search-filters
    .btn-group-toggle
    .wp-block-file__button,
  .search-form
    .search-filters
    .btn-group-toggle
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .search-form .search-filters .btn-group-toggle .btn {
    display: block;
  }
}
.search-form .search-filters .btn-group-toggle input.search-filter {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.blog-article
  .wp-block-file
  .search-form
  .search-filters
  .btn-group-toggle
  input.search-filter:checked
  + .btn-outline-light.wp-block-file__button,
.search-form
  .search-filters
  .btn-group-toggle
  .blog-article
  .wp-block-file
  input.search-filter:checked
  + .btn-outline-light.wp-block-file__button,
.search-form
  .search-filters
  .btn-group-toggle
  input.search-filter:checked
  + .btn.btn-outline-light {
  color: #fff;
  border-color: #00b2f5;
  background: #00b2f5;
}
.blog-article
  .wp-block-file
  .search-form
  .search-filters
  .btn-group-toggle
  input.search-filter:checked
  + .btn-outline-light.wp-block-file__button:hover,
.search-form
  .search-filters
  .btn-group-toggle
  .blog-article
  .wp-block-file
  input.search-filter:checked
  + .btn-outline-light.wp-block-file__button:hover,
.search-form
  .search-filters
  .btn-group-toggle
  input.search-filter:checked
  + .btn.btn-outline-light:hover {
  background-color: #0098d1;
}
.search-form .search-filters span.text-muted {
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199.98px) {
  #search {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  #search-clinics {
    padding-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  #search-clinics {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  #search-clinics {
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  #search-clinics {
    padding-top: 0;
  }
}
#search-results .help-message {
  margin-top: 20px;
}
.search-results-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .search-results-not-found {
    display: block;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #e2d6ce;
    background: #fff;
  }
  .search-results-not-found p:last-child {
    margin-bottom: 0;
  }
  .search-results-not-found.box-shadow {
    box-shadow: 0 0 15px rgba(61, 63, 63, 0.15);
  }
  .search-results-not-found.box-green {
    color: #fff;
    border: none;
    background: #134855;
  }
  .search-results-not-found .box-header {
    margin: -17px -17px 15px;
    padding: 16px 16px 0;
  }
  .search-results-not-found .box-header h3,
  .search-results-not-found .box-header h4 {
    margin-bottom: 0;
  }
  .search-results-not-found .box-header p {
    color: #91857c;
  }
  .search-results-not-found .box-header .alert {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .search-results-not-found hr {
    margin: 16px -16px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .search-results-not-found {
    padding: 25px;
  }
  .search-results-not-found .box-header {
    margin: -26px -26px 0;
    padding: 20px 25px;
  }
  .search-results-not-found hr {
    margin: 25px -25px;
  }
}
@media (max-width: 575.98px) and (max-width: 767.98px) {
  .search-results-not-found {
    padding: 12px;
  }
  .search-results-not-found .box-header {
    margin: -13px -13px 10px;
  }
}
.search-results-not-found .icon-circle {
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .search-results-not-found .icon-circle {
    margin: 0 auto 15px;
  }
}
.search-results-holder {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .search-results-holder {
    margin-bottom: 0;
  }
}
.search-results-holder + .help-message {
  margin-bottom: 0;
}
.search-result {
  margin-bottom: -1px;
  padding: 10px 20px 10px 10px;
  position: relative;
  border: 1px solid #e2d6ce;
  transition: 0.2s;
}
@media (max-width: 575.98px) {
  .search-result {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 6px !important;
  }
}
.search-result:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-color: #f2ece9;
  z-index: 99;
  position: relative;
}
.search-result:first-child {
  border-radius: 6px 6px 0 0;
}
.search-result:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.search-result.search-title {
  margin-bottom: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: none;
  background: #eef4ed;
}
@media (min-width: 576px) {
  .search-result.search-title {
    padding: 30px;
  }
}
.search-result.search-title h1 {
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width: 575.98px) {
  .search-result.search-title h1 {
    font-size: 1rem;
  }
}
.search-result.search-title + .search-result {
  border-radius: 6px 6px 0 0;
}
.search-result.search-title:hover {
  box-shadow: none;
}
.search-result > a:hover {
  color: #5f908f;
}
.search-result p {
  color: #3d3f3f;
}
.search-result p + .rating {
  margin-top: 8px;
  margin-bottom: 0;
}
.search-result .search-result-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  background: transparent;
}
.search-result .search-result-thumb {
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .search-result .col-3 {
    padding-right: 0;
  }
}
.search-result .search-result-content {
  height: calc(100% - 30px);
  min-height: 170px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .search-result .search-result-content {
    min-height: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .search-result .search-result-content h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .search-result .search-result-content h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .search-result .search-result-content h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 575.98px) {
  .search-result .search-result-content h3 {
    font-size: 1.1em;
  }
}
.search-result .search-result-content h4 {
  margin: 0;
}
.search-result .search-result-content p {
  line-height: 120%;
  margin: 5px 0;
}
.search-result .search-result-content .rating {
  font-size: 1em;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .search-result .search-result-content .rating {
    font-size: 0.9em;
    margin-top: -4px;
    margin-bottom: 4px;
  }
}
.search-result .search-result-content .doctor-badge {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  text-align: left;
  align-self: flex-start;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .search-result .search-result-content .doctor-badge {
    margin-bottom: 5px;
  }
}
.search-result .search-result-attributes {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .search-result .search-result-attributes {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.search-result .search-result-attributes .badge {
  max-width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result .search-result-attributes .badge.badge-primary,
.search-result .search-result-attributes .badge.badge-purple,
.search-result .search-result-attributes .badge.badge-warning {
  color: #91857c;
  background: #f6f6f6;
}
.search-result .search-result-attributes .badge.badge-purple i {
  color: #5856d6;
}
.search-result .search-result-attributes .badge.badge-warning i {
  color: #c77c4d;
}
.search-result .search-result-attributes .badge.badge-success i {
  color: #5f908f;
}
@media (max-width: 575.98px) {
  .search-result .search-result-attributes .badge {
    font-size: 1.1em;
    margin: 0;
    border: none;
    background: none !important;
  }
  .search-result .search-result-attributes .badge span {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .search-result .search-result-attributes .badge {
    font-size: 1em;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.search-result .search-result-actions {
  margin-top: 15px;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .search-result .search-result-actions {
    margin-top: 0;
    white-space: normal;
  }
}
.blog-article
  .wp-block-file
  .search-result
  .search-result-actions
  .wp-block-file__button,
.search-result
  .search-result-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.search-result .search-result-actions .btn {
  margin-right: 7px;
  position: relative;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .blog-article
    .wp-block-file
    .search-result
    .search-result-actions
    .wp-block-file__button,
  .search-result
    .search-result-actions
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .search-result .search-result-actions .btn {
    display: none;
  }
}
.search-result .search-result-actions .next-appointment {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #91857c;
}
@media (max-width: 575.98px) {
  .search-result .search-result-actions .next-appointment {
    font-size: 0.9em;
    margin: 0;
  }
}
.search-result .search-result-actions .next-appointment > i {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .search-result .search-result-actions .next-appointment > i {
    font-size: 1.3em;
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }
}
.search-result .search-result-actions .next-appointment > i + i {
  margin-left: -20px !important;
}
@media (max-width: 575.98px) {
  .search-result .search-result-actions .next-appointment > i + i {
    margin-left: -15px !important;
  }
}
.search-result .search-result-actions .next-appointment small {
  font-size: 0.9em;
  font-weight: 400;
  color: #91857c;
}
.search-result .search-result-actions .next-appointment small ~ span {
  font-weight: 500;
  color: #5b9b70;
}
@media (max-width: 575.98px) {
  .search-result .search-result-actions .next-appointment small ~ span {
    display: block;
  }
}
.search-result .search-result-mobile-actions {
  margin: 10px -15px -15px;
  display: none;
  position: relative;
  border-top: 1px solid #f2ece9;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .search-result .search-result-mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog-article
  .wp-block-file
  .search-result
  .search-result-mobile-actions
  .wp-block-file__button,
.search-result
  .search-result-mobile-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.search-result .search-result-mobile-actions .btn {
  font-weight: 600;
  flex-grow: 1;
  white-space: nowrap;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
  border: none;
  background: #fff;
}
.blog-article
  .wp-block-file
  .search-result
  .search-result-mobile-actions
  .wp-block-file__button:hover,
.search-result
  .search-result-mobile-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button:hover,
.search-result .search-result-mobile-actions .btn:hover {
  background: #fff;
}
.blog-article
  .wp-block-file
  .search-result
  .search-result-mobile-actions
  .wp-block-file__button:first-child,
.search-result
  .search-result-mobile-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button:first-child,
.search-result .search-result-mobile-actions .btn:first-child {
  border-right: 1px solid #f2ece9;
  border-radius: 0 0 0 6px;
}
.blog-article
  .wp-block-file
  .search-result
  .search-result-mobile-actions
  .wp-block-file__button:last-child,
.search-result
  .search-result-mobile-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button:last-child,
.search-result .search-result-mobile-actions .btn:last-child {
  border-radius: 0 0 6px 0;
}
.blog-article
  .wp-block-file
  .search-result
  .search-result-mobile-actions
  .wp-block-file__button:only-child,
.search-result
  .search-result-mobile-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button:only-child,
.search-result .search-result-mobile-actions .btn:only-child {
  border: none;
  border-radius: 0 0 6px 6px;
}
.search-suggestions {
  font-size: 1em;
}
.search-suggestions h3 {
  margin-bottom: 20px;
}
.search-suggestions nav ul {
  margin-bottom: 0;
}
.search-suggestions nav a {
  margin: 0 0 7px;
  display: block;
}
.blog-article .wp-block-file .btn-toggle-map.wp-block-file__button,
.btn.btn-toggle-map {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  right: 10px;
  bottom: 25px;
  position: fixed;
  display: none;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
@media (max-width: 991.98px) {
  .blog-article .wp-block-file .btn-toggle-map.wp-block-file__button,
  .btn.btn-toggle-map {
    display: inline-block;
  }
}
@media (max-height: 500px) {
  .blog-article .wp-block-file .btn-toggle-map.wp-block-file__button,
  .btn.btn-toggle-map {
    display: none;
  }
}
.blog-article .wp-block-file .btn-toggle-map.wp-block-file__button:active,
.blog-article .wp-block-file .btn-toggle-map.wp-block-file__button:focus,
.blog-article .wp-block-file .btn-toggle-map.wp-block-file__button:hover,
.btn.btn-toggle-map:active,
.btn.btn-toggle-map:focus,
.btn.btn-toggle-map:hover {
  border-color: #134855 !important;
  background-color: #134855 !important;
}
.blog-article .wp-block-file .btn-toggle-map.wp-block-file__button i,
.btn.btn-toggle-map i {
  font-size: 1.5em;
  margin-right: 0;
}
.blog-article
  .wp-block-file
  .btn-toggle-map.wp-block-file__button
  .label-hide-map,
.btn.btn-toggle-map .label-hide-map {
  display: none;
}
.blog-article .wp-block-file .btn-toggle-map.toggled.wp-block-file__button,
.btn.btn-toggle-map.toggled {
  width: auto;
  height: auto;
  line-height: normal;
  padding: 10px 15px;
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  position: fixed;
  white-space: nowrap;
  z-index: 99999;
  color: #3d3f3f !important;
  border-color: #e2d6ce !important;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-article
  .wp-block-file
  .btn-toggle-map.toggled.wp-block-file__button:active,
.blog-article
  .wp-block-file
  .btn-toggle-map.toggled.wp-block-file__button:focus,
.blog-article
  .wp-block-file
  .btn-toggle-map.toggled.wp-block-file__button:hover,
.btn.btn-toggle-map.toggled:active,
.btn.btn-toggle-map.toggled:focus,
.btn.btn-toggle-map.toggled:hover {
  border-color: #e2d6ce !important;
  background-color: #fff !important;
}
.blog-article .wp-block-file .btn-toggle-map.toggled.wp-block-file__button i,
.btn.btn-toggle-map.toggled i {
  margin-right: 8px;
}
.blog-article
  .wp-block-file
  .btn-toggle-map.toggled.wp-block-file__button
  .label-hide-map,
.btn.btn-toggle-map.toggled .label-hide-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.blog-article
  .wp-block-file
  .btn-toggle-map.toggled.wp-block-file__button
  .label-show-map,
.btn.btn-toggle-map.toggled .label-show-map {
  display: none;
}
.map-column {
  flex: 1 1 auto;
}
@media (max-width: 575.98px) {
  .map-column {
    height: auto;
  }
}
.map-search {
  height: calc(60vh - 60px);
  margin-bottom: 30px;
  position: relative;
}
.map-search:last-child {
  height: calc(100vh - 60px);
}
.map-search #map {
  height: 100%;
}
@media (max-width: 991.98px) {
  .map-search {
    display: none;
  }
  .map-search.active {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: block !important;
    z-index: 97;
  }
  .map-search.active #map {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.map-search .map-search-btn {
  font-size: 1em;
  line-height: normal;
  padding: 10px 15px;
  left: 50%;
  top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  position: absolute;
  overflow: hidden;
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  border-radius: 8px;
  background: #fff;
  z-index: 99;
  cursor: pointer;
}
.map-search .map-search-btn .fad,
.map-search .map-search-btn .fal,
.map-search .map-search-btn .far {
  font-size: 1.3em;
  margin-right: 5px;
}
.map-search .map-search-btn[data-initial="false"] .fa-info-circle {
  display: none;
}
.map-search .map-search-btn[data-initial="1"] {
  font-size: 0.9em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 10px;
  top: 10px;
  text-align: left;
  box-shadow: none;
  border: none;
  background: hsla(0, 0%, 100%, 0.9);
  cursor: default;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .map-search .map-search-btn[data-initial="1"] {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .map-search .map-search-btn[data-initial="1"] {
    left: 10px;
    right: 50px;
    transform: none;
    white-space: normal;
  }
}
.map-search .map-search-btn[data-initial="1"] .fad,
.map-search .map-search-btn[data-initial="1"] .fal,
.map-search .map-search-btn[data-initial="1"] .far {
  color: #134855;
}
.map-search .map-search-btn[data-initial="1"] .fad.fa-search,
.map-search .map-search-btn[data-initial="1"] .fal.fa-search,
.map-search .map-search-btn[data-initial="1"] .far.fa-search {
  display: none;
}
.map-search .map-search-btn .overlay.spinner {
  background: #fff;
}
.map-search .map-search-btn .search-label {
  font-weight: 400;
  vertical-align: middle;
}
.map-search .map-search-btn .fal,
.map-search .map-search-btn .far {
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .sticky-map.active {
    width: calc(41.66% - 46.664px);
    position: fixed;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .sticky-map.active {
    width: calc(50% - 50px);
    max-width: 770px;
  }
}
.sticky-map.active.stop {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: auto;
}
.sticky-map #advertisement-search-doc {
  height: calc(40vh - 30px);
}
.sticky-map #advertisement-search-doc div {
  height: 100%;
}
.sticky-map #advertisement-search-doc a {
  display: block;
  height: 100%;
}
.sticky-map #advertisement-search-doc img {
  display: block;
  width: auto !important;
  max-height: 100%;
  max-width: 600px;
}
#map,
#map-static {
  display: block;
  width: 100%;
  height: 435px;
  margin-bottom: 20px;
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  #map,
  #map-static {
    height: 400px;
  }
}
#map-static.doctor-map,
#map.doctor-map {
  height: calc(100% - 40px);
  min-height: 250px;
}
@media (max-width: 991.98px) {
  #map-static.doctor-map,
  #map.doctor-map {
    height: 200px;
    min-height: 200px;
  }
}
#map-static {
  background-position: 50%;
  background-size: cover;
  transition: opacity 0.2s ease;
}
#map-static.js-doctor-map {
  cursor: pointer;
}
#map-static:hover {
  opacity: 0.8;
}
#map .marker.highlighted {
  z-index: 9999999;
}
#map .marker.highlighted .marker-path {
  fill: #9f5858;
}
#map .marker.highlighted .marker-path-circle {
  fill: #fff;
}
#map .marker.highlighted .map-tooltip-count {
  color: #fff;
}
#map .marker:hover {
  cursor: pointer;
  z-index: 9999999;
}
#map .marker:hover .marker-path {
  fill: #134855;
}
#map .marker:hover .marker-path-circle {
  fill: #fff;
}
#map .marker:hover .map-tooltip-count {
  color: #fff;
}
#map .mapboxgl-popup-tip {
  display: none;
}
#map .map-tooltip-count {
  font-size: 1.1em;
  font-weight: 500;
  left: 0;
  right: 0;
  top: 5px;
  position: absolute;
  text-align: center;
  color: #00b2f5;
}
#map .mapboxgl-popup-content {
  font-size: 1em;
  width: 300px;
  max-height: 350px;
  padding: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 10px !important;
  border: 1px solid #e2d6ce;
}
#map .mapboxgl-popup-content hr {
  margin-left: -20px;
  margin-right: -70px;
}
#map .mapboxgl-popup-content h4 {
  font-family: Montserrat;
  margin-bottom: 5px;
  padding-right: 20px;
}
#map .mapboxgl-popup-content p {
  font-family: Montserrat;
  width: 100%;
  margin: 0;
}
#map .mapboxgl-popup-content p.text-muted {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}
#map .mapboxgl-popup-content .rating {
  margin: 5px 0;
}
#map
  .mapboxgl-popup-content
  .blog-article
  .wp-block-file
  .wp-block-file__button,
#map .mapboxgl-popup-content .btn,
.blog-article
  .wp-block-file
  #map
  .mapboxgl-popup-content
  .wp-block-file__button {
  margin-top: 10px;
}
#map .mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 1.8em;
  width: 40px;
  height: 34px;
  line-height: 34px;
  left: 257px;
  top: 3px;
  padding: 0 0 6px;
  position: fixed;
  color: #3d3f3f;
  border-radius: 50%;
  box-sizing: content-box;
}
@media (max-width: 575.98px) {
  #map .mapboxgl-popup-content .mapboxgl-popup-close-button {
    color: #fff;
    background: #3d3f3f;
  }
}
#map .mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
  color: #fff;
  background: #3d3f3f;
}
#map .map_tooltip .button {
  margin-top: 0.5rem;
  height: 2rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
#map .map_tooltip strong {
  font-family: Montserrat;
  font-weight: 500;
}
#map .map_tooltip .avatar_img {
  width: 100px;
  height: 133px;
  margin-right: 20px;
  float: left;
  clear: none;
}
#map .map_tooltip img {
  width: 100px;
  height: 133px;
}
@media (max-width: 991.98px) {
  .block-nomap-move {
    margin-top: 0 !important;
  }
}
.home-layer {
  padding-top: 0;
}
.home-layer h1 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .home-layer h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .home-layer h1 {
    margin-bottom: 20px;
  }
}
.home-layer p {
  margin: 0;
}
.home-layer #home-search {
  margin-top: 30px;
  align-self: flex-start;
}
@media (min-width: 1200px) {
  .home-layer #home-search {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-layer #home-search {
    margin-top: 20px;
  }
}
.home-layer #home-search h4 {
  margin-bottom: 15px;
}
.home-layer #home-search a {
  font-size: 1.1em;
}
.home-layer #home-search form {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .home-layer #home-search form {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-layer #home-search form {
    margin-bottom: 20px;
  }
}
.home-layer #home-search #search-doctor {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.home-layer #home-search #search-hospital,
.home-layer #home-search.active #search-doctor {
  display: none;
}
.home-layer #home-search.active #search-hospital {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.home-layer .home-description {
  font-size: 1em;
  line-height: 140%;
  margin-top: 40px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #f2ece9;
}
@media (min-width: 1200px) {
  .home-layer .home-description {
    margin-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .home-layer .home-description {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-layer .home-description {
    display: none;
  }
}
.home-layer .home-hero img {
  width: 85%;
  max-height: 570px;
  margin-top: -10px;
}
@media (max-width: 1199.98px) {
  .home-layer .home-hero img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .home-layer .home-hero {
    display: none;
  }
}
.featured-specialties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 767.98px) {
  .featured-specialties {
    margin: 0;
  }
}
.featured-specialties li {
  width: 20%;
  flex-basis: auto;
}
@media (max-width: 575.98px) {
  .featured-specialties li:nth-child(2n) a {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .featured-specialties li {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .featured-specialties li {
    width: 33%;
  }
}
@media (max-width: 575.98px) {
  .featured-specialties li {
    width: 50%;
  }
}
.featured-specialties li:first-child a .icon {
  color: #fff;
  background: #93e58a;
  transition: 0.2s;
}
.featured-specialties li:first-child a:hover {
  border-color: #93e58a;
  background: #fff;
}
.featured-specialties li:nth-child(2) a .icon {
  color: #fff;
  background: #01bfa5;
  transition: 0.2s;
}
.featured-specialties li:nth-child(2) a:hover {
  border-color: #01bfa5;
  background: #fff;
}
.featured-specialties li:nth-child(3) a .icon {
  color: #fff;
  background: #54defd;
  transition: 0.2s;
}
.featured-specialties li:nth-child(3) a:hover {
  border-color: #54defd;
  background: #fff;
}
.featured-specialties li:nth-child(4) a .icon {
  color: #fff;
  background: #648bff;
  transition: 0.2s;
}
.featured-specialties li:nth-child(4) a:hover {
  border-color: #648bff;
  background: #fff;
}
.featured-specialties li:nth-child(5) a .icon {
  color: #fff;
  background: #9a84de;
  transition: 0.2s;
}
.featured-specialties li:nth-child(5) a:hover {
  border-color: #9a84de;
  background: #fff;
}
.featured-specialties li:nth-child(6) a .icon {
  color: #fff;
  background: #f991cc;
  transition: 0.2s;
}
.featured-specialties li:nth-child(6) a:hover {
  border-color: #f991cc;
  background: #fff;
}
.featured-specialties li:nth-child(7) a .icon {
  color: #fff;
  background: #ff4365;
  transition: 0.2s;
}
.featured-specialties li:nth-child(7) a:hover {
  border-color: #ff4365;
  background: #fff;
}
.featured-specialties li:nth-child(8) a .icon {
  color: #fff;
  background: #f96e57;
  transition: 0.2s;
}
.featured-specialties li:nth-child(8) a:hover {
  border-color: #f96e57;
  background: #fff;
}
.featured-specialties li:nth-child(9) a .icon {
  color: #fff;
  background: #ef9e06;
  transition: 0.2s;
}
.featured-specialties li:nth-child(9) a:hover {
  border-color: #ef9e06;
  background: #fff;
}
.featured-specialties li:nth-child(10) a .icon {
  color: #fff;
  background: #ffe347;
  transition: 0.2s;
}
.featured-specialties li:nth-child(10) a:hover {
  border-color: #ffe347;
  background: #fff;
}
.featured-specialties a {
  font-weight: 500;
  margin: 15px;
  padding: 30px 20px;
  display: block;
  border: 2px solid transparent;
  border-radius: 15px;
  background: #f6f6f6;
}
@media (max-width: 767.98px) {
  .featured-specialties a {
    margin: 0 10px 10px 0;
    padding: 20px 10px;
  }
}
.featured-specialties .icon {
  font-size: 3em;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 15px;
  display: block;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .featured-specialties .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .featured-specialties .icon {
    font-size: 2.25em;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.featured-specialties span {
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
  line-height: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d3f3f;
  transition: 0.2s;
}
.healee-app {
  padding: 20px;
  color: #fff;
  background: #2d3a8c;
}
@media (max-width: 767.98px) {
  .healee-app {
    text-align: center;
  }
  .healee-app i {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .healee-app {
    padding-top: 0;
  }
}
.healee-app h1 {
  margin-top: 20px;
}
.healee-app h4 {
  margin: 0;
  color: #00b2f5;
}
.blog-article .wp-block-file .healee-app .wp-block-file__button,
.healee-app .blog-article .wp-block-file .wp-block-file__button,
.healee-app .btn {
  border-color: #00b2f5;
  background: #00b2f5;
}
.blog-article .wp-block-file .healee-app .wp-block-file__button:active,
.blog-article .wp-block-file .healee-app .wp-block-file__button:focus,
.blog-article .wp-block-file .healee-app .wp-block-file__button:hover,
.healee-app .blog-article .wp-block-file .wp-block-file__button:active,
.healee-app .blog-article .wp-block-file .wp-block-file__button:focus,
.healee-app .blog-article .wp-block-file .wp-block-file__button:hover,
.healee-app .btn:active,
.healee-app .btn:focus,
.healee-app .btn:hover {
  border-color: #008dc2 !important;
  background: #008dc2 !important;
}
.healee-app .healee-app-screenshot {
  width: 480px;
  margin-bottom: -70px;
}
.healee-app .healee-app-badges {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .healee-app .healee-app-badges {
    margin-top: 20px;
    text-align: center;
  }
}
.healee-app .healee-app-badges img {
  width: 180px;
  max-width: 90%;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .healee-app .healee-app-badges img {
    margin: 0 5px 5px;
  }
}
@media (max-width: 991.98px) {
  .home-cities {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .home-cities .col-6:last-child {
    max-width: none;
    flex: 1;
  }
  .home-cities .col-6:last-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .home-cities .col-6:last-child ul li {
    width: 50%;
  }
  .home-cities .col-6:last-child ul li:nth-child(2n) {
    padding-left: 15px;
  }
}
.home-cities ul {
  margin-bottom: 0;
}
.home-cities li {
  line-height: 140%;
  border-bottom: 1px solid #f2ece9;
}
@media (min-width: 576px) {
  .home-cities li:last-child {
    border-bottom: none;
  }
}
.home-cities li a {
  padding: 10px 0;
  display: block;
  color: #3d3f3f;
}
.home-cities li a:hover {
  color: #134855;
}
@media (max-width: 575.98px) {
  .home-cities li {
    font-size: 1em;
    font-weight: 400;
  }
}
.how-works .modal .modal-title,
.how-works h5,
.modal .how-works .modal-title {
  margin-bottom: 30px;
}
.how-works .fal {
  font-size: 2em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  color: #134855;
  background: #eef4ed;
}
.how-works h4 {
  margin: 0;
}
.help {
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .help {
    display: none;
  }
}
.quotes .d-flex {
  align-items: center;
  justify-content: center;
}
.quotes .quote {
  display: none;
}
.quotes .quote.active,
.quotes svg {
  display: block;
}
.quotes svg {
  margin: 0 auto 15px;
}
.quotes blockquote {
  font-size: 1.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .quotes blockquote {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .quotes blockquote {
    font-size: 1.5em;
  }
}
.quotes img {
  margin-right: 15px;
}
.quotes p {
  margin: 0;
}
.quotes-menu {
  margin-top: 20px;
  text-align: center;
}
.quotes-menu a {
  width: 30px;
  height: 7px;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f2ece9;
}
@media (min-width: 1200px) {
  .quotes-menu a {
    width: 60px;
  }
}
.quotes-menu a.active {
  background: #134855;
}
@media (max-width: 767.98px) {
  .banner-become-superdoctor {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner-become-superdoctor img {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .become-doctor {
    margin-bottom: 0;
  }
}
.become-doctor .col-md-3 {
  text-align: right;
}
@media (max-width: 767.98px) {
  .become-doctor .col-md-3 {
    margin-top: 15px;
    text-align: left;
  }
}
.doctor-summary {
  margin-bottom: 40px;
  padding-bottom: 55px;
  border-bottom: 1px solid #f2ece9;
}
@media (max-width: 991.98px) {
  .doctor-summary {
    padding-bottom: 0;
    margin-bottom: 20px;
    border: none;
  }
}
@media (max-width: 575.98px) {
  .doctor-summary {
    text-align: center;
  }
}
.doctor-summary .d-flex.flex-column {
  height: 100%;
}
.doctor-summary .doctor-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .doctor-summary .doctor-actions {
    justify-content: center;
  }
}
.blog-article
  .wp-block-file
  .doctor-summary
  .doctor-actions
  .wp-block-file__button,
.doctor-summary
  .doctor-actions
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.doctor-summary .doctor-actions .btn {
  margin-top: 8px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .blog-article
    .wp-block-file
    .doctor-summary
    .doctor-actions
    .wp-block-file__button,
  .doctor-summary
    .doctor-actions
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .doctor-summary .doctor-actions .btn {
    margin-right: 0;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .blog-article
    .wp-block-file
    .doctor-summary
    .doctor-actions
    > .wp-block-file__button,
  .doctor-summary
    .blog-article
    .wp-block-file
    .doctor-actions
    > .wp-block-file__button,
  .doctor-summary .doctor-actions > .btn {
    width: 100%;
  }
}
.doctor-summary .doctor-actions .doctor-action-group {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .doctor-summary .doctor-actions .doctor-action-group {
    width: 100%;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .doctor-summary .doctor-actions .doctor-action-group {
    display: inline-block;
  }
}
.doctor-summary .doctor-actions .doctor-action-group .btn-link {
  font-size: 1em;
  display: block;
  margin-bottom: -25px;
}
@media (max-width: 991.98px) {
  .doctor-summary .doctor-actions .doctor-action-group .btn-link {
    margin-bottom: 0;
  }
}
.doctor-summary .doctor-name {
  flex-grow: 1;
}
.doctor-summary .doctor-name h1 {
  margin-bottom: 10px;
}
.doctor-summary .doctor-name p {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .doctor-summary .doctor-badges {
    margin: 0 -15px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .doctor-summary .doctor-badges::-webkit-scrollbar {
    display: none;
  }
}
.doctor-summary .doctor-images {
  text-align: center;
}
.doctor-summary .doctor-images img {
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .doctor-summary .doctor-images img {
    width: 100px;
    margin-bottom: 15px;
  }
}
.doctor-summary .doctor-images span {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: -25px;
  display: block;
}
@media (max-width: 575.98px) {
  .doctor-summary .doctor-images span {
    margin: -5px 0 10px;
  }
}
@media (max-width: 575.98px) {
  .doctor-summary .next-appointment {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: left;
  }
  .doctor-summary .next-appointment i {
    font-size: 1.3em;
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
}
@media (max-width: 575.98px) {
  .doctor-summary .review-number {
    margin-top: 15px;
  }
}
.doctor-summary .doctor-badge {
  margin-top: 10px;
  align-self: flex-start;
}
@media (max-width: 575.98px) {
  .doctor-summary .doctor-badge {
    align-self: center;
  }
}
.report-problem {
  margin-top: 8px;
  float: right;
}
.consultation-banner {
  padding: 15px;
  border-radius: 8px;
  color: #00688f;
  background: #eef9ff;
}
.consultation-banner .icon {
  width: 2.5rem;
  height: auto;
}
.consultation-banner a {
  color: #007aff;
}
.consultation-banner a:hover {
  color: #0055b3;
}
.next-appointment {
  line-height: 120%;
  margin: 20px 0 10px;
  align-items: center;
}
.next-appointment h2 {
  font-weight: 500;
  margin: 0;
}
.next-appointment .heading-4,
.next-appointment h4 {
  font-weight: 600;
  line-height: 130%;
  color: #3d3f3f;
}
.next-appointment .heading-4:first-letter,
.next-appointment h4:first-letter {
  text-transform: uppercase;
}
.next-appointment small {
  font-size: 1em;
  font-weight: 500;
  display: block;
  color: #134855;
}
.next-appointment > i {
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  border-radius: 50%;
  background: #134855;
}
.next-appointment > i.fa-user-md-chat,
.next-appointment > i.fa-video {
  background: #00b2f5;
}
.next-appointment .fa-calendar-alt + .fa-video {
  margin-left: -25px;
  box-sizing: content-box;
  border: 2px solid #fff;
}
@media (max-width: 575.98px) {
  .next-appointment .fa-calendar-alt + .fa-video {
    margin-left: -15px;
  }
}
.next-appointment.online small {
  color: #00b2f5;
}
.next-appointment.online > i {
  background-color: #00b2f5;
}
.next-appointment + .next-appointment {
  margin-top: 10px;
}
.loading small,
.loading span {
  max-width: 100%;
  display: block;
  border-radius: 6px;
  background: #f2ece9;
  -webkit-animation-name: blinking;
  animation-name: blinking;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.loading small {
  width: 100px;
  height: 18px;
  margin-bottom: 5px;
  font-size: 0 !important;
}
.loading span {
  width: 187px;
  height: 19px;
}
a.next-appointment {
  max-width: 360px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e2d6ce;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
a.next-appointment:hover {
  box-shadow: none;
  background: #f6f6f6;
}
.doctor-banner {
  margin: 0 0 30px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background: #fafafa;
}
@media (max-width: 575.98px) {
  .doctor-banner {
    padding: 0;
  }
}
.doctor-banner.doctor-banner-mobile {
  margin-top: 0;
  padding: 0;
}
.doctor-banner.clinic-banner {
  margin-top: 0;
}
.doctor-description {
  margin-top: 20px;
  margin-bottom: 40px;
}
.doctor-description .modal .modal-title,
.doctor-description h5,
.modal .doctor-description .modal-title {
  margin-top: 30px;
  margin-bottom: 15px;
}
#clinic-doctors {
  margin-bottom: 30px;
}
.review-summary {
  margin-bottom: 20px;
}
.review-summary .review-summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.review-summary .review-summary-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.review-summary .review-summary-list .rating {
  display: inline-block;
}
.review-number {
  text-align: center;
}
.review-number span {
  font-size: 3em;
  font-weight: 400;
  line-height: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .review-number span {
    font-size: 4.5em;
  }
}
.blog-article .wp-block-file .review-number .wp-block-file__button,
.review-number .blog-article .wp-block-file .wp-block-file__button,
.review-number .btn {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .blog-article .wp-block-file .review-number .wp-block-file__button,
  .review-number .blog-article .wp-block-file .wp-block-file__button,
  .review-number .btn {
    margin-bottom: 20px;
  }
}
.doctor-reviews {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #f2ece9;
}
@media (max-width: 767.98px) {
  .doctor-reviews {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.doctor-reviews h3 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .doctor-reviews h3 {
    margin-bottom: 20px;
  }
}
.review {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(26, 32, 44, 0.125);
  border-radius: 15px;
}
@media (max-width: 575.98px) {
  .review {
    margin-bottom: 10px;
    padding: 15px;
  }
}
.review .review-name {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review .review-name span {
  font-size: 1em;
}
.review .review-name span.text-muted {
  font-size: 0.9em;
  font-weight: 400;
}
.review .review-score {
  font-size: 0.9em;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .review .review-score .col-sm {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.review .review-score .rating-name {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .review .review-score .rating-name {
    margin: 0 0 0 10px;
    order: 2;
    color: #91857c;
  }
}
@media (max-width: 575.98px) {
  .review .review-score .rating {
    order: 1;
  }
}
.review .content {
  font-size: 1em;
  margin-top: 15px;
}
.review-reply {
  margin-top: -15px;
  margin-left: 20px;
  background: #f6f6f6;
}
@media (max-width: 575.98px) {
  .review-reply {
    margin-top: -5px;
  }
}
.review-reply .content {
  margin-top: 10px;
}
.single-doctor-calendar {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #eef4ed;
}
.single-doctor-calendar.active {
  background: #eef9ff;
}
@media (max-width: 575.98px) {
  .single-doctor-calendar {
    padding: 3px;
  }
}
.single-doctor-calendar .prebooking-form {
  padding: 15px 15px 0;
}
@media (max-width: 575.98px) {
  .single-doctor-calendar .prebooking-form {
    padding: 10px 10px 0;
  }
}
.single-doctor-calendar .prebooking-form .form-check {
  margin-right: 20px;
}
.single-doctor-calendar .prebooking-form .form-check .form-check-label {
  margin-left: 7px;
}
.single-doctor-calendar .prebooking-form .form-check i {
  margin-left: 5px;
  color: #00b2f5;
}
.single-doctor-calendar .prebooking-form .form-check small {
  margin-left: 5px;
  color: #134855;
}
.single-doctor-calendar .patient-calendar + .patient-calendar {
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .patient-calendar .box {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #e2d6ce;
    background: #fff;
  }
  .patient-calendar .box p:last-child {
    margin-bottom: 0;
  }
  .patient-calendar .box.box-shadow {
    box-shadow: 0 0 15px rgba(61, 63, 63, 0.15);
  }
  .patient-calendar .box.box-green {
    color: #fff;
    border: none;
    background: #134855;
  }
  .patient-calendar .box .box-header {
    margin: -17px -17px 15px;
    padding: 16px 16px 0;
  }
  .patient-calendar .box .box-header h3,
  .patient-calendar .box .box-header h4 {
    margin-bottom: 0;
  }
  .patient-calendar .box .box-header p {
    color: #91857c;
  }
  .patient-calendar .box .box-header .alert {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .patient-calendar .box hr {
    margin: 16px -16px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .patient-calendar .box {
    padding: 25px;
  }
  .patient-calendar .box .box-header {
    margin: -26px -26px 0;
    padding: 20px 25px;
  }
  .patient-calendar .box hr {
    margin: 25px -25px;
  }
}
@media (max-width: 575.98px) and (max-width: 767.98px) {
  .patient-calendar .box {
    padding: 12px;
  }
  .patient-calendar .box .box-header {
    margin: -13px -13px 10px;
  }
}
.patient-calendar {
  position: relative;
  margin-top: 20px;
}
.patient-calendar h4 .badge {
  vertical-align: top;
}
.patient-calendar h4 .badge:first-child {
  margin-left: 10px;
}
.patient-calendar .box {
  margin-bottom: 0;
}
.patient-calendar .calendar-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .patient-calendar .calendar-type {
    margin-bottom: 10px;
  }
}
.patient-calendar .calendar-type .calendar-type-icon {
  font-size: 1.4em;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  border-radius: 50%;
  background: #134855;
}
.patient-calendar .calendar-type .calendar-type-icon.fa-video {
  background: #00b2f5;
}
@media (max-width: 575.98px) {
  .patient-calendar .calendar-type .calendar-type-icon {
    font-size: 1em;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
}
.patient-calendar .calendar-type h4 {
  margin-bottom: 5px;
}
.patient-calendar .calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .patient-calendar .calendar-nav {
    margin-top: 10px;
    justify-content: center;
  }
}
.patient-calendar .calendar-nav .day-next,
.patient-calendar .calendar-nav .day-prev {
  font-size: 1.3em;
  width: 45px;
  height: 45px;
  top: 35px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d3f3f !important;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}
.patient-calendar .calendar-nav .day-next:hover,
.patient-calendar .calendar-nav .day-prev:hover {
  background: #f6f6f6;
}
.patient-calendar .calendar-nav .day-prev {
  left: -15px;
}
.patient-calendar .calendar-nav .day-next {
  right: -15px;
}
@media (max-width: 767.98px) {
  .patient-calendar .calendar-nav .day-next,
  .patient-calendar .calendar-nav .day-prev {
    top: -7px;
  }
}
.patient-calendar .calendar-move-to-date {
  position: relative;
}
.blog-article
  .wp-block-file
  .patient-calendar
  .calendar-move-to-date
  .wp-block-file__button,
.patient-calendar
  .calendar-move-to-date
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.patient-calendar .calendar-move-to-date .btn {
  font-size: 1em;
  padding-right: 0;
}
.blog-article
  .wp-block-file
  .patient-calendar
  .calendar-move-to-date
  .wp-block-file__button
  i,
.patient-calendar
  .calendar-move-to-date
  .blog-article
  .wp-block-file
  .wp-block-file__button
  i,
.patient-calendar .calendar-move-to-date .btn i {
  margin-right: 5px;
  color: #134855;
}
.patient-calendar .js-move-to {
  font-size: 1em;
}
.patient-calendar .calendar-empty {
  margin: 40px auto;
  text-align: center;
}
.patient-calendar .calendar-empty .next-appointment > i {
  margin-right: 0;
  margin-bottom: 10px;
}
.patient-calendar .calendar-empty .next-appointment > i.lighter {
  color: #91857c;
  background: #f2ece9;
}
.patient-calendar .calendar-empty .next-appointment small {
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}
.patient-calendar .calendar-empty .next-appointment .calendar-available-date {
  cursor: pointer;
  color: #5b9b70;
}
.patient-calendar
  .calendar-empty
  .next-appointment
  .calendar-available-date:hover {
  color: #134855;
}
.patient-calendar
  .calendar-empty
  .next-appointment
  .calendar-available-date
  .heading-4 {
  color: #5b9b70;
}
.patient-calendar
  .calendar-empty
  .next-appointment
  .calendar-available-date
  .heading-4:hover {
  color: #134855;
}
.patient-calendar .calendar-empty .next-appointment .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.patient-calendar .calendar-empty .next-appointment .loading span {
  width: 120px;
  height: 23px;
}
.patient-calendar .calendar-calendar {
  position: relative;
}
.patient-calendar .days-holder {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patient-calendar .days-holder .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 6px;
  flex: 1;
}
@media (max-width: 575.98px) {
  .patient-calendar .days-holder .day {
    margin: 0 1px;
  }
}
.patient-calendar .days-holder .day:first-child {
  margin-left: -2px;
}
@media (max-width: 575.98px) {
  .patient-calendar .days-holder .day:first-child {
    margin-left: -1px;
  }
}
.patient-calendar .days-holder .day:last-child {
  margin-right: -2px;
}
@media (max-width: 575.98px) {
  .patient-calendar .days-holder .day:last-child {
    margin-right: -1px;
  }
}
.patient-calendar .days-holder .day .day-header {
  font-size: 1em;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .patient-calendar .days-holder .day .day-header {
    font-size: 0.9em;
  }
}
.patient-calendar .days-holder .day .calendar-expand {
  margin: 2px;
  border-width: 2px;
}
.patient-calendar .days-holder .day .day-slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 0 1 auto;
}
.patient-calendar .days-holder .day .day-slots.empty {
  flex: 1 1 auto;
  margin: 2px;
  border-radius: 5px;
  border: 2px solid #f6f6f6;
  background: -o-repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    #f6f6f6 5px,
    #f6f6f6 10px
  );
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    #f6f6f6 0,
    #f6f6f6 10px
  );
}
.patient-calendar .days-holder .day .calendar-slot {
  font-size: 0.9em;
  font-weight: 500;
  min-width: calc(50% - 4px);
  height: 36px;
  line-height: 32px;
  margin: 2px;
  text-align: center;
  color: #5f908f;
  border-radius: 5px;
  border: 2px solid #134855;
}
@media (max-width: 575.98px) {
  .patient-calendar .days-holder .day .calendar-slot {
    width: calc(50% - 2px);
    margin: 1px;
  }
}
@media (min-width: 576px) {
  .patient-calendar .days-holder .day .calendar-slot {
    font-size: 1em;
  }
}
.patient-calendar .days-holder .day .calendar-slot.booked {
  color: #e2d6ce;
  border-color: #f6f6f6;
  background: -o-repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    #f6f6f6 5px,
    #f6f6f6 10px
  );
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    #f6f6f6 0,
    #f6f6f6 10px
  );
}
.patient-calendar .days-holder .day .calendar-slot .slot-start-time {
  display: block;
}
.patient-calendar .days-holder .day .calendar-slot .slot-book-link {
  height: 100%;
  display: block;
  color: #5f908f;
}
@media (max-width: 575.98px) {
  .patient-calendar .days-holder .day .calendar-slot .slot-book-link {
    transition: none;
  }
}
.patient-calendar .days-holder .day .calendar-slot .slot-book-link:hover {
  color: #fff;
  background: #134855;
}
.patient-calendar .days-holder .day .calendar-slot[data-nzok="1"]:not(.booked) {
  position: relative;
}
@media (max-width: 575.98px) {
  .patient-calendar
    .days-holder
    .day
    .calendar-slot[data-nzok="1"]:not(.booked) {
    background-size: 11px;
  }
}
.patient-calendar
  .days-holder
  .day
  .calendar-slot[data-nzok="1"]:not(.booked)
  .slot-book-link:after {
  content: "";
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/img/nhp.png);
  background-size: 16px;
  opacity: 1;
  transition: 0.2s;
}
@media (max-width: 575.98px) {
  .patient-calendar
    .days-holder
    .day
    .calendar-slot[data-nzok="1"]:not(.booked)
    .slot-book-link:after {
    top: 0;
    right: 1px;
  }
}
.patient-calendar
  .days-holder
  .day
  .calendar-slot[data-nzok="1"]:not(.booked)
  .slot-book-link:hover {
  color: #fff;
}
.patient-calendar
  .days-holder
  .day
  .calendar-slot[data-nzok="1"]:not(.booked)
  .slot-book-link:hover:after {
  opacity: 0;
}
.patient-calendar#calendar-video .calendar-slot:not(.booked) {
  color: #007aff;
  border-color: #00b2f5;
}
.patient-calendar#calendar-video .slot-book-link {
  color: #007aff;
}
.patient-calendar#calendar-video .slot-book-link:hover {
  color: #fff;
  background: #00b2f5;
}
.patient-calendar#calendar-video .calendar-empty .next-appointment small {
  color: #00b2f5;
}
.patient-calendar#calendar-video .calendar-empty .calendar-available-date {
  color: #00688f;
}
.patient-calendar#calendar-video
  .calendar-empty
  .calendar-available-date:hover {
  color: #00b2f5;
}
.patient-calendar#calendar-video
  .calendar-empty
  .calendar-available-date
  .heading-4 {
  color: #00688f;
}
.patient-calendar#calendar-video
  .calendar-empty
  .calendar-available-date
  .heading-4:hover {
  color: #00b2f5;
}
.patient-calendar .alert.calendar-note {
  font-size: 1em;
  line-height: 120%;
  margin: 20px 0 0;
}
@media (max-width: 575.98px) {
  .patient-calendar .alert.calendar-note {
    border-radius: 6px;
  }
}
.patient-calendar .alert.calendar-note i {
  font-size: 1.2em;
  margin-right: 7px;
}
.patient-calendar .alert.calendar-note .d-flex {
  margin-bottom: 10px;
}
.modal .patient-calendar .alert.calendar-note .modal-title,
.patient-calendar .alert.calendar-note .modal .modal-title,
.patient-calendar .alert.calendar-note h5 {
  margin: 0;
}
.patient-calendar .alert.calendar-note p {
  margin: 0;
  word-wrap: break-word;
}
.patient-calendar .calendar-insurers {
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  .patient-calendar .calendar-insurers {
    margin-top: 15px;
  }
}
.patient-calendar .calendar-insurers .badge {
  margin: 3px 0 0;
}
.patient-calendar .calendar-prices {
  margin: 25px -25px -25px;
}
@media (max-width: 1199.98px) {
  .patient-calendar .calendar-prices {
    margin: 15px -15px -15px;
  }
}
.patient-calendar .calendar-prices .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.patient-calendar .calendar-prices .card .card-header .prices-header {
  padding: 15px 25px;
}
@media (max-width: 1199.98px) {
  .patient-calendar .calendar-prices .card .card-header .prices-header {
    padding: 15px;
  }
}
.patient-calendar
  .calendar-prices
  .card
  .card-header
  .prices-header.collapsed
  .prices-hide {
  display: none;
}
.patient-calendar
  .calendar-prices
  .card
  .card-header
  .prices-header.collapsed
  .prices-show {
  display: inline;
}
.patient-calendar
  .calendar-prices
  .card
  .card-header
  .prices-header
  .prices-show {
  display: none;
}
.patient-calendar .calendar-prices .card .card-body {
  padding: 5px 25px 25px;
}
@media (max-width: 1199.98px) {
  .patient-calendar .calendar-prices .card .card-body {
    padding: 5px 15px 15px;
  }
}
.patient-calendar .calendar-prices .list-group-flush .price {
  padding: 8px 0;
}
.patient-calendar .calendar-prices .list-group-flush .price .price-name {
  flex-grow: 1;
  word-break: break-all;
}
.patient-calendar .calendar-prices .list-group-flush .price .price-value {
  white-space: nowrap;
}
.appointment-process #booking-data {
  min-height: 250px;
}
.appointment-process .header {
  border-bottom: none;
}
.appointment-process .layer {
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .appointment-process .layer {
    padding-top: 15px;
  }
}
.appointment-process .help-row {
  justify-content: flex-start !important;
}
@-webkit-keyframes highlight-box {
  0% {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: #e2d6ce;
  }
  20% {
    box-shadow: 0 0 10px #5b9b70;
    border-color: #5b9b70;
  }
  80% {
    box-shadow: 0 0 10px #5b9b70;
    border-color: #5b9b70;
  }
  to {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: #e2d6ce;
  }
}
@keyframes highlight-box {
  0% {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: #e2d6ce;
  }
  20% {
    box-shadow: 0 0 10px #5b9b70;
    border-color: #5b9b70;
  }
  80% {
    box-shadow: 0 0 10px #5b9b70;
    border-color: #5b9b70;
  }
  to {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: #e2d6ce;
  }
}
.doctor-card {
  margin: 0 auto 30px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e2d6ce;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.doctor-card .doctor-card-header {
  margin-bottom: 20px;
  border-radius: 5px 5px 0 0;
}
.doctor-card .doctor-card-header .next-appointment {
  margin: 0;
  align-items: flex-start;
}
.doctor-card .doctor-card-header .next-appointment small {
  margin-bottom: 5px;
}
.doctor-card .doctor-card-header .next-appointment h2 {
  font-size: 1.3em;
}
.doctor-card .btn-block {
  margin-top: 20px;
}
.doctor-card .doctor-card-actions {
  margin: 20px -20px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e2d6ce;
}
.doctor-card .doctor-card-actions a {
  padding: 17px 0;
  flex: 1 0 0;
  text-align: center;
}
.doctor-card .doctor-card-actions a:hover {
  background: #f6f6f6;
}
.doctor-card .doctor-card-actions a + a {
  border-left: 1px solid #e2d6ce;
}
.doctor-card h4 {
  font-size: 1.1em;
  margin: 0;
}
.doctor-card h4 a {
  color: #3d3f3f;
}
.doctor-card h4 a:hover {
  color: #5b9b70;
}
.doctor-card small {
  display: block;
}
.doctor-card .rating {
  margin-top: 5px;
}
.doctor-card hr {
  margin: 20px -20px;
}
.doctor-card.highlight {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: highlight-box;
  animation-name: highlight-box;
}
@media (max-width: 991.98px) {
  .doctor-card {
    padding: 20px;
  }
  .doctor-card hr {
    margin: 20px -20px;
  }
}
.doctor-card .d-flex {
  align-items: flex-start;
}
.doctor-card img {
  max-width: 50px;
  margin-right: 15px;
  border-radius: 5px;
}
#page-appointment .doctor-card {
  max-width: 400px;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  #page-appointment .doctor-card {
    max-width: none;
    margin-bottom: 20px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  #page-appointment .doctor-card h4 {
    font-weight: 400;
    margin: 0;
  }
  #page-appointment .doctor-card span.clinic-name {
    color: #91857c;
  }
  #page-appointment .doctor-card .rating,
  #page-appointment .doctor-card .text-muted,
  #page-appointment .doctor-card br,
  #page-appointment .doctor-card hr,
  #page-appointment .doctor-card img {
    display: none;
  }
  #page-appointment .doctor-card .btn-link {
    order: 2;
  }
  #page-appointment .doctor-card .doctor-card-header {
    margin: 10px 0 0;
    padding: 0;
    display: block !important;
    order: 1;
    color: #3d3f3f;
    border-radius: 5px;
    background: none;
  }
  #page-appointment .doctor-card .doctor-card-header i {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  #page-appointment .doctor-card dl {
    display: none;
  }
}
.steps {
  top: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #91857c;
}
@media (min-width: 1200px) {
  .steps {
    top: 0;
  }
}
@media (min-width: 768px) {
  .steps {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  .steps {
    font-size: 0.9em;
  }
}
@media (max-width: 575.98px) {
  .steps {
    display: none;
  }
}
.steps li {
  min-width: 150px;
  padding: 10px 15px;
  white-space: nowrap;
  border: 1px solid #f2ece9;
  border-right: none;
  background: #f6f6f6;
}
@media (max-width: 991.98px) {
  .steps li {
    min-width: 0;
    padding: 7px 10px;
  }
}
.steps li:first-child {
  border-radius: 7px 0 0 7px;
}
.steps li:last-child {
  border-right: 1px solid #f2ece9;
  border-radius: 0 7px 7px 0;
}
.steps li.active {
  color: #3d3f3f;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.steps li.active .step-number {
  color: #fff;
  background: #5b9b70;
}
.steps li.done {
  color: #3d3f3f;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
}
.steps li.done i {
  display: inline-block;
  color: #fff;
  background: #5b9b70;
}
.steps li.done .step-number {
  display: none;
}
.steps .step-number,
.steps i {
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #f2ece9;
}
@media (max-width: 991.98px) {
  .steps .step-number,
  .steps i {
    margin-right: 5px;
  }
}
.steps i {
  display: none;
}
.steps-mobile {
  font-size: 0.9em;
  display: none;
  margin-bottom: 5px;
  color: #00b2f5;
}
@media (max-width: 575.98px) {
  .steps-mobile {
    display: block;
  }
}
#page-appointment #appointment-insurers-meta {
  padding: 20px;
  background-color: #eef9ff;
  border: none;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  #page-appointment {
    padding-bottom: 90px;
  }
  #page-appointment .layer {
    padding-top: 20px;
  }
  #page-appointment .box {
    margin-bottom: 0;
  }
  #page-appointment .box hr,
  #page-appointment .help-message {
    display: none;
  }
}
@media (min-width: 768px) {
  .reservation-note {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .next-step-button {
    padding: 16px 16px 25px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    border-top: 1px solid #f2ece9;
    background: #fff;
    z-index: 99;
  }
  .blog-article .wp-block-file .next-step-button .wp-block-file__button,
  .next-step-button .blog-article .wp-block-file .wp-block-file__button,
  .next-step-button .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .appointment-phone,
  .appointment-user {
    margin-bottom: 10px;
  }
}
.appointment-phone h4,
.appointment-user h4 {
  margin: 0;
  cursor: default;
}
.appointment-phone a,
.appointment-user a {
  color: #3d3f3f;
}
.appointment-phone a .text-green:hover,
.appointment-user a .text-green:hover {
  color: #5b9b70 !important;
}
.appointment-phone .icon-circle,
.appointment-user .icon-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
  color: #134855;
  background: #eef4ed;
}
@media (max-width: 991.98px) {
  .appointment-phone .icon-circle,
  .appointment-user .icon-circle {
    font-size: 1em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
}
.appointment-phone-custom,
.appointment-user-custom {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .appointment-phone-custom + .alert-info {
    margin-bottom: 0;
  }
}
.patient-name-change,
.patient-phone-change {
  font-size: 1em;
  display: inline-block;
}
.appointment-confirm {
  margin-top: 20px;
}
.appointment-confirm .doctor-card {
  margin: 20px auto;
  text-align: left;
}
.appointment-confirm .doctor-card .btn-link {
  display: none;
}
.appointment-next-steps {
  font-size: 1em;
  margin: 30px 0;
}
@media (max-width: 575.98px) {
  .appointment-next-steps {
    margin: 20px 0;
  }
}
.appointment-next-steps .modal .modal-title,
.appointment-next-steps h5,
.modal .appointment-next-steps .modal-title {
  margin-bottom: 20px;
}
.appointment-next-steps i {
  font-size: 2.2em;
  min-width: 60px;
  margin-right: 20px;
  text-align: center;
  color: #018bef;
}
.appointment-next-steps .d-flex {
  margin-bottom: 15px;
  align-items: center;
}
.appointment-next-steps .healee-app-badges {
  margin-top: 10px;
}
.appointment-next-steps .healee-app-badges img {
  width: 160px;
  margin: 0 10px 10px 0;
}
.appointment-facebook a {
  color: #3b5998;
}
.appointment-facebook .social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  vertical-align: middle;
}
.appointment-facebook .social-icon .svg-icon {
  width: 22px;
  height: 22px;
}
@media (max-width: 575.98px) {
  .appointment-facebook {
    margin-bottom: 20px !important;
  }
}
.appointment-past {
  font-size: 1em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #91857c;
  border-bottom: 1px solid #f2ece9;
}
@media (max-width: 575.98px) {
  .appointment-past .col-9,
  .appointment-past .col-sm-4 {
    padding-left: 0;
  }
}
.appointment-past:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.appointment-past img {
  border-radius: 10px;
}
.appointment-past .appointment-past-time {
  text-align: center;
}
@media (max-width: 575.98px) {
  .appointment-past .appointment-past-time {
    margin-top: 15px;
    text-align: left;
  }
}
.appointment-past .appointment-past-time .fal {
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  border-radius: 50%;
  background: #134855;
}
.appointment-past .appointment-past-time .fal.fa-video {
  background: #00b2f5;
}
.appointment-past .appointment-past-time .fa-video + small {
  color: #00b2f5;
}
.appointment-past .appointment-past-time .fa-calendar-alt + small {
  color: #134855;
}
.appointment-past .appointment-past-time small {
  font-weight: 500;
  margin: 5px 0;
  display: block;
}
.appointment-past .appointment-past-time p {
  margin: 0 0 5px;
}
@media (max-width: 575.98px) {
  .appointment-past .appointment-past-time p {
    margin: 0;
    display: inline;
  }
}
.appointment-past .appointment-past-time .badge {
  margin-bottom: 10px;
}
.appointment-past
  .appointment-past-time
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.appointment-past .appointment-past-time .btn,
.blog-article
  .wp-block-file
  .appointment-past
  .appointment-past-time
  .wp-block-file__button {
  margin-bottom: 5px;
}
.appointment-past h4 a {
  color: #91857c;
}
.appointment-past .d-flex.flex-column {
  height: 100%;
}
.appointment-past .d-flex.flex-column .flex-grow-1 {
  padding-bottom: 15px;
}
.appointment-invitation .invitation-details {
  margin: 0 auto 25px;
  text-align: center;
}
.appointment-invitation .invitation-details h3 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .appointment-invitation .invitation-details h3 {
    margin-bottom: 20px;
  }
}
.appointment-invitation .invitation-details img {
  max-height: 120px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.appointment-invitation .doctor-card {
  max-width: 400px !important;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 767.98px) {
  .appointment-invitation .doctor-card .doctor-card-header {
    margin: 0 !important;
    order: 0 !important;
  }
  .appointment-invitation .doctor-card .doctor-card-header i {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .appointment-invitation .doctor-card hr {
    margin: 15px -15px !important;
    display: block !important;
  }
}
.appointment-invitation .invitation-button {
  max-width: 400px;
  margin: 0 auto;
}
.rate-doctor {
  margin: 30px 0 10px;
  text-align: center;
}
.rate-doctor .rated {
  color: #eaca68;
}
.rate-doctor .fa-star {
  font-size: 2em;
}
.rate-doctor .form-group {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #f2ece9;
}
.rate-doctor ul {
  margin: 10px 0 5px;
  padding: 0;
  text-align: center;
}
.rate-doctor ul li {
  cursor: pointer;
}
.login-box {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.why-phone {
  padding-top: 25px;
}
.blog-article .wp-block-file .why-phone .wp-block-file__button,
.why-phone .blog-article .wp-block-file .wp-block-file__button,
.why-phone .btn {
  text-align: left;
}
@media (max-width: 991.98px) {
  .why-phone {
    padding-top: 0;
  }
}
.patient-register #terms {
  margin-top: 3px;
  align-self: flex-start;
}
#has-account-tabs {
  min-height: 360px;
}
#login-block-title p,
#signup-block-title p {
  margin-top: 3px;
}
#login-block-title .btn-link,
#signup-block-title .btn-link {
  padding: 0;
  vertical-align: unset;
  border: none;
}
#login-submit {
  margin: 15px 0;
}
.register-btn {
  margin-top: 25px;
}
.workhours-calendar {
  margin-bottom: 20px;
  border-radius: 7px;
}
.calendar-calendar .workhours-calendar {
  margin-top: 20px;
  margin-bottom: 0;
}
.workhours-calendar .workhours-calendar-title {
  margin-bottom: 10px;
}
.workhours-calendar .row {
  margin: 0 -2px;
}
.workhours-calendar .col-md-4 {
  padding: 0;
}
@media (min-width: 992px) {
  .workhours-calendar .days-7 {
    max-width: 14.28%;
  }
}
.workhours-calendar .work-day {
  font-size: 0.9em;
  height: calc(100% - 4px);
  margin: 2px;
  padding: 5px 2px 2px;
  border-radius: 5px;
  background: #fafafa;
}
.workhours-calendar .work-day.day-off {
  color: #91857c;
  border-color: #f6f6f6;
  background: -o-repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    #f6f6f6 5px,
    #f6f6f6 10px
  );
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    #f6f6f6 0,
    #f6f6f6 10px
  );
}
@media (max-width: 767.98px) {
  .workhours-calendar .work-day {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.workhours-calendar .day-title {
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .workhours-calendar .day-title {
    margin-bottom: 0;
    margin-top: 5px;
    flex: 1;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .workhours-calendar .day-holder {
    flex: 2;
  }
}
.workhours-calendar .day-holder small {
  font-size: 0.9em;
  line-height: normal;
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workhours-calendar .day-holder small.day-off-label {
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .workhours-calendar .day-holder small.day-off-label {
    text-align: left;
    margin-bottom: 0;
  }
}
.workhours-calendar .day-holder .day-slot {
  min-height: 50px;
  margin-bottom: 2px;
  padding: 5px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e2d6ce;
  background: #fff;
}
.workhours-calendar .day-holder .day-slot:last-child {
  margin-bottom: 0;
}
.workhours-calendar .day-holder .day-slot.offline {
  color: #91857c;
  background: #f6f6f6;
}
.workhours-calendar .day-holder .day-slot .fa-video {
  color: #00b2f5;
  margin-right: 5px;
}
.workhours-calendar .day-holder .day-slot .fa-clinic-medical {
  color: #134855;
  margin-right: 5px;
}
.workhours-calendar .day-holder .day-slot img {
  width: 13px;
  height: auto;
}
#cookielaw {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #fff;
  background: #000;
  z-index: 99999;
}
@media (max-width: 767.98px) {
  #cookielaw {
    flex-direction: column;
    padding: 20px;
  }
}
#cookielaw #cookielaw-btn {
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  #cookielaw #cookielaw-btn {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  #cookielaw #cookielaw-btn {
    width: 100%;
  }
}
#cookielaw #cookielaw-btn button {
  min-width: 200px;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  transition: 0.2s;
  color: #fff;
  background: #5b9b70;
}
#cookielaw #cookielaw-btn button:hover {
  background: #134855;
}
@media (max-width: 575.98px) {
  #cookielaw #cookielaw-btn button {
    width: 100%;
  }
}
.advertisement img {
  max-width: 100%;
  height: auto;
}
.healee-banner {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .healee-banner .box {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #e2d6ce;
    background: #fff;
  }
  .healee-banner .box p:last-child {
    margin-bottom: 0;
  }
  .healee-banner .box.box-shadow {
    box-shadow: 0 0 15px rgba(61, 63, 63, 0.15);
  }
  .healee-banner .box.box-green {
    color: #fff;
    border: none;
    background: #134855;
  }
  .healee-banner .box .box-header {
    margin: -17px -17px 15px;
    padding: 16px 16px 0;
  }
  .healee-banner .box .box-header h3,
  .healee-banner .box .box-header h4 {
    margin-bottom: 0;
  }
  .healee-banner .box .box-header p {
    color: #91857c;
  }
  .healee-banner .box .box-header .alert {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .healee-banner .box hr {
    margin: 16px -16px;
  }
}
@media (max-width: 575.98px) and (min-width: 1200px) {
  .healee-banner .box {
    padding: 25px;
  }
  .healee-banner .box .box-header {
    margin: -26px -26px 0;
    padding: 20px 25px;
  }
  .healee-banner .box hr {
    margin: 25px -25px;
  }
}
@media (max-width: 575.98px) and (max-width: 767.98px) {
  .healee-banner .box {
    padding: 12px;
  }
  .healee-banner .box .box-header {
    margin: -13px -13px 10px;
  }
}
.blog-article .wp-block-file .healee-banner .wp-block-file__button,
.healee-banner .blog-article .wp-block-file .wp-block-file__button,
.healee-banner .btn {
  margin: 15px 0;
}
@media (max-width: 1199.98px) {
  .healee-banner .healee-image {
    height: 240px;
    padding-top: 20px;
    overflow: hidden;
    border-radius: 8px;
    border-bottom: 1px solid #f2ece9;
    background: #5f908f;
  }
}
@media (max-width: 1199.98px) {
  .healee-banner .healee-image img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}
.healee-banner .healee-banner-title {
  margin-bottom: 10px;
}
.healee-banner .healee-banner-title h4 {
  margin: 0;
}
.healee-banner .healee-banner-title .icon-circle {
  width: 46px;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}
@media (max-width: 575.98px) {
  .healee-banner .healee-banner-title .icon-circle {
    font-size: 1.2em;
    width: 32px;
    height: 32px;
  }
}
.healee-logo {
  width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .healee-logo {
    width: 120px;
  }
}
.app-banners {
  margin-bottom: 20px;
}
.app-banners img {
  max-width: 160px;
}
@media (max-width: 575.98px) {
  .app-banners img {
    width: 100%;
  }
}
.app-banners a + a {
  margin-left: 10px;
}
.invoice {
  margin-bottom: -1px;
  padding: 15px;
  border: 1px solid #e2d6ce;
}
.invoice:first-child {
  border-radius: 6px 6px 0 0;
}
.invoice:last-child {
  border-radius: 0 0 6px 6px;
}
.invoice:only-child {
  border-radius: 6px;
}
.invoice:hover {
  background-color: #f6f6f6;
}
@media (max-width: 767.98px) {
  .invoice .invoice-date,
  .invoice .invoice-price {
    text-align: right;
  }
}
.service-by-healee {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .service-by-healee {
    margin-top: 20px;
  }
}
.service-by-healee svg {
  width: 20px;
  margin-right: 3px;
  color: #134855;
  fill: currentColor;
}
.service-by-healee span {
  margin-right: 5px;
  margin-bottom: 4px;
  display: inline-block;
}
.service-by-healee a {
  font-size: 1em;
  font-weight: 600;
  color: #3d3f3f;
  white-space: nowrap;
}
.service-by-healee a:hover svg {
  color: #5b9b70;
}
.login-toggle .dropdown-toggle {
  font-size: 1.8em;
  margin-left: 8px;
  color: #3d3f3f;
}
.login-toggle .dropdown-toggle:after {
  display: none;
}
.login-toggle .dropdown-item i {
  font-size: 1.2em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-left: -10px;
  margin-right: 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #134855;
}
.login-toggle .dropdown-item i.fa-user-md {
  background: #00b2f5;
}
.button-login {
  font-size: 1.8em;
  margin-left: 8px;
  color: #3d3f3f;
}
.button-login:hover {
  color: #134855;
}
#modal-login {
  flex-direction: column;
  align-items: center;
}
#modal-login .modal-content {
  width: 100%;
  margin: 0;
  padding: 0;
  flex: 1;
  box-shadow: none;
  border: none;
  background: none;
}
@media (min-width: 540px) and (min-height: 641px) {
  #modal-login .modal-content {
    height: 610px;
    flex: none;
  }
}
#modal-login .modal-content iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  background: #fff;
  position: relative;
  z-index: 8;
  background: none;
}
@media (min-width: 540px) {
  #modal-login .modal-content iframe {
    width: 540px;
    border-radius: 7px;
    background: none;
  }
}
@media (min-width: 540px) and (max-height: 640px) {
  #modal-login .modal-content iframe {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    background: none;
  }
}
#modal-login .modal-content .spinner {
  max-width: 540px;
  margin: 0 auto;
  z-index: 1;
  background: #fff;
}
@media (min-width: 540px) {
  #modal-login .modal-content .spinner {
    height: 552px;
    border-radius: 7px;
  }
}
@media (min-width: 540px) and (max-height: 640px) {
  #modal-login .modal-content .spinner {
    height: auto;
    top: 20px;
    bottom: 20px;
  }
}
#modal-login .modal-close {
  z-index: 9;
}
@media (min-width: 540px) {
  #modal-login .modal-close {
    left: 50%;
    top: 15px;
    transform: translateX(215px);
    border-radius: 50%;
    background: #fff;
  }
}
@media (min-width: 540px) and (max-height: 640px) {
  #modal-login .modal-close {
    top: 35px;
  }
}
@media (max-width: 767.98px) {
  .row.reversed {
    flex-flow: column-reverse;
  }
}
.img-thumb {
  width: auto;
  height: auto;
  max-height: 120px;
}
@media (max-width: 767.98px) {
  .img-thumb {
    max-height: 80px;
  }
}
.img-thumb.center {
  margin: 0 auto;
  display: block;
}
.img-rounded {
  border-radius: 10px;
}
.for-doctors-header-background {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#01bfa5),
    to(#54defd)
  );
  background: -o-linear-gradient(left, #01bfa5, #54defd);
  background: linear-gradient(90deg, #01bfa5, #54defd);
}
.for-clinics-header,
.for-doctors-header,
.for-funds-header {
  min-height: calc(100vh - 99px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-position-x: 50vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/stanete-superdoc.jpg);
}
@media (max-width: 991.98px) {
  .for-clinics-header,
  .for-doctors-header,
  .for-funds-header {
    min-height: 0;
    margin-bottom: 40px;
    background-position-x: 60vw;
  }
}
@media (max-width: 767.98px) {
  .for-clinics-header,
  .for-doctors-header,
  .for-funds-header {
    background-image: none !important;
  }
  .for-clinics-header .for-doctors-buttons,
  .for-doctors-header .for-doctors-buttons,
  .for-funds-header .for-doctors-buttons {
    text-align: center;
  }
  .blog-article
    .wp-block-file
    .for-clinics-header
    .for-doctors-buttons
    .wp-block-file__button,
  .blog-article
    .wp-block-file
    .for-doctors-header
    .for-doctors-buttons
    .wp-block-file__button,
  .blog-article
    .wp-block-file
    .for-funds-header
    .for-doctors-buttons
    .wp-block-file__button,
  .for-clinics-header
    .for-doctors-buttons
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .for-clinics-header .for-doctors-buttons .btn,
  .for-doctors-header
    .for-doctors-buttons
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .for-doctors-header .for-doctors-buttons .btn,
  .for-funds-header
    .for-doctors-buttons
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .for-funds-header .for-doctors-buttons .btn {
    display: block;
  }
  .for-clinics-header .for-doctors-buttons .btn-link,
  .for-doctors-header .for-doctors-buttons .btn-link,
  .for-funds-header .for-doctors-buttons .btn-link {
    margin-top: 20px;
  }
}
.for-clinics-header h1,
.for-clinics-header p,
.for-doctors-header h1,
.for-doctors-header p,
.for-funds-header h1,
.for-funds-header p {
  margin-bottom: 30px;
}
.for-clinics-header .btn-light,
.for-doctors-header .btn-light,
.for-funds-header .btn-light {
  padding: 15px 25px;
  color: #fff;
  border-radius: 8px;
  border: none;
  background: #003043;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.for-clinics-header .btn-light:focus:active,
.for-clinics-header .btn-light:hover,
.for-doctors-header .btn-light:focus:active,
.for-doctors-header .btn-light:hover,
.for-funds-header .btn-light:focus:active,
.for-funds-header .btn-light:hover {
  color: #fff;
  box-shadow: none;
  background: #001e29;
}
.for-clinics-header .btn-link,
.for-doctors-header .btn-link,
.for-funds-header .btn-link {
  color: #fff;
}
.for-doctors-quotes blockquote {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .for-doctors-quotes blockquote {
    margin-top: 30px;
  }
}
.for-doctors-quotes .col-md-6:last-child blockquote {
  margin-top: 160px;
}
@media (max-width: 767.98px) {
  .for-doctors-quotes .col-md-6:last-child blockquote {
    margin-top: 40px;
  }
}
.for-doctors-quotes .d-flex {
  align-items: center;
}
.for-doctors-quotes .d-flex img {
  margin-right: 20px;
}
.for-doctors-quotes .d-flex p {
  margin-bottom: 10px;
}
.for-doctors-preferences {
  text-align: center;
}
@media (max-width: 767.98px) {
  .for-doctors-preferences {
    text-align: left;
  }
}
.for-doctors-preferences .img-thumb {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .for-doctors-preferences .img-thumb {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.for-doctors-works {
  overflow: hidden;
}
.for-doctors-works h3 {
  margin: 40px 0 10px;
}
.for-doctors-works img {
  width: 55vw;
}
@media (max-width: 767.98px) {
  .for-doctors-works img {
    width: 100%;
    margin-top: 40px;
  }
}
.for-doctors-features {
  text-align: center;
}
@media (max-width: 767.98px) {
  .for-doctors-features {
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
  }
}
.for-doctors-features .img-thumb {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .for-doctors-features .img-thumb {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.brand-color.for-clinics-form,
.for-doctors-form.brand-color {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#134855),
    to(#00b2f5)
  );
  background: -o-linear-gradient(left, #134855, #00b2f5);
  background: linear-gradient(90deg, #134855, #00b2f5);
}
.for-clinics-form .help-message,
.for-doctors-form .help-message {
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .for-clinics-form .box,
  .for-doctors-form .box {
    padding: 15px;
  }
}
.for-patients-steps .d-flex {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .for-patients-steps .d-flex {
    display: block !important;
  }
}
.for-patients-steps p {
  margin-bottom: 0;
}
.for-patients-steps img {
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .for-patients-steps img {
    margin: 0 auto 10px;
    display: block;
  }
}
.contacts-list {
  margin: 30px 0;
}
.contacts-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts-list li {
  margin-bottom: 20px;
}
.contacts-list li:last-child {
  margin-bottom: 0;
}
.contacts-list h3,
.contacts-list p {
  margin: 0;
}
.contacts-list label {
  font-weight: 500;
  display: block;
}
.contacts-list .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 18px;
  color: #fff;
}
.contacts-list .social-link.facebook {
  background: #3b5998;
}
.contacts-list .social-link.twitter {
  background: #1da1f2;
}
.contacts-list .social-link .svg-icon {
  width: 18px;
  height: 18px;
}
.external-integrate {
  text-align: center;
}
@media (max-width: 767.98px) {
  .external-integrate {
    text-align: left;
  }
  .external-integrate .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .external-integrate .row > div img {
    margin: 15px 20px 15px 0;
  }
}
.external-integrate p {
  padding-top: 15px;
}
.external-integrate .joystick {
  width: auto;
  height: 42px;
  margin: 38px auto;
  display: block;
}
.external-integrate i {
  font-size: 42px;
  margin: 15px 0 10px;
  display: block;
  color: #5b9b70;
}
.for-clinics-header-background {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4365),
    to(#f96e57)
  );
  background: -o-linear-gradient(left, #ff4365, #f96e57);
  background: linear-gradient(90deg, #ff4365, #f96e57);
}
.for-clinics-header {
  background-image: url(/img/for-clinics.jpg);
}
.for-clinics-form {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4365),
    to(#f96e57)
  );
  background: -o-linear-gradient(left, #ff4365, #f96e57);
  background: linear-gradient(90deg, #ff4365, #f96e57);
}
.for-funds-header-background {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#93e58a),
    to(#01bfa5)
  );
  background: -o-linear-gradient(left, #93e58a, #01bfa5);
  background: linear-gradient(90deg, #93e58a, #01bfa5);
}
.for-funds-header {
  background-image: url(/img/for-funds.jpg);
}
body {
  font-size: 16px;
  color: #707070;
}
body.has-sticky {
  padding-top: 65px;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.modal .modal-title,
.table thead th,
h1,
h2,
h3,
h4,
h5 {
  font-family: Chivo;
  font-weight: 400;
}
.heading-1 a:hover,
.heading-2 a:hover,
.heading-3 a:hover,
.heading-4 a:hover,
.heading-5 a:hover,
.modal .modal-title a:hover,
.table thead th a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
}
.modal .modal-title,
h5 {
  font-weight: 700;
}
ol.colored-numbers li::marker {
  color: #c77c4d;
}
.blog-article .wp-block-file .btn-link.wp-block-file__button,
.btn.btn-link,
.text-link,
a {
  font-weight: 400;
  color: #c77c4d;
  text-transform: none;
  cursor: pointer;
}
.blog-article .wp-block-file .btn-link.wp-block-file__button:hover,
.btn.btn-link:hover,
.text-link:hover,
a:hover {
  color: #c77c4d;
  text-decoration: underline;
}
.alert-success .blog-article .wp-block-file .btn-link.wp-block-file__button,
.alert-success .btn.btn-link,
.alert-success .text-link,
.alert-success a,
.blog-article .wp-block-file .alert-success .btn-link.wp-block-file__button {
  color: #5b9b70;
}
.alert-danger .blog-article .wp-block-file .btn-link.wp-block-file__button,
.alert-danger .btn.btn-link,
.alert-danger .text-link,
.alert-danger a,
.blog-article .wp-block-file .alert-danger .btn-link.wp-block-file__button {
  color: #9f5858;
}
.blog-article .wp-block-file .wp-block-file__button,
.btn {
  font-family: Chivo;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-width: 2px;
}
.blog-article .wp-block-file .btn-primary.wp-block-file__button,
.btn.btn-primary {
  box-shadow: none;
  color: #c77c4d;
  border-color: #c77c4d;
  background-color: #fff;
}
.blog-article .wp-block-file .btn-primary.wp-block-file__button:active,
.blog-article .wp-block-file .btn-primary.wp-block-file__button:focus,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button:hover:not(:disabled),
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover:not(:disabled) {
  color: #fff;
  border-color: #c77c4d !important;
  background-color: #c77c4d !important;
}
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled),
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn-outline-light.wp-block-file__button,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn.btn-outline-light,
.blog-article
  .wp-block-file
  .btn.btn-primary
  + .btn-outline-light.wp-block-file__button,
.btn.btn-outline-primary:not(:disabled):not(.disabled),
.btn.btn-primary + .btn.btn-outline-light {
  font-family: Chivo;
  text-transform: uppercase;
  color: #fff;
  border-width: 2px;
  border-color: #5f908f;
  background: #5f908f;
}
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled):active,
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled):focus,
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:not(:disabled):not(.disabled):hover,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn-outline-light.wp-block-file__button:active,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn-outline-light.wp-block-file__button:focus,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn-outline-light.wp-block-file__button:hover,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn.btn-outline-light:active,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn.btn-outline-light:focus,
.blog-article
  .wp-block-file
  .btn-primary.wp-block-file__button
  + .btn.btn-outline-light:hover,
.blog-article
  .wp-block-file
  .btn.btn-primary
  + .btn-outline-light.wp-block-file__button:active,
.blog-article
  .wp-block-file
  .btn.btn-primary
  + .btn-outline-light.wp-block-file__button:focus,
.blog-article
  .wp-block-file
  .btn.btn-primary
  + .btn-outline-light.wp-block-file__button:hover,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn.btn-primary + .btn.btn-outline-light:active,
.btn.btn-primary + .btn.btn-outline-light:focus,
.btn.btn-primary + .btn.btn-outline-light:hover {
  color: #5f908f;
  border-color: #5f908f;
  background-color: #fff;
}
.blog-article
  .wp-block-file
  .btn-outline-primary.disabled.wp-block-file__button,
.blog-article
  .wp-block-file
  .btn-outline-primary.wp-block-file__button:disabled,
.blog-article .wp-block-file .btn-primary.disabled.wp-block-file__button,
.blog-article .wp-block-file .btn-primary.wp-block-file__button:disabled,
.btn.btn-outline-primary.disabled,
.btn.btn-outline-primary:disabled,
.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
  color: #fff;
  border-color: #dedede;
  background: #dedede;
}
.blog-article .wp-block-file .btn-secondary.wp-block-file__button,
.btn.btn-secondary {
  border-color: #c77c4d;
  background: #c77c4d;
}
.blog-article .wp-block-file .btn-secondary.wp-block-file__button:active,
.blog-article .wp-block-file .btn-secondary.wp-block-file__button:focus,
.blog-article .wp-block-file .btn-secondary.wp-block-file__button:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  border-color: #5f908f;
  background: #5f908f;
}
textarea.form-control.form-control-lg {
  font-size: 1em;
  line-height: 160%;
}
.alert.alert-danger {
  color: #9f5858;
  background: #f0dbd5;
}
.alert.alert-info {
  color: #91857c;
  border: 1px solid #e2d6ce;
}
.alert.alert-info,
a.box {
  background: rgba(239, 244, 243, 0.45);
}
a.box {
  color: #3d3f3f;
  display: block;
  border: 1px solid #91857c;
}
@media (max-width: 575.98px) {
  a.box {
    padding: 16px;
  }
}
a.box h3 {
  color: #5f908f;
}
a.box:hover {
  color: #3d3f3f;
  box-shadow: none;
  text-decoration: none;
  background: #f2ece9;
}
a.box:hover h3 {
  color: #c77c4d;
}
.box-color {
  padding: 30px;
  border: 1px solid #91857c;
  background: rgba(239, 244, 243, 0.45);
}
@media (min-width: 1200px) {
  .form-group {
    margin-bottom: 30px;
  }
}
.form-group > label {
  font-family: Chivo;
}
.form-check.form-check-inline {
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-control {
  border-color: #5F908F;
}
.form-control:focus {
  box-shadow: none;
  border-color: #5f908f;
}
.form-control:disabled {
  color: #dedede;
  border-color: #dedede;
  background: #f3f1ed;
}
.form-control.is-invalid {
  border-color: #9f5858;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-valid {
  border-color: #5f908f;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2301BFA5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.form-control.is-valid,
.js-validate .has-input:not(.no-validate):invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.js-validate .has-input:not(.no-validate):invalid {
  border-color: #9f5858;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.js-validate .has-input:not(.no-validate):invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: none;
}
.js-validate .has-input:not(.no-validate):valid {
  border-color: #5f908f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2301BFA5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.js-validate .has-input:not(.no-validate):valid:focus {
  box-shadow: none;
}
.was-validated .form-control:invalid {
  border-color: #9f5858;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: none;
}
.was-validated .form-control:valid {
  border-color: #5f908f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2301BFA5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus {
  border-color: #5f908f;
}
.phone-code-holder .phone-code-selected,
.phone-selector.phone-selector-lg .phone-code-selected {
  font-family: Montserrat;
  font-weight: 400 !important;
  border-width: 1px;
  border-color: #134855;
}
.input-group-text {
  border-color: #134855;
  background: rgba(189, 208, 201, 0.35);
}
.cancel-patient-name,
.cancel-patient-phone {
  cursor: pointer;
}
.spinner .spinner-icon {
  border-color: #134855 #c77c4d #134855 #134855;
}
.icon-circle.gray {
  color: #c77c4d;
}
.footer {
  max-width: none;
}
.home .footer {
  background: #f6f6f6;
}
.article-author {
  margin-top: 10px;
}
.article-author img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 50%;
}
.single-article {
  margin: 0 0 40px;
}
.single-article .single-article-thumb {
  margin: 0 0 15px;
  border-radius: 15px;
  transition: 0.2s;
}
.single-article .single-article-thumb:hover {
  opacity: 0.9;
}
.single-article h3 {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .single-article.single-article-result h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 767.98px) {
  .single-article .col-3 {
    padding-right: 0;
  }
}
.author-card {
  margin: 60px 0;
  padding: 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 15px rgba(61, 63, 63, 0.15);
  border-radius: 15px;
  border: 1px solid #e2d6ce;
  background: #fff;
}
@media (max-width: 575.98px) {
  .author-card {
    margin: 30px 0 20px;
    padding: 0;
    box-shadow: none;
    border: none;
  }
}
.author-card .author-card-name {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.author-card .author-card-name img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.blog-article .blog-article-header {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#f6f6f6)
  );
  background-image: -o-linear-gradient(#f6f6f6, #f6f6f6);
  background-image: linear-gradient(#f6f6f6, #f6f6f6);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 80%;
  background-position: 0 0, 100% 0;
}
.blog-article .article-title {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .blog-article .article-title {
    font-size: 2em;
  }
}
.blog-article .article-readtime {
  margin-bottom: 15px;
  display: block;
}
.blog-article .article-meta {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .blog-article .article-meta {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .blog-article .article-meta .article-author {
    margin-bottom: 15px;
  }
}
.blog-article .article-meta .article-author img {
  width: 50px;
  height: 50px;
}
.blog-article .article-meta .btn,
.blog-article .article-meta .wp-block-file .wp-block-file__button,
.blog-article .wp-block-file .article-meta .wp-block-file__button {
  margin-left: 15px;
  background: #fff;
}
.blog-article .article-thumbnail {
  margin-top: -50px;
}
.blog-article .article-thumbnail img {
  border-radius: 15px;
}
.blog-article .article-content .modal .modal-title,
.blog-article .article-content h1,
.blog-article .article-content h2,
.blog-article .article-content h3,
.blog-article .article-content h4,
.blog-article .article-content h5,
.blog-article .article-content h6,
.modal .blog-article .article-content .modal-title {
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .blog-article .article-content .modal .modal-title,
  .blog-article .article-content h1,
  .blog-article .article-content h2,
  .blog-article .article-content h3,
  .blog-article .article-content h4,
  .blog-article .article-content h5,
  .blog-article .article-content h6,
  .modal .blog-article .article-content .modal-title {
    margin-top: 20px;
  }
}
.blog-article .article-content h2 {
  font-size: 2em;
}
@media (max-width: 575.98px) {
  .blog-article .article-content h2 {
    font-size: 1.4em;
  }
}
.blog-article .article-content p {
  font-size: 1.1em;
  line-height: 150%;
}
@media (max-width: 575.98px) {
  .blog-article .article-content p {
    font-size: 1em;
  }
}
.blog-article .article-tags .btn,
.blog-article .article-tags .wp-block-file .wp-block-file__button,
.blog-article .wp-block-file .article-tags .wp-block-file__button {
  margin: 0 0 10px 10px;
}
.blog-article .wp-block-quote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #5f908f;
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-quote {
    padding-left: 15px;
  }
}
.blog-article .wp-block-quote p {
  font-size: 1.4em;
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-quote p {
    font-size: 1.2em;
  }
}
.blog-article .wp-block-embed iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-embed iframe {
    height: 250px;
  }
}
.blog-article .wp-block-file {
  margin: 20px 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e2d6ce;
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-file {
    display: block;
    padding: 10px;
  }
  .blog-article .wp-block-file a {
    display: block;
  }
}
.blog-article .wp-block-file .wp-block-file__button {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-file .wp-block-file__button {
    margin-top: 10px;
    margin-left: 0;
  }
}
.get-started-option {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .get-started-option {
    width: 50%;
  }
}
.get-started-option .get-started-image {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .get-started-option .get-started-image {
    max-height: 150px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 575.98px) {
  .get-started-option .get-started-image {
    max-height: 100px;
  }
}
.get-started-option h3 {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .get-started-option h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
.get-started-option h3 svg {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .get-started-option h3 svg {
    width: 40px;
  }
}
.get-started-option p {
  line-height: 150%;
  color: #707070;
}
@media (min-width: 1200px) {
  .get-started-option p {
    font-size: 1.5em;
  }
}
.get-started-option-or {
  width: 80px;
  color: #e2d6ce;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .get-started-option-or {
    font-size: 1.3em;
  }
}
@media (max-width: 767.98px) {
  .get-started-option-or {
    width: auto;
    height: 50px;
  }
}
.get-started-option-or:before {
  content: "";
  border-left: 1px solid #e2d6ce;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .get-started-option-or:before {
    top: 50%;
    left: 0;
    right: 0;
    bottom: inherit;
    border-top: 1px solid #e2d6ce;
    border-left: none;
  }
}
.get-started-option-or span {
  padding: 10px 0;
  display: inline-block;
  background: #fff;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .get-started-option-or span {
    padding: 0 10px;
  }
}
.get-started-option-or.no-line:before {
  display: none;
}
.get-started-option-more {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .get-started-option-more {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .get-started-option-more {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .get-started-option-more h4 {
    font-size: 1.5em;
  }
}
.get-started-option-more h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  color: #c77c4d;
}
.get-started-option-more h4 a:hover span {
  text-decoration: none;
}
.get-started-option-more h4 a span {
  text-decoration: underline;
}
.get-started-option-more h4 a .fal {
  transition: 0.2s;
}
.get-started-option-more h4 a.toggled .fal {
  transform: rotate(-180deg);
}
.get-started-option-more ul {
  line-height: 150%;
  display: none;
  list-style: none;
  color: #707070;
}
@media (max-width: 767.98px) {
  .get-started-option-more ul {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .get-started-option-more ul {
    font-size: 1.5em;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.get-started-option-more ul li {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .get-started-option-more ul li {
    margin-top: 20px;
  }
}
.get-started-option-more ul li:before {
  content: "\25AA";
  color: #c77c4d;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.get-started-option-more ul.active {
  display: block;
}
@media (min-width: 1200px) {
  .page-search-results .show-filters .search-form-holder {
    position: static;
  }
  .page-search-results .show-filters .search-form-holder.form-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.search-form .search-filters .form-control.active {
  color: #fff;
  border-color: #134855;
  background-color: #134855;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M7.602 11.325L2.165 5.804a.564.564 0 010-.797l.333-.332a.562.562 0 01.797 0L8 9.469l4.705-4.79a.564.564 0 01.797 0l.333.333c.22.22.22.576 0 .797L8.398 11.33a.567.567 0 01-.796-.005z' fill='%23fff'/%3E%3C/svg%3E");
}
.doctor-summary .doctor-name h1 {
  font-size: 1.75em;
  color: #c77c4d;
}
.doctor-summary .doctor-name h2 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #5f908f;
}
.doctor-summary .doctor-actions {
  margin-top: 10px;
  display: none;
}
@media (max-width: 991.98px) {
  .doctor-summary .doctor-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.doctor-description {
  line-height: 150%;
}
.doctor-description p + .row {
  margin-top: -16px;
}
.doctor-description ul {
  padding-left: 0;
}
.doctor-description ul li {
  margin-top: 10px;
  list-style: none;
}
.doctor-description ul li:before {
  content: "\25AA";
  color: #c77c4d;
  font-weight: 700;
  display: inline-block;
  width: 16px;
}
.services-prices .service-item {
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1px solid #91857c;
  background: rgba(239, 244, 243, 0.45);
}
.services-prices .service-item p:last-child {
  margin-bottom: 0;
}
.services-prices .service-item.box-shadow {
  box-shadow: 0 0 15px rgba(61, 63, 63, 0.15);
}
.services-prices .service-item.box-green {
  color: #fff;
  border: none;
  background: #134855;
}
.services-prices .service-item .box-header {
  margin: -17px -17px 15px;
  padding: 16px 16px 0;
}
.services-prices .service-item .box-header h3,
.services-prices .service-item .box-header h4 {
  margin-bottom: 0;
}
.services-prices .service-item .box-header p {
  color: #91857c;
}
.services-prices .service-item .box-header .alert {
  margin-top: 10px;
  margin-bottom: 0;
}
.services-prices .service-item hr {
  margin: 16px -16px;
}
@media (min-width: 1200px) {
  .services-prices .service-item {
    padding: 25px;
  }
  .services-prices .service-item .box-header {
    margin: -26px -26px 0;
    padding: 20px 25px;
  }
  .services-prices .service-item hr {
    margin: 25px -25px;
  }
}
@media (max-width: 767.98px) {
  .services-prices .service-item {
    padding: 12px;
  }
  .services-prices .service-item .box-header {
    margin: -13px -13px 10px;
  }
}
@media (max-width: 575.98px) {
  .services-prices .service-item {
    display: block;
  }
}
.services-prices .service-item-name {
  flex-grow: 1;
}
.services-prices .service-item-name h4 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .services-prices .service-item-name h4 {
    font-size: 1.3em;
  }
}
.services-prices .service-item-name h4 a {
  font-weight: 700 !important;
  color: #5f908f;
}
.services-prices .service-item-name h4 a:hover {
  color: #c77c4d;
}
.services-prices .service-item-name h4 span {
  flex-shrink: 0;
  color: #134855;
}
@media (min-width: 576px) {
  .services-prices .service-item-name h4 span {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .services-prices .service-item-name h4 span {
    margin-right: 60px;
  }
}
.services-prices .service-item-name p {
  font-size: 0.9em;
  margin-top: 5px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .services-prices .service-item-name p {
    font-size: 1.1em;
  }
}
.services-prices .service-item-time {
  font-weight: 700;
  margin-top: 10px;
  color: #91857c;
}
@media (min-width: 1200px) {
  .services-prices .service-item-time {
    font-size: 1.1em;
  }
}
.services-prices .service-item-action {
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .services-prices .service-item-action {
    margin-top: 15px;
  }
}
.blog-article
  .wp-block-file
  .services-prices
  .service-item-action
  .wp-block-file__button,
.services-prices
  .service-item-action
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.services-prices .service-item-action .btn {
  min-width: 0;
}
@media (min-width: 1200px) {
  .blog-article
    .wp-block-file
    .services-prices
    .service-item-action
    .wp-block-file__button,
  .services-prices
    .service-item-action
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .services-prices .service-item-action .btn {
    padding: 10px 16px;
  }
}
.modal .yarpp-related .modal-title,
.yarpp-related .modal .modal-title,
.yarpp-related h5 {
  margin-bottom: 20px;
}
.yarpp-related .single-article h3 {
  font-size: 1.1em;
  font-weight: 400;
  padding: 0;
  text-transform: none;
}
.yarpp-related .single-article a {
  font-weight: 400;
}
.blog-search .form-group {
  margin: 0;
}
.blog-article .wp-block-file .show-search.wp-block-file__button,
.btn.show-search {
  font-size: 1.1em;
  text-align: center;
}
.blog-article .wp-block-file .show-search.wp-block-file__button .fa-times,
.btn.show-search .fa-times {
  display: none;
}
.blog-article
  .wp-block-file
  .show-search.toggled.wp-block-file__button
  .fa-times,
.btn.show-search.toggled .fa-times {
  display: inline-block;
}
.blog-article
  .wp-block-file
  .show-search.toggled.wp-block-file__button
  .fa-search,
.btn.show-search.toggled .fa-search {
  display: none;
}
.blog-search-mobile {
  display: none;
  padding: 20px 0;
  background: rgba(189, 208, 201, 0.35);
}
.blog-search-mobile.active {
  display: block;
}
.blog-search-mobile form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.layer.green-lighter {
  background: #bdd0c9;
}
.header {
  max-width: none;
  border: none;
  transition: 0.2s;
}
.home .header {
  background: rgba(189, 208, 201, 0.66);
}
.header.sticked {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgba(61, 63, 63, 0.3);
  z-index: 998;
}
.blog-article .wp-block-file .header .wp-block-file__button,
.header .blog-article .wp-block-file .wp-block-file__button,
.header .btn {
  font-size: 0.9em;
}
.header .btn-link {
  font-weight: 700 !important;
  padding-left: 0;
  color: #134855;
  text-transform: uppercase;
}
.header .btn-link:hover {
  color: #c77c4d !important;
  text-decoration: none;
}
.header .nav-toggle {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #134855;
}
.header .nav-toggle.toggled {
  color: #c77c4d;
}
.header .header-right .btn-primary {
  margin-right: 20px;
  color: #c77c4d;
  background: none;
}
.header .header-right .btn-primary:focus {
  color: #fff;
}
.header nav {
  white-space: nowrap;
  overflow-x: scroll;
}
.header nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .blog-article .wp-block-file .header nav .btn-link.wp-block-file__button,
  .header nav .blog-article .wp-block-file .btn-link.wp-block-file__button,
  .header nav .btn.btn-link {
    margin-right: 10px;
  }
}
.header .mobile-menu {
  margin-top: 20px;
  display: none;
}
.header .mobile-menu.active {
  height: auto;
  display: block;
}
.header .mobile-menu a {
  padding: 16px 0;
  display: block;
  border-top: 1px solid rgba(189, 208, 201, 0.3);
}
.header .mobile-menu a:first-child {
  border-top: 0;
}
.hero {
  max-width: none;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: rgba(189, 208, 201, 0.66) !important;
}
@media (max-width: 575.98px) {
  .hero {
    padding: 60px 0;
    min-height: 0;
  }
}
.hero .container-lg {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #134855;
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size:32px;
    line-height:60px;
  }
}
.hero h1 span {
  color: #c77c4d;
}
.hero h2 {
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #134855;
  font-family:Montserrat;
}
@media (min-width: 1200px) {
  .hero h5 {
    font-size:1em;
    line-height:1.5em;
  }
}
.hero h2 span {
  color: #c77c4d;
}
.hero p {
  font-size: 1em;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .hero p {
    font-size: 1.5em;
  }
}
.hero .btn-primary {
  min-width: 280px;
  background: none;
}
@media (min-width: 1200px) {
  .hero .btn-primary {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.hero .question-sign {
  width: 4px;
  height: 4px;
  position: absolute;
  opacity: 0.3;
  z-index: 1;
}
.hero .question-sign svg {
  width: 100%;
  height: 100%;
}
.hero .question-sign-1 {
  top: 5vh;
  left: 24vw;
  -webkit-animation: star 3.8s -2.6s infinite;
  animation: star 3.8s -2.6s infinite;
  color: #c77c4d;
}
.hero .question-sign-2 {
  top: 11vh;
  left: 18vw;
  -webkit-animation: star 3.8s -2.4s infinite;
  animation: star 3.8s -2.4s infinite;
  color: #c77c4d;
}
.hero .question-sign-3 {
  top: 47vh;
  left: 15vw;
  -webkit-animation: star 3.5s -1.1s infinite;
  animation: star 3.5s -1.1s infinite;
  color: #c77c4d;
}
.hero .question-sign-4 {
  top: 46vh;
  left: 44vw;
  -webkit-animation: star 4.5s -2s infinite;
  animation: star 4.5s -2s infinite;
  color: #c77c4d;
}
.hero .question-sign-5 {
  top: 18vh;
  left: 51vw;
  -webkit-animation: star 5.9s -3.7s infinite;
  animation: star 5.9s -3.7s infinite;
  color: #5f908f;
}
.hero .question-sign-6 {
  top: 10vh;
  left: 11vw;
  -webkit-animation: star 5.5s -0.9s infinite;
  animation: star 5.5s -0.9s infinite;
  color: #c77c4d;
}
.hero .question-sign-7 {
  top: 11vh;
  left: 57vw;
  -webkit-animation: star 5.2s -1.2s infinite;
  animation: star 5.2s -1.2s infinite;
  color: #5f908f;
}
.hero .question-sign-8 {
  top: 33vh;
  left: 1vw;
  -webkit-animation: star 4.3s -4.3s infinite;
  animation: star 4.3s -4.3s infinite;
  color: #c77c4d;
}
.hero .question-sign-9 {
  top: 40vh;
  left: 93vw;
  -webkit-animation: star 4.2s -1.4s infinite;
  animation: star 4.2s -1.4s infinite;
  color: #c77c4d;
}
.hero .question-sign-10 {
  top: 21vh;
  left: 86vw;
  -webkit-animation: star 5.2s -1.3s infinite;
  animation: star 5.2s -1.3s infinite;
  color: #5f908f;
}
.hero .question-sign-11 {
  top: 32vh;
  left: 24vw;
  -webkit-animation: star 5.3s -4.1s infinite;
  animation: star 5.3s -4.1s infinite;
  color: #5f908f;
}
.hero .question-sign-12 {
  top: 45vh;
  left: 89vw;
  -webkit-animation: star 4.7s -3.1s infinite;
  animation: star 4.7s -3.1s infinite;
  color: #5f908f;
}
.hero .question-sign-13 {
  top: 26vh;
  left: 76vw;
  -webkit-animation: star 3.6s -3.3s infinite;
  animation: star 3.6s -3.3s infinite;
  color: #5f908f;
}
.hero .question-sign-14 {
  top: 40vh;
  left: 50vw;
  -webkit-animation: star 3.8s -1.9s infinite;
  animation: star 3.8s -1.9s infinite;
  color: #c77c4d;
}
.hero .question-sign-15 {
  top: 12vh;
  left: 35vw;
  -webkit-animation: star 4.4s -0.2s infinite;
  animation: star 4.4s -0.2s infinite;
  color: #c77c4d;
}
.hero .question-sign-16 {
  top: 25vh;
  left: 51vw;
  -webkit-animation: star 5.2s -3.4s infinite;
  animation: star 5.2s -3.4s infinite;
  color: #c77c4d;
}
.hero .question-sign-17 {
  top: 22vh;
  left: 52vw;
  -webkit-animation: star 4.6s -2.4s infinite;
  animation: star 4.6s -2.4s infinite;
  color: #c77c4d;
}
.hero .question-sign-18 {
  top: 10vh;
  left: 19vw;
  -webkit-animation: star 4s -2.7s infinite;
  animation: star 4s -2.7s infinite;
  color: #5f908f;
}
.hero .question-sign-19 {
  top: 31vh;
  left: 87vw;
  -webkit-animation: star 4.8s -0.5s infinite;
  animation: star 4.8s -0.5s infinite;
  color: #5f908f;
}
.hero .question-sign-20 {
  top: 5vh;
  left: 68vw;
  -webkit-animation: star 4.9s -0.6s infinite;
  animation: star 4.9s -0.6s infinite;
  color: #5f908f;
}
.hero .question-sign-21 {
  top: 17vh;
  left: 36vw;
  -webkit-animation: star 4.1s -0.6s infinite;
  animation: star 4.1s -0.6s infinite;
  color: #c77c4d;
}
.hero .question-sign-22 {
  top: 7vh;
  left: 77vw;
  -webkit-animation: star 5.5s -4s infinite;
  animation: star 5.5s -4s infinite;
  color: #5f908f;
}
.hero .question-sign-23 {
  top: 32vh;
  left: 78vw;
  -webkit-animation: star 6s -1.6s infinite;
  animation: star 6s -1.6s infinite;
  color: #c77c4d;
}
.hero .question-sign-24 {
  top: 47vh;
  left: 8vw;
  -webkit-animation: star 4.4s -2.2s infinite;
  animation: star 4.4s -2.2s infinite;
  color: #5f908f;
}
.hero .question-sign-25 {
  top: 43vh;
  left: 44vw;
  -webkit-animation: star 4s -2.6s infinite;
  animation: star 4s -2.6s infinite;
  color: #c77c4d;
}
.hero .question-sign-26 {
  top: 40vh;
  left: 87vw;
  -webkit-animation: star 4.7s -4.3s infinite;
  animation: star 4.7s -4.3s infinite;
  color: #c77c4d;
}
.hero .question-sign-27 {
  top: 41vh;
  left: 22vw;
  -webkit-animation: star 5.9s -3.8s infinite;
  animation: star 5.9s -3.8s infinite;
  color: #c77c4d;
}
.hero .question-sign-28 {
  top: 4vh;
  left: 50vw;
  -webkit-animation: star 4.3s -4.4s infinite;
  animation: star 4.3s -4.4s infinite;
  color: #5f908f;
}
.hero .question-sign-29 {
  top: 45vh;
  left: 69vw;
  -webkit-animation: star 6s -4.2s infinite;
  animation: star 6s -4.2s infinite;
  color: #5f908f;
}
.hero .question-sign-30 {
  top: 38vh;
  left: 61vw;
  -webkit-animation: star 5s -4.4s infinite;
  animation: star 5s -4.4s infinite;
  color: #5f908f;
}
@-webkit-keyframes star {
  90% {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
  }
  95% {
    opacity: 0;
  }
  to {
    width: 4px;
    height: 4px;
  }
}
@keyframes star {
  90% {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
  }
  95% {
    opacity: 0;
  }
  to {
    width: 4px;
    height: 4px;
  }
}

.join-waitlist {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e2d6ce;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.join-waitlist .tagline{
    color: #134855;
    text-align: center;
}

.tagline a{
    text-transform:capitalize;
    font-weight:600;
}


@media (max-width: 575.98px) {
  .benefits {
    padding-top: 60px;
  }
}
.benefits h2 {
  font-family: Montserrat;
  line-height:1.5em;
  font-size: 1.25em;
  font-weight: 100;
  margin-bottom: 80px;
  color: #134855;
}
@media (min-width: 1200px) {
  .benefits h2 {
    font-size: 1.5em;
  }
}
.benefits hr {
  border-color: #dedede;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 767.98px) {
  .benefits .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
}
.benefits .benefit-screenshot {
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .benefits .benefit-screenshot {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.benefits .benefit-screenshot img {
  margin-bottom: -180px;
}
@media (max-width: 767.98px) {
  .benefits .benefit-screenshot img {
    max-width: 70%;
    margin-bottom: -80px;
  }
}
.benefits .benefit-screenshot.large img {
  margin-bottom: -80px;
}
.benefits .benefits-description {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dedede;
}
.benefits .benefits-description p {
  color: #134855;
}
.benefits .tabs-menu {
  margin-top: -20px;
}
@media (max-width: 767.98px) {
  .tab {
    display: none !important;
  }
  .tab.active {
    display: block !important;
  }
}
.tabs-menu,
.tabs-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.tabs-menu a {
  width: 50px;
  height: 50px;
  align-items: center;
}
.tabs-menu a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #3d3f3f;
}
.tabs-menu a.active:after {
  background: #3d3f3f;
}
.benefits,
.features {
  text-align: center;
}
.benefits h3,
.features h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.12em;
}
@media (min-width: 1200px) {
  .benefits h3,
  .features h3 {
    font-size: 1.5em;
  }
}
.benefits p,
.features p {
  font-size: 1.12em;
  font-weight: 300;
  line-height: 180%;
}
@media (min-width: 1200px) {
  .benefits p,
  .features p {
    font-size: 1.5em;
    line-height: 120%;
  }
}
.features svg {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .features svg {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .latest-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.latest-articles article {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  border-right: 1px solid #dedede;
  background: rgba(226, 214, 206, 0.35);
}
.latest-articles article:last-child {
  border-right: none;
}
.latest-articles article:hover img {
  opacity: 0.35;
}
.latest-articles article:hover h3 {
  color: #134855;
}
.latest-articles img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.latest-articles h3 {
  font-size: 1.6em;
  color: #5f908f;
}
@media (min-width: 992px) {
  .latest-articles h3 {
    font-size: 2.25em;
  }
}
.latest-articles a {
  padding: 40px 16px;
  display: block;
}
@media (min-width: 992px) {
  .latest-articles a {
    padding: 40px;
  }
}
.latest-articles a:hover {
  text-decoration: none;
}
.latest-articles .article-categories {
  text-transform: uppercase;
  color: #c77c4d;
}
.latest-articles .article-date {
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 992px) {
  .latest-articles .article-date {
    font-size: 1.5em;
    margin-top: 100px;
  }
}
.latest-articles .article-more {
  font-family: Chivo;
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 30px;
  display: block;
  text-decoration: underline;
  color: #3d3f3f;
}
@media (min-width: 992px) {
  .latest-articles .article-more {
    font-size: 1.75em;
  }
}
#articles-menu {
  margin: 20px 0;
}
.become-professional {
  padding: 40px 0;
  color: #bdd0c9;
  background: #5f908f;
}
@media (max-width: 575.98px) {
  .become-professional {
    padding: 60px 0;
  }
}
.become-professional h2 {
  margin: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .become-professional h2 {
    margin: 40px 0;
  }
}
.become-professional h2 span {
  color: #e2d6ce;
}
.become-professional .blog-article .wp-block-file .wp-block-file__button,
.become-professional .btn,
.blog-article .wp-block-file .become-professional .wp-block-file__button {
  padding-left: 40px;
  padding-right: 40px;
  border-color: #bdd0c9;
  color: #bdd0c9;
}
.page-title {
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-title {
    background: #dbe7e4;
    margin-bottom: 20px;
  }
}
.page-title h1 {
  margin-bottom: 70px;
  color: #134855;
}
@media (max-width: 767.98px) {
  .page-title h1 {
    margin: 20px 0 40px;
  }
}
.page-title h1 span {
  color: #c77c4d;
}
.page-title p {
  font-size: 1.2em;
  line-height: 150%;
  margin-bottom: 0;
  color: #134855;
}
@media (max-width: 767.98px) {
  .page-title p {
    font-size: 1em;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .page-title p {
    font-size: 1.5em;
  }
}
.page-title p + p {
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .page-title p + p {
    margin-top: 20px;
  }
}
#all-professionals .page-title {
  margin-bottom: 0;
}
.sub-title {
  padding: 40px 0;
  text-align: center;
  position: relative;
  color: #134855;
  background: #dbe7e4;
}
.sub-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #dbe7e4;
}
.sub-title h2 {
  font-family: Montserrat;
  font-weight: 700;
}
.sub-title h2 span {
  color: #c77c4d;
}
.page-title + .sub-title {
  margin-top: -90px;
  margin-bottom: 20px;
}
.animate-dots span {
  opacity: 0;
  -webkit-animation-name: showDots;
  animation-name: showDots;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animate-dots span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animate-dots span:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes showDots {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showDots {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.services-preview {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .services-preview {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2d6ce;
  }
}
.services-preview .service-name {
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .services-preview .service-name {
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .services-preview .service-name {
    padding: 0 20px;
  }
}
.services-preview .service-name h1 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #134855;
}
@media (min-width: 992px) {
  .services-preview .service-name h1 {
    font-size: 2em;
    margin-bottom: 40px;
  }
}
.services-preview .service-name h1 a {
  font-weight: 700;
  color: #134855;
}
.services-preview .service-name h1 a:hover,
.services-preview .service-name h1 span {
  color: #c77c4d;
}
.services-preview .service-name p {
  font-size: 1.2em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .services-preview .service-name p {
    font-size: 2em;
    margin-bottom: 16px;
  }
}
.blog-article .wp-block-file .services-preview .wp-block-file__button,
.services-preview .blog-article .wp-block-file .wp-block-file__button,
.services-preview .btn {
  font-size: 1.125em;
  margin-top: 40px;
  padding: 20px;
  display: block;
}
@media (max-width: 1199.98px) {
  .blog-article .wp-block-file .services-preview .wp-block-file__button,
  .services-preview .blog-article .wp-block-file .wp-block-file__button,
  .services-preview .btn {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .blog-article .wp-block-file .services-preview .wp-block-file__button,
  .services-preview .blog-article .wp-block-file .wp-block-file__button,
  .services-preview .btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.services-preview .service-desc {
  position: relative;
}
.services-preview .service-desc img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-preview .service-desc .service-more {
  font-size: 1.5em;
  width: 100%;
  height: 100%;
  min-height: 640px;
  max-height: 640px;
  line-height: 160%;
  padding: 90px 90px 20px;
  top: 0;
  left: 0;
  position: relative;
  background: rgba(226, 214, 206, 0.95);
  transition: 0.3s;
  opacity: 0;
  color: #3d3f3f;
}
.services-preview .service-desc .service-more.active {
  opacity: 1;
  max-height: none;
}
@media (max-width: 1199.98px) {
  .services-preview .service-desc .service-more {
    font-size: 1em;
    padding: 90px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .services-preview .service-desc .service-more {
    padding: 20px 40px 0;
    height: auto;
    min-height: 0;
    max-height: none;
    background: none;
    opacity: 1;
    height: 70px;
    overflow: hidden;
  }
  .services-preview .service-desc .service-more.active {
    display: block;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .services-preview .service-desc .service-more {
    padding: 20px 20px 0;
  }
}
.services-preview .service-read-more {
  font-family: Chivo;
  font-weight: 400;
  font-size: 0.85em;
  padding-bottom: 16px;
  padding-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86.761' height='13.376'%3E%3Cg data-name='Group 56' fill='none' stroke='%23c77c4d' stroke-width='2'%3E%3Cpath data-name='Line 5' d='M0 1h86'/%3E%3Cpath data-name='Line 11' d='M76 12.727L86 1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.services-preview .service-read-more:hover {
  text-decoration: none;
  background-position: -10px bottom;
}
.services-preview .read-more-less {
  font-weight: 700 !important;
  padding: 0 40px;
  display: inline-block;
  transition: none;
}
@media (max-width: 575.98px) {
  .services-preview .read-more-less {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .services-preview .read-more-less {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .services-preview .read-more-less {
    position: absolute;
    top: 45px;
    left: -140px;
  }
}
@media (min-width: 992px) {
  .services-preview .read-more-less {
    top: 25px;
    left: -160px;
  }
}
.services-preview .read-more-less .read-less {
  display: none;
}
.services-preview .read-more-less.toggled {
  margin-top: 0;
}
.services-preview .read-more-less.toggled .read-less {
  display: inline;
}
.services-preview .read-more-less.toggled .read-more {
  display: none;
}
@media (min-width: 768px) {
  .services-preview .read-more-less.toggled {
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
    left: inherit;
    padding: 0;
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgba(61, 63, 63, 0.2);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.007' height='18.007'%3E%3Cpath data-name='Path 134' d='M10.914 9l5.772-5.772 1.19-1.19a.45.45 0 000-.636L16.6.132a.45.45 0 00-.636 0L9 7.094 2.042.132a.45.45 0 00-.636 0L.132 1.405a.45.45 0 000 .636L7.094 9 .132 15.966a.45.45 0 000 .634l1.273 1.276a.45.45 0 00.636 0L9 10.914l5.775 5.771 1.19 1.19a.45.45 0 00.636 0l1.275-1.275a.45.45 0 000-.636z' fill='%233d3f3f'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .services-preview .read-more-less.toggled:hover {
    opacity: 0.9;
    box-shadow: none;
    transition: 0.2s;
  }
  .services-preview .read-more-less.toggled span {
    display: none !important;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .services-preview .read-more-less.toggled {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .services-preview .read-more-less.toggled {
    display: none;
  }
}
.services-navigation-holder {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .services-navigation-holder {
    height: 65px;
    margin-bottom: 80px;
  }
}
.services-navigation {
  font-family: Chivo;
  font-size: 1.2em;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .services-navigation {
    background: #dbe7e4;
  }
}
@media (min-width: 768px) {
  .services-navigation.sticked {
    width: 100%;
    position: fixed;
    top: 64px;
    left: 0;
    border-bottom: 1px solid #e2d6ce;
    background: #fff;
    z-index: 995;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .services-navigation.sticked {
    top: 74px;
  }
}
.services-navigation nav {
  padding: 20px 40px;
  white-space: nowrap;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .services-navigation nav {
    padding: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
.services-navigation nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .services-navigation nav:after,
  .services-navigation nav:before {
    content: "";
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: block;
    position: absolute;
  }
  .services-navigation nav:before {
    left: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fff),
      to(hsla(0, 0%, 100%, 0))
    );
    background: -o-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  }
  .services-navigation nav:after {
    right: 0;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#fff),
      to(hsla(0, 0%, 100%, 0))
    );
    background: -o-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  }
}
.services-navigation a {
  display: inline-block;
  margin-right: 20px;
  color: #134855;
}
@media (max-width: 767.98px) {
  .services-navigation a {
    margin: 0 0 15px;
  }
}
.services-navigation a:hover {
  color: #c77c4d;
  text-decoration: none;
}
.services-navigation a.active,
.services-navigation a span {
  color: #c77c4d;
}
.link-to-all-specialists {
  text-align: center;
  background: #e2d6ce;
}
.blog-article .wp-block-file .link-to-all-specialists .wp-block-file__button,
.link-to-all-specialists .blog-article .wp-block-file .wp-block-file__button,
.link-to-all-specialists .btn {
  font-size: 1.125em;
  min-width: 320px;
  padding: 20px;
  background: none;
}
.dropdown-nochoice {
  display: none;
}
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
  background: #dbe7e4;
}
.dropdown-menu .dropdown-item.active {
  color: #134855;
  background: #dbe7e4;
}
.dropdown-menu .dropdown-item svg {
  margin-left: -5px;
  margin-right: 10px;
}
.steps {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .steps {
    display: none;
  }
}
@media (min-width: 768px) {
  .steps {
    position: static;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .steps {
    margin-bottom: 60px;
  }
}
.steps li {
  font-size: 1em;
  width: 220px;
  height: 60px;
  margin: 0 -14px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  opacity: 0.5;
  background: none;
  background-position: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='290' height='79.265'%3E%3Cpath data-name='Path 488' d='M245.411 78.234l43.776-37.049a1.889 1.889 0 000-3.105L245.411 1.034a5.12 5.12 0 00-3.243-1.031H.368c-.3 0-.478.222-.295.375l45.046 38.12a1.38 1.38 0 010 2.271L.076 78.891c-.183.154-.01.374.295.374h241.8a5.129 5.129 0 003.24-1.031z' fill='%23edeae8'/%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
  .steps li {
    font-size: 1.1em;
    width: 280px;
    height: 70px;
    margin: 0 -18px;
  }
}
.steps li:first-child,
.steps li:last-child {
  border-radius: 0;
  border: none;
}
.steps li.active {
  font-weight: 700;
  box-shadow: none;
  opacity: 1;
  background: none;
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='290' height='80'%3E%3Cpath data-name='Path 489' d='M245.411 78.96l43.776-37.393a1.917 1.917 0 000-3.134L245.411 1.04a5.089 5.089 0 00-3.243-1.041H.368c-.3 0-.478.224-.295.379l45.046 38.477a1.4 1.4 0 010 2.292L.076 79.623c-.183.155-.01.377.295.377h241.8a5.1 5.1 0 003.24-1.04z' fill='%23bdd0c9'/%3E%3C/svg%3E");
}
.steps li.active .step-number {
  background: #c77c4d;
}
.steps li.done {
  box-shadow: none;
  color: #fff;
  opacity: 1;
  background: none;
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='290' height='79.265'%3E%3Cpath data-name='Path 490' d='M245.411 78.234l43.776-37.049a1.889 1.889 0 000-3.105L245.411 1.034a5.12 5.12 0 00-3.243-1.031H.368c-.3 0-.478.222-.295.375l45.046 38.12a1.38 1.38 0 010 2.271L.076 78.891c-.183.154-.01.374.295.374h241.8a5.129 5.129 0 003.24-1.031z' fill='%235f908f'/%3E%3C/svg%3E");
  transition: 0.2s;
}
.steps li.done:hover {
  opacity: 0.8;
}
.steps li.done i {
  color: #c77c4d;
  background: #fff;
}
.steps .step-number,
.steps i {
  font-weight: 700;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  background: #c77c4d;
}
@media (min-width: 1200px) {
  .steps .step-number,
  .steps i {
    font-size: 1.1em;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}
.steps-mobile {
  color: #5f908f;
}
@media (max-width: 767.98px) {
  .steps-mobile {
    display: block;
  }
}
.step-back {
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .step-back {
    margin-bottom: 20px;
  }
}
.step-back:hover,
.step-back:hover span {
  text-decoration: none;
}
.step-back i {
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #c77c4d;
}
@media (max-width: 767.98px) {
  .step-back i {
    font-size: 1.1em;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.step-back span {
  text-decoration: underline;
}
.step-alert {
  margin: 0 0 20px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #91857c;
  border-radius: 10px;
  border: 1px solid #e2d6ce;
  background: rgba(239, 244, 243, 0.45);
}
@media (min-width: 1200px) {
  .step-alert {
    font-size: 1.5em;
    line-height: 150%;
    margin: 0 0 40px;
    padding: 20px;
  }
}
.step-alert i {
  font-size: 1.6em;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .step-alert i {
    font-size: 2.6em;
    margin-right: 20px;
  }
}
.appointment-process .header-right .btn-primary {
  display: none !important;
}
.patient-calendar {
  margin-top: 0;
}
.patient-calendar .days-holder {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day {
    margin: 0;
    padding-bottom: 10px;
  }
}
.patient-calendar .days-holder .day:nth-child(2) {
  border-left: 1px solid #e2d6ce;
  border-right: 1px solid #e2d6ce;
  background: #f6f6f6;
}
.patient-calendar .days-holder .day .day-header {
  margin-top: 10px;
  color: #91857c;
}
.patient-calendar .days-holder .day .day-header span {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day .day-header {
    margin-top: 20px;
  }
}
.patient-calendar .days-holder .day .calendar-expand {
  width: calc(100% - 6px);
  margin: 3px auto 6px;
  border: none;
  color: #fff;
  background: #e2d6ce;
}
@media (min-width: 576px) {
  .patient-calendar .days-holder .day .calendar-expand {
    width: calc(100% - 12px);
    max-width: 172px;
    margin: 6px auto 12px;
  }
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day .calendar-expand {
    width: calc(100% - 12px);
    max-width: 222px;
    margin: 10px auto 20px;
  }
}
.patient-calendar .days-holder .day .day-slots {
  justify-content: center;
}
.patient-calendar .days-holder .day .day-slots.empty {
  background: #f6f6f6;
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day .day-slots.empty {
    margin: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day:first-child .day-slots.empty {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day:last-child .day-slots.empty {
    margin-right: 0;
  }
}
.patient-calendar .days-holder .day .calendar-slot {
  width: calc(50% - 6px);
  min-width: 0;
  margin: 3px;
  border-color: #c77c4d;
  background: #fff;
}
@media (min-width: 576px) {
  .patient-calendar .days-holder .day .calendar-slot {
    width: calc(50% - 12px);
    min-width: 0;
    max-width: 80px;
    margin: 6px;
  }
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day .calendar-slot {
    width: calc(50% - 12px);
    max-width: 105px;
    min-width: 0;
    height: 50px;
    line-height: 46px;
    margin: 6px;
  }
}
.patient-calendar .days-holder .day .calendar-slot .slot-book-link {
  font-family: Chivo;
  font-weight: 700;
  color: #c77c4d;
}
@media (min-width: 1200px) {
  .patient-calendar .days-holder .day .calendar-slot .slot-book-link {
    font-size: 1.3em;
  }
}
.patient-calendar .days-holder .day .calendar-slot .slot-book-link:hover {
  background: #c77c4d;
  text-decoration: none;
}
.patient-calendar .calendar-nav {
  display: block;
}
.patient-calendar .calendar-nav .day-next,
.patient-calendar .calendar-nav .day-prev {
  top: 135px !important;
}
@media (max-width: 767.98px) {
  .patient-calendar .calendar-nav .day-next,
  .patient-calendar .calendar-nav .day-prev {
    top: 60px !important;
  }
}
.patient-calendar .calendar-nav .calendar-move-to-date {
  padding: 20px 15px;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  .patient-calendar .calendar-nav .calendar-move-to-date {
    font-size: 1.1em;
    padding: 30px;
  }
}
.blog-article
  .wp-block-file
  .patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .wp-block-file__button,
.patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .blog-article
  .wp-block-file
  .wp-block-file__button,
.patient-calendar .calendar-nav .calendar-move-to-date .btn {
  font-family: Montserrat;
  font-weight: 400 !important;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .blog-article
    .wp-block-file
    .patient-calendar
    .calendar-nav
    .calendar-move-to-date
    .wp-block-file__button,
  .patient-calendar
    .calendar-nav
    .calendar-move-to-date
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .patient-calendar .calendar-nav .calendar-move-to-date .btn {
    padding-right: 15px;
  }
}
.blog-article
  .wp-block-file
  .patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .wp-block-file__button:hover,
.patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .blog-article
  .wp-block-file
  .wp-block-file__button:hover,
.patient-calendar .calendar-nav .calendar-move-to-date .btn:hover {
  text-decoration: none;
}
.blog-article
  .wp-block-file
  .patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .wp-block-file__button:after,
.patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .blog-article
  .wp-block-file
  .wp-block-file__button:after,
.patient-calendar .calendar-nav .calendar-move-to-date .btn:after {
  content: "Click here to choose a date";
}
.blog-article
  .wp-block-file
  .patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .wp-block-file__button
  .fal,
.patient-calendar
  .calendar-nav
  .calendar-move-to-date
  .blog-article
  .wp-block-file
  .wp-block-file__button
  .fal,
.patient-calendar .calendar-nav .calendar-move-to-date .btn .fal {
  font-size: 1.8em;
  margin: -0.4em 15px -0.4em 0;
}
@media (max-width: 575.98px) {
  .blog-article
    .wp-block-file
    .patient-calendar
    .calendar-nav
    .calendar-move-to-date
    .wp-block-file__button
    .fal,
  .patient-calendar
    .calendar-nav
    .calendar-move-to-date
    .blog-article
    .wp-block-file
    .wp-block-file__button
    .fal,
  .patient-calendar .calendar-nav .calendar-move-to-date .btn .fal {
    margin-right: 10px;
  }
}
.patient-calendar .calendar-nav .calendar-move-to-date .calendar-move-label {
  display: none;
}
.patient-calendar .calendar-empty .next-appointment .calendar-available-date {
  color: #5f908f;
}
.has-event .pika-button,
.is-selected .pika-button {
  border-color: #c77c4d !important;
  background: #c77c4d;
}
#booking-infocard .doctor-card {
  max-width: none;
  padding: 0;
  border: none;
}
@media (max-width: 767.98px) {
  #booking-infocard .doctor-card {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #booking-infocard .doctor-card.sticked {
    width: 38.56%;
    top: 100px;
    position: fixed;
  }
}
@media (min-width: 992px) {
  #booking-infocard .doctor-card.sticked {
    width: 30.77%;
  }
}
@media (min-width: 1200px) {
  #booking-infocard .doctor-card {
    max-width: 336.66px;
    margin-left: 0;
  }
  #booking-infocard .doctor-card.sticked {
    width: 30.6%;
  }
}
@media (min-width: 1440px) {
  #booking-infocard .doctor-card {
    width: 410px;
    min-width: 410px;
    margin-left: 60px;
  }
  #booking-infocard .doctor-card.sticked {
    width: 30.6%;
  }
}
.doctor-card-name {
  font-size: 1.1em;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
  color: #c77c4d;
  border-top: 1px solid #f2ece9;
  border-bottom: 1px solid #f2ece9;
}
@media (max-width: 767.98px) {
  .doctor-card-name {
    font-size: 1em;
  }
}
.doctor-card-name #appointment-price {
  font-weight: 700;
  display: block;
}
.doctor-card-specialty {
  margin: 5px 0;
  display: block;
  color: #5b9b70;
}
.doctor-card-time {
  margin-top: 30px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-top: 1px solid #f2ece9;
  border-bottom: 1px solid #f2ece9;
}
.doctor-card-time h3 {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0;
  color: #5f908f;
  border-right: 1px solid #f2ece9;
}
.doctor-card-time .doctor-card-date,
.doctor-card-time h3 {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.doctor-card-time .doctor-card-date strong {
  font-size: 1.2em;
}
.doctor-card-submit {
  padding: 20px;
  background: #f6f6f6;
}
@media (min-width: 1200px) {
  .doctor-card-submit {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .doctor-card-submit {
    padding: 15px;
  }
}
.blog-article .wp-block-file .doctor-card-submit .wp-block-file__button,
.doctor-card-submit .blog-article .wp-block-file .wp-block-file__button,
.doctor-card-submit .btn {
  margin: 0;
  white-space: nowrap;
}
.doctor-card-submit .doctor-card-disclamer {
  color: #91857c;
  text-align: center;
}
.doctor-card-submit .doctor-card-disclamer a {
  text-decoration: underline;
}
.doctor-card-submit .doctor-card-disclamer a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .doctor-card-submit .doctor-card-button {
    padding: 16px 16px 25px;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    border-top: 1px solid #f2ece9;
    background: #fff;
    z-index: 99;
  }
}
@media (min-width: 768px) {
  .blog-article
    .wp-block-file
    .doctor-card-submit
    .doctor-card-button
    .wp-block-file__button,
  .doctor-card-submit
    .doctor-card-button
    .blog-article
    .wp-block-file
    .wp-block-file__button,
  .doctor-card-submit .doctor-card-button .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #page-appointment {
    padding-bottom: 90px;
  }
}
.appointment-phone,
.appointment-user {
  font-family: Chivo;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .appointment-phone h4,
  .appointment-user h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}
.appointment-phone a,
.appointment-user a {
  color: #c77c4d;
}
.sticky-header {
  top: 2px;
  box-shadow: none;
  border: none;
  display: none;
  transition: 0.2s;
}
@media (max-width: 1199.98px) {
  .sticky-header {
    padding: 5px 0;
  }
}
.sticky-header.sticked {
  display: block;
  top: 2px;
}
.sticky-header .sticky-logo {
  margin-right: 22px;
}
@media (max-width: 991.98px) {
  .sticky-header .sticky-logo {
    display: block;
  }
}
.next-appointment i.fa-user-md-chat,
.next-appointment i.fa-video {
  background: #c77c4d;
}
#modal-login .modal-close {
  box-shadow: 0 0 5px rgba(61, 63, 63, 0.3);
  transition: 0.2s;
}
#modal-login .modal-close:hover {
  box-shadow: 0 0 2px rgba(61, 63, 63, 0.4);
}
.page-search-results .help-message {
  display: none;
}
.page-search-results .page-title {
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .page-search-results .page-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page-search-results .show-filters .search-filters {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .search-form .search-filters:after {
    display: none;
  }
}
.search-form .search-filters .search-filters-holder {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .search-form .search-filters .search-filters-holder {
    flex-direction: column;
  }
}
.search-form .search-filters a.text-muted {
  font-size: 1.2em;
  text-decoration: none;
}
@media (min-width: 768px) {
  .search-form .search-filters a.text-muted {
    font-size: 1em;
    margin-right: 10px;
  }
  .search-form .search-filters a.text-muted:hover {
    cursor: default;
  }
}
.search-form .search-filters a.text-muted.toggled i {
  transform: rotate(180deg);
}
.search-form .search-filters a.text-muted i {
  display: none;
}
@media (max-width: 767.98px) {
  .search-form .search-filters a.text-muted i {
    display: inline-block;
  }
}
.search-form .search-filters .form-control {
  margin-bottom: 0;
}
.search-form .search-filters .form-control:last-child {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .search-form .search-filters #filters-holder {
    margin-top: 20px;
    flex-direction: column;
    display: none;
  }
  .search-form .search-filters #filters-holder.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-form .search-filters #filters-holder .form-control {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.search-column {
  padding: 0 !important;
  background: #dbe7e4;
}
.search-result {
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
}
@media (max-width: 575.98px) {
  .search-result {
    padding: 30px 0;
    margin-bottom: -1px;
  }
}
.search-result:hover {
  box-shadow: none;
  border-color: #e2d6ce;
  background: #f8fafa;
}
.search-result .search-result-thumb {
  border-radius: 15px;
}
.search-result.search-title {
  display: none;
}
.search-result .search-result-content {
  min-height: 0;
  margin: 20px 0;
  justify-content: flex-start;
}
@media (max-width: 575.98px) {
  .search-result .search-result-content {
    margin: 0;
  }
}
.search-result .search-result-content h3 {
  font-family: Montserrat;
  color: #134855;
}
.search-result .search-result-content p {
  color: #91857c;
}
.search-result .search-result-content .search-result-specialty {
  font-weight: 700;
  margin-bottom: 5px;
  color: #5f908f;
}
@media (max-width: 575.98px) {
  .search-result .search-result-content .search-result-specialty {
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  .search-result .search-result-mobile-actions {
    margin: 15px 0 0;
    border: none;
  }
  .blog-article
    .wp-block-file
    .search-result
    .search-result-mobile-actions
    .btn-link.wp-block-file__button,
  .search-result
    .search-result-mobile-actions
    .blog-article
    .wp-block-file
    .btn-link.wp-block-file__button,
  .search-result .search-result-mobile-actions .btn.btn-link {
    border: 2px solid #c77c4d;
    text-transform: uppercase;
    border-radius: 0.4em;
    padding: 10px;
  }
}
.footer {
  color: #91857c;
}
.footer .footer-logo {
  width: auto;
}
@media (max-width: 767.98px) {
  .footer .footer-logo {
    text-align: center;
  }
}
.footer h4 {
  font-size: 1.1em;
  color: #134855;
}
@media (min-width: 768px) {
  .footer h4 {
    margin-bottom: 20px;
  }
}
.footer .footer-desc,
.footer .list-unstyled a {
  color: #707070;
}
.social-links .social-link svg {
  width: 32px;
  height: 32px;
}
#cookielaw {
  color: #707070;
  background: #f6f6f6;
}
#cookielaw #cookielaw-btn button {
  background: #5f908f;
}
.appointment-details .modal-actions .appointment-noshow,
.appointment-details .modal-actions .appointment-show {
  display: none;
}
.appointment-past .appointment-past-time .fal.fa-video {
  background: #c77c4d;
}
.appointment-past .appointment-past-time .fal.fa-video + small,
.next-appointment.online small {
  color: #c77c4d;
}
.page-about h1 {
  margin-bottom: 40px;
  color: #134855;
}
@media (min-width: 992px) {
  .page-about h1 {
    font-size: 3em;
  }
}
.page-about h1 span {
  color: #c77c4d;
}
.page-about h2 {
  color: #134855;
}
.page-about h3 {
  font-size: 1.1em;
  color: #134855;
}
@media (min-width: 1200px) {
  .page-about h3 {
    font-size: 1.3em;
  }
}
.page-about p {
  line-height: 150%;
}
@media (min-width: 992px) {
  .page-about p {
    font-size: 1.2em;
  }
}
.about-layer {
  padding: 0;
  overflow: hidden;
}
.about-layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .about-layer img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .about-layer img {
    max-height: 800px;
  }
}
.about-layer .about-arrow {
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  display: block;
  position: absolute;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 40px 70px 40px 0;
}
@media (min-width: 768px) {
  .about-layer .about-arrow.arrow-right {
    left: 15px;
    right: inherit;
    border-width: 40px 0 40px 70px;
    border-color: transparent transparent transparent #fff;
  }
}
@media (max-width: 767.98px) {
  .about-layer .about-arrow {
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 0 30px 40px;
    border-color: transparent transparent #fff;
  }
}
.about-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 767.98px) {
  .about-content {
    padding: 30px;
  }
}
.leadership {
  text-align: center;
}
.leadership h2 {
  font-family: Montserrat;
  margin-bottom: 40px;
  color: #c77c4d;
}
@media (min-width: 992px) {
  .leadership h2 {
    margin-bottom: 80px;
  }
}
.leadership p {
  font-size: 1em;
}
@media (min-width: 1200px) {
  .leadership p {
    font-size: 1.1em;
  }
}
.leadership img {
  width: 200px;
  height: auto;
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media (max-width: 767.98px) {
  .leadership img {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .leadership .col-sm-4 {
    margin-bottom: 20px;
  }
}
.leadership .advisor {
  max-width: 400px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .leadership .advisor {
    padding: 30px 30px 10px;
  }
}
.leadership .advisor img {
  width: 170px;
}
.percipience {
  padding: 50px 0;
  text-align: center;
  background: #dbe7e4;
}
.percipience svg {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .percipience svg {
    width: 180px;
  }
}
.percipience p {
  margin: 0;
}
.page-404 {
  text-align: center;
  color: #134855;
  background: #dbe7e4;
}
.page-404 h1 {
  font-family: Montserrat;
  font-size: 100px;
  font-weight: 400;
  color: #c77c4d;
}
.page-404 h2 {
  font-size: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.page-404 h2,
.page-404 p span {
  color: #c77c4d;
}
.blog-article .wp-block-file .page-404 .btn-primary.wp-block-file__button,
.page-404 .blog-article .wp-block-file .btn-primary.wp-block-file__button,
.page-404 .btn.btn-primary {
  margin-bottom: 20px;
  text-transform: none;
  background: transparent;
}
.blog-article .wp-block-file .page-404 .btn-link.wp-block-file__button,
.page-404 .blog-article .wp-block-file .btn-link.wp-block-file__button,
.page-404 .btn.btn-link {
  font-weight: 700;
  color: #134855;
}
.faqs h3 {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #c77c4d;
}
@media (max-width: 767.98px) {
  .faqs h3 {
    padding-left: 15px;
  }
}
.faq-list {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .faq-list {
    margin-bottom: 20px;
  }
}
.faq-item {
  border: 1px solid #e2d6ce;
  overflow: hidden;
}
.faq-item:first-child {
  border-radius: 10px 10px 0 0;
}
.faq-item:last-child {
  border-radius: 0 0 10px 10px;
}
.faq-item:only-child {
  border-radius: 10px;
}
.faq-item + .faq-item {
  border-top: none;
}
.faq-item .faq-title {
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  color: #134855;
}
@media (max-width: 767.98px) {
  .faq-item .faq-title {
    padding: 15px;
  }
}
.faq-item .faq-title.collapsed:before {
  transform: none;
}
.faq-item .faq-title:before {
  content: "\F078";
  font-family: Font Awesome\5 Pro;
  font-weight: 300;
  color: #e2d6ce;
  transform: rotate(-180deg);
  transition: 0.2s;
}
.faq-item .faq-title:hover {
  text-decoration: none;
  background: #f6f6f6;
}
.faq-item .faq-content {
  padding: 25px;
  border-top: 1px dotted #f2ece9;
}
@media (max-width: 767.98px) {
  .faq-item .faq-content {
    padding: 15px;
  }
}
.faq-item .faq-content ul {
  padding-left: 16px;
}
.faq-item .faq-content ul li {
  margin-bottom: 10px;
}
.join-beta-form{
  padding-top: 35px;
}
.join-beta-form input{
  height:3em;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  padding-top:10px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.closeModal{
  right: 15px;
  left: 50%;
  top: 15px;
  transform: translateX(215px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px rgb(61 63 63 / 30%);
  transition: .2s;
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.85em;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 15px;
  right: 15px;
  position: absolute;
  text-align: center;
  color: #000;
  cursor: pointer;
  z-index: 9;
}