@charset "UTF-8";
/*main*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import '../../assets/webfonts/stylesheet.css';
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.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;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-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, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .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;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .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;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  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, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 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;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  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-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    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-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    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-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  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;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.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;
}

.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  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.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 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: #0d6efd;
  border-color: #0d6efd;
}

.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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .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: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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: translate(0, -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 {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  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;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .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;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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 .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !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-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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !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: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !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: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.multi-wrapper {
  border: 1px solid #ccc;
  width: 100%;
}

.multi-wrapper .non-selected-wrapper, .multi-wrapper .selected-wrapper {
  box-sizing: border-box;
  display: inline-block;
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  vertical-align: top;
  width: 50%;
}

.multi-wrapper .non-selected-wrapper {
  background: #fafafa;
  border-right: 1px solid #ccc;
}

.multi-wrapper .selected-wrapper {
  background: #fff;
}

.multi-wrapper .header {
  color: #4f4f4f;
  cursor: default;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.multi-wrapper .item {
  cursor: pointer;
  text-align: left;
  display: block;
  padding: 5px 10px;
}

.multi-wrapper .item:hover {
  background: #ececec;
  border-radius: 2px;
}

.multi-wrapper .item-group {
  padding: 5px 10px;
}

.multi-wrapper .item-group .group-label {
  display: block;
  font-size: 0.875rem;
  opacity: 0.5;
  padding: 5px 0;
}

.multi-wrapper .search-input {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: block;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

.multi-wrapper .non-selected-wrapper .item.selected {
  opacity: 0.5;
}

.multi-wrapper .non-selected-wrapper .item.disabled, .multi-wrapper .selected-wrapper .item.disabled {
  opacity: 0.5;
  text-decoration: line-through;
}

.multi-wrapper .non-selected-wrapper .item.disabled:hover, .multi-wrapper .selected-wrapper .item.disabled:hover {
  background: inherit;
  cursor: inherit;
}

.multi-wrapper .non-selected-wrapper .item,
.multi-wrapper .selected-wrapper .item {
  position: relative;
}

.multi-wrapper .selected-wrapper .item::after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.multi-wrapper .non-selected-wrapper .item::after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.multi-wrapper .item {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .multi-wrapper .search-input {
    padding: 8px 6px;
  }

  .multi-wrapper .item {
    padding: 5px 6px;
    padding-right: 25px;
    font-size: 13px;
  }

  .multi-wrapper .non-selected-wrapper,
.multi-wrapper .selected-wrapper {
    padding: 0;
    width: 100%;
  }

  .multi-wrapper .non-selected-wrapper,
.multi-wrapper .selected-wrapper {
    height: 130px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

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

.slick-initialized .slick-slide {
  display: block;
}

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

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

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

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  height: 600px;
  width: 100%;
  max-height: 100%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.slick-lightbox-slick-item-inner {
  top: 50%;
  left: 50%;
  max-width: 800px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.slick-lightbox-slick-item-inner img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slick-lightbox-slick-item-inner {
    max-width: 650px;
  }
}

.slick-lightbox-close::before, .slick-lightbox-close::after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
}
.slick-lightbox-close::before {
  transform: rotate(45deg);
}
.slick-lightbox-close::after {
  transform: rotate(-45deg);
}

.slick-lightbox-slick .slick-next,
.slick-lightbox-slick .slick-prev {
  z-index: 2;
}
.slick-lightbox-slick .slick-prev::before,
.slick-lightbox-slick .slick-next::before {
  content: "";
  width: 14px;
  height: 26px;
  top: 50%;
  left: 50%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.slick-lightbox-slick .slick-prev::before {
  background-image: url("../images/ic-prev.png");
}
.slick-lightbox-slick .slick-next::before {
  background-image: url("../images/ic-next.png");
}
@media (max-width: 767px) {
  .slick-lightbox-slick .slick-next,
.slick-lightbox-slick .slick-prev {
    display: none !important;
  }
}

/*Verticle Thums Slider*/
.vertical-SlickSlider {
  /*End USE CSS for Slider*/
}
.vertical-SlickSlider .vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.vertical-SlickSlider .banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}
.vertical-SlickSlider .banner-slider .slider.slider-nav {
  max-width: 16%;
}
.vertical-SlickSlider .banner-slider .slider.slider-for,
.vertical-SlickSlider .banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}
.vertical-SlickSlider .banner-slider .slider.slider-nav {
  height: 610px;
  overflow: hidden;
}
.vertical-SlickSlider .slider-banner-image {
  height: 610px;
}
.vertical-SlickSlider .banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}
.vertical-SlickSlider .slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}
.vertical-SlickSlider .slider-banner-image img,
.vertical-SlickSlider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vertical-SlickSlider .slick-vertical .slick-slide:active,
.vertical-SlickSlider .slick-vertical .slick-slide:focus,
.vertical-SlickSlider .slick-arrow:hover,
.vertical-SlickSlider .slick-arrow:focus {
  outline: 0;
}
.vertical-SlickSlider .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196db6;
}
.vertical-SlickSlider .slider-nav .slick-slide.slick-current span {
  color: #196db6;
}
.vertical-SlickSlider .slider-nav .slick-slide {
  text-align: center;
}
.vertical-SlickSlider .slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.vertical-SlickSlider .slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.vertical-SlickSlider .slick-prev,
.vertical-SlickSlider .slick-next {
  background-color: #ececec;
  width: 100%;
  height: 40px;
}
.vertical-SlickSlider .slick-prev::before,
.vertical-SlickSlider .slick-next::before {
  color: #c5c4c4;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
}
.vertical-SlickSlider .slick-prev {
  top: 0;
  width: 100%;
}
.vertical-SlickSlider .slick-next {
  top: 100%;
}
.vertical-SlickSlider .slick-next::before {
  content: "";
}
.vertical-SlickSlider .slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}
.vertical-SlickSlider .slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}
.vertical-SlickSlider.vertical-SlickSlider-1 .slick-prev {
  top: 20px;
  left: 0;
}
.vertical-SlickSlider.vertical-SlickSlider-1 .slick-next {
  top: calc(100% - 20px);
  left: 0px;
}
.vertical-SlickSlider.vertical-SlickSlider-1 .banner-slider .slider.slider-nav {
  max-width: 30%;
  padding: 45px 0;
}
.vertical-SlickSlider.vertical-SlickSlider-1 .banner-slider .slider.slider-nav .thumbnail-image {
  padding-top: 8px;
}
.vertical-SlickSlider.vertical-SlickSlider-1 .banner-slider .slider.slider-for {
  max-width: 70%;
  padding-left: 70px;
}
.vertical-SlickSlider.vertical-SlickSlider-1 .slider-nav .slick-slide.thumbnail-image .thumbImg {
  height: 117px;
  max-width: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
.vertical-SlickSlider.vertical-SlickSlider-1 .slider-nav .slick-slide.thumbnail-image:hover .thumbImg {
  border-color: #ea5284;
}
.vertical-SlickSlider.vertical-SlickSlider-1 .slider-banner-card {
  height: calc(100% - 57px);
}
@media screen and (max-width: 991px) {
  .vertical-SlickSlider .banner-slider .slider.slider-for,
.vertical-SlickSlider .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .vertical-SlickSlider .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  .vertical-SlickSlider .banner-slider .slider.slider-nav {
    height: auto;
  }
  .vertical-SlickSlider .slider-banner-image {
    height: 500px;
  }
  .vertical-SlickSlider .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }
  .vertical-SlickSlider .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .vertical-SlickSlider .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .vertical-SlickSlider .slick-prev {
    left: 0;
    right: unset;
  }
  .vertical-SlickSlider .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .vertical-SlickSlider .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .vertical-SlickSlider .bid-tag {
    padding: 10px 0 15px;
  }
  .vertical-SlickSlider .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .vertical-SlickSlider .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .vertical-SlickSlider .slider-banner-image {
    height: 400px;
  }
  .vertical-SlickSlider .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }
  .vertical-SlickSlider .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .vertical-SlickSlider .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .vertical-SlickSlider .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .vertical-SlickSlider .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .vertical-SlickSlider .slider-banner-image {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .vertical-SlickSlider .slider-banner-image {
    height: 280px;
  }
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT 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-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.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-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab,
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}

@font-face {
  font-family: "product_sans_mediumitalic";
  src: url("../fonts/productsans-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/productsans-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "product_sansbold_italic";
  src: url("../fonts/productsans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/productsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "product_sans_mediumregular";
  src: url("../fonts/productsans-medium-webfont.woff2") format("woff2"), url("../fonts/productsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "product_sansregular";
  src: url("../fonts/productsans-regular-webfont.woff2") format("woff2"), url("../fonts/productsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "product_sans_lightregular";
  src: url("../fonts/productsans-light-webfont.woff2") format("woff2"), url("../fonts/productsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "product_sansbold";
  src: url("../fonts/productsans-bold-webfont.woff2") format("woff2"), url("../fonts/productsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "product_sans_blackregular";
  src: url("../fonts/productsans-black-webfont.woff2") format("woff2"), url("../fonts/productsans-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*https://icomoon.io/*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8287l0");
  src: url("../fonts/icomoon.eot?8287l0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8287l0") format("truetype"), url("../fonts/icomoon.woff?8287l0") format("woff"), url("../fonts/icomoon.svg?8287l0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Icon-metro-water:before {
  content: "";
  color: #2e4c82;
}

.icon-minus-circle:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-Icon-feather-map-pin:before {
  content: "";
}

.icon-Icon-ionic-ios-search:before {
  content: "";
  color: #fff;
}

.icon-analysis:before {
  content: "";
  color: #2e4c82;
}

.icon-art-and-design:before {
  content: "";
  color: #2e4c82;
}

.icon-balance:before {
  content: "";
  color: #2e4c82;
}

.icon-book-1:before {
  content: "";
  color: #2e4c82;
}

.icon-book-2:before {
  content: "";
  color: #2e4c82;
}

.icon-conversation-1:before {
  content: "";
  color: #2e4c82;
}

.icon-first-aid-kit:before {
  content: "";
  color: #2e4c82;
}

.icon-Group-2544:before {
  content: "";
  color: #2e4c82;
}

.icon-hospilality-and-tourism:before {
  content: "";
  color: #2e4c82;
}

.icon-idea-2:before {
  content: "";
  color: #2e4c82;
}

.icon-Path-196:before {
  content: "";
  color: #2e4c82;
}

.icon-computer-science:before {
  content: "";
  color: #2e4c82;
}

.icon-fashion-design:before {
  content: "";
  color: #2e4c82;
}

.icon-fashion-design-1:before {
  content: "";
  color: #2e4c82;
}

.icon-hospilality-and-tourism1:before {
  content: "";
  color: #2e4c82;
}

.icon-media-studies:before {
  content: "";
  color: #2e4c82;
}

.icon-prototype:before {
  content: "";
  color: #2e4c82;
}

.icon-Icon-simple-hipchat:before {
  content: "";
  color: #fff;
}

.icon-Icon-metro-file-video:before {
  content: "";
  color: #cd3969;
}

.icon-Icon-ionic-md-call:before {
  content: "";
  color: #cd3969;
}

.icon-Icon-material-email:before {
  content: "";
}

/* TYPOGRAPHY */
.fontRegular {
  font-family: "product_sansregular";
}

.fontMedium {
  font-family: "product_sans_mediumregular";
}

.fontmediumitalic {
  font-family: "product_sans_mediumitalic";
}

.fontBold {
  font-family: "product_sansbold";
}

.fontBoldItalic {
  font-family: "product_sansbold_italic";
}

.fontLight, .signup-government .form-control::placeholder, .signup-government .form-control {
  font-family: "product_sans_lightregular";
}

.fontBlack {
  font-family: "product_sans_blackregular";
}

.font-8px {
  font-size: 8px !important;
}

.font-9px {
  font-size: 9px !important;
}

.font-10px {
  font-size: 10px !important;
}

.font-11px {
  font-size: 11px !important;
}

.font-12px {
  font-size: 12px !important;
}

.font-13px {
  font-size: 13px !important;
}

.font-14px, .page-go-back {
  font-size: 14px !important;
}

.font-16px, .blog-post-lg__details-desc ul li, .blog-post-lg__details-desc p {
  font-size: 16px !important;
}

.font-18px, .signup-government .form-control::placeholder, .signup-government .form-control, .blog-sidebar .browse-by-month ul li a, .blog-post-lg__details-desc ul li a {
  font-size: 18px !important;
}

.font-20px, .signup-verify__desc {
  font-size: 20px !important;
}

.font-22px {
  font-size: 22px !important;
}

.font-24px, .blog-sidebar__grey-box--title, .blog-latest__section-title, .blog-post-lg__details-desc h2 {
  font-size: 24px !important;
}

.font-32px {
  font-size: 32px !important;
}

.font-34px {
  font-size: 34px !important;
}

.font-36px {
  font-size: 36px !important;
  line-height: 40px;
}

/**/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  display: block;
}

h1 {
  font-size: 40px;
  font-family: "product_sansbold";
}

.h1 {
  font-size: 28px;
}

h2 {
  font-size: 30px;
}
h2 span {
  display: block;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
	Code formatting
*/
pre code {
  display: block;
  color: #000;
  background: #F3F3F3;
  font-family: "Consolas", "Menlo", "DejaVu Sans Mono", monospace;
}

pre .subst,
pre .title {
  font-weight: normal;
  color: #000;
}

pre .comment {
  color: #535353;
  font-style: italic;
}

pre .doctype {
  color: #535353;
}

pre .tag {
  background: #F3F3F3;
}

pre .tag .title,
pre .id,
pre .attr_selector,
pre .pseudo,
pre .literal,
pre .keyword,
pre .hexcolor,
pre .css .function,
pre .ini .title,
pre .css .class,
pre .list .title,
pre .tex .command {
  font-weight: normal;
  color: #FF0C64;
}

pre .attribute,
pre .rules .keyword,
pre .number,
pre .date {
  font-weight: normal;
  color: #008CFF;
}

pre .number {
  font-weight: normal;
}

pre .string,
pre .value,
pre .filter .argument,
pre .css .function .params {
  color: #008900;
  font-weight: normal;
}

/*background*/
.bg-cover {
  background-size: cover;
}

.bg-primary {
  background-color: #CD3969 !important;
}

.bg-blue {
  background-color: #2e4c82 !important;
}

.bg-light-blue {
  background-color: #E8F0FF !important;
}

.bg-light {
  background-color: #F5F5F5 !important;
}

/*Text*/
.text-default {
  color: #333333;
}

.text-muted {
  color: #757575 !important;
}

.text-danger {
  color: #CD3969 !important;
}

.text-secondary {
  color: #2E4C82 !important;
}
.text-secondary::before {
  color: #2E4C82 !important;
}

.text-primary {
  color: #CD3969 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-grey {
  color: #757575 !important;
}

.text-grey-light {
  color: #B7B7B7 !important;
}

.text-white-fade {
  color: #D9D9D9 !important;
}

/*Border*/
.border-blue {
  border-color: #2E4C82 !important;
}

.border-primary {
  border-color: #CD3969 !important;
}

.link-primary {
  color: #CD3969;
}
.link-primary:hover {
  color: #2E4C82 !important;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 30px;
  height: calc(100% - 4px);
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  transform: rotate(-180deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #333333;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #333333;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background-color: #cd3969;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #333333;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #cd3969;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-widget-content .ui-state-hover:hover {
  border-color: #ccc;
  background-color: #f4f4f4;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #cd3969;
  font-weight: normal;
  color: #cd3969 ;
}

.ui-datepicker-current-day .ui-state-active {
  color: #ffffff;
  border-color: #2e4c82;
  background-color: #2e4c82;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cd3969;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #CD3969;
  background-color: #CD3969;
  color: #ffffff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #333333;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  width: 10px;
  height: 16px;
  background-image: url("../images/ic-back.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ic-front.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.form-slider {
  margin-bottom: 20px;
  position: relative;
}

.form-slider--range {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-slider--field {
  width: 50%;
}

.slider-input {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}

.form-slider--input {
  border: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background-color: transparent;
  color: #666666;
}

.form-slider--year {
  font-size: 14px;
  text-transform: capitalize;
  color: #666666;
}

.form-slider--bar {
  padding-right: 15px;
  position: relative;
}
@media (max-width: 1199px) {
  .form-slider--bar {
    padding: 10px 0;
    padding-right: 15px;
  }
}

.form-sliderbar {
  height: 3px;
  border: 0;
  background: #e2f2fa;
}

.form-sliderbar .ui-widget-header {
  height: 3px;
  background: #2e4c82;
}

.form-sliderbar .ui-state-default {
  height: 22px;
  width: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff;
  border-color: #2e4c82;
}

.form-sliderbar .ui-state-default:focus {
  outline: 0;
}

.distance-range #mind {
  text-align: left;
}

.distance-range #maxd,
#maxRange.form-slider--input {
  text-align: right;
}

.price-range #maxp {
  text-align: right;
}

.header-TopNav > li {
  padding: 0 25px;
  border-left: 1px solid #757575;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.header-TopNav > li:first-child {
  border-left: none;
}

.btn-ract {
  width: 18px;
  height: 18px;
  display: inline-flex;
  font-size: 9px;
  align-items: center;
  justify-content: center;
}

.connect-btns {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.connect-btns .buttons:not(:last-child) {
  margin-right: 12px;
}
.connect-btns .buttons.active {
  background-color: #CD3969;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .connect-btns {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  .connect-btns {
    padding-left: 5px;
  }
  .connect-btns .buttons {
    padding: 0 4px;
    height: 28px;
  }
  .connect-btns .buttons:not(:last-child) {
    margin-right: 8px;
  }
}

@media (max-width: 1023px) {
  .connects #logIn,
.connects #signUp {
    width: 65px;
  }
}

.header {
  top: 0;
  left: 0;
  z-index: 250;
  position: sticky;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .header .nav {
    flex: 1;
    padding: 0;
    max-width: inherit;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .header .col.connect-btns {
    flex-grow: initial;
  }
  .header .logo {
    max-width: 120px;
    flex-basis: 120px;
  }
}

.assessmentBtn {
  flex-basis: 280px;
  padding: 0px;
}

.logo {
  max-width: 200px;
  flex-basis: 200px;
  padding: 0 15px;
}
.logo a {
  max-width: 140px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .logo a {
    max-width: 120px;
  }
}

.nav {
  padding: 0 15px;
}

.nav-main {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  transition-property: opacity, visibility;
  transition: 0.2s;
}
.nav-main .dropdown-menu {
  min-width: 250px;
}
.nav-main .dropdown-menu a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
}
.nav-main.on-menu {
  opacity: 1;
  visibility: visible;
}
.nav-main > li {
  position: relative;
}
.nav-main > li:last-child {
  margin-right: 0;
}
.nav-main > li > a,
.nav-main > li .mainNav-item {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  transition: color 0.3s;
  color: #ffffff;
  height: 60px;
  padding: 0 20px;
}
.nav-main > li > a::after,
.nav-main > li .mainNav-item::after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0px;
  width: 50px;
  height: 4px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease;
}
.nav-main > li > a img,
.nav-main > li .mainNav-item img {
  width: 16px;
}
.nav-main > li:hover > a,
.nav-main > li:hover .mainNav-item {
  color: #fff !important;
}
.nav-main > li:hover > a::after,
.nav-main > li:hover .mainNav-item::after {
  left: 0px;
  width: 100%;
  background-color: #CD3969;
}
.nav-main > li .headerSubNav li {
  margin-bottom: 10px;
}
.nav-main i {
  margin-left: 18px;
}
.nav-main .dropdownOnHover .dropdown-menu.dropdown-Megamenu {
  margin-top: 60px !important;
}
.nav-main .megamenu-item {
  color: #333333;
}
.nav-main .megamenu-item:hover {
  color: #CD3969;
}
.nav-main .megamenu-item:hover .ract-26 {
  transition: all 0.7s ease;
  background-color: rgba(205, 58, 106, 0.7) !important;
}
.nav-main .megamenu-item:hover .ract-26 span::before {
  color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-main > li {
    margin-right: 20px;
  }
  .nav-main > li:last-child {
    margin-right: 0;
  }
  .nav-main a {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .nav-main {
    z-index: 99;
    left: 0;
    top: 0;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #2E4C82;
  }
  .nav-main li {
    width: 100%;
    margin-right: 0;
  }
  .nav-main li:not(:last-child) {
    margin-bottom: 25px;
  }
  .nav-main > li > a {
    font-size: 14px;
    color: #ffffff;
  }
  .nav-main i {
    margin-left: 5px;
  }
}

.close-mob {
  font-size: 22px;
  padding: 10px 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.close-mob i {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .mobile-menu,
.close-mob {
    display: none;
  }
}
.banner-section.bg-cover {
  max-height: 490px;
}

.footer-top {
  padding-top: 32px;
  padding-bottom: 35px;
  background-color: #2e4c82;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-top {
    padding-bottom: 10px;
  }
}
.footer-top * {
  color: #fff;
}

.foot-col h4 {
  padding-bottom: 24px;
  margin-bottom: 34px;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-col {
    margin-bottom: 45px;
  }
  .foot-col h4 {
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .foot-col h4 {
    margin-top: 34px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
}

#fCol1 {
  max-width: 560px;
}

.ract-xxl {
  border: 1px solid #6483bb;
}

.footer-contact-info {
  max-width: 1160px;
}

.foot-logo {
  margin-bottom: 30px;
  display: block;
}
.foot-logo span {
  max-width: 165px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-logo {
    margin-bottom: 18px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .foot-logo {
    margin-bottom: 15px;
    text-align: left;
  }
  .foot-logo span {
    max-width: 120px;
  }
}

.foot-text {
  color: #B7B7B7;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .foot-text {
    margin-bottom: 28px;
  }
}

.foot-social {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.foot-social li {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.foot-social li:not(:last-child) {
  margin-right: 3px;
}
.foot-social a {
  height: 38px;
  border-radius: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  color: #ffffff;
  background-color: #666666;
  font-size: 20px;
  margin-right: 20px;
}
.foot-social a.fb {
  background-color: #475993;
}
.foot-social a.tw {
  background-color: #76a9ea;
}
.foot-social a.WhApp {
  background-color: #2daf1d;
}
.foot-social a.fln {
  background-color: #0077b7;
}
.foot-social a.ftube {
  background-color: #df2f2f;
}
.foot-social a.fInsta {
  background-color: #bb197a;
}
.foot-social a:hover {
  color: #CD3969;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-social a {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .foot-social li:not(:last-child) {
    margin-right: 10px;
  }
  .foot-social a {
    width: 34px;
    height: 34px;
  }
}

.foot-list li {
  display: block;
}
.foot-list li:not(:last-child) {
  margin-bottom: 22px;
}
.foot-list i {
  margin-right: 10px;
  color: #666666;
}
.foot-list a {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  transition: color 0.3s;
  color: #B7B7B7;
}
.foot-list a:hover {
  color: #CD3969;
}
.foot-list a:hover i {
  color: #CD3969;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-list li:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .foot-list li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.foot-mail span,
.foot-subscribe span {
  margin-bottom: 15px;
  display: block;
  text-transform: capitalize;
  color: #B7B7B7;
}

.foot-mail {
  margin-bottom: 15px;
}
.foot-mail i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #B7B7B7;
}
.foot-mail a {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s;
  color: #B7B7B7;
}
.foot-mail a:hover {
  color: #CD3969;
}
.foot-mail a:hover i {
  color: #CD3969;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-mail {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .foot-mail {
    margin-bottom: 20px;
  }
}

.foot-subscribe .buttons {
  font-size: 16px;
  max-width: 42px;
  height: 42px;
  width: 100%;
  border-radius: 0 2px 2px 0;
  background-color: #CD3969;
}
.foot-subscribe .buttons:hover {
  background-color: #d55a82;
}

.foot-input {
  position: relative;
  display: flex;
}
.foot-input input {
  flex: 1;
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  border: none;
  color: #666666;
  background-color: #ffffff;
}
.foot-input button {
  width: 126px;
}

.footer-bottom {
  padding: 25px 0;
  background-color: #10306A;
}
.footer-bottom .foot-list li {
  margin-right: 20px;
  margin-bottom: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-bottom .foot-list li {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 14px 0;
  }
  .footer-bottom .col {
    flex-basis: 100%;
  }
  .footer-bottom .foot-list {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
  }
  .footer-bottom .foot-list li {
    margin-right: 10px;
  }
}

.show-toast {
  position: fixed;
  right: -35px;
  top: 220px;
  transform: rotate(90deg);
  width: auto;
}

.toast {
  max-width: 334px;
}
.toast .toast-body {
  min-height: 200px;
}
.toast .toast-header {
  margin-top: -1px;
}

#liveToast {
  margin-top: -50px;
}

.user {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.user-name {
  font-size: 13px;
  font-weight: 600;
  margin-right: 6px;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  color: #2e4c82;
}
.user-name i {
  margin-left: 5px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .user-name {
    display: none;
  }
}
@media (max-width: 1023px) {
  .user-name {
    display: none;
  }
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CD3969;
}
.user-avatar img {
  width: 100%;
  height: 100%;
  margin-right: 0;
  object-fit: cover;
  object-position: center;
}

.user-popup {
  z-index: 9;
  top: calc(100% + 20px);
  right: 0;
  width: 220px;
  opacity: 0;
  border-radius: 4px;
  visibility: hidden;
  position: absolute;
  transition-property: z-index, top, opacity, visibility;
  transition: 0.4s;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
}

.user-popup.popOut {
  opacity: 1;
  visibility: visible;
}

.userPop-top {
  padding: 30px 15px;
  text-align: center;
  background-color: #f5f5f5;
}

.userPop-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #CD3969;
}
.userPop-avatar img {
  width: 100%;
  height: 100%;
  margin-right: 0;
  object-fit: cover;
  object-position: center;
}

.userPop-name {
  margin-top: 6px;
  display: block;
}

.userPop-bot {
  padding: 0 15px 10px;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.userPop-bot .buttons {
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
}

.userPop-bot .btn-primary {
  margin-right: 10px;
}

.user-drop-downs a{
  padding: 2px 10px 0px!important;  
}

.user-drop-downs a:not(:last-child) {
  margin-right: 4px!important;
}

.data-table {
  margin-top: 28px;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-x: auto;
}
.data-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.data-table tr:hover {
  background-color: #D9D9D9;
}
.data-table tr:hover p {
  color: #2e4c82;
}
.data-table tr:hover .data-table-circ {
  background-color: #2e4c82;
}
.data-table tr:hover .data-table-circ svg {
  fill: #ffffff;
}
.data-table tr:hover .ic-pink {
  background-color: #CD3969;
}
.data-table tr:hover .ic-pink svg {
  fill: #ffffff;
}
.data-table th {
  text-align: left;
  text-transform: uppercase;
  color: #666666;
  background-color: #eff5ff;
}
.data-table th, .data-table td {
  padding: 20px 10px;
  white-space: nowrap;
}
.data-table td {
  border-top: 1px solid #e0e0e0;
  color: #666666;
}
.data-table p {
  color: #333333;
}
.data-table span {
  font-size: 13px;
  display: block;
  color: #999999;
}
@media (max-width: 767px) {
  .data-table th, .data-table td {
    padding: 10px;
    font-size: 13px;
  }
}

.data-table-circ {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 5px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #2e4c82;
  background-color: #ffffff;
}
.data-table-circ svg {
  width: 18px;
  height: 18px;
  fill: #2e4c82;
}
.data-table-circ.ic-pink {
  border-color: #CD3969;
}
.data-table-circ.ic-pink svg {
  fill: #CD3969;
}

.tab-content p a {
  color: #1f52ae;
}
.tab-content li:not(:last-child) {
  margin-bottom: 5px;
}
.tab-content + div {
  margin-top: 30px;
}

.switchCont-inner > ul, .switchCont-inner > p {
  margin-bottom: 30px;
}
.switchCont-inner > ul li,
.switchCont-inner > p {
  line-height: 1.5;
  font-weight: 300;
  color: #333333;
}
@media (max-width: 1023px) {
  .switchCont-inner > ul, .switchCont-inner > p {
    margin-bottom: 15px;
  }
}

.switch-inner-detail {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.switch-inner-detail > span {
  color: #333333;
}

.switch-inner-figure {
  flex-basis: 140px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .switch-inner-figure {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.switch-inner-para {
  flex: 1;
  padding-left: 20px;
}
.switch-inner-para span {
  margin-bottom: 15px;
  display: block;
}
.switch-inner-para > p {
  line-height: 1.5;
  font-weight: 300;
  color: #333333;
}
@media (max-width: 767px) {
  .switch-inner-para {
    padding-left: 0;
  }
}

.switchCont {
  display: none;
}
.switchCont.active {
  display: block;
}

.switchCont-inner {
  padding: 25px;
  margin: 0 1px;
  background-color: #ffffff;
  border: 1px solid #a1b7df;
  border-top-color: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .switchCont-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .switchCont-inner {
    padding: 15px;
    padding-bottom: 20px;
  }
}

.content-sorter {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.content-sorter .form-panel {
  flex-basis: 272px;
  max-width: 272px;
}
.content-sorter .toolbar {
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .content-sorter .form-panel {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.switchTab-inner {
  margin-top: 30px;
}

.contact-content {
  padding: 25px;
  margin: 0 1px;
  background-color: #ffffff;
  border: 1px solid #a1b7df;
  border-top-color: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contact-content {
    padding: 10px;
  }
}

.contact-tab-content {
  display: none;
}
.contact-tab-content.active {
  display: block;
}

.contactTab-form .buttons {
  min-width: 120px;
  font-size: 15px;
}

.locateUsOnMap {
  width: 100%;
  min-height: 400px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .locateUsOnMap {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .locateUsOnMap {
    min-height: 250px;
  }
}

.form-modal {
  z-index: 99;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0 15px;
  visibility: hidden;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transition-property: top, opacity, visibility;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}
.form-modal.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.form-modal .buttons {
  min-width: 100px;
}

.form-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.form-dialog {
  z-index: 1;
  margin: 100px auto 300px;
  max-width: 800px;
  width: 100%;
  position: relative;
  color: #999999;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-dialog {
    max-width: 740px;
    margin: 100px auto;
  }
}
@media (max-width: 767px) {
  .form-dialog {
    max-width: 100%;
    margin: 50px auto;
  }
}

.form-dialog.secondary {
  max-width: 770px;
}
.form-dialog.secondary .form-dialog--body {
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-dialog.secondary {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .form-dialog.secondary {
    max-width: 100%;
  }
}

.form-dialog--content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.form-close {
  top: 0;
  left: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
}
.form-close::before, .form-close::after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 3px;
}
.form-close::before {
  transform: rotate(45deg);
}
.form-close::after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-close {
    top: -28px;
    left: calc(100% - 28px);
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .form-close {
    top: -28px;
    left: calc(100% - 28px);
    width: 22px;
    height: 22px;
  }
}

.form-dialog--header {
  border-radius: 3px 3px 0 0;
  background-color: #efefef;
}

.form-dialog--header.secondary {
  border-radius: 10px 10px 0 0;
  background-color: #D9D9D9;
}

.form-dialog--heading {
  margin: 25px 0;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .form-dialog--heading {
    margin: 20px 0;
    padding: 0 15px;
    font-size: 18px;
    text-align: left;
  }
}

.form-help {
  top: 50%;
  right: 15px;
  font-size: 13px;
  line-height: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  position: absolute;
  color: #2e4c82;
  transform: translate(0, -50%);
  transition-property: color;
  transition-duration: 0.3s;
}

.form-help:hover {
  color: #CD3969;
}
.form-help:hover .form-help--icon {
  border-color: #CD3969;
}

.form-help--icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
  text-transform: lowercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2e4c82;
  transition-property: border-color;
  transition-duration: 0.3s;
}

.form-dialog--body {
  padding: 30px;
  padding-bottom: 24px;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.form-dialog--body .row {
  width: 100%;
  margin: 0;
}
.form-dialog--body form {
  width: 100%;
}
@media (max-width: 767px) {
  .form-dialog--body {
    padding: 20px 0;
  }
  .form-dialog--body#fDb {
    padding: 20px 15px;
  }
}

.form-dialog--wrap {
  max-width: 600px;
  width: 100%;
  padding: 0 10px;
}
.form-dialog--wrap [class^=col] {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .form-dialog--wrap {
    max-width: 100%;
    padding: 0;
  }
  .form-dialog--wrap [class^=col] {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.form-dialog--wraps {
  width: 100%;
}
.form-dialog--wraps .input-search--field {
  height: 60px;
}
.form-dialog--wraps .input-search--button {
  height: 60px;
}
@media (max-width: 767px) {
  .form-dialog--wraps .input-search--field {
    height: 50px;
  }
  .form-dialog--wraps .input-search--button {
    height: 50px;
  }
}

.form-tab {
  display: none;
}
.form-tab.active {
  display: block;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 24px;
  }
}

.form-icon {
  top: 5px;
  right: 0;
  position: absolute;
  color: #999999;
}

.form-label {
  color: #999;
  top: 0;
  left: 0;
  position: absolute;
  text-transform: capitalize;
}

.form-required {
  color: #CD3969;
}

.form-input {
  z-index: 1;
  color: #999;
  width: 100%;
  border-radius: 0;
  padding-bottom: 15px;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #d2d2d2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-input {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .form-input {
    padding-bottom: 8px;
  }
}

.d-input {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.d-input input {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: none;
  color: #666666;
}
.d-input input::-webkit-input-placeholder {
  color: #666666;
}
.d-input input::-moz-placeholder {
  color: #666666;
}
.d-input input:-ms-input-placeholder {
  color: #666666;
}
.d-input input:-moz-placeholder {
  color: #666666;
}

textarea.form-input {
  resize: none;
  resize: vertical;
}

.select2 {
  width: 100%;
  left: 0;
}

.form-actions {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-actions.terms {
  justify-content: flex-start;
}

.form-actions.secondary {
  justify-content: flex-start;
}

.check-text {
  margin-right: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  color: #666666;
}
@media (max-width: 767px) {
  .check-text {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}

.form-checkbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  color: #999;
}

.form-checkbox--label {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.form-checkbox--input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.form-checkbox--input:checked ~ .form-checkbox--control {
  border-color: #CD3969;
}
.form-checkbox--input:checked ~ .form-checkbox--control::after {
  opacity: 1;
}

.form-checkbox--control {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  transition-property: border-color;
  transition-duration: 0.3s;
}
.form-checkbox--control::after {
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  opacity: 0;
  position: absolute;
  background-color: #CD3969;
  border-radius: 3px;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.form-radio--label .form-checkbox--control {
  border-radius: 50%;
}
.form-radio--label .form-checkbox--control::after {
  border-radius: 50%;
}

.form-checkbox--text {
  line-height: 1;
  margin-left: 10px;
  margin-right: 5px;
}

.form-link {
  text-transform: capitalize;
  color: #2e4c82;
  transition-property: color;
  transition-duration: 0.3s;
}
.form-link:hover {
  color: #CD3969;
}

.form-button {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.form-button + .form-footer {
  margin-top: 22px;
}
.form-button .buttons {
  min-width: 120px;
  height: 38px;
  text-transform: capitalize;
}
.form-button .btn-fb,
.form-button .btn-google {
  margin: 0 6px;
  font-weight: bold;
}
.form-button .btn-fb i,
.form-button .btn-google i {
  margin-right: 12px;
  font-size: 20px;
}

.choice {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}
.choice::before, .choice::after {
  content: "";
  width: 80px;
  height: 1px;
  top: 50%;
  position: absolute;
  background-color: #757575;
  transform: translateY(-50%);
}
.choice::before {
  left: calc(50% + 20px);
}
.choice::after {
  right: calc(50% + 20px);
}

.media-text {
  font-size: 14px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.form-footer {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.form-footer--link {
  color: #999;
  margin: 0 3px;
}

.form-footer--blue {
  color: #2e4c82;
}

.form-footer--primary {
  text-decoration: underline;
  text-transform: capitalize;
  color: #CD3969;
}

.popup-footer {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popup-footer span {
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #2e4c82;
}
@media (max-width: 767px) {
  .popup-footer span {
    font-size: 14px;
  }
}

#bookNow .buttons {
  min-width: 120px;
}

.check-interested {
  display: none;
}

.ui-menu {
  /*max-width: 710px !important;*/
  width: 100% !important;
  height: 180px;
  overflow-y: auto;
  background-color: #ffffff;
}
.ui-menu .ui-menu-item {
  padding: 10px;
  font-size: 15px;
  list-style-image: none;
  border: none !important;
  transition: background-color 0.2s, color 0.2s;
  color: #333333;
  background-color: #ffffff;
}
.ui-menu .ui-menu-item:hover {
  color: #ffffff;
  background-color: #CD3969;
}
.ui-menu .ui-menu-item:hover > div {
  color: #ffffff;
}
.ui-menu .ui-menu-item-wrapper {
  height: 100%;
  border: none;
  transition: color 0.2s;
  color: #333333;
}
.ui-menu .ui-menu-item-wrapper:hover {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-menu {
    max-width: 640px !important;
  }
}
@media (max-width: 767px) {
  .ui-menu {
    left: 50% !important;
    max-width: calc(100% - 30px) !important;
    height: 100px;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  .ui-menu .ui-menu-item {
    font-size: 13px;
    padding: 5px;
  }
}

.AdvancedSrch-dialog {
  background-color: #ffffff;
}
.AdvancedSrch-dialog .container {
  height: 430px;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.AdvancedSrch-dialog .row {
  margin-bottom: 20px;
}
.AdvancedSrch-dialog .page-block {
  padding: 0;
  padding-right: 15px;
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .AdvancedSrch-dialog .page-block {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .AdvancedSrch-dialog .col, .AdvancedSrch-dialog [class^=col-] {
    padding: 0;
  }
  .AdvancedSrch-dialog .page-block {
    padding-right: 0;
  }
}

.RoomDetails .col {
  margin-bottom: 20px;
}
.RoomDetails .form-dialog {
  max-width: 900px;
}
.RoomDetails .form-dialog--wrap {
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.RoomDetails .form-dialog--heading {
  text-align: left;
  color: #2e4c82;
}
.RoomDetails .form-dialog--heading .dialog--title-small {
  font-size: 15px;
  margin-top: 10px;
  color: #333333;
}
.RoomDetails table {
  width: 100%;
  height: 100%;
}
.RoomDetails td:first-child {
  background-color: #f8f8f8;
}
.RoomDetails td {
  font-size: 14px;
  width: 50%;
  padding: 10px;
  background-color: #efefef;
  color: #666666;
}
.RoomDetails td p {
  display: inline-block;
  vertical-align: middle;
}
.RoomDetails .form-help {
  justify-content: center;
  flex-wrap: wrap;
}
.RoomDetails .form-help--icon {
  width: 26px;
  height: 26px;
  margin-right: 0;
  font-size: 16px;
  border-color: #b8b8b8;
  background-color: #ffffff;
}
.RoomDetails .form-help--text {
  width: 100%;
  margin-top: 2px;
  text-align: center;
}
.RoomDetails .form-dialog--body {
  padding: 20px;
}
.RoomDetails .form-dialog--wrap {
  max-width: 100%;
  padding: 0;
}
.RoomDetails .service-label {
  margin-bottom: 22px;
  text-align: left;
  display: block;
  font-weight: bold;
  color: #666666;
}
.RoomDetails .ser-value,
.RoomDetails .available-room-figure,
.RoomDetails .content-tags {
  flex: 1;
  text-align: left;
}
.RoomDetails .roomGallery {
  padding: 0;
  margin: 0 -12px;
  text-align: left;
  background-color: transparent;
}
.RoomDetails .available-room-figure {
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.RoomDetails .content-tags li {
  margin-right: 8px;
  flex-basis: auto;
  max-width: inherit;
}
.RoomDetails .content-tags span {
  color: #2e4c82;
}
.RoomDetails .content-tags i, .RoomDetails .content-tags img {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .RoomDetails .service-label {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 6px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  #accom-popup .form-dialog--body,
#accom-popup2 .form-dialog--body {
    padding: 20px 15px;
  }
}

.form-panel {
  position: relative;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  align-items: center;
}

.input-field {
  width: 1%;
  flex-grow: 1;
  flex-basis: auto;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #B7B7B7;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 767px) {
  .input-field {
    height: 38px;
  }
}

.input-button {
  cursor: pointer;
  margin-left: -1px;
  height: 40px;
  width: 40px;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  background-color: #CD3969;
  border: 1px solid #CD3969;
  transition-property: background-color, border-color;
  transition-duration: 0.3s;
}
.input-button:hover {
  border-color: #ea5284;
  background-color: #ea5284;
}
@media (max-width: 767px) {
  .input-button {
    height: 38px;
  }
}

.form-filter {
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-filter--title {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.form-filter--reset {
  font-size: 14px;
  text-transform: capitalize;
  color: #2e4c82;
  transition-property: color;
  transition-duration: 0.3s;
}
.form-filter--reset:hover {
  color: #CD3969;
}

.form-dropdown--header {
  width: 100%;
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #666666;
}

.form-dropdown--title {
  font-weight: 600;
}

.form-dropdown--icon {
  width: 30px;
  height: 26px;
  font-size: 22px;
  line-height: 1;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.form-dropdown--icon i {
  cursor: pointer;
}
.form-dropdown--icon.active .fa-angle-up::before {
  content: "";
}

.form-dropdown--list {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}

.form-dropdown--list.collapse {
  display: none;
}

.list-datepicker {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.list-datepicker input {
  flex: 1;
  z-index: 1;
  font-weight: 600;
  cursor: pointer;
  border: none;
  position: relative;
  background-color: transparent;
  color: #666666;
}
.list-datepicker i {
  font-size: 16px;
  right: 0;
  top: 0;
  position: absolute;
}

.input-search {
  position: relative;
}

.input-search--field {
  padding: 0 10px 0 40px;
  height: 40px;
  width: 100%;
  border: 1px solid #d2d2d2;
  color: #666666;
  border-radius: 3px;
  background-color: #ffffff;
}
.input-search--field::-webkit-input-placeholder {
  color: #666666;
}
.input-search--field::-moz-placeholder {
  color: #666666;
}
.input-search--field:-ms-input-placeholder {
  color: #666666;
}
.input-search--field:-moz-placeholder {
  color: #666666;
}

.selectRoom {
  height: 60px;
  width: 100%;
  position: relative;
  border: 1px solid #d2d2d2;
  color: #666666;
  border-radius: 3px;
  background-color: #ffffff;
}
.selectRoom select {
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 10px 0 40px;
  border: none;
  position: absolute;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectRoom select::-ms-expand {
  display: none;
}
.selectRoom input {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  padding-left: 45px;
  padding-right: 20px;
  border: none;
  background-color: transparent;
}
.selectRoom .ic-room, .selectRoom svg {
  left: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.selectRoom .fa-angle-down {
  font-size: 20px;
  right: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .selectRoom {
    height: 50px;
  }
  .selectRoom .ic-room {
    left: 15px;
  }
  .selectRoom .fa-angle-down {
    right: 15px;
  }
}

.input-search--button {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
  color: #666666;
}

.input-checkbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  align-items: center;
  color: #333333;
}
.input-checkbox:not(:last-child) {
  margin-bottom: 15px;
}

.input-checkbox--label {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: capitalize;
}

.input-checkbox--input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.input-checkbox--input:checked ~ .input-checkbox--control {
  border-color: #CD3969;
}
.input-checkbox--input:checked ~ .input-checkbox--control::after {
  opacity: 1;
}

.input-checkbox--control {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  border: 1px solid #B7B7B7;
  border-radius: 3px;
  transition-property: border-color;
  transition-duration: 0.3s;
}
.input-checkbox--control::after {
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  opacity: 0;
  position: absolute;
  background-color: #CD3969;
  border-radius: 3px;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.input-checkbox--text {
  line-height: 1;
  margin-left: 10px;
  font-size: 13px;
}

.selectGrp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectGrp select::-ms-expand {
  display: none;
}

.detail-panel {
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .detail-panel {
    flex-wrap: wrap;
  }
}

.detail-content {
  padding: 25px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .detail-content {
    padding: 15px;
    padding-bottom: 30px;
    margin-top: 12px;
  }
}

.detail-content--head {
  padding-bottom: 24px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #757575;
}
.detail-content--head h4 {
  flex: 1;
  color: #2e4c82;
}

.saved, .cart {
  font-size: 14px;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #666666;
}
.saved:hover, .saved.active, .cart:hover, .cart.active {
  color: #CD3969;
}
.saved i, .saved img, .cart i, .cart img {
  margin-right: 5px;
}

.trash {
  font-size: 14px;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #d43939;
}
.trash img {
  margin-right: 5px;
}

.edit {
  font-size: 14px;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #2e4c82;
}
.edit i, .edit img {
  margin-right: 5px;
}

.detail-content--middle {
  margin-bottom: 52px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .detail-content--middle {
    margin-bottom: 30px;
  }
}

.detail-middle--figure {
  flex-basis: 160px;
  max-width: 160px;
}
@media (max-width: 767px) {
  .detail-middle--figure {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.detail-middle--para {
  padding-left: 15px;
  flex: 1;
  line-height: 1.5;
  font-family: "lato" !important;
}
.detail-middle--para p {
  line-height: 1.5;
}
.detail-middle--para p:not(:last-child) {
  margin-bottom: 26px;
}
.detail-middle--para > div:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .detail-middle--para {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .detail-middle--para p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.detail-content--title {
  font-size: 15px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #757575;
  color: #666666;
}

.detail-content--req {
  margin-bottom: 55px;
}
.detail-content--req li {
  font-weight: 300;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  color: #333333;
}
.detail-content--req li:not(:last-child) {
  margin-bottom: 25px;
}
.detail-content--req li::after {
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  position: absolute;
  background-color: #2e4c82;
}
@media (max-width: 767px) {
  .detail-content--req {
    margin-bottom: 30px;
  }
  .detail-content--req li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.detail-content--info {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .detail-content--info {
    margin-bottom: 30px;
  }
}

.detail-info--tile {
  overflow: hidden;
  overflow-x: auto;
}
.detail-info--tile td {
  white-space: nowrap;
}
.detail-info--tile table {
  width: 100%;
}
@media (max-width: 767px) {
  .detail-info--tile {
    font-size: 13px;
  }
}

.detail-tile--row {
  margin: 0 -4px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.detail-tile--row:not(:last-child) {
  margin-bottom: 3px;
}

.detail-tile--col {
  width: 50%;
  padding: 0 4px;
  font-size: 14px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}

.detail-tile--data {
  height: 40px;
  padding: 10px;
  border-radius: 2px;
  width: 40%;
  background-color: #2e4c82;
  color: #ffffff;
}

.detail-tile--value {
  height: 40px;
  padding: 10px;
  border-radius: 2px;
  width: calc(60% - 5px);
  margin-left: 5px;
  background-color: #eff5ff;
  color: #4f4e4e;
}

.detail-content--fees p {
  margin-bottom: 20px;
}

.detail-fees--table {
  font-size: 14px;
  padding-top: 2px;
  border-top: 1px solid #757575;
  overflow: hidden;
}
.detail-fees--table td {
  white-space: nowrap;
}
.detail-fees--table table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .detail-fees--table {
    font-size: 13px;
    overflow-x: auto;
  }
}

.detail-table--head {
  height: 40px;
  padding: 10px;
  border-radius: 2px;
  font-weight: bold;
  border-bottom: 3px solid #ffffff;
  background-color: #2e4c82;
  color: #ffffff;
}
.detail-table--head p {
  margin-bottom: 0;
}

.detail-head--data {
  max-width: 40%;
  padding: 10px;
}

.detail-head--value {
  max-width: 60%;
  padding: 10px;
}

.detail-table--cells {
  height: 42px;
  border-radius: 2px;
  font-weight: bold;
  border-bottom: 3px solid #ffffff;
  background-color: #eff5ff;
  color: #333333;
}
.detail-table--cells:last-child {
  border: 1px solid #e2f2fa;
  background-color: #ffffff;
}
.detail-table--cells p {
  margin-bottom: 0;
}

.detail-cells--data {
  width: 40%;
  padding: 10px;
}

.detail-cells--value {
  width: 60%;
  padding: 10px;
}

.detail-content-btn {
  margin-top: 40px;
  text-align: center;
}
.detail-content-btn .buttons {
  font-size: 20px;
  min-width: 150px;
  height: 52px;
}
@media (max-width: 767px) {
  .detail-content-btn {
    margin-top: 25px;
  }
  .detail-content-btn .buttons {
    font-size: 15px;
    min-width: 125px;
    height: 38px;
  }
}

.side-block {
  padding: 20px 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.side-block h4 {
  font-size: 17px;
  margin-bottom: 14px;
  color: #333333;
}

.help-panel {
  margin-bottom: 22px;
}
.help-panel a {
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #2e4c82;
}
.help-panel a:not(:last-child) {
  margin-bottom: 14px;
}
.help-panel i {
  margin-right: 10px;
  font-size: 15px;
  color: #a7a7a7;
}

.connect-panel {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #eff5ff;
}
.connect-panel span {
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  color: #666666;
}
.connect-panel ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.connect-panel li:not(:last-child) {
  margin-right: 18px;
}
.connect-panel a {
  font-size: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.connect-panel .cp-fb {
  color: #4b69b0;
}
.connect-panel .cp-twi {
  color: #37b1e1;
}
.connect-panel .cp-gp {
  color: #e83f3a;
}
.connect-panel .cp-ld {
  color: #0678b6;
}

.programme-panel {
  padding: 15px 12px;
  background-color: #F5F5F5;
}

.programme-details {
  padding-top: 18px;
  padding-bottom: 6px;
  border-top: 1px solid #757575;
}
.programme-details h4 {
  line-height: 1.4;
  color: #2e4c82;
}
.programme-details span {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  color: #666666;
}

.programme-box-value {
  font-size: 14px;
  margin: 0 -10px;
  margin-bottom: 14px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.programme-box-value p em {
  right: 6px;
  top: 0;
  font-style: normal;
  position: absolute;
}
.programme-box-value p, .programme-box-value span {
  flex: 1;
  padding: 0 10px;
  position: relative;
}
.programme-box-value span {
  margin-bottom: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  color: #666666;
}

.booking-panel {
  padding: 15px 8px;
  background-color: #F5F5F5;
}
.booking-panel .buttons {
  width: 100%;
  font-weight: bold;
}

.booking-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-title p {
  font-size: 16px;
  color: #333333;
}
.booking-title i {
  color: #2e4c82;
}

.booking-box {
  padding: 12px 8px;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 15px;
  background-color: #ffffff;
  color: #666666;
}
.booking-box b {
  color: #333333;
}

.booking-available,
.price-total,
.price-payble {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-available p,
.price-total p,
.price-payble p {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.booking-available span,
.price-total span,
.price-payble span {
  font-size: 14px;
}
.booking-available .fa-trash,
.price-total .fa-trash,
.price-payble .fa-trash {
  font-size: 22px;
  color: #d43939;
}

.booking-available {
  margin-bottom: 35px;
}

.price-total {
  padding-bottom: 8px;
  border-bottom: 1px solid #757575;
}
.price-total p {
  font-weight: bold;
}

.price-payble {
  padding-top: 15px;
  padding-bottom: 8px;
}
.price-payble p {
  color: #333333;
}
.price-payble span {
  font-weight: bold;
  color: #CD3969;
}

.panel-location {
  padding: 0 10px;
  padding-bottom: 130px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.panel-location a {
  font-size: 12px;
  margin-top: 10px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  color: #CD3969;
  border-bottom: 1px solid #CD3969;
}

.location-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.location-map #bookingMap {
  width: 100%;
  height: 100%;
}

.booking-no-data span {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  text-align: center;
  color: #ccc;
}

.toolbar {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  position: relative;
}
@media (max-width: 767px) and (orientation: portrait) {
  .toolbar {
    margin-top: 10px;
    width: 100%;
  }
}

.toolbar-option {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.toolbar-option:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .toolbar-option:not(:last-child) {
    margin-right: 12px;
  }
}

.toolbar-heading {
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
  color: #666666;
}
@media (max-width: 767px) {
  .toolbar-heading {
    font-size: 12px;
    margin-right: 4px;
  }
}

.toolbar-text {
  margin-left: 5px;
  color: #666666;
}
@media (max-width: 767px) {
  .toolbar-text {
    font-size: 12px;
  }
}

.toolbar-select {
  position: relative;
  background-color: #ffffff;
}

.toolbar-icon {
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translate(0, -50%);
  color: #666666;
}

.toolbar-input {
  z-index: 1;
  height: 38px;
  padding: 0 35px 0 15px;
  position: relative;
  background-color: transparent;
  border: 1px solid #B7B7B7;
  border-radius: 3px;
  color: #666666;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.toolbar-input::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .toolbar-input {
    font-size: 12px;
    height: 30px;
    padding: 0 24px 0 10px;
  }
}

.pagination-panel {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .pagination-panel {
    margin-bottom: 10px;
  }
}

.pagination {
  position: relative;
}

.pagination-list {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination-list:not(:last-child) {
  margin-right: 3px;
}

.pagination-list:hover .pagination-link,
.pagination-list.active .pagination-link {
  color: #CD3969;
  border-color: #CD3969;
}

.pagination-link {
  width: 36px;
  height: 36px;
  line-height: 1;
  position: relative;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  color: #2e4c82;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 3px;
  transition-property: color, border-color;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .pagination-link {
    width: 32px;
    height: 32px;
  }
}

.gallery-panel {
  font-size: 0;
  width: 100%;
  padding: 24px 10px;
  padding-bottom: 0;
  max-height: 352px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ebebeb;
}
.gallery-panel .row {
  margin: 0 -10px;
}
.gallery-panel .col {
  padding: 0 10px;
  flex-basis: 25%;
  max-width: 25%;
}
.gallery-panel .slick-track, .gallery-panel .slick-slide {
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-panel .col {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .gallery-panel {
    padding: 10px;
    padding-bottom: 0;
    max-height: 290px;
  }
  .gallery-panel .row {
    margin: 0 -5px;
  }
  .gallery-panel .col {
    padding: 0 5px;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

.gallery-figure-main {
  font-size: 1rem;
  padding: 0 12px;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-figure-main {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .gallery-figure-main {
    width: 50%;
    padding: 0 5px;
  }
}

.gallery-figure {
  width: 100%;
  height: 144px;
  margin-bottom: 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.gallery-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .gallery-figure {
    height: 130px;
    margin-bottom: 10px;
  }
}

.virtual-tour {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.virtual-tour video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .virtual-tour {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .virtual-tour {
    height: 300px;
  }
}

.content-title {
  padding-bottom: 12px;
  margin-bottom: 28px;
  border-bottom: 1px solid #B7B7B7;
}
.content-title p {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .content-title {
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
  .content-title p {
    font-size: 15px;
  }
}

.content-description .content-tags li {
  margin-bottom: 30px;
  color: #2e4c82;
}
@media (max-width: 767px) {
  .content-description .content-tags li {
    margin-bottom: 15px;
  }
}

.content-tags {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.content-tags li {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  display: inline-flex;
  align-items: center;
}
.content-tags i, .content-tags img {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .content-tags i, .content-tags img {
    margin-right: 4px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .content-tags li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .content-tags li {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.accomodation-about {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.accomodation-about ul, .accomodation-about p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 300;
  color: #333333;
}
.accomodation-about .about-title {
  font-weight: 500;
}
@media (max-width: 767px) {
  .accomodation-about ul, .accomodation-about p {
    margin-bottom: 15px;
  }
}

.about-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 28px;
  color: #333333;
}

.content-des-left {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .content-des-left {
    padding-right: 0;
  }
}

.content-des-right {
  flex-basis: 295px;
  max-width: 295px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .content-des-right {
    padding-left: 0;
    margin-top: 20px;
  }
}

.content-des-left,
.content-des-right {
  flex: 1;
}
@media (max-width: 767px) {
  .content-des-left,
.content-des-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.review-head {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.review-head .rating-box, .review-head a {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.review-head a {
  font-size: 13px;
  line-height: 1;
  justify-content: flex-end;
  color: #e35435;
  border-bottom: 1px solid #e35435;
}

.rating-box {
  flex: 1;
}
.rating-box > span {
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
  color: #2e4c82;
}
@media (max-width: 767px) {
  .rating-box > span {
    margin-left: 4px;
  }
}

.rating-box-square {
  min-width: 46px;
  height: 32px;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f26c4f;
}
.rating-box-square span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.review-progress {
  margin-bottom: 25px;
  padding-left: 26px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.review-progress::before {
  content: "";
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
}
.review-progress span {
  font-size: 14px;
  color: #2e4c82;
}

.clean::before {
  background-color: #7da9f9;
}

.accuracy::before {
  background-color: #8dc63f;
}
.accuracy .meter-bar {
  width: 80%;
}

.location::before {
  background-color: #f69679;
}
.location .meter-bar {
  width: 79%;
}

.value::before {
  background-color: #3cb878;
}
.value .meter-bar {
  width: 78%;
}

.review-result {
  margin-left: 12px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}

.meter {
  width: 114px;
  height: 4px;
  border-radius: 2px;
  margin-right: 8px;
  position: relative;
  overflow: hidden;
  background-color: #b7b7b7;
}

.meter-bar {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #2e4c82;
}

.available-head {
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.available-head p {
  margin-bottom: 0;
}
.available-head span {
  font-size: 14px;
  padding-left: 28px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #1c9b0d;
}
.available-head span::before {
  content: "";
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/ic-clock.png");
}
@media (max-width: 767px) {
  .available-head {
    margin-bottom: 25px;
  }
  .available-head span {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 24px;
  }
  .available-head span::before {
    width: 18px;
    height: 18px;
  }
}

.room-details-head {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.room-details-head p {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}
@media (max-width: 767px) {
  .room-details-head p {
    font-size: 13px;
  }
}

.room-details-head--inner {
  width: 100%;
}

.room-details-body {
  margin-bottom: 15px;
  align-items: center;
}
.room-details-body:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .room-details-body > .row {
    overflow: hidden;
    overflow-x: auto;
  }
  .room-details-body > .row > [class^=col-] {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .room-details-body {
    font-size: 13px;
  }
  .room-details-body > .row {
    align-items: flex-start;
  }
}

.room-body-left {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) and (orientation: portrait) {
  .room-body-left {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.available-room-figure {
  max-width: 105px;
  flex-basis: 105px;
  height: 75px;
  border-radius: 2px;
  overflow: hidden;
}
.available-room-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.available-room-content {
  padding-left: 12px;
}
@media (max-width: 767px) and (orientation: portrait) {
  .available-room-content {
    padding-left: 0;
  }
}

.sleep-quan {
  font-size: 12px;
  display: block;
  color: #333333;
}

.room-body-right > .row {
  align-items: center;
}
.room-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  color: #666666;
}
.room-text span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-left: 5px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  border: 1px solid #666666;
}
.room-text i {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .room-text {
    font-size: 13px;
  }
  .room-text span {
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  .room-text {
    font-size: 13px;
    margin-top: 8px;
  }
  .room-text span {
    margin-left: 2px;
  }
}

.room-quantity {
  width: 113px;
  height: 26px;
  margin-top: 12px;
  border-radius: 3px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #dfeaff;
  border: 1px solid #b5c9ee;
}
.room-quantity span {
  font-size: 12px;
  color: #2e4c82;
}

.room-detail-price {
  text-align: right;
}
@media (max-width: 767px) {
  .room-detail-price {
    text-align: left;
  }
}

.room-price {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #CD3969;
}

.room-actions {
  text-align: right;
}

.room-detail-actions {
  max-width: 124px;
  flex-basis: 124px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.room-detail-actions > div {
  width: 100%;
  text-align: right;
}
.room-detail-actions .buttons {
  font-size: 14px;
  min-width: 117px;
  height: 35px;
  padding: 0 8px;
  font-weight: bold;
}
.room-detail-actions .buttons svg {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .room-detail-actions .buttons {
    font-size: 13px;
    min-width: 100%;
    height: 35px;
  }
  .room-detail-actions .buttons:not(:last-child) {
    margin-bottom: 8px;
  }
}

.view-detail-link {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 14px;
  color: #2e4c82;
  border-bottom: 1px solid #2e4c82;
}

.review-comment-panel:not(:last-child) {
  margin-bottom: 35px;
}

.review-tab-inner .review-panel {
  margin-bottom: 30px;
  border-bottom: 1px solid #757575;
}
.review-tab-inner .review-head {
  margin-bottom: 30px;
}
.review-tab-inner .review-progress {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .review-tab-inner .rating-box {
    flex: 1;
  }
  .review-tab-inner .toolbar {
    margin-top: 0;
    width: auto;
  }
}

.review-comments {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.review-comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #B7B7B7;
}

.review-comment-content {
  flex: 1;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .review-comment-content {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.review-comment-head {
  margin-bottom: 24px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review-comment-head .rating-box span {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .review-comment-head {
    margin-bottom: 18px;
  }
  .review-comment-head .rating-box span {
    font-size: 15px;
  }
}

.review-comment-date {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.review-comment-date i, .review-comment-date span {
  color: #666666;
}
@media (max-width: 767px) {
  .review-comment-date {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 5px;
    justify-content: flex-end;
  }
}

.review-comment-para p {
  margin-bottom: 22px;
}
.review-comment-para span {
  display: block;
  color: #333333;
}
@media (max-width: 767px) {
  .review-comment-para p {
    margin-bottom: 18px;
  }
}

.review-comment-author {
  margin-bottom: 8px;
  font-weight: bold;
  color: #666666;
}

.cart-panel {
  padding: 25px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cart-panel .cart-programme-title,
.cart-panel .cart-programme-fees {
  margin-bottom: 14px;
}
.cart-panel .content-title p {
  color: #666666;
}
.cart-panel .wishlist-title p {
  color: #CD3969;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart-panel {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cart-panel {
    padding: 15px;
    padding-bottom: 60px;
  }
  .cart-panel .cart-programme-title,
.cart-panel .cart-programme-fees {
    margin-bottom: 8px;
  }
}

.cart-programmes {
  margin-bottom: 28px;
}
.cart-programmes + .content-title {
  margin-top: 45px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart-programmes {
    margin-bottom: 22px;
  }
  .cart-programmes + .content-title {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cart-programmes {
    margin-bottom: 20px;
  }
  .cart-programmes + .content-title {
    margin-top: 30px;
  }
}

.cart-programmes-body {
  padding-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart-programmes-body {
    margin: 0 -10px;
  }
  .cart-programmes-body [class^=col-] {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cart-programmes-body {
    padding-bottom: 25px;
  }
}

.cart-programme-grp1 {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .cart-programme-grp1 {
    justify-content: space-around;
  }
}

.cart-programme-avatar {
  max-width: 100px;
  flex-basis: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .cart-programme-avatar {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.cart-programme-content {
  padding-left: 12px;
  flex: 1;
}
.cart-programme-content h5 {
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #2e4c82;
}
.cart-programme-content h5 img {
  margin-left: 4px;
}
.cart-programme-content span {
  display: block;
}
@media (max-width: 767px) {
  .cart-programme-content {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .cart-programme-content h5 {
    justify-content: center;
  }
  .cart-programme-content span {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .cart-programme-grp2 {
    text-align: center;
  }
}

.cart-content-date {
  color: #666666;
}

.cart-programme-title {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.cart-programme-loc {
  font-size: 16px;
  display: block;
  color: #666666;
}

.cart-booking-dates {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.cart-booking-dates p {
  min-width: 99px;
  min-height: 40px;
  border-radius: 5px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  color: #666666;
}
.cart-booking-dates p:not(:last-child) {
  margin-right: 40px;
}
.cart-booking-dates .book-to {
  font-size: 12px;
  width: 24px;
  height: 24px;
  left: calc(50% - 22px);
  border-radius: 50%;
  position: absolute;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  .cart-booking-dates {
    justify-content: center;
  }
}

.cart-programme-grp3 {
  text-align: right;
}
.cart-programme-grp3 span {
  display: block;
}
@media (max-width: 767px) {
  .cart-programme-grp3 {
    margin-top: 20px;
    text-align: left;
  }
}

.cart-programme-fees {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.cart-programme-price {
  font-size: 17px;
  font-weight: bold;
  color: #CD3969;
}
@media (max-width: 767px) {
  .cart-programme-price {
    font-size: 14px;
  }
}

.cart-programmes-foot {
  padding: 14px 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #F5F5F5;
}
.cart-programmes-foot a:not(:last-child) {
  margin-right: 14px;
}

.checkout-panel {
  padding: 30px 15px;
}
.checkout-panel > .buttons {
  font-size: 18px;
  margin-top: 10px;
  width: 100%;
}

.checkout-total-text {
  font-size: 18px;
  margin-bottom: 12px;
  color: #000000;
}

.checkout-price {
  font-size: 30px;
  margin-bottom: 20px;
  color: #CD3969;
}

.checkout-content-grp {
  margin-bottom: 20px;
}
.checkout-content-grp p {
  font-size: 14px;
  margin-bottom: 4px;
  color: #666666;
}
.checkout-content-grp span {
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #666666;
}

.checkout-input-grp {
  margin-top: 15px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.checkout-input-grp input {
  width: 100%;
  height: 100%;
  border-radius: 3px 0 0 3px;
  padding: 0 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  border: 1px solid #B7B7B7;
}
.checkout-input-grp .buttons {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.user-display {
  margin-bottom: 40px;
}
.user-display p {
  margin-bottom: 15px;
  color: #2e4c82;
}

.applyNow-panel {
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  background-color: #ffffff;
}

.apply-head {
  max-width: 650px;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.apply-head > p {
  font-weight: 300;
}

.apply-text {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: #666666;
}

.apply-title {
  font-size: 26px;
  margin-bottom: 25px;
  color: #2e4c82;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apply-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .apply-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.apply-text--small {
  font-size: 14px;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: top;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apply-text--small {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .apply-text--small {
    margin-bottom: 10px;
  }
}

.apply-body {
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apply-body {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .apply-body {
    margin-bottom: 20px;
  }
  .apply-body .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.apply-accor-title {
  border-bottom: 1px solid #757575;
  background-color: #eff5ff;
}

.apply-title-inner {
  padding: 20px 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.apply-title-inner.active i::before {
  content: "";
}
.apply-title-inner p {
  flex: 1;
  font-size: 18px;
  color: #333333;
}
.apply-title-inner i {
  color: #2e4c82;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apply-title-inner {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .apply-title-inner {
    padding: 10px;
  }
  .apply-title-inner p {
    font-size: 16px;
  }
}

.apply-accor-inner {
  padding: 35px 50px;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apply-accor-inner {
    padding: 30px 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .apply-accor-inner {
    padding: 25px 0;
    padding-bottom: 0;
  }
}

.apply-upload {
  margin-bottom: 35px;
  position: relative;
}

.avatar-edit {
  padding-left: 96px;
  height: 94px;
  position: relative;
}
.avatar-edit input {
  z-index: 2;
  opacity: 0;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.avatar-preview {
  left: 0;
  top: 0;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #757575;
}
.avatar-preview::after {
  content: "";
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/user.svg");
  transform: translate(-50%, -50%);
}

.upload-label {
  font-size: 14px;
  top: 50%;
  padding-left: 15px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  transform: translateY(-50%);
  color: #2e4c82;
}
.upload-label img {
  margin-right: 6px;
}
.upload-label span {
  line-height: 1;
  display: inline-flex;
  border-bottom: 1px solid #2e4c82;
}

.imgPre {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.Applydate {
  z-index: 1;
  width: 100%;
  border-radius: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #d2d2d2;
  color: #999999;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.Applydate input {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  color: #999999;
}
.Applydate i {
  right: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Applydate input {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .Applydate input {
    padding-bottom: 8px;
  }
}

.apply-foot {
  padding: 0 30px;
  text-align: left;
}
.apply-foot p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 36px;
  color: #666666;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .apply-foot {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .apply-foot {
    padding: 0;
  }
  .apply-foot p {
    margin-bottom: 25px;
  }
}

.apply-foot-text {
  font-size: 18px;
  margin-bottom: 25px;
  display: block;
  color: #333333;
}
@media (max-width: 767px) {
  .apply-foot-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.button-applynow {
  text-align: center;
}
.button-applynow button {
  font-size: 15px;
  min-width: 134px;
  height: 48px;
}

.listview {
  padding: 15px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.listview:not(:last-child) {
  margin-bottom: 15px;
}
.listview img {
  display: block;
}

.listview-toolbar {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .listview-toolbar .form-panel {
    width: 100%;
    order: 4;
    margin-top: 30px;
  }
  .listview-toolbar .input-group {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .listview-toolbar .form-panel {
    width: 100%;
    order: 4;
    margin-top: 30px;
  }
  .listview-toolbar .input-group {
    width: 100% !important;
  }
}

.listview-body {
  padding-bottom: 8px;
  position: relative;
}

.listview-image {
  flex-basis: 160px;
  max-width: 160px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .listview-image {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.listview-image--figure {
  flex: 1;
  text-align: center;
}
.listview-image--figure img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .listview-image--figure {
    margin-bottom: 12px;
  }
}

.listview-imageview {
  flex-basis: 230px;
  max-width: 230px;
  position: relative;
}
@media (max-width: 767px) {
  .listview-imageview {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.listview-imageview--figure {
  width: 200px;
  height: 180px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 3px;
}
.listview-imageview--figure a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listview-imageview--figure a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.listview-imageview--figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.listview-room-count {
  width: 50px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 4px;
  right: 8px;
  bottom: 10px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}

.listview-content {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .listview-content {
    margin-bottom: 5px;
  }
}

.listview-header {
  margin-bottom: 15px;
}

.listview-headingtiny {
  font-size: 10px;
  margin-bottom: 3px;
  display: block;
  text-transform: uppercase;
  color: #CD3969;
}

.listview-headingsmall {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
  color: #666666;
}

.listview-heading {
  font-size: 18px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-transform: none;
  color: #2e4c82;
}
@media (max-width: 767px) {
  .listview-heading {
    font-size: 16px;
  }
}

.listview-verify {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: #1c9b0d;
}

.listview-verify--image {
  width: 18px;
}

.listview-verify--text {
  margin-left: 4px;
  font-style: normal;
}

.listview-subheading {
  font-size: 13px;
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: none;
  color: #333333;
}

.listview-location {
  margin-left: 10px;
  line-height: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .listview-location {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}

.listview-location--distance {
  margin-left: 5px;
  font-style: normal;
}

.listview-location--link {
  margin-left: 5px;
  padding-left: 10px;
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
  color: #CD3969;
}
.listview-location--link::before {
  content: "";
  top: 50%;
  left: 0;
  width: 5px;
  height: 1px;
  position: absolute;
  background-color: #333;
  transform: translate(0, -50%);
}

.listview-para {
  position: relative;
}

.listview-para--heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #333333;
}

.listview-para--text {
  font-weight: 300;
}

.listview-para--link {
  text-transform: capitalize;
  color: #CD3969;
}

.listview-icons {
  padding-top: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}
.listview-icons i {
  margin-right: 5px;
  color: #666666;
}
/*Harsh CSS */
.refer-description p
{
      font-size: 26px;
    line-height: 40px;
    padding-right: 77px;
}
.steps
{
  text-align: center;
 /* justify-content: center;*/
  padding-left: 70px;
  margin-bottom: 30px;
}
.step-block
{
  text-align: center;
  padding-left: 0 !important;
}
.steps-info {
    margin-right: 27px;
}
.referProgram_offer
{
    border-radius: 5px;
    margin-top: 67px;
    padding-left: 40px !important;
    padding-top: 40px !important;
}
.referProgram_offer p
{
  font-size: 21px;
  line-height: 34px;
  width: calc(100% - 100px);
}
.terms_condition ol
{
  list-style-type: decimal !important;
  margin-left: 15px;
}
.terms_condition ol li {
    margin-bottom: 20px;
}
.step-refer-count
{
    position: absolute;
    background-color: #cd3969;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    left: 0;

}
.refer-accordion .accordion-button:not(.collapsed)
{
  color: #2E4C82 !important;
}
.refer-accordion .accordion-button
{
  color: #333333 !important;
}
.refer-accordion .accordion-header
{
  border: 0 !important;
}
.faq_card
{
  border: 1px solid #CEE7FF !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.code-cover
{
  border: 2px dashed #ACACAC;
}
.code-cover span
{
  font-size: 48px;
}
.copy_code
{
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  color: #333333;
  font-size: 14px;
}
.copy_code a
{
    color: #333333;
    text-decoration: underline;
    margin-left: 8px;
}
.Or-devider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #BFBFBF;
    left: 0;
    top: 50%;
    z-index: 0;
}
.Or-devider>span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    border: 1px solid #BFBFBF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 45%;
}
.refer-img
{
      height: 263px;
    width: 274px;
}
.error-page
{
  padding-top: 45px;
  padding-bottom: 57px !important;
  box-shadow: 0 1px 10px rgb(0 0 0 / 16%);
}
.btn-h-49
{
  height: 49px !important;
}
.page-404
{
  padding-bottom: 40px !important;
  background-color: #F8F6F6 !important;
}
.refer-description a
{
  width: 156px;
  height: 54px;
}
.faq_card .site-accordion-container .accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #CEE7FF;
    padding: 10px 24px;
}
@media (max-width: 767px) {
  .listview-icons {
    padding-top: 4px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
}

.listview-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}
.listview-icon:not(:last-child) {
  margin-right: 80px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .listview-icon:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .listview-icon:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .listview-icon {
    width: 100%;
  }
  .listview-icon:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.listview-icon--heading {
  margin-right: 8px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: #333333;
}
@media (max-width: 1199px) {
  .listview-icon--heading {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.listview-months {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
}

.listview-months--text {
  padding-right: 10px;
  margin-right: 9px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition-property: color;
  transition-duration: 0.3s;
}
.listview-months--text:not(:last-child) {
  border-right: 1px solid #333;
}
@media (max-width: 1199px) {
  .listview-months--text {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.listview-months--text.active {
  color: #ed8a19;
}

.listview-months--name {
  text-transform: capitalize;
  color: #666666;
}

.listview-count {
  color: #666666;
}

.listview-highlight {
  margin-top: 18px;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  background-color: #eff7fd;
}
@media (max-width: 767px) {
  .listview-highlight {
    padding: 0 12px;
  }
}

.listview-provide {
  margin-bottom: 15px;
  position: relative;
}

.listview-provide--lists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.listview-provide--list:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .listview-provide--list {
    margin-right: 4px;
    max-width: 48%;
    flex-basis: 48%;
  }
  .listview-provide--list:not(:last-child) {
    margin-right: 4px;
  }

}

.listview-provide--text {
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #2e4c82;
}

.listview-provide--name {
  margin-left: 4px;
}

.listview-footer {
  padding-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  border-top: 1px solid #e0e0e0;
}

.listview-actions--click {
  font-size: 14px;
  line-height: 1;
  color: #929292;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  transition-property: color;
  transition-duration: 0.3s;
}
.listview-actions--click i {
  font-size: 18px;
  margin-right: 7px;
  color: #d0cfcf;
  transition-property: color;
  transition-duration: 0.3s;
}

.listview-actions--click:hover,
.listview-actions--click.active {
  color: #CD3969;
}
.listview-actions--click:hover i,
.listview-actions--click.active i {
  color: #CD3969;
}

.listview-buttons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  align-items: center;
}
.listview-buttons .buttons {
  height: 38px;
}
.listview-buttons .buttons:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .listview-buttons {
    width: 100%;
    margin-top: 8px;
  }
  .listview-buttons .buttons {
    font-size: 12px;
    height: 34px;
    margin-bottom: 5px;
  }
  .listview-buttons .buttons:not(:last-child) {
    margin-right: 8px;
  }
}

.listview-avail {
  margin-right: 60px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #ed8a19;
}

.listview-avail--text {
  margin-right: 6px;
}

.listview-price {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.listview-price--text {
  margin-right: 6px;
}

.listview-price--rate {
  margin-right: 10px;
  color: #CD3969;
}

.togglemenu {
  margin-right: 10px;
}
.togglemenu span {
  font-size: 22px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  color: #CD3969;
}
@media (max-width: 1199px) {
  .togglemenu {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .togglemenu {
    margin-bottom: 0;
  }
}
@media (min-width: 1199px) {
  .togglemenu {
    display: none;
  }
}

@media (min-width: 1199px) {
  .page-accomodation .togglemenu {
    display: none;
  }
}

.listview-ribbon {
  z-index: 2;
  width: 72px;
  height: 72px;
  right: -5px;
  top: -5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/ribbon.png");
}
.listview-ribbon span {
  font-size: 10px;
  top: -9px;
  left: 12px;
  position: relative;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  color: #ffffff;
  transform: rotate(45deg);
}

.togglebar {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.togglebar > span {
  font-size: 14px;
  margin-right: 12px;
  font-weight: bold;
  color: #666666;
}
@media (max-width: 767px) {
  .togglebar > span {
    font-size: 12px;
    margin-right: 8px;
  }
}

.toggle-button-cover input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden;
  display: none;
}

.toggle-check {
  width: 60px;
  height: 36px;
  border-radius: 18px;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: ease-in 0.5s;
  border: 1px solid #CD3969;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .toggle-check {
    height: 30px;
  }
}

.toggle-button-cover input:checked[type=checkbox] ~ .toggle-check {
  background-color: #CD3969;
}

.toggle-check::before,
.toggle-check::after {
  content: "";
  top: 50%;
  left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  transform: translate(0, -50%);
  background-color: #CD3969;
}
@media (max-width: 1023px) {
  .toggle-check::before,
.toggle-check::after {
    width: 20px;
    height: 20px;
  }
}

.toggle-button-cover input:checked[type=checkbox] ~ .toggle-check::before {
  transform: translate(-100%, -50%);
}

.toggle-check::after {
  right: 4px;
  transform: translate(50px, -50%);
  background-color: #ffffff;
}

.toggle-button-cover input:checked[type=checkbox] ~ .toggle-check::after {
  transform: translate(0, -50%);
}

.mapview-block {
  display: none;
}
.mapview-block .gm-style .gm-style-iw-c {
  padding: 0 !important;
}
.mapview-block .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.mapview-block .gm-style .gm-style-iw-d > div {
  width: 260px;
}
.mapview-block .listview-provide {
  margin-bottom: 10px;
}
.mapview-block .listview-footer {
  padding-top: 0;
  border-top: none;
}
.mapview-block .listview-verify {
  margin-left: 8px;
}
.mapview-block .listview-actions--click i {
  margin-right: 0;
}
.mapview-block .listview-heading {
  font-weight: 600;
}
.mapview-block .listview-provide--list:not(:last-child) {
  margin-right: 15px;
}
.mapview-block .tooltip {
  border-bottom: none;
}
.mapview-block .tooltip .tooltiptext {
  width: 130px;
  font-size: 12px;
  padding: 4px;
  font-weight: 400;
  right: 0;
  left: auto;
  text-transform: lowercase;
}
.mapview-block .tooltip-bottom::after {
  margin-left: 0;
  right: 4px;
  left: auto;
}

.no-record-text {
  width: 100%;
  margin-top: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  color: #d43939;
}

.mapview-card {
  max-width: 260px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
}

.mapview-card .listview-imageview {
  max-width: 100%;
  flex-basis: 100%;
}

.mapview-card .listview-imageview--figure {
  width: 100%;
}

.listview-star {
  width: 36px;
  height: 36px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.mapview-card .listview-content {
  padding: 10px;
  margin-bottom: 0;
}

.mapview-card .listview-buttons {
  margin-left: 0;
  width: 100%;
  justify-content: space-between;
}

.featured-view {
  padding: 22px 0;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .featured-view .row {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .featured-view [class^=col-] {
    margin-bottom: 15px;
    max-width: 280px;
    padding: 0 8px;
    flex: 0 0 100%;
  }
}

.featured-view-heading {
  font-size: 12px;
  margin-bottom: 20px;
  color: #CD3969;
}
@media (max-width: 767px) {
  .featured-view-heading {
    margin-bottom: 15px;
  }
}

.featured-box {
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #e5f7ff;
  border: 1px solid #a0d0f8;
}
@media (max-width: 767px) {
  .featured-box {
    justify-content: center;
  }
}

.featured-box--avatar {
  border-radius: 4px;
  width: 143px;
  height: 104px;
  overflow: hidden;
}
.featured-box--avatar img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .featured-box--avatar {
    width: 100px;
    height: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-box--avatar {
    margin-bottom: 10px;
  }
}

.featured-box--content {
  padding-left: 18px;
  flex: 1;
}
.featured-box--content h4 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #2e4c82;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .featured-box--content {
    padding-left: 10px;
  }
  .featured-box--content h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-box--content {
    padding-left: 0;
  }
  .featured-box--content h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .featured-box--content {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 12px;
    padding-left: 0;
    text-align: center;
  }
}

.featured-location {
  margin-bottom: 12px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.featured-location i {
  margin-right: 5px;
  font-size: 18px;
}
.featured-location i, .featured-location span {
  color: #666666;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .featured-location {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-location {
    margin-bottom: 4px;
  }
  .featured-location i {
    font-size: 16px;
  }
  .featured-location span {
    font-size: 13px;
  }
}

.featured-price span {
  font-size: 14px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-price span {
    font-size: 13px;
  }
}

.price-label {
  margin-right: 5px;
  color: #333333;
}

.price-code {
  font-weight: bold;
  color: #CD3969;
}

.services {
  padding: 65px 0;
  text-align: center;
  background-color: #ffffff;
}
.services h2 {
  margin-bottom: 65px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .services {
    padding: 50px 0;
  }
  .services h2 {
    margin-bottom: 50px;
  }

}
@media (min-width: 768px) and (max-width: 1023px) {
  .services {
    padding: 40px 0;
  }
  .services h2 {
    margin-bottom: 40px;
  }
  .services [class^=col-] {
    max-width: 350px;
  }
}
@media (max-width: 1023px) {
  .services .row {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 30px 0;
  }
  .services h2 {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .services .row {
    margin: 0 -8px;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .services [class^=col-] {
    max-width: 280px;
    padding: 0 8px;
  }
}

.service-card {
  padding: 15px;
  text-align: center;
  display: block;
}
.service-card h3 {
  margin-top: 32px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.service-card p {
  color: #666666;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .service-card h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service-card h3 {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .service-card {
    height: 100%;
    padding: 10px;
    padding-bottom: 30px;
    background-color: #F5F5F5;
  }
}
@media (max-width: 767px) {
  .service-card {
    margin-bottom: 20px;
  }
  .service-card h3 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .service-card p {
    font-size: 13px;
  }
}

.service-card:hover .service-circle {
  background-color: #CD3969;
}

.service-card:hover .prog {
  background-image: url("../images/ic-course.png");
}

.service-card:hover .inst {
  background-image: url("../images/ic-ins.png");
}

.service-card:hover .accom {
  background-image: url("../images/ic-acco.png");
}

.service-card:hover .guide {
  background-image: url("../images/ic-help.png");
}

.service-circle {
  width: 140px;
  height: 140px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
  border: 1px solid #CD3969;
}
@media (max-width: 767px) {
  .service-circle {
    width: 90px;
    height: 90px;
  }
}

.service-ic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-image 0.3s;
}

.prog {
  width: 58px;
  height: 58px;
  background-image: url("../images/ic-course-blue.png");
}
@media (max-width: 767px) {
  .prog {
    width: 38px;
    height: 38px;
  }
}

.inst {
  width: 58px;
  height: 58px;
  background-image: url("../images/ic-ins-blue.png");
}
@media (max-width: 767px) {
  .inst {
    width: 38px;
    height: 38px;
  }
}

.accom {
  width: 61px;
  height: 49px;
  background-image: url("../images/ic-acco-blue.png");
}
@media (max-width: 767px) {
  .accom {
    width: 31px;
    height: 34px;
  }
}

.guide {
  width: 53px;
  height: 53px;
  background-image: url("../images/ic-help-blue.png");
}
@media (max-width: 767px) {
  .guide {
    width: 33px;
    height: 33px;
  }
}

.career {
  padding: 60px 0;
  background-color: #D9D9D9;
}
.career h2 {
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .career {
    padding: 50px 0;
  }
  .career h2 {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .career {
    padding: 40px 0;
  }
  .career h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .career {
    padding: 30px 0;
  }
  .career h2 {
    margin-bottom: 25px;
  }
}

.career-slider .slick-list {
  margin: 0 -15px;
}
.career-slider .slick-slide {
  padding: 0 15px;
}
.career-slider .slick-prev {
  left: -65px;
}
.career-slider .slick-next {
  right: -65px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .career-slider .slick-prev {
    left: -35px;
  }
  .career-slider .slick-next {
    right: -35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .career-slider .slick-prev {
    left: -20px;
  }
  .career-slider .slick-next {
    right: -20px;
  }
}

.career-card {
  padding-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}

.career-avatar {
  height: 230px;
  overflow: hidden;
}
.career-avatar a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.career-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.career-content {
  padding: 20px 20px;
}
.career-content h3 {
  margin-bottom: 15px;
}
.career-content p {
  font-size: 14px;
  line-height: 1.3;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .career-content {
    padding: 14px 15px;
  }
  .career-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .career-content {
    padding: 14px 15px;
  }
  .career-content h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .career-content {
    padding: 14px 15px;
  }
  .career-content h3 {
    margin-bottom: 12px;
  }
}

.career-foot {
  padding: 20px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ebebeb;
}
.career-foot span, .career-foot a {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
@media (max-width: 767px) {
  .career-foot {
    padding: 15px;
  }
}

.career-date {
  font-size: 14px;
  flex: 1;
  color: #666666;
}

.career-link {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #CD3969;
  color: #CD3969;
}

.career-option {
  padding: 60px 0;
}

.career-wrap .career-avatar {
  height: auto;
}

.panel-main {
  padding: 40px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/accom-bg.jpg");
}
.panel-main .row {
  margin: 0;
  align-items: center;
}
.panel-main h2 {
  margin-bottom: 24px;
}
.panel-main h2, .panel-main p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .panel-main {
    padding: 20px 0;
    padding-bottom: 30px;
  }
  .panel-main h2 {
    margin-bottom: 15px;
  }
}

.panel-content {
  flex: 1;
}
@media (max-width: 767px) {
  .panel-content {
    margin-bottom: 18px;
  }
}

.panel-btn {
  max-width: 200px;
  flex-basis: 200px;
}
.panel-btn .buttons {
  min-width: 132px;
  height: 45px;
}
@media (max-width: 767px) {
  .panel-btn {
    max-width: 100%;
    flex-basis: 100%;
  }
  .panel-btn .buttons {
    min-width: 110px;
    height: 38px;
  }
}

.counter-panel-main {
  padding-top: 48px;
  padding-bottom: 65px;
  background-color: #f3f3f3;
}
.counter-panel-main h2 {
  margin-bottom: 68px;
  text-align: center;
}
.counter-panel-main [class^=col-] {
  border-right: 1px dotted #2e4c82;
}
.counter-panel-main [class^=col-]:last-child {
  border-right-color: transparent;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .counter-panel-main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .counter-panel-main h2 {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .counter-panel-main {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .counter-panel-main h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .counter-panel-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter-panel-main h2 {
    margin-bottom: 20px;
  }
  .counter-panel-main .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .counter-panel-main [class^=col-] {
    max-width: 245px;
  }
}

.counter-main {
  padding: 32px 0;
}
@media (max-width: 767px) {
  .counter-main {
    padding: 10px 0;
  }
}

.counter-text {
  height: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-text span {
  font-size: 17px;
  margin-left: 15px;
  display: inline-block;
  color: #2e4c82;
}
.counter-text i {
  font-style: normal;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .counter-text span {
    font-size: 15px;
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .counter-text {
    align-items: flex-start;
  }
  .counter-text img {
    top: 4px;
    max-width: 18px;
    position: relative;
  }
  .counter-text span {
    font-size: 15px;
    margin-left: 6px;
  }
  .counter-text i {
    display: inline-block;
  }
}

.count-number {
  font-size: 60px;
  font-weight: 500;
  margin-top: 35px;
  display: block;
  text-align: center;
  color: #CD3969;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .count-number {
    font-size: 34px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .count-number {
    font-size: 30px;
    margin-top: 8px;
  }
/*  .sm-dir-column
  {
    flex-direction: column;
  }*/
  .refer-description p
  {
    padding-right: 0;
  }
  .refer-img-sm
  {
    height: 264px;
    width: 270px;
    margin-top: 50px;

  }
  .next-direction
  {
    display: none;
  }
  .step-block
  {
    margin-bottom: 30px;
  }
.referProgram_offer p
{
  width: 100%;
  font-size: 15px;
}
.steps
{
  justify-content: center;
}
}
@media (max-width: 767px) {
  .count-number {
    font-size: 24px;
    margin-top: 8px;
  }
}

.update-panel {
  padding-top: 24px;
  padding-bottom: 135px;
  border-top: 1px solid #c6cedb;
  background-color: #ffffff;
}
.update-panel .row {
  align-items: center;
}
@media (max-width: 767px) {
  .update-panel {
    padding-bottom: 85px;
  }
}

.update-box-main {
  flex-basis: 90px;
  max-width: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .update-box-main {
    flex-basis: 70px;
    max-width: 70px;
  }
}

.update-box {
  height: 163px;
  width: 100%;
  max-width: 47px;
  border-radius: 4px;
  left: 0;
  top: 0;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2e4c82;
}
.update-box::after {
  content: "";
  border-width: 10px;
  left: 100%;
  top: 50%;
  position: absolute;
  border-style: solid;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #2e4c82;
}
.update-box span {
  width: 163px;
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #ffffff;
}
.update-box i {
  text-transform: capitalize;
  font-style: normal;
}
@media (max-width: 767px) {
  .update-box {
    height: 136px;
    max-width: 36px;
  }
  .update-box span {
    width: 136px;
  }
}

.update-main {
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px);
}
@media (max-width: 767px) {
  .update-main {
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}

.update-slider .slick-track {
  margin: 0 -14px;
}
.update-slider .slick-slide {
  padding: 0 14px;
}
.update-slider .slick-next, .update-slider .slick-prev {
  top: calc(100% + 75px);
  border-radius: 4px;
  width: 30px;
  height: 31px;
  border: 1px solid #ebebeb;
}
.update-slider .slick-prev {
  left: 50%;
  margin-left: -90px;
}
.update-slider .slick-next {
  right: 50%;
  margin-right: 20px;
}
.update-slider .slick-prev:before,
.update-slider .slick-next:before {
  content: "";
  width: 8px;
  height: 17px;
  top: 50%;
  left: 50%;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.update-slider .slick-prev:before {
  background-image: url("../images/ic-back.png");
}
.update-slider .slick-next:before {
  background-image: url("../images/ic-front.png");
}
@media (min-width: 768px) and (max-width: 1023px) {
  .update-slider .slick-next, .update-slider .slick-prev {
    top: calc(100% + 40px);
  }
}
@media (max-width: 767px) {
  .update-slider .slick-next, .update-slider .slick-prev {
    top: auto;
    bottom: -78px;
  }
  .update-slider .slick-prev {
    margin-left: -60px;
  }
  .update-slider .slick-next {
    margin-right: -15px;
  }
}

.updates {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .updates {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .updates {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.update-avatar {
  width: 96px;
  height: 70px;
  border-radius: 5px;
  margin-right: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.update-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 767px) {
  .update-avatar {
    margin-right: 0;
  }
}

.update-content {
  flex: 1;
}
.update-content span {
  font-size: 13px;
  margin-bottom: 14px;
  display: block;
  color: #666666;
}
.update-content p {
  font-size: 18px;
  margin-bottom: 15px;
  max-height: 52px;
  overflow: hidden;
  display: block;
  color: #2e4c82;
}
.update-content a {
  font-size: 14px;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #CD3969;
  color: #CD3969;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .update-content span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .update-content p {
    font-size: 14px;
    margin-bottom: 12px;
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .update-content {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .update-content span {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .update-content p {
    font-size: 14px;
    margin-bottom: 12px;
    max-height: 45px;
  }
}

.featured-main {
  padding-top: 65px;
  padding-bottom: 48px;
  text-align: center;
  background-color: #ffffff;
}
.featured-main h2 {
  margin-bottom: 85px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .featured-main {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .featured-main h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .featured-main h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .featured-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .featured-main h2 {
    margin-bottom: 20px;
  }
}

.featured-slider .slick-slide {
  padding: 0 15px;
}
.featured-slider .slick-prev {
  left: -60px;
}
.featured-slider .slick-next {
  right: -60px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .featured-slider .slick-prev {
    left: -30px;
  }
  .featured-slider .slick-next {
    right: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-slider .slick-prev {
    left: -6px;
  }
  .featured-slider .slick-next {
    right: -6px;
  }
}

.featured {
  height: 100%;
  min-height: 200px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.featured p, .featured a {
  margin-top: 15px;
  height: 45px;
  width: 100%;
  overflow: hidden;
  display: block;
  color: #333333;
}
.featured p span, .featured a span {
  display: block;
}

.feature-avatar {
  flex: 1 0 auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.feature-avatar img {
  max-height: 120px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .feature-avatar {
    min-height: 136px;
  }
  .feature-avatar img {
    max-width: 120px;
  }
}

.view-link {
  font-size: 14px;
  margin-top: 20px;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  border-bottom: 1px solid #CD3969;
  color: #CD3969;
}

.event-panel, .event-panel-inner {
  padding: 60px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-panel, .event-panel-inner {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .event-panel, .event-panel-inner {
    padding: 30px 0 40px;
  }
}

.event-panel-header {
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
}

.event-search {
  max-width: 300px;
  flex-basis: 300px;
  padding: 5px;
  background-color: #ebebeb;
}
@media (max-width: 1023px) {
  .event-search {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 15px;
  }
}

.event-category {
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.event-category li:not(:last-child) {
  margin-right: 15px;
}
.event-category a {
  font-size: 16px;
  transition: color 0.3s;
  color: #333333;
}
.event-category a:hover {
  color: #CD3969;
}
.event-category a:hover span {
  color: #CD3969;
}
.event-category span {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  transition: color 0.3s;
  color: #b7b7b7;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-category li:not(:last-child) {
    margin-right: 10px;
  }
  .event-category a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .event-category li:not(:last-child) {
    margin-right: 7px;
  }
  .event-category a {
    font-size: 12px;
  }
}

.event-cards-panel, .event-cards-inner {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-cards-panel, .event-cards-inner {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .event-cards-panel, .event-cards-inner {
    margin-top: 30px;
  }
}

.event-cards {
  font-size: 0;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 0 15px -5px rgba(102, 102, 102, 0.2);
  display: inline-block;
  vertical-align: top;
}

.event-figure {
  position: relative;
  overflow: hidden;
}
.event-figure::after {
  content: "";
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: top 0.8s;
  background-color: rgba(205, 57, 105, 0.7);
}
.event-figure:hover::after {
  top: 0;
}
.event-figure:hover .event-title {
  color: #CD3969;
}
.event-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-content {
  z-index: 1;
  font-size: 1rem;
  padding: 15px;
  position: relative;
  background-color: #ffffff;
}

.event-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: color 0.3s;
  color: #2e4c82;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .event-title {
    font-size: 15px;
  }
}

.event-title + .event-figure {
  margin-top: 20px;
}

.event-date, .event-author {
  margin-bottom: 20px;
  display: block;
  color: #999999;
}

.event-para {
  margin-bottom: 30px;
  color: #999999;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-para {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .event-para {
    margin-bottom: 15px;
  }
}

.event-cards-inner {
  padding: 10px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.event-cards-inner .event-cards {
  margin-bottom: 10px;
  box-shadow: none;
}

.eventslider .slick-next, .eventslider .slick-prev {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.7);
}
.eventslider .slick-prev {
  left: 45px;
}
.eventslider .slick-next {
  right: 45px;
}
.eventslider .slick-prev:before,
.eventslider .slick-next:before {
  content: "";
  width: 14px;
  height: 26px;
  top: 50%;
  left: 50%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.eventslider .slick-prev:before {
  background-image: url("../images/ic-prev.png");
}
.eventslider .slick-next:before {
  background-image: url("../images/ic-next.png");
}
.eventslider .slick-list {
  height: 100%;
}
.eventslider .event-figure {
  height: 600px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eventslider .slick-prev {
    left: 20px;
  }
  .eventslider .slick-next {
    right: 20px;
  }
  .eventslider .event-figure {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .eventslider .slick-next, .eventslider .slick-prev {
    width: 30px;
    height: 30px;
  }
  .eventslider .slick-prev:before,
.eventslider .slick-next:before {
    width: 10px;
    height: 18px;
  }
  .eventslider .slick-prev {
    left: 15px;
  }
  .eventslider .slick-next {
    right: 15px;
  }
  .eventslider .event-figure {
    height: 350px;
  }
}

.event-thumb {
  margin: 0 -5px;
  margin-bottom: 30px;
}
.event-thumb .slick-slide {
  padding: 0 5px;
}
.event-thumb .event-figure {
  height: 180px;
}
.event-thumb .event-para {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-thumb {
    margin-bottom: 20px;
  }
  .event-thumb .event-figure {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .event-thumb {
    margin-bottom: 15px;
  }
  .event-thumb .event-figure {
    height: 90px;
  }
}

.events-inner-foot {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.events-inner-foot .event-author {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .events-inner-foot .event-author {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 8px;
  }
}

.event-social {
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.event-social li {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  margin-right: 8px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #CD3969;
}
.event-social a {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  color: #ffffff;
}

.event-comment-form {
  margin-top: 40px;
  padding: 10px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.event-comment-form h2 {
  margin-bottom: 50px;
  color: #2e4c82;
}
.event-comment-form .buttons {
  min-width: 140px;
}
@media (max-width: 767px) {
  .event-comment-form {
    margin-top: 30px;
  }
  .event-comment-form h2 {
    margin-bottom: 30px;
  }
  .event-comment-form .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.seprator {
  margin: 36px 0;
  margin-top: 34px;
  padding: 2px 0;
  border-bottom: 2px solid #CD3969;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .seprator {
    margin: 34px 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .seprator {
    margin: 30px 0;
    margin-top: 28px;
  }
}

.comments {
  padding: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.com-title {
  margin-bottom: 40px;
  font-size: 30px;
  text-transform: capitalize;
  color: #2e4c82;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .com-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .com-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.comment-head {
  margin-bottom: 6px;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.comment-head h4 {
  flex: 1;
  color: #333333;
}
.comment-head span {
  text-align: right;
  color: #666666;
}

.comment-box {
  margin-bottom: 30px;
}
.comment-box p {
  line-height: 1.4;
}

.aside-right {
  padding-top: 10px;
}

.side-title-bar {
  padding: 12px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e4c82;
}
.side-title-bar svg {
  fill: #ffffff;
}
.side-title-bar svg + h4 {
  margin-left: 18px;
}
.side-title-bar h4 {
  margin-bottom: 0;
  color: #ffffff;
}

.amenities-block {
  padding: 30px 15px 10px;
  background-color: #F5F5F5;
}
.amenities-block h4 {
  font-size: 17px;
  margin-bottom: 34px;
  color: #333333;
}

.amenities {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.amenities:not(:last-child) {
  padding-bottom: 34px;
  border-bottom: 1px solid #adb7c2;
}

.amenities-avatar {
  width: 66px;
  height: 66px;
  border-radius: 4px;
  overflow: hidden;
}
.amenities-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.amenities-avatar + .amenities-content {
  padding-left: 14px;
}

.amenities-content {
  flex: 1;
}
.amenities-content h6, .amenities-content .am-title {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  color: #2e4c82;
}
.amenities-content p {
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
}

.banner {
  padding: 50px 0;
  min-height: 200px;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-panel {
  z-index: 1;
  position: relative;
}

.banner-content {
  padding: 0 15px;
  max-width: 800px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-content {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    max-width: 100%;
  }
}

.banner-avatar {
  margin-bottom: 12px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #ebebeb;
  background-color: #ffffff;
}
.banner-avatar img {
  max-width: 100%;
  max-height: 100%;
}

.banner-heading {
  line-height: 1;
  font-size: 28px;
  margin-bottom: 15px;
  color: inherit;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-heading {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .banner-heading {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
  }
}

.banner-text {
  color: #ffffff;
}
.banner-text + .featured-location {
  margin-left: 12px;
}
.banner-text + .featured-location span {
  color: #B7B7B7;
}
@media (max-width: 767px) {
  .banner-text {
    font-size: 13px;
    text-align: center;
  }
}

.banner-text__small {
  font-size: 12px;
  text-transform: uppercase;
}
.banner-text__small + h1 {
  margin-top: 18px;
}

.banner-buttons {
  margin-top: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.banner-buttons .buttons {
  margin: 0 10px;
  font-size: 16px;
  min-width: 132px;
}
@media (max-width: 767px) {
  .banner-buttons .buttons {
    font-size: 14px;
    min-width: 100px;
    margin: 0 5px;
    height: 40px;
  }
}

.banner-tags {
  margin-top: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-tag {
  min-width: 113px;
  height: 33px;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 300;
  margin: 0 5px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .banner-tag {
    flex-basis: 100%;
    flex-grow: 1;
    margin: 5px;
  }
}

.page-gallery {
  padding: 60px 0;
  min-height: 700px;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-gallery {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .page-gallery {
    padding: 30px 0 40px;
  }
}

.back-link {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-transform: capitalize;
  color: #333333;
}
.back-link:hover {
  color: #CD3969;
}

.gallery-categories {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gallery-categories li {
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  transition: border 0.3s;
}
.gallery-categories li.active, .gallery-categories li:hover {
  border-bottom-color: #CD3969;
}
.gallery-categories li:not(:last-child) {
  margin-right: 20px;
}
.gallery-categories li.active a,
.gallery-categories li:hover a {
  color: #CD3969;
}
.gallery-categories a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  color: #333333;
  transition: color 0.3s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-categories {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .gallery-categories li {
    padding-bottom: 4px;
  }
  .gallery-categories li:not(:last-child) {
    margin-right: 15px;
  }
  .gallery-categories a {
    font-size: 14px;
  }
}

.gallery-grid {
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-grid {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    padding-top: 30px;
  }
}

.gallery {
  height: 100%;
  margin-bottom: 30px;
}

.gallery-pic {
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery-pic::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: transparent;
  transition: background-color 0.3s;
}
.gallery-pic:hover::after {
  background-color: rgba(205, 57, 105, 0.8);
}
.gallery-pic:hover img {
  transform: scale(1.2);
}
.gallery-pic:hover .ic-plus {
  top: calc(100% - 50px);
  transform: rotate(180deg);
}
.gallery-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}

.ic-plus {
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 100%;
  right: 15px;
  position: absolute;
  transition: transform 0.3s, top 0.3s;
}
.ic-plus::before, .ic-plus::after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  background-color: #ffffff;
}
.ic-plus::after {
  transform: rotate(90deg);
}

.gallery-info {
  margin-top: 15px;
}
.gallery-info a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.gallery-info--title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  transition: color 0.3s;
}
.gallery-info--title:hover {
  color: #CD3969;
}

.gallery-info--cate {
  font-size: 14px;
  color: #adb7c2;
}

.gallery-list .gallery-pic {
  height: auto;
}

.contact-us {
  padding: 60px 0;
}
.contact-us .buttons {
  min-width: 130px;
}
@media (max-width: 767px) {
  .contact-us .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.forum-panel {
  padding: 15px;
  padding-bottom: 100px;
  margin-top: 30px;
  background-color: #ffffff;
}
.forum-panel h2 {
  color: #2e4c82;
}

.forum-top {
  margin-bottom: 30px;
  align-items: center;
}

.forum-utility {
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.forum-utility .buttons {
  width: 130px;
  height: 38px;
  margin-right: 30px;
}
.forum-utility .toolbar {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .forum-utility {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 15px;
    justify-content: flex-start;
  }
  .forum-utility .buttons {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .forum-utility {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 15px;
    justify-content: flex-start;
  }
  .forum-utility .buttons {
    font-size: 12px;
    height: 30px;
    margin-right: 12px;
    padding: 0 8px;
    margin-bottom: 6px;
    width: 102px;
  }
  .forum-utility .toolbar {
    max-width: 200px;
    flex-basis: 200px;
    margin-bottom: 6px;
  }
}

.forum-data {
  overflow-y: hidden;
  overflow-x: auto;
}
.forum-data table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.forum-data tr:hover td {
  background-color: #fff1f6;
}
.forum-data th, .forum-data td {
  white-space: nowrap;
}
.forum-data td {
  padding: 28px 15px;
  vertical-align: top;
  border-bottom: 1px solid #B7B7B7;
  transition: background-color 0.3s;
}
.forum-data p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}

.forum-data-head th {
  font-size: 18px;
  padding: 15px;
  text-align: left;
  color: #333333;
  background-color: #eff5ff;
  border-bottom: 1px solid #B7B7B7;
}

.General-check {
  padding-left: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #666666;
}
.General-check input {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  opacity: 0;
  left: 0;
  top: 4px;
  position: absolute;
}
.General-check input:checked ~ span {
  background-color: #CD3969;
}
.General-check span {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  left: 0;
  top: 6px;
  position: absolute;
  background-color: transparent;
  border: 1px solid #CD3969;
  transition: background-color 0.3s;
}

.tag {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.tag-blue {
  background-color: #6190e8;
}

.tag-green {
  background-color: #7cc576;
}

.tag-orange {
  background-color: #f7ac82;
}

.thanks {
  padding: 30px 0;
}

.thanks-panel {
  padding: 20px 0;
  padding-bottom: 60px;
  border-radius: 2px;
  text-align: center;
  background-color: #ffffff;
}

.thanks-top {
  margin-bottom: 40px;
}

.thanks-circle {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #34cc67;
}
.thanks-circle i {
  font-size: 50px;
  color: #ffffff;
}

.thanks-text {
  margin-top: 20px;
  margin-bottom: 8px;
}
.thanks-text p {
  font-size: 26px;
  font-weight: 600;
  color: #359965;
}

.thanks-text--small p {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
}

.thanks-bottom {
  padding: 0 90px;
  text-align: left;
}
.thanks-bottom .cart-programme-title {
  margin-bottom: 20px;
}

.total-footer {
  padding-top: 12px;
  border-top: 1px solid #ccc;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.total-footer span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #2e4c82;
}
.total-footer p {
  font-size: 20px;
  font-weight: bold;
  color: #CD3969;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .thanks-panel {
    padding: 20px 0;
    padding-bottom: 30px;
  }

  .thanks-top {
    margin-bottom: 20px;
  }

  .thanks-circle {
    width: 45px;
    height: 45px;
  }
  .thanks-circle i {
    font-size: 30px;
  }

  .thanks-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .thanks-text p {
    font-size: 18px;
  }

  .thanks-text--small p {
    font-size: 16px;
  }

  .thanks-bottom {
    padding: 0 15px;
  }
  .thanks-bottom .cart-programme-title {
    margin-bottom: 10px;
  }

  .total-footer {
    padding-top: 12px;
  }
  .total-footer span {
    font-size: 14px;
  }
  .total-footer p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .thanks-panel {
    padding: 20px 0;
    padding-bottom: 30px;
  }

  .thanks-top {
    margin-bottom: 20px;
  }

  .thanks-circle {
    width: 45px;
    height: 45px;
  }
  .thanks-circle i {
    font-size: 30px;
  }

  .thanks-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .thanks-text p {
    font-size: 18px;
  }

  .thanks-text--small p {
    font-size: 16px;
  }

  .thanks-bottom {
    padding: 0 15px;
  }
  .thanks-bottom .cart-programme-title {
    margin-bottom: 10px;
  }

  .total-footer {
    padding-top: 12px;
  }
  .total-footer span {
    font-size: 14px;
    margin-bottom: 8px;
    width: 100%;
  }
  .total-footer p {
    font-size: 14px;
    width: 100%;
  }
}
.hb-search {
  display: none;
}
.hb-search.active {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.hero-bottom-content {
  max-width: 700px;
}
.hero-bottom-content .program-input form input::placeholder {
  color: rgba(84, 84, 84, 0.5);
}

.banner-section {
  background: url(../img/home-banner.jpg) right top no-repeat #fff;
}

.mobile-count-section {
  padding-top: 38px;
  padding-bottom: 38px;
}

.counter-row .counter-image img {
  width: 55px;
}
.counter-row .counter-num {
  text-shadow: 0px 3px 6px #00000029;
}
.counter-row .counter-caption {
  text-shadow: 0px 3px 6px #00000029;
}
.counter-row > div:first-child .counter-col {
  border: none !important;
}

.carrer-col {
  margin-bottom: 20px;
}
.carrer-col .carrer-icon {
  font-size: 60px;
}
.carrer-col .carrer-option-name {
  height: 60px;
  line-height: 22px;
  padding: 0 15px;
}
.carrer-col:hover {
  background-color: #CD3969;
  color: #fff;
}
.carrer-col:hover *,
.carrer-col:hover .carrer-icon span,
.carrer-col:hover *::before {
  color: #fff !important;
}

.ViewControls a {
  position: relative;
}
.ViewControls a:after {
  content: "";
}

.content-overlay {
  position: absolute;
  left: 0;
  padding-top: 13%;
  height: 100%;
}

.free-career-image img {
  max-width: 174px;
}

.assessment-content .free-career-image {
  margin-left: -30px;
}
.assessment-content .assessment-heading {
  font-size: 34px;
}
.assessment-content .assessment-text {
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
}

.institutions-logo {
  margin-top: -44px;
}
.institutions-logo figure {
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.institutions-logo figure img {
  width: 100%;
  height: 100%;
}

.rating-col {
  color: #ffbb00;
}

.ImageEffect:after {
  content: "";
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 10%;
  background: transparent linear-gradient(180deg, #ffffff00 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.career-guidance-heading {
  margin-top: 25px;
}

.carrer-img {
  padding: 25px 0 0 25px;
}
.carrer-img::after {
  content: "";
  width: 38%;
  height: 50%;
  background: #CD3969;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  z-index: 1;
}

.blog-post-card {
  margin-bottom: 22px;
}

.post-head .post-date {
  min-width: 50px;
  height: 59px;
  line-height: 22px;
  padding: 1px 0 0 0;
}

.slide-row-1 {
  max-height: 80px;
}

.slide-row-2 {
  height: 57px;
}

.whishlist-icon {
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
}

.apartment-cat {
  left: 25px;
  top: 32px;
}

.triangle-with-shadow.triangle-right {
  width: 18px;
  height: 36px;
  position: absolute;
  overflow: hidden;
  right: -5px;
  top: 47px;
  z-index: 8;
  /* background: red; */
}
.triangle-with-shadow.triangle-right::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(-49deg);
  top: 7px;
  left: -8px;
  border: 2px solid red;
}

.ViewAll-Hostels-btn {
  max-width: 70%;
  padding-left: 70px;
  margin-top: -41px;
}

/*Media Query Start*/
@media (max-width: 1400px) {
  .assessment-content .free-career-image img {
    max-width: 160px;
  }
  .assessment-content .assessment-heading {
    font-size: 32px;
  }
  .assessment-content .assessment-text {
    max-width: inherit;
  }

  .post-card-text {
    font-size: 13px;
  }

  .blog-post-card {
    margin-bottom: 16px;
  }

  .post-image-col {
    max-width: 156px;
  }

  .post-head .post-date {
    height: 55px;
  }

  .post-card-title.font-22px {
    font-size: 18px !important;
  }

  .vertical-SlickSlider.vertical-SlickSlider-1 .banner-slider .slider.slider-for, .ViewAll-Hostels-btn {
    padding-left: 40px;
  }

  .slide-row-1 {
    max-height: 83px;
    height: 83px;
  }
}
@media (min-width: 991px) {
  .mobile-career-section .container {
    padding-top: 24px;
  }
}
.mobile-career-section .container .red-underline {
  height: 4px;
}
.mobile-career-section .container #JiungeCareerRow {
  padding-top: 7px;
}

.line-height-30px {
  line-height: 30px !important;
}

/* Auto Complete CSS */
.ui-widget-content.ui-autocomplete {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #ffffff;
  box-shadow: 0px 7px 14px -7px rgba(50, 50, 50, 0.25);
}
.ui-widget-content.ui-autocomplete li.ui-menu-item {
  padding: 4px 15px !important;
}
.ui-widget-content.ui-autocomplete li.ui-menu-item:hover {
  color: #CD3969;
  background: none;
}

.home-blog-list .post-head {
  flex-direction: column-reverse;
  align-items: flex-start !important;
}
.home-blog-list .post-head .post-date {
  flex: 1;
  display: flex !important;
  background: none !important;
  color: #CD3969 !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 10px;
}
.home-blog-list .post-head .post-date .d-block {
  padding: 0 3px;
}
.home-blog-list .post-head .post-date > div {
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  color: #CD3969 !important;
}

.related-programmes-container .slick-common-slider.slick-common-slider-2 {
  padding: 0;
}
.related-programmes-container .slick-common-slider.slick-common-slider-2 .slick-list.draggable {
  margin: 0 -10px;
}
.related-programmes-container .slick-common-slider.slick-common-slider-2 .slick-track {
  width: 100% !important;
}

.flex-grow-1.DescriptionCoulm {
  font: 14px/21px "product_sansregular" !important;
}
.flex-grow-1.DescriptionCoulm * {
  font: 14px/21px "product_sansregular" !important;
}
.flex-grow-1.DescriptionCoulm * strong,
.flex-grow-1.DescriptionCoulm * b {
  font: 14px/21px "product_sans_mediumregular" !important;
}
.flex-grow-1.DescriptionCoulm strong,
.flex-grow-1.DescriptionCoulm b {
  font: 14px/21px "product_sans_mediumregular" !important;
}

#IntakesSlick .slick-common-slider.slick-common-slider-2 {
  padding: 0;
}
#IntakesSlick .slick-common-slider.slick-common-slider-2 .slick-list.draggable {
  margin: 0 -10px;
}
#IntakesSlick .slick-common-slider.slick-common-slider-2 .slick-track {
  width: 100% !important;
}

.institution-btn-list {
  padding-left: 95px;
}

/**/
/*# sourceMappingURL=slick.min.css.map */
/*Base*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
	Code formatting
*/
pre code {
  display: block;
  color: #000;
  background: #F3F3F3;
  font-family: "Consolas", "Menlo", "DejaVu Sans Mono", monospace;
}

pre .subst,
pre .title {
  font-weight: normal;
  color: #000;
}

pre .comment {
  color: #535353;
  font-style: italic;
}

pre .doctype {
  color: #535353;
}

pre .tag {
  background: #F3F3F3;
}

pre .tag .title,
pre .id,
pre .attr_selector,
pre .pseudo,
pre .literal,
pre .keyword,
pre .hexcolor,
pre .css .function,
pre .ini .title,
pre .css .class,
pre .list .title,
pre .tex .command {
  font-weight: normal;
  color: #FF0C64;
}

pre .attribute,
pre .rules .keyword,
pre .number,
pre .date {
  font-weight: normal;
  color: #008CFF;
}

pre .number {
  font-weight: normal;
}

pre .string,
pre .value,
pre .filter .argument,
pre .css .function .params {
  color: #008900;
  font-weight: normal;
}

/*Mixins*/
/* TYPOGRAPHY */
.fontRegular {
  font-family: "product_sansregular";
}

.fontMedium {
  font-family: "product_sans_mediumregular";
}

.fontmediumitalic {
  font-family: "product_sans_mediumitalic";
}

.fontBold {
  font-family: "product_sansbold";
}

.fontBoldItalic {
  font-family: "product_sansbold_italic";
}

.fontLight, .signup-government .form-control::placeholder, .signup-government .form-control {
  font-family: "product_sans_lightregular";
}

.fontBlack {
  font-family: "product_sans_blackregular";
}

.font-8px {
  font-size: 8px !important;
}

.font-9px {
  font-size: 9px !important;
}

.font-10px {
  font-size: 10px !important;
}

.font-11px {
  font-size: 11px !important;
}

.font-12px {
  font-size: 12px !important;
}

.font-13px {
  font-size: 13px !important;
}

.font-14px, .page-go-back {
  font-size: 14px !important;
}

.font-16px, .blog-post-lg__details-desc ul li, .blog-post-lg__details-desc p {
  font-size: 16px !important;
}

.font-18px, .signup-government .form-control::placeholder, .signup-government .form-control, .blog-sidebar .browse-by-month ul li a, .blog-post-lg__details-desc ul li a {
  font-size: 18px !important;
}

.font-20px, .signup-verify__desc {
  font-size: 20px !important;
}

.font-22px {
  font-size: 22px !important;
}

.font-24px, .blog-sidebar__grey-box--title, .blog-latest__section-title, .blog-post-lg__details-desc h2 {
  font-size: 24px !important;
}

.font-32px {
  font-size: 32px !important;
}

.font-34px {
  font-size: 34px !important;
}

.font-36px {
  font-size: 36px !important;
  line-height: 40px;
}

/**/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  display: block;
}

h1 {
  font-size: 40px;
  font-family: "product_sansbold";
}

.h1 {
  font-size: 28px;
}

h2 {
  font-size: 30px;
}
h2 span {
  display: block;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

/*Utilities*/
/*background*/
.bg-cover {
  background-size: cover;
}

.bg-primary {
  background-color: #CD3969 !important;
}

.bg-blue {
  background-color: #2e4c82 !important;
}

.bg-light-blue {
  background-color: #E8F0FF !important;
}

.bg-light {
  background-color: #F5F5F5 !important;
}

.bg-none {
  background: none;
}

.bg-gredient-grey {
  background: transparent linear-gradient(180deg, #ECECEC 0%, #D9E0E9 100%) 0% 0% no-repeat padding-box;
}

/*Text*/
.text-default {
  color: #333333 !important;
}

.text-muted {
  color: #757575 !important;
}

.text-danger {
  color: #CD3969 !important;
}

.text-secondary {
  color: #2E4C82 !important;
}
.text-secondary::before {
  color: #2E4C82 !important;
}

.text-primary {
  color: #CD3969 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-grey {
  color: #757575 !important;
}

.text-grey-light {
  color: #B7B7B7 !important;
}

.text-white-fade {
  color: #D9D9D9 !important;
}

.text-yellow {
  color: #ed8a19 !important;
}

/*Border*/
.border-blue {
  border-color: #2E4C82 !important;
}

.border-primary {
  border-color: #CD3969 !important;
}

.border-grey {
  border-color: #666666 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-24 {
  line-height: 24px;
}

/*Z-Index Start*/
.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

/*Z-Index End*/
.link-primary {
  color: #CD3969;
}
.link-primary:hover {
  color: #2E4C82 !important;
}

.link-secondary {
  color: #2E4C82;
}
.link-secondary:hover {
  color: #CD3969 !important;
}

.max-w-940 {
  max-width: 940px;
}

.max-w-720 {
  max-width: 720px;
}

.max-w-630 {
  max-width: 630px;
}

.max-w-500 {
  max-width: 500px;
}

.min-h-400px {
  min-height: 400px;
}

.opacity-1 {
  opacity: 1 !important;
}

.fill-primary {
  fill: #CD3969;
}

.fill-grey {
  fill: #757575;
}

.fill-white {
  fill: #ffffff;
}

.top--1 {
  top: -1px;
}

.top--2 {
  top: -2px;
}

.top--3 {
  top: -3px;
}

.top--4 {
  top: -4px;
}

.top--5 {
  top: -5px;
}

.valign-top {
  vertical-align: top;
}

/*Module*/
.stepNum::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 2px;
  background: #CD3969;
  width: 100%;
  z-index: 0;
}

button:focus-visible {
  outline: 0px !important;
  outline: -webkit-focus-ring-color auto 0px !important;
}
button.btn-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #CD3969 !important;
}
button.btn-white-50:hover {
  background-color: #CD3969 !important;
  color: #ffffff !important;
}

.btn-max-212 {
  max-width: 212px;
}

.buttons {
  height: 40px;
  line-height: 1;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.3s;
  outline: none !important;
  box-shadow: none !important;
}
.buttons.buttons-xl {
  height: 47px;
}
.buttons.buttons-lg {
  height: 45px;
}
.buttons.button-white {
  background-color: #fff;
}
.buttons.button-white:hover {
  background-color: #CD3969 !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}
.buttons.button-white:hover .text-primary {
  color: #ffffff !important;
}
.buttons.button-hover-blue:hover {
  background-color: #2E4C82 !important;
  color: #ffffff !important;
}
.buttons.buttons-sm {
  height: 32px;
}
.buttons.btn-secondary {
  background-color: #2E4C82;
  color: #ffffff !important;
}
.buttons.btn-secondary:hover {
  background-color: #CD3969;
  border-color: #CD3969;
}
.buttons.btn-36px {
  width: 36px;
  height: 36px;
}
.buttons.btn-60px {
  height: 60px;
}
.buttons.btn-93px {
  height: 93px;
}
.buttons.btn-h-54px {
  height: 54px;
}
.buttons.btn-h-50px {
  height: 50px;
}

.btn-outline {
  height: 40px;
  border: 1px solid #CD3969;
  color: #CD3969;
}
.btn-outline:hover {
  color: #ffffff !important;
  background-color: #CD3969;
  border-color: #CD3969;
}
.btn-outline:hover .shape-circle {
  background-color: #ffffff !important;
  color: #CD3969 !important;
}
.btn-outline.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline.btn-outline-white:hover {
  color: #ffffff !important;
  border-color: #CD3969;
}

.btn-outline.active {
    color: #ffffff !important;
    background-color: #CD3969;
    border-color: #CD3969;
}
.btn-outline.active i {
    color: #ffffff !important;
}
.btn-outline.btn-outline-secondary {
  border-color: #2E4C82;
  color: #2E4C82;
}
.btn-outline.btn-outline-secondary:hover {
  background-color: #2E4C82;
  border-color: #2E4C82;
  color: #ffffff;
}

.btn-primary {
  color: #ffffff;
  background-color: #CD3969;
  border-color: #CD3969;
}
.btn-primary:hover {
  background-color: #ea5284;
  border-color: #CD3969;
  color: #ffffff !important;
}

.btn-secondary {
  color: #2e4c82;
  background-color: #ffffff;
}
.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.btn-gery {
  color: #ffffff;
  background-color: #9B9A9A;
}
.btn-gery:hover {
  background-color: rgba(155, 154, 154, 0.9);
}

.btn-blue {
  color: #ffffff;
  background-color: #2e4c82;
}
.btn-blue:hover {
  background-color: #476bad;
}

.btn-blue-outline {
  height: 32px;
  border: 1px solid #2e4c82;
  color: #2e4c82;
}

.btn-44px {
  height: 44px;
}

@media (max-width: 1200px) {
  .buttons.buttons-xl:not(.TopSearchForm .buttons.buttons-xl) {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .buttons-sm-36px {
    height: 36px !important;
  }
}
.animate {
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
    top: 10px;
  }
  100% {
    margin-top: -3px;
    opacity: 1;
    top: 0px;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

::-webkit-input-placeholder {
  color: #757575 !important;
}

:-ms-input-placeholder {
  color: #757575 !important;
}

::placeholder {
  color: #757575 !important;
}

.form-select {
  background-size: 14px;
}

button {
  box-shadow: none !important;
}

.textarea-default {
  height: 117px;
}

.radio-text {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  color: #999999;
}
@media (max-width: 767px) {
  .radio-text {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}

.form-radiobox {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  position: relative;
  align-items: center;
  color: #999;
}
.form-radiobox:not(:last-child) {
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-radiobox:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .form-radiobox {
    font-size: 13px;
  }
  .form-radiobox:not(:last-child) {
    margin-right: 10px;
  }
}

.form-radiobox--label {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.form-radiobox--input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.form-radiobox--input:checked ~ .form-radiobox--control::after {
  opacity: 1;
}

.form-control-xl {
  height: 46px;
}

.form-control-xxl {
  height: 60px;
}

.form-radiobox--control {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 1px solid #d2d2d2;
  transition-property: border-color;
  transition-duration: 0.3s;
}
.form-radiobox--control::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  margin: auto;
  position: absolute;
  background-color: #CD3969;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .form-radiobox--control {
    width: 20px;
    height: 20px;
  }
  .form-radiobox--control::after {
    width: 10px;
    height: 10px;
  }
}

.form-radiobox--text {
  line-height: 1;
  margin-left: 10px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .form-radiobox--text {
    margin-left: 6px;
  }
}

.form-switch .form-check-input {
  width: 46px;
  box-shadow: none;
  cursor: pointer;
  height: 27px;
  background-size: 34px;
  background-position: left -4px top -4px;
}
.form-switch .form-check-input:checked {
  background-image: url(../img/active-switch.svg);
  background-color: #ffffff;
  border-color: #CD3969;
  background-position: right -4px top -4px;
}

.form-check-custome .form-check-input,
.form-check-custome .form-check-input:focus {
  box-shadow: 0px 0px 0px 2px #fff inset;
}
.form-check-custome .form-check-input:checked {
  background-color: #cd3969;
  border-color: #cd3969;
  box-shadow: none;
  box-shadow: 0px 0px 0px 1.5px #fff inset;
  background-image: none !important;
  border-radius: 2px;
}
.form-check-custome .form-check-input[type=checkbox] {
  border-radius: 2px;
}
.form-check-custome.form-check-24px .form-check-input {
  width: 24px;
  height: 24px;
}
.form-check-custome.form-check-24px .form-check-input:checked {
  box-shadow: 0px 0px 0px 3px #fff inset;
}

.sort-by-text {
  width: 100px;
}

.view-form-box select {
  width: 70px;
}

.range-slider-custom .slider.slider-horizontal {
  width: calc(100% - 35px);
}
.range-slider-custom .slider.slider-horizontal .slider-track {
  height: 2px;
  margin-top: -5px;
  background: #d9d9d9;
}
.range-slider-custom .slider-handle,
.range-slider-custom .slider-selection {
  background: #CD3969;
}
.range-slider-custom .slider-handle {
  width: 13px;
  height: 13px;
}
.range-slider-custom .tooltip-inner {
  background: none;
  color: #CD3969;
  opacity: 1;
  padding: 0px;
  margin-top: 10px;
  font-family: "product_sans_mediumregular";
}
.range-slider-custom .tooltip.show {
  opacity: 1;
}
.range-slider-custom .tooltip-main {
  opacity: 1;
}

.select2-selection {
  border: 1px solid #dee2e6 !important;
  border-radius: 0px;
  font-size: 14px;
  height: 40px;
  font-size: 13px;
}

.no-search .select2-search {
  display: none;
}

.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.select2-container {
  font-size: 13px;
}

.select2-170 .select2-container {
  max-width: 170px;
}

.border-0 .select2-selection {
  border-color: #ced4da;
}

.form-select-outer select {
  width: 250px;
}

.select2-dropdown {
  border: 1px solid #ced4da !important;
}

.select2-dropdown .select2-results__option {
  padding: 5px 15px;
  color: #757575;
}

.form-select-100px {
  width: 100px;
}
.form-select-100px .select2-container {
  width: 100% !important;
}
.form-select-100px .select2-selection__rendered {
  text-align: left;
}
.form-select-100px .select2-selection {
  border: none !important;
}

.form-select-outer-xxl .select2-container .select2-selection--single {
  height: 58px;
}
.form-select-outer-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
}
.form-select-outer-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 5px;
}

@media (max-width: 576px) {
  .form-control-xxl {
    height: 50px;
  }

  .form-select-outer-xxl .select2-container .select2-selection--single {
    height: 48px;
  }
  .form-select-outer-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }
  .form-select-outer-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
  }
}
@media (max-width: 1200px) {
  .form-control-xl {
    height: 40px;
  }
}
.list.dots li {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.list.dots li::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  position: absolute;
  background-color: #2e4c82;
}
.list.dots.dots-red li::after {
  background-color: #CD3969;
}
.list.dots.dots-grey li {
  margin-bottom: 3px;
  padding-left: 15px;
}
.list.dots.dots-grey li::after {
  background-color: #666666;
  width: 5px;
  height: 5px;
}
@media (max-width: 767px) {
  .list.dots li {
    padding-left: 12px;
  }
}

.list-inline-devider li {
  display: inline-block;
}
.list-inline-devider li::before {
  content: "|";
  margin: 0 5px;
}
.list-inline-devider li:first-child::before {
  display: none;
}

.app-tabs .nav-link {
  padding: 30px 50px 10px;
  text-transform: uppercase;
  color: #2E4C82;
}
.app-tabs .nav-pills .nav-link {
  font-family: "product_sansregular";
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 4px solid transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  margin-right: 1px;
}
.app-tabs .nav-pills .nav-link.active,
.app-tabs .nav-pills .show > .nav-link,
.app-tabs .nav-pills .nav-link:hover {
  background: none;
  color: #CD3969;
  border-bottom-color: #CD3969;
}
@media (max-width: 767px) {
  .app-tabs .nav-link {
    padding: 20px 10px 10px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .app-tabs .nav-link {
    padding: 20px 0px 10px;
  }
}
.modal-dialog {
  padding: 0 15px;
}
.modal-dialog.modal-dialog-870 {
  max-width: 870px;
}
.modal-dialog.modal-dialog-670 {
  max-width: 670px;
}

.modal-header .btn-close {
  width: 38px;
  height: 38px;
  border: 1px solid #707070;
  padding: 0;
  border-radius: 50%;
  top: -10px;
  background: #fff;
  opacity: 1;
  color: #333;
}
.modal-header.modal-header-h-176 {
  height: 176px;
}

.close-btn-2 {
  right: 20px;
  top: 15px;
}

.modal-header-v1 {
  margin-bottom: 30px !important;
}
.modal-header-v1 h3 {
  position: relative;
  top: 45px;
}

.site-accordion-container .accordion-button {
  color: #2E4C82;
  font-family: "product_sans_mediumregular";
  padding-left: 0px;
  padding-right: 50px;
}
.site-accordion-container .accordion-button::after {
  transform: none !important;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
  margin-right: -45px;
  font-size: 13px;
  width: auto;
}
.site-accordion-container .accordion-button:not(.collapsed) {
  color: #CD3969;
  background-color: transparent;
  box-shadow: none;
}
.site-accordion-container .accordion-button:not(.collapsed)::after {
  content: "";
}
.site-accordion-container .accordion-item {
  border: none;
}
.site-accordion-container .accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.datepick {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.datepick .buttons {
  font-size: 18px;
  flex-basis: 220px;
  max-width: 220px;
  margin-left: 20px;
  height: 60px;
}
@media (max-width: 767px) {
  .datepick .buttons {
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
    height: 50px;
    flex-basis: 180px;
    max-width: 180px;
  }
}

.datepicker {
  padding: 0 20px;
  height: 60px;
  width: 100%;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  color: #666666;
  border-radius: 3px;
  background-color: #ffffff;
}
.datepicker .fa-angle-down {
  font-size: 20px;
}
.datepicker input {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: none;
  color: #666666;
}
.datepicker input::-webkit-input-placeholder {
  color: #666666;
}
.datepicker input::-moz-placeholder {
  color: #666666;
}
.datepicker input:-ms-input-placeholder {
  color: #666666;
}
.datepicker input:-moz-placeholder {
  color: #666666;
}
@media (max-width: 767px) {
  .datepicker {
    height: 50px;
    padding: 0 15px;
    flex: 0 0 100%;
  }
}

.ui-datepicker {
  padding: 5px;
  z-index: 99 !important;
  background-color: #ffffff;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  border: 1px solid #CD3969;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.timepicker {
  top: 100% !important;
  left: 0 !important;
  background-color: #F2F2F2;
  position: absolute;
  color: #8C8C8C;
  border: 1px solid #B5B5B5;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  z-index: 2147483647;
}

.timepicker .clock {
  width: 200px;
  height: 200px;
  position: relative;
  padding: 5px;
}

.timepicker .done {
  cursor: pointer;
  text-align: center;
  text-wrap: nowrap;
  line-height: 34px;
  font-size: 14px;
  margin-top: 8px;
  display: block;
  color: #ffffff;
  background-color: #CD3969;
  border-top: 1px solid #CD3969;
}

.timepicker .done:hover {
  background-color: #ea5284;
}

.timepicker .meridiem {
  position: absolute;
  bottom: 5px;
  width: 32px;
  height: 32px;
  background-color: white;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.timepicker .meridiem.selected {
  background-color: #D6F0F9;
  color: #6D828C;
}

.timepicker .meridiem.am {
  left: 5px;
}

.timepicker .meridiem.pm {
  right: 5px;
}

.timepicker .bubble {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.timepicker .bubble:hover {
  background-color: #D6F0F9;
  color: #6D828C;
}

.timepicker .bubble.selected {
  color: #D6F0F9;
  background-color: #CD3969;
}

.timepicker .unit {
  top: 5px;
  background-color: white;
}

.timepicker .unit.hour {
  left: 5px;
}

.timepicker .unit.minute {
  right: 5px;
}

.timepicker .face {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  border-radius: 50%;
  position: relative;
}

.timepicker .face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: #CD3969;
  border-radius: 50%;
  content: "";
  display: block;
}

.timepicker .hand {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  pointer-events: none;
  background-color: #8C8C8C;
}

.timepicker .hand.minute {
  margin: -30% 0 0 -1px;
  padding: 30% 1px 0;
  border-radius: 1px 1px 0 0;
}

.timepicker .hand.hour {
  margin: -23% 0 0 -2px;
  padding: 23% 2px 0;
  border-radius: 2px 2px 0 0;
}

.timepicker .hand.selected {
  background-color: #CD3969;
}

.timepicker .time {
  background-color: #F2F2F2;
}

/*Common*/
.header-TopNav > li {
  padding: 0 25px;
  border-left: 1px solid #757575;
  height: 22px;
  display: inline-flex;
  align-items: center;
}
.header-TopNav > li:first-child {
  border-left: none;
}

.btn-ract {
  width: 18px;
  height: 18px;
  display: inline-flex;
  font-size: 9px;
  align-items: center;
  justify-content: center;
}

.connect-btns {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.connect-btns .buttons:not(:last-child) {
  margin-right: 12px;
}
.connect-btns .buttons.active {
  background-color: #CD3969;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .connect-btns {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  .connect-btns {
    padding-left: 5px;
  }
  .connect-btns .buttons {
    padding: 0 4px;
    height: 28px;
  }
  .connect-btns .buttons:not(:last-child) {
    margin-right: 8px;
  }
}

@media (max-width: 1023px) {
  .connects #logIn,
.connects #signUp {
    width: 65px;
  }
}

.header {
  top: 0;
  left: 0;
  z-index: 250;
  position: sticky;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .header .nav {
    flex: 1;
    padding: 0;
    max-width: inherit;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .header .col.connect-btns {
    flex-grow: initial;
  }
  .header .logo {
    max-width: 120px;
    flex-basis: 120px;
  }
}

.assessmentBtn {
  flex-basis: 280px;
  padding: 0px;
}

.logo {
  max-width: 200px;
  flex-basis: 200px;
  padding: 0 15px;
}
.logo a {
  max-width: 140px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .logo a {
    max-width: 120px;
  }
}

.nav {
  padding: 0 15px;
}

.nav-main {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  transition-property: opacity, visibility;
  transition: 0.2s;
}
.nav-main .dropdown-menu {
  min-width: 250px;
}
.nav-main .dropdown-menu a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
}
.nav-main.on-menu {
  opacity: 1;
  visibility: visible;
}
.nav-main > li {
  position: relative;
}
.nav-main > li:last-child {
  margin-right: 0;
}
.nav-main > li > a,
.nav-main > li .mainNav-item {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  transition: color 0.3s;
  color: #ffffff;
  height: 60px;
  padding: 0 20px;
}
.nav-main > li > a::after,
.nav-main > li .mainNav-item::after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0px;
  width: 50px;
  height: 4px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease;
}
.nav-main > li > a img,
.nav-main > li .mainNav-item img {
  width: 16px;
}
.nav-main > li:hover > a,
.nav-main > li:hover .mainNav-item {
  color: #fff !important;
}
.nav-main > li:hover > a::after,
.nav-main > li:hover .mainNav-item::after {
  left: 0px;
  width: 100%;
  background-color: #CD3969;
}
.nav-main > li .headerSubNav li {
  margin-bottom: 10px;
}
.nav-main i {
  margin-left: 18px;
}
.nav-main .dropdownOnHover .dropdown-menu.dropdown-Megamenu {
  margin-top: 60px !important;
}
.nav-main .megamenu-item {
  color: #333333;
}
.nav-main .megamenu-item:hover {
  color: #CD3969;
}
.nav-main .megamenu-item:hover .ract-26 {
  transition: all 0.7s ease;
  background-color: rgba(205, 58, 106, 0.7) !important;
}
.nav-main .megamenu-item:hover .ract-26 span::before {
  color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-main > li {
    margin-right: 20px;
  }
  .nav-main > li:last-child {
    margin-right: 0;
  }
  .nav-main a {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .nav-main {
    z-index: 99;
    left: 0;
    top: 0;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #2E4C82;
  }
  .nav-main li {
    width: 100%;
    margin-right: 0;
  }
  .nav-main li:not(:last-child) {
    margin-bottom: 25px;
  }
  .nav-main > li > a {
    font-size: 14px;
    color: #ffffff;
  }
  .nav-main i {
    margin-left: 5px;
  }
}

.close-mob {
  font-size: 22px;
  padding: 10px 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.close-mob i {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .mobile-menu,
.close-mob {
    display: none;
  }
}
.banner-section.bg-cover {
  max-height: 490px;
}

.footer-top {
  padding-top: 32px;
  padding-bottom: 35px;
  background-color: #2e4c82;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-top {
    padding-bottom: 10px;
  }
}
.footer-top * {
  color: #fff;
}

.foot-col h4 {
  padding-bottom: 24px;
  margin-bottom: 34px;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-col {
    margin-bottom: 45px;
  }
  .foot-col h4 {
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .foot-col h4 {
    margin-top: 34px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .sm-dir-column
  {
    flex-direction: column;
  }
  .refer-description p
  {
    padding-right: 0;
  }
  .refer-img-sm
  {
    height: 264px;
    width: 270px;
    margin-top: 50px;

  }
  .next-direction
  {
    display: none;
  }
  .step-block
  {
    margin-bottom: 30px;
  }
.referProgram_offer p
{
  width: 100%;
  font-size: 15px;
}
.steps
{
  justify-content: center;
}
}

#fCol1 {
  max-width: 560px;
}

.ract-xxl {
  border: 1px solid #6483bb;
}

.footer-contact-info {
  max-width: 1160px;
}

.foot-logo {
  margin-bottom: 30px;
  display: block;
}
.foot-logo span {
  max-width: 165px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-logo {
    margin-bottom: 18px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .foot-logo {
    margin-bottom: 15px;
    text-align: left;
  }
  .foot-logo span {
    max-width: 120px;
  }
}

.foot-text {
  color: #B7B7B7;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .foot-text {
    margin-bottom: 28px;
  }
}

.foot-social {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.foot-social li {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
.foot-social li:not(:last-child) {
  margin-right: 3px;
}
.foot-social a {
  height: 38px;
  border-radius: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  color: #ffffff;
  background-color: #666666;
  font-size: 20px;
  margin-right: 20px;
}
.foot-social a.fb {
  background-color: #475993;
}
.foot-social a.tw {
  background-color: #76a9ea;
}
.foot-social a.WhApp {
  background-color: #2daf1d;
}
.foot-social a.fln {
  background-color: #0077b7;
}
.foot-social a.ftube {
  background-color: #df2f2f;
}
.foot-social a.fInsta {
  background-color: #bb197a;
}
.foot-social a:hover {
  color: #CD3969;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-social a {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .foot-social li:not(:last-child) {
    margin-right: 10px;
  }
  .foot-social a {
    width: 34px;
    height: 34px;
  }
}

.foot-list li {
  display: block;
}
.foot-list li:not(:last-child) {
  margin-bottom: 22px;
}
.foot-list i {
  margin-right: 10px;
  color: #666666;
}
.foot-list a {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  transition: color 0.3s;
  color: #B7B7B7;
}
.foot-list a:hover {
  color: #CD3969;
}
.foot-list a:hover i {
  color: #CD3969;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-list li:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .foot-list li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.foot-mail span,
.foot-subscribe span {
  margin-bottom: 15px;
  display: block;
  text-transform: capitalize;
  color: #B7B7B7;
}

.foot-mail {
  margin-bottom: 15px;
}
.foot-mail i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #B7B7B7;
}
.foot-mail a {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s;
  color: #B7B7B7;
}
.foot-mail a:hover {
  color: #CD3969;
}
.foot-mail a:hover i {
  color: #CD3969;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .foot-mail {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .foot-mail {
    margin-bottom: 20px;
  }
}

.foot-subscribe .buttons {
  font-size: 16px;
  max-width: 42px;
  height: 42px;
  width: 100%;
  border-radius: 0 2px 2px 0;
  background-color: #CD3969;
}
.foot-subscribe .buttons:hover {
  background-color: #d55a82;
}

.foot-input {
  position: relative;
  display: flex;
}
.foot-input input {
  flex: 1;
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  border: none;
  color: #666666;
  background-color: #ffffff;
}
.foot-input button {
  width: 126px;
}

.footer-bottom {
  padding: 25px 0;
  background-color: #10306A;
}
.footer-bottom .foot-list li {
  margin-right: 20px;
  margin-bottom: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-bottom .foot-list li {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 14px 0;
  }
  .footer-bottom .col {
    flex-basis: 100%;
  }
  .footer-bottom .foot-list {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
  }
  .footer-bottom .foot-list li {
    margin-right: 10px;
  }
}

.app-sidebar .accordion-button {
  padding: 8px 15px;
}
.app-sidebar .accordion-button::after {
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.app-sidebar .accordion-button:not(.collapsed)::after {
  position: relative;
  right: 5px;
}

.show-toast {
  position: fixed;
  right: -35px;
  top: 220px;
  transform: rotate(90deg);
  width: auto;
}

.toast {
  max-width: 334px;
}
.toast .toast-body {
  min-height: 200px;
}
.toast .toast-header {
  margin-top: -1px;
}

#liveToast {
  margin-top: -50px;
}

/*Pages*/
.institutions-content {
  display: none;
}
.institutions-content.active {
  display: block;
}

.institutions-subheader {
  margin-top: 20px;
  padding-bottom: 21px;
}
.institutions-subheader__inner-shadow {
  box-shadow: #B7B7B7 0 0 8px 0;
}
.institutions-subheader__img-container {
  position: relative;
}
.institutions-subheader__img-container--img img {
  width: 100%;
  height: auto;
  display: block;
}
.institutions-subheader__img-container--content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
}
.institutions-subheader__img-container--content h1 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "product_sans_mediumregular";
  color: #ffffff;
}
.institutions-subheader__img-container--content p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "product_sansregular";
  color: #ffffff;
}
.institutions-subheader__img-container--content .text-review {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "product_sansregular";
  color: #ffffff;
}
.institutions-subheader__img-container--action-btns {
  display: flex;
  justify-content: flex-end;
}
.institutions-subheader__img-container--action-btns button {
  background: #ffffff;
}
.institutions-subheader__img-container--action-btns button:nth-child(1) {
  margin-right: 10px;
}
.institutions-subheader__img-container--indent {
  padding-left: 20px;
  padding-top: 5px;
}
.institutions-subheader__img-container--desc {
  display: flex;
  padding: 135px 0 0 0;
}
.institutions-subheader__img-container--logo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #707070;
}
.institutions-subheader__img-container--logo img {
  width: 100%;
  height: 100%;
}
.institutions-subheader__lightBg {
  background: #f3f8ff;
  padding: 24px 30px;
  display: flex;
}
.institutions-subheader__lightBg--list {
  padding-left: 190px;
  flex: 1;
}
.institutions-subheader__lightBg--list ul {
  margin: 0;
  padding: 0 40px 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 200;
}
.institutions-subheader__lightBg--list ul li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
}
.institutions-subheader__lightBg--list ul li span {
  color: #2E4C82;
}
.institutions-subheader__lightBg--list ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  text-decoration: none;
  background: url("../img/arrow-round-sm.svg") right 4px no-repeat;
  padding-right: 18px;
  display: inline-block;
}
.institutions-subheader__lightBg--action-btns {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 200;
}
.institutions-subheader__lightBg--action-btns button {
  margin: 0 0 0 10px;
}
.institutions-subheader__lightBg--action-btns button label {
  padding-right: 10px;
}

.institution-programmes {
  padding: 25px 0 0 0;
}
.institution-programmes__tabs ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.institution-programmes__tabs ul li {
  list-style: none;
  padding: 0 30px;
}
.institution-programmes__tabs ul li:first-child {
  padding-left: 0;
}
.institution-programmes__tabs ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #476bad;
  display: block;
  padding: 7px 16px;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: all ease-in-out 0.4s;
}
.institution-programmes__tabs ul li a:hover {
  border-bottom: 2px solid #CD3969;
  color: #476bad;
}
.institution-programmes__tabs ul li.active a {
  border-bottom: 2px solid #CD3969;
}
.institution-programmes__tabs-content {
  padding: 20px 0 0 0;
}
.institution-programmes__tabs-content-inner .accordion-body {
  padding: 15px 0 0 0;
}
.institution-programmes__tabs-content-inner .accordion-body .table .table-dark th {
  background: #2E4C82;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.institution-programmes__tabs-content-inner .accordion-body .table tbody td {
  padding: 13px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
}
.institution-programmes__tabs-content-inner .accordion-body .table tbody td a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  text-decoration: none;
}
.institution-programmes__tabs-content-inner .accordion-body .table tbody td a:hover {
  color: #2e4c82 !important;
  text-decoration: underline;
}
.institution-programmes__tabs-content-inner .accordion-body .table tbody td.action a {
  color: #CD3969;
  text-decoration: underline;
}
.institution-programmes__tabs-content-inner .accordion-body .table tbody tr:nth-of-type(even) td {
  background: #F6F5F5;
}

.amenities-offered {
  padding-top: 15px;
}
.amenities-offered__item {
  border: 1px solid #E4E7E9;
  border-radius: 4px;
  padding: 23px;
  margin: 17px 0;
  flex: 1;
}
.amenities-offered__title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  color: #CD3969;
}
.amenities-offered__title img {
  padding-right: 16px;
}
.amenities-offered__title a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  color: #CD3969;
  text-decoration: none;
}
.amenities-offered__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #333333;
  padding: 17px 0 0 0;
}
.amenities-offered .row .col-sm-3 {
  display: flex;
}

.institution-reviews__progress-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.institution-reviews__progress-container ul li {
  list-style: none;
  padding: 0 0 0 50px;
  flex: 1;
}
.institution-reviews__progress-container ul li:first-child {
  padding-left: 0;
}
.institution-reviews__progress-container ul li .progress {
  height: 6px;
  background: #DEDEDE;
}
.institution-reviews__progress-container ul li .bg-success {
  background: #6DCC90;
}
.institution-reviews__progress-container--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px 0;
}
.institution-reviews__progress-container--item .progress-label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
}
.institution-reviews__progress-container--item .progress-value {
  font-size: 12px;
  font-size: 0.75rem;
  color: #CD3969;
  padding-left: 12px;
}
.institution-reviews__sorting-dropdown {
  padding: 32px 0 0 0;
}
.institution-reviews__sorting-dropdown .selection {
  text-align: right;
}
.institution-reviews__sorting-dropdown .select2-container .select2-selection--single {
  border-radius: 3px;
}
.institution-reviews__review-attachments {
  padding: 20px 0 0 0;
}
.institution-reviews__review-attachments ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.institution-reviews__review-attachments ul li {
  list-style: none;
  padding: 0 0 0 20px;
}
.institution-reviews__review-attachments ul li:first-child {
  padding-left: 0;
}
.institution-reviews__review-attachments ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.institution-reviews__pagination {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: center;
}

.insitution-gallery__title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 8px;
}
.insitution-gallery__title:nth-of-type(1) {
  padding-top: 0;
}
.insitution-gallery__item {
  position: relative;
  line-height: 100%;
  margin: 15px 0;
}
.insitution-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}
.insitution-gallery__item--overlay {
  position: relative;
  transition: all ease-in-out 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}
.insitution-gallery__item--count {
  display: inline-block;
  background: rgba(51, 51, 51, 0.8);
  padding: 8px;
  border: 1px solid #707070;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #D9D9D9;
}
.insitution-gallery__item:hover .insitution-gallery__item--overlay {
  opacity: 1;
}

.institution-faq .faq-QA .faq-Q {
  font-size: 15px;
  font-size: 0.9375rem;
}
.institution-faq .faq-QA .faq-Q:before {
  font-family: "product_sansregular";
}
.institution-faq .faq-QA .faq-A {
  font-size: 15px;
  font-size: 0.9375rem;
}
.institution-faq .faq-QA .faq-A:before {
  font-family: "product_sansregular";
}

.institution-location__map {
  position: relative;
}
.institution-location__map--img {
  max-width: 100%;
  height: auto;
}
.institution-location__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.institution-location__locations-wrapper {
  display: flex;
  max-width: 400px;
}
.institution-location__locations-wrapper--locations {
  flex: 1;
  background: #ffffff;
  border: 1px solid #BBBBBB;
  padding: 24px;
}
.institution-location__locations-wrapper--locations h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "product_sans_mediumregular";
  color: #2e4c82;
  margin: 0;
  padding: 0 0 20px 0;
}
.institution-location__locations-wrapper--scroller {
  max-height: 420px;
  overflow-y: auto;
}
.institution-location__locations-wrapper--scroller .address-col {
  padding: 30px 0 0 0;
}
.institution-location__locations-wrapper--scroller .address-col:nth-of-type(1) {
  padding-top: 0;
}
.institution-location__locations-wrapper--scroller .address-col h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #CD3969;
  margin: 0;
  padding: 0 0 15px 0;
}
.institution-location__locations-wrapper--scroller .address-col p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #333333;
  margin: 0;
  padding: 0 0 10px 0;
}
.institution-location__locations-wrapper--scroller .address-col p a {
  color: #2E4C82;
  text-decoration: underline;
}
.institution-location__locations-wrapper--scroller .address-col ul {
  margin: 0;
  padding: 0;
}
.institution-location__locations-wrapper--scroller .address-col ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.institution-location__locations-wrapper--scroller .address-col ul li img {
  padding-top: 5px;
}
.institution-location__locations-wrapper--scroller .address-col ul li .address-indent {
  flex: 1;
  padding: 0 0 0 10px;
}
.institution-location__locations-wrapper--markers {
  padding-left: 38px;
}
.institution-location__locations-wrapper--markers ul {
  margin: 0;
  padding: 0;
}
.institution-location__locations-wrapper--markers ul li {
  list-style: none;
  margin: 10px 0 0 0;
}
.institution-location__locations-wrapper--markers ul li img {
  cursor: pointer;
}
.institution-location__locations-wrapper--markers ul li:first-child {
  margin-top: 0;
}

.page-title-wrapper {
  background: linear-gradient(#ececec, #d9e0e9);
  min-height: 130px;
  display: flex;
}
.page-title-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title-wrapper .container h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "product_sans_mediumregular";
  color: #2e4c82;
  text-align: center;
  padding: 0;
  margin: 0;
}

.compare-institutions__section-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  padding: 0 0 40px 0;
}
.compare-institutions__compare-list .row .col-sm-3 {
  display: flex;
}
.compare-institutions__compare-list--item {
  border-radius: 8px;
  border: 1px solid #C1C1C1;
  padding: 10px;
  position: relative;
  flex: 1;
}
.compare-institutions__compare-list--item-add {
  border-radius: 8px;
  border: 1px dashed #C1C1C1;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.compare-institutions__compare-list--item-add .action-handler {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.compare-institutions__compare-list--item-add .action-handler .add-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2e4c82;
  position: relative;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.compare-institutions__compare-list--item-add .action-handler:hover .add-icon {
  background: #2e4c82;
  border-color: #2e4c82;
}
.compare-institutions__compare-list--item-add .action-handler:hover svg path {
  stroke: #ffffff;
}
.compare-institutions__compare-list--item-add .action-handler a {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "product_sans_mediumregular";
  color: #CD3969;
  text-decoration: none;
  margin-top: 12px;
}
.compare-institutions__compare-list--item-add .action-handler a:hover {
  color: #333333;
}
.compare-institutions__compare-list--close {
  background: #ffffff;
  position: relative;
  transition: all ease-in-out 0.4s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.compare-institutions__compare-list--close svg path {
  fill: #757575;
}
.compare-institutions__compare-list--close:hover {
  background: #d43939;
  border-color: #d43939;
}
.compare-institutions__compare-list--close:hover svg path {
  fill: #ffffff;
}
.compare-institutions__compare-list--img {
  text-align: center;
  padding-top: 5px;
}
.compare-institutions__compare-list--img img {
  max-width: 100%;
  height: auto;
}
.compare-institutions__compare-list--title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333333;
  line-height: 26px;
  text-align: center;
  padding: 8px 0 0 0;
  margin: 0;
}
.compare-institutions__compare-list--title a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333333;
  text-decoration: none;
}
.compare-institutions__compare-list--location {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  text-align: center;
  padding: 5px 0 0 0;
}
.compare-institutions__compare-list--rating {
  display: flex;
  justify-content: center;
  padding: 12px 0 0 0;
}
.compare-institutions__table {
  padding: 30px 0 0 0;
}
.compare-institutions__table .grid-table {
  display: grid;
  margin: 0 auto;
  align-items: top;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
}
/* @media (max-width: 800px) {
  .compare-institutions__table .grid-table {
    background: transparent;
    grid-row-gap: 2rem;
  }
} */
.compare-institutions__table .grid-table-row {
  display: grid;
  grid-template-columns: repeat(2, 2fr) repeat(2, 2fr);
  background: #ffffff;
}
/* @media (max-width: 800px) {
  .compare-institutions__table .grid-table-row {
    grid-template-columns: 3fr 1fr 3fr;
    background: #F8F6F6;
  }
} */
/* @media (max-width: 400px) {
  .compare-institutions__table .grid-table-row {
    grid-template-columns: 1fr 1fr;
  }
} */
.compare-institutions__table .grid-table-row:first-child {
  background: #F8F6F6;
  font-size: 16px;
  color: #333333;
}
/* @media (max-width: 800px) {
  .compare-institutions__table .grid-table-row:first-child {
    display: none;
  }
} */
.compare-institutions__table .grid-table-cell {
  padding: 1rem 1rem 1rem 1.5rem;
}
/* @media (max-width: 800px) {
  .compare-institutions__table .grid-table-cell {
    padding: 0 0 1rem 0;
    text-align: center;
  }
} */
.compare-institutions__table .grid-table-cell:not(:last-child) {
  border-right: 1px solid #ddd;
}
/* @media (max-width: 800px) {
  .compare-institutions__table .grid-table-cell:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    background: rgba(221, 221, 221, 0.8);
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
  .compare-institutions__table .grid-table-cell:first-child {
    grid-column-start: 1;
    grid-column-end: 5;
  }
} */
/* @media (max-width: 400px) {
  .compare-institutions__table .grid-table-cell:last-child {
    grid-column-start: 1;
    grid-column-end: 5;
  }
} */
.compare-institutions__table .grid-table-cell .d-inline-flex {
  margin: 15px 0;
}
.compare-institutions__table .grid-table-cell .view-reviews {
  padding: 22px 0 8px 0;
}
.compare-institutions__table .grid-table-cell .view-reviews a {
  font-size: 16px;
  font-size: 1rem;
  color: #CD3969;
  text-decoration: underline;
}
.compare-institutions__table .grid-table-cell ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.compare-institutions__table .grid-table-cell ul li img {
  padding: 0 18px 0 0;
}
.compare-institutions__table .grid-table-cell ul li i {
  font-size: 10px;
  font-size: 0.625rem;
  color: #DFDFDF;
}
.compare-institutions__table .grid-table-cell ul.amenities-list li {
  padding: 10px 0;
}
.compare-institutions__download {
  margin-top: 30px;
  background: #EBF1FB;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-institutions__download span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2E4C82;
  padding: 0 12px 0 20px;
}
.compare-institutions__download .buttons {
  max-width: 130px;
  height: 33px;
  font-size: 14px;
  font-size: 0.875rem;
}

.institution-inquiry-form .modal-dialog {
  max-width: 1200px;
}
.institution-inquiry-form .modal-dialog .modal-content {
  border-radius: 0;
  display: flex;
  flex-direction: row;
  padding: 1px;
  border: 0;
}
.institution-inquiry-form__img {
  width: 378px;
}
.institution-inquiry-form__img img {
  display: block;
}
.institution-inquiry-form__form {
  padding: 24px;
  flex: 1;
}
.institution-inquiry-form__form textarea.form-control {
  height: 120px;
  resize: none;
}
.institution-inquiry-form__form .form-switch .form-check-input {
  background-size: 26px;
  background-position: left 0 top -1px;
}
.institution-inquiry-form__form .form-switch .form-check-input:checked {
  background-image: url("../img/active-switch-white.svg");
  background-color: #CD3969;
  background-position: right 0 top -1px;
}
.institution-inquiry-form__form .label {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333;
  padding: 0 0 0 18px;
}
.institution-inquiry-form .btn-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -19px;
  right: -19px;
  background: #ffffff;
  opacity: 1;
  padding: 0;
  margin: 0;
}

.blog-post-lg__img img {
  width: 100%;
  height: auto;
}
.blog-post-lg__details-desc h2 {
  color: #333333;
  margin: 0;
  padding: 20px 0 0 0;
}
.blog-post-lg__details-desc p {
  line-height: 160%;
  color: #333333;
  margin: 0;
  padding: 20px 0 0 0;
}
.blog-post-lg__details-desc ul {
  margin: 20px 0 0 0;
  padding: 0;
}
.blog-post-lg__details-desc ul li {
  list-style: none;
  padding: 8px 0 8px 20px;
  position: relative;
  line-height: 160%;
  color: #333333;
}
.blog-post-lg__details-desc ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 15px;
  background: url("../img/bullet-red.svg") 0 0 no-repeat;
}
.blog-post-lg__details-desc ul li:first-child {
  border-top: 0;
}
.blog-post-lg__details-desc ul li a {
  color: #333333;
}
.blog-post-lg__details-desc ul li a:hover {
  color: #476bad;
}

.blog-latest {
  padding: 65px 0 0 0;
}
.blog-latest__section-title {
  position: relative;
  font-weight: bold;
}
.blog-latest__section-title div {
  background: #ffffff;
  z-index: 2;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.blog-latest__section-title::after {
  content: "";
  width: 100%;
  width: 100%;
  height: 1px;
  background: #333333;
  left: 0;
  top: 49%;
  position: absolute;
  z-index: 1;
}
.blog-latest__list {
  padding: 35px 0;
  border-bottom: 1px solid #D9D9D9;
}
.blog-latest__img {
  padding-right: 40px;
}
.blog-latest__img img {
  width: 100%;
  height: auto;
}

.blog-sidebar {
  padding: 0 0 0 20px;
}
.blog-sidebar__list {
  padding-top: 25px;
}
.blog-sidebar__list--item {
  border-bottom: 1px solid #D9D9D9;
  padding: 25px 0;
}
.blog-sidebar__list--item:nth-of-type(1) {
  padding-top: 0;
}
.blog-sidebar__list--without-img {
  border-top: 1px solid #D9D9D9;
  padding: 25px 0;
}
.blog-sidebar__list--without-img:nth-of-type(1) {
  padding-top: 0;
  border-top: 0;
}
.blog-sidebar__list--without-img:last-child {
  padding-bottom: 0;
}
.blog-sidebar__list--img img {
  width: 100%;
  height: auto;
}
.blog-sidebar__grey-box {
  border: 1px solid #D9D9D9;
  margin-top: 40px;
  padding: 1px;
}
.blog-sidebar__grey-box--title {
  background: #F8F6F6;
  padding: 12px 20px;
  color: #333333;
}
.blog-sidebar__grey-box--desc {
  padding: 20px;
}
.blog-sidebar .browse-by-month ul {
  margin: 0;
  padding: 0;
}
.blog-sidebar .browse-by-month ul li {
  list-style: none;
  border-top: 1px solid #E9E9E9;
  padding: 10px 0 10px 20px;
  position: relative;
}
.blog-sidebar .browse-by-month ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 19px;
  background: url("../img/bullet-red.svg") 0 0 no-repeat;
}
.blog-sidebar .browse-by-month ul li:first-child {
  border-top: 0;
}
.blog-sidebar .browse-by-month ul li a {
  color: #333333;
}
.blog-sidebar .browse-by-month ul li a:hover {
  color: #476bad;
}
.blog-sidebar .blog-search {
  border: 1px solid #E6E5E5;
  padding: 7px;
  margin-bottom: 25px;
}
.blog-sidebar .blog-search input::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: #545454;
  font-weight: normal;
}

.blog-details-comments textarea {
  width: 100%;
  height: 206px;
}
.blog-details-comments__list {
  padding-top: 30px;
}

.hostels-map-view__map {
  position: relative;
}
.hostels-map-view__map img {
  max-width: 100%;
  height: auto;
}
.hostels-map-view__lists {
  max-height: 818px;
}
.hostels-map-view__map-content {
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
  padding: 18px;
}
.hostels-map-view .hostels-item .row {
  margin-left: -9px;
  margin-right: -9px;
}
.hostels-map-view .hostels-item .row .col-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.hostels-map-view .card {
  border-radius: 0;
}

ul.map-icons {
  margin: 0;
  padding: 0;
}
ul.map-icons li {
  list-style: none;
  position: relative;
  transition: all ease-in-out 0.3s;
  position: relative;
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #2E4C82;
  background: #ffffff;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
ul.map-icons li:hover {
  background: #CD3969;
  border-color: #CD3969;
}
ul.map-icons li:hover svg {
  fill: #ffffff;
}
ul.map-icons li:hover svg path,
ul.map-icons li:hover svg use {
  fill: #ffffff;
}
ul.map-icons li:first-child {
  margin-top: 0;
}
ul.map-icons li svg {
  width: 16px;
  height: auto;
}
ul.map-icons li svg path,
ul.map-icons li svg use {
  fill: #2E4C82;
}
ul.map-icons li.icon-width-18 svg {
  width: 18px;
  height: auto;
}

.customScrollbarInit .mCSB_scrollTools {
  opacity: 1;
}
.customScrollbarInit .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2E4C82 !important;
  opacity: 1 !important;
}
.customScrollbarInit .mCSB_scrollTools .mCSB_draggerRail {
  background: #ffffff !important;
}

.sidebar-full-height {
  flex: 1;
}

.app-sidebar .accordion-item {
  padding: 2px;
  border: 0;
  border-radius: 0;
}

.hostel-details__action-btns {
  display: flex;
  justify-content: flex-end;
}
.hostel-details__action-btns .RequestForCall {
  margin-right: 15px;
}
.hostel-details__location {
  display: flex;
}
.hostel-details__location--map-marker {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 50%;
  margin-right: 18px;
}
.hostel-details__gallery {
  padding-top: 30px;
}
.hostel-details__gallery--lg img {
  width: 100%;
  height: 462px;
  display: block;
  object-fit: cover;
  margin: 0 !important;
}
.hostel-details__gallery .full-width-img {
  width: 100%;
  height: auto;
  display: block;
}
.hostel-details__gallery--viewall {
  background: #F2F2F2;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.hostel-details__gallery--viewall svg,
.hostel-details__gallery--viewall path {
  stroke: #CD3969;
}
.hostel-details__gallery--viewall svg {
  width: 50px;
  height: 40px;
}
.hostel-details__gallery--virtualtour {
  border: 1px solid #707070;
  background: #2E4C82;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 210px;
  position: relative;
  transition: all ease-in-out 0.4s;
}
.hostel-details__gallery--virtualtour:hover {
  background: #CD3969;
}
.hostel-details__gallery--virtualtour svg,
.hostel-details__gallery--virtualtour path {
  fill: #ffffff;
}
.hostel-details__gallery--virtualtour svg {
  width: 56px;
  height: 46px;
}

.hostels-available-rooms__header {
  background: #2E4C82;
  padding: 4px 5px;
}
.hostels-available-rooms__body .hostels-available-rooms__row {
  border: 1px solid #BFCEE8;
  border-right: 1px solid #BFCEE8;
  border-left: 0;
  margin-top: 10px;
}
.hostels-available-rooms__body .hostels-available-rooms__col {
  padding: 20px;
  border-left: 1px solid #BFCEE8;
}
.hostels-available-rooms__gallery img {
  max-width: 100%;
  height: auto;
}
.hostels-available-rooms__room-details ul {
  margin: 0 !important;
  padding: 0;
}
.hostels-available-rooms__room-details ul li {
  list-style: none;
  padding: 4px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2E4C82;
  display: flex;
  align-items: center;
}
.hostels-available-rooms__room-details ul li span {
  color: #333333;
  padding: 0 20px 0 0;
  min-width: 112px;
}
.hostels-available-rooms__room-details .available-occupation {
  display: flex;
  justify-content: flex-end;
  padding: 15px 15px 0 0;
}
.hostels-available-rooms__room-details .available-occupation button {
  background: #FEE276;
  border: 0;
  border-radius: 3px;
  padding: 4px 5px;
  color: #CD3969;
  font-size: 9px;
  font-size: 0.5625rem;
  display: flex;
  align-items: center;
  line-height: 100%;
}
.hostels-available-rooms__room-details .available-occupation button span {
  background: #ffffff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 9px;
  font-size: 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  line-height: 100%;
}
.hostels-available-rooms__amenities ul {
  margin: 0 !important;
  padding: 0;
}
.hostels-available-rooms__amenities li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2E4C82;
  padding: 7px 0;
}
.hostels-available-rooms__amenities li svg {
  width: 12.32px;
  height: auto;
  fill: #2E4C82;
  margin-right: 10px;
}
.hostels-available-rooms__amenities li svg path {
  fill: #2E4C82;
}
.hostels-available-rooms__price {
  position: relative;
}
.hostels-available-rooms__price ul {
  margin: 0 !important;
  padding: 0;
}
.hostels-available-rooms__price ul li {
  list-style: none;
  padding: 7px 0;
  display: flex;
}
.hostels-available-rooms__price ul li .price-label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 100%;
  min-width: 160px;
}
.hostels-available-rooms__price ul li .isRefundable {
  background: #4DD57F;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  margin-left: 5px;
  color: #ffffff;
  text-transform: uppercase;
}
.hostels-available-rooms__price ul li .isRefundable.no {
  background: #d43939;
}
.hostels-available-rooms__price ul li .price-col {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2e4c82;
}
.hostels-available-rooms__price ul li strong.price-col {
  color: #CD3969;
  font-size: 16px;
  font-size: 1rem;
}
.hostels-available-rooms__price .book-now-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.hostels-available-rooms__price .book-now-btn.disabled {
  pointer-events: none;
  background: #A2A2A2 !important;
  border-color: #A2A2A2 !important;
}
.hostels-available-rooms__row {
  display: flex;
}
.hostels-available-rooms__col {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  padding: 5px 10px;
}
.hostels-available-rooms__col1 {
  width: 20%;
}
.hostels-available-rooms__col2 {
  width: 21.8%;
}
.hostels-available-rooms__col3 {
  width: 16.6%;
}
.hostels-available-rooms__col4 {
  width: auto;
  flex: 1;
}

.hostels-amenities__available {
  margin: 0 0 0 -50px !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.hostels-amenities__available li {
  position: relative;
  border: 1px solid #CD3969;
  border-radius: 3px;
  padding: 20px 20px 5px 20px;
  background: #F8F8F8;
  min-height: 75px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 120%;
  color: #2E4C82;
  margin: 25px 0 25px 50px;
  text-align: center;
}
.hostels-amenities__icon {
  width: 41px;
  height: 41px;
  background: #ffffff;
  border: 1px solid #CD3969;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 20px);
  right: 0;
  top: -20px;
}
.hostels-amenities__icon svg {
  width: 16px;
  height: auto;
  fill: #CD3969;
}
.hostels-amenities__icon svg path {
  fill: #CD3969;
}

.hostels-amenities-images {
  border-top: 1px solid #E1E1E1;
  padding: 25px 0 0 0;
  margin-top: 25px;
}
.hostels-amenities-images h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333333;
  margin: 0;
  padding: 0 0 30px 0;
}
.hostels-amenities-images ul {
  margin: 0 0 0 -30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.hostels-amenities-images ul li {
  list-style: none;
  padding: 0 0 30px 30px;
}

.hostels-rules ul.rules-list {
  margin: 0;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
}
.hostels-rules ul.rules-list li {
  position: relative;
  padding: 5px 0 5px 45px;
  margin-top: 12px;
}
.hostels-rules ul.rules-list li:before {
  content: counter(li);
  counter-increment: li;
  height: 28px;
  width: 28px;
  border: 1px solid #2E4C82;
  border-radius: 50%;
  color: #2E4C82;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
.hostels-rules ul.rules-list li p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  color: #333333;
  margin: 0;
  padding: 19px 0 0 0;
}
.hostels-rules ul.rules-list li p:nth-of-type(1) {
  padding-top: 0;
}

.ask-question-container {
  position: relative;
  background: url("../img/faq-bg-img.png") 30px bottom no-repeat #f6f6f6;
  padding: 30px 34px 35px 230px;
  margin-top: 32px;
  display: none;
}
.ask-question-container::before {
  bottom: 100%;
  left: 65px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 246, 246, 0);
  border-bottom-color: #f6f6f6;
  border-width: 18px;
  margin-left: -18px;
}
.ask-question-container .form-control {
  border-radius: 0;
}
.ask-question-container .form-control::placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
}
.ask-question-container .btn-primary {
  width: 85px;
  height: 36px;
}

.view-amenities {
  cursor: pointer;
}

.hostels-facilities-popup .modal-dialog {
  max-width: 1076px;
}
.hostels-facilities-popup .modal-dialog .modal-content {
  border-radius: 4px;
}
.hostels-facilities-popup .facilities-popup-content {
  padding: 36px 50px;
}
.hostels-facilities-popup .facilities-popup-content__room-info {
  display: flex;
}
.hostels-facilities-popup .facilities-popup-content__room-info--img {
  width: 238px;
}
.hostels-facilities-popup .facilities-popup-content__room-info--img img {
  width: 100%;
  height: auto;
}
.hostels-facilities-popup .facilities-popup-content__room-info--content {
  flex: 1;
  padding: 0 0 0 32px;
}
.hostels-facilities-popup .facilities-popup-content .hostels-amenities {
  padding-top: 20px;
}
.hostels-facilities-popup .facilities-popup-content .hostels-amenities__available {
  margin-left: -40px !important;
}
.hostels-facilities-popup .facilities-popup-content .hostels-amenities__available li {
  margin: 25px 0 25px 40px;
}

.hb-search {
  display: none;
}
.hb-search.active {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.hero-bottom-content {
  max-width: 700px;
}
.hero-bottom-content .program-input form input::placeholder {
  color: rgba(84, 84, 84, 0.5);
}

.banner-section {
  background: url(../img/home-banner.jpg) right top no-repeat #fff;
}

.mobile-count-section {
  padding-top: 38px;
  padding-bottom: 38px;
}

.counter-row .counter-image img {
  width: 55px;
}
.counter-row .counter-num {
  text-shadow: 0px 3px 6px #00000029;
}
.counter-row .counter-caption {
  text-shadow: 0px 3px 6px #00000029;
}
.counter-row > div:first-child .counter-col {
  border: none !important;
}

.carrer-col {
  margin-bottom: 20px;
}
.carrer-col .carrer-icon {
  font-size: 60px;
}
.carrer-col .carrer-option-name {
  height: 60px;
  line-height: 22px;
  padding: 0 15px;
}
.carrer-col:hover {
  background-color: #CD3969;
  color: #fff;
}
.carrer-col:hover *,
.carrer-col:hover .carrer-icon span,
.carrer-col:hover *::before {
  color: #fff !important;
}

.ViewControls a {
  position: relative;
}
.ViewControls a:after {
  content: "";
}

.content-overlay {
  position: absolute;
  left: 0;
  padding-top: 13%;
  height: 100%;
}

.free-career-image img {
  max-width: 174px;
}

.assessment-content .free-career-image {
  margin-left: -30px;
}
.assessment-content .assessment-heading {
  font-size: 34px;
}
.assessment-content .assessment-text {
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
}

.institutions-logo {
  margin-top: -44px;
}
.institutions-logo figure {
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.institutions-logo figure img {
  width: 100%;
  height: 100%;
}

.rating-col {
  color: #ffbb00;
}

.ImageEffect:after {
  content: "";
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 10%;
  background: transparent linear-gradient(180deg, #ffffff00 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.career-guidance-heading {
  margin-top: 25px;
}

.carrer-img {
  padding: 25px 0 0 25px;
}
.carrer-img::after {
  content: "";
  width: 38%;
  height: 50%;
  background: #CD3969;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  z-index: 1;
}

.blog-post-card {
  margin-bottom: 22px;
}

.post-head .post-date {
  min-width: 50px;
  height: 59px;
  line-height: 22px;
  padding: 1px 0 0 0;
}

.slide-row-1 {
  max-height: 80px;
}

.slide-row-2 {
  height: 57px;
}

.whishlist-icon {
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
}

.apartment-cat {
  left: 25px;
  top: 32px;
}

.triangle-with-shadow.triangle-right {
  width: 18px;
  height: 36px;
  position: absolute;
  overflow: hidden;
  right: -5px;
  top: 47px;
  z-index: 8;
  /* background: red; */
}
.triangle-with-shadow.triangle-right::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(-49deg);
  top: 7px;
  left: -8px;
  border: 2px solid red;
}

.ViewAll-Hostels-btn {
  max-width: 70%;
  padding-left: 70px;
  margin-top: -41px;
}

/*Media Query Start*/
@media (max-width: 1400px) {
  .assessment-content .free-career-image img {
    max-width: 160px;
  }
  .assessment-content .assessment-heading {
    font-size: 32px;
  }
  .assessment-content .assessment-text {
    max-width: inherit;
  }

  .post-card-text {
    font-size: 13px;
  }

  .blog-post-card {
    margin-bottom: 16px;
  }

  .post-image-col {
    max-width: 156px;
  }

  .post-head .post-date {
    height: 55px;
  }

  .post-card-title.font-22px {
    font-size: 18px !important;
  }

  .vertical-SlickSlider.vertical-SlickSlider-1 .banner-slider .slider.slider-for, .ViewAll-Hostels-btn {
    padding-left: 40px;
  }

  .slide-row-1 {
    max-height: 83px;
    height: 83px;
  }
}
@media (min-width: 991px) {
  .mobile-career-section .container {
    padding-top: 24px;
  }
}
.mobile-career-section .container .red-underline {
  height: 4px;
}
.mobile-career-section .container #JiungeCareerRow {
  padding-top: 7px;
}

.line-height-30px {
  line-height: 30px !important;
}

/* Auto Complete CSS */
.ui-widget-content.ui-autocomplete {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #ffffff;
  box-shadow: 0px 7px 14px -7px rgba(50, 50, 50, 0.25);
}
.ui-widget-content.ui-autocomplete li.ui-menu-item {
  padding: 4px 15px !important;
}
.ui-widget-content.ui-autocomplete li.ui-menu-item:hover {
  color: #CD3969;
  background: none;
}

.home-blog-list .post-head {
  flex-direction: column-reverse;
  align-items: flex-start !important;
}
.home-blog-list .post-head .post-date {
  flex: 1;
  display: flex !important;
  background: none !important;
  color: #CD3969 !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 10px;
}
.home-blog-list .post-head .post-date .d-block {
  padding: 0 3px;
}
.home-blog-list .post-head .post-date > div {
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  color: #CD3969 !important;
}

.related-programmes-container .slick-common-slider.slick-common-slider-2 {
  padding: 0;
}
.related-programmes-container .slick-common-slider.slick-common-slider-2 .slick-list.draggable {
  margin: 0 -10px;
}
.related-programmes-container .slick-common-slider.slick-common-slider-2 .slick-track {
  width: 100% !important;
}

.flex-grow-1.DescriptionCoulm {
  font: 14px/21px "product_sansregular" !important;
}
.flex-grow-1.DescriptionCoulm * {
  font: 14px/21px "product_sansregular" !important;
}
.flex-grow-1.DescriptionCoulm * strong,
.flex-grow-1.DescriptionCoulm * b {
  font: 14px/21px "product_sans_mediumregular" !important;
}
.flex-grow-1.DescriptionCoulm strong,
.flex-grow-1.DescriptionCoulm b {
  font: 14px/21px "product_sans_mediumregular" !important;
}

#IntakesSlick .slick-common-slider.slick-common-slider-2 {
  padding: 0;
}
#IntakesSlick .slick-common-slider.slick-common-slider-2 .slick-list.draggable {
  margin: 0 -10px;
}
#IntakesSlick .slick-common-slider.slick-common-slider-2 .slick-track {
  width: 100% !important;
}

.institution-btn-list {
  padding-left: 95px;
}

/**/
/*# sourceMappingURL=slick.min.css.map */
.svg-icon-wrap {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

/*Global CSS Start*/
a {
  text-decoration: none;
  color: #2e4c82;
  transition: all 0.3s ease;
}
a > * {
  transition: all 0.3s ease;
}
a:hover, a.text-white:hover {
  color: #CD3969 !important;
}
a:hover .text-default, a.text-white:hover .text-default {
  color: #CD3969 !important;
}

/*Global CSS End*/
.left-0 {
  left: 0px !important;
}

.transform-none {
  transform: none !important;
}

.ract-26 {
  width: 26px;
  height: 26px;
}
.ract-26 span {
  font-size: 12px;
}
.ract-26 span.icon-Path-196 {
  font-size: 14px;
}
.ract-26 span.icon-book-1 {
  font-size: 10px;
}

.small-icon {
  width: 14px;
  height: 14px;
  background: #fff;
  color: #CD3969;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-icon i {
  font-size: 9px;
}

.dropdownOnHover .dropdown-menu {
  border: none;
  margin-top: -3px !important;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.dropdown-arrow-none::after {
  display: none;
}

.triangle-with-shadow {
  width: 36px;
  height: 18px;
  position: absolute;
  overflow: hidden;
  right: 14px;
  top: -17px;
}

.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ebebeb;
}

.red-underline span {
  width: 105px;
  height: 4px;
  background-color: #CD3969;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

.page {
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
  background-color: #D9D9D9;
}
@media (max-width: 1023px) {
  .page {
    padding-bottom: 30px;
  }
}

.shadow-1 {
  box-shadow: 0px 0px 29px #0000001a;
}

.triangle-wrapper {
  width: 40px;
  height: 24px;
  overflow: hidden;
  transform: rotateY(180deg);
  position: absolute;
  bottom: -24px;
  left: 0;
  box-shadow: 27px 24px 29px #0000001a;
}

.triangle-with-shadow2 {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.triangle-with-shadow2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  margin-top: -34px;
  left: 14px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.2);
}

.max-w-450 {
  max-width: 450px;
}

.breadcrumb li {
  font-size: 14px;
  font-size: 0.875rem;
}
.breadcrumb li a {
  color: #333333;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  line-height: 23px;
}

.app-pagination .page-item .page-link {
  background: none;
  border: none;
  color: #333333;
  border: 1px solid transparent;
  padding: 1px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}
.app-pagination .page-item .page-link:hover {
  border-color: #CD3969;
  background-color: #ffffff;
}
.app-pagination .page-item .page-link.active {
  border-color: #CD3969;
  background-color: #ffffff;
}

.institutions-popup-btn {
  bottom: 10px;
  right: 10px;
}

#articles-container .post-date {
  width: 50px;
  min-width: 50px;
  height: 59px;
}
#articles-container .ImageEffect:after {
  content: "";
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 10%;
  background: transparent linear-gradient(180deg, #ffffff00 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.hotel-symbol {
  opacity: 0.3;
  height: 35px;
  margin-bottom: 5px;
}

.ract-col:hover {
  background-color: #CD3969;
}
.ract-col:hover div {
  color: #fff !important;
}
.ract-col:hover .hotel-symbol {
  opacity: 1;
}
.ract-col:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.ract-col:hover .to-devider {
  color: #CD3969;
}

.to-devider {
  margin-left: -17px;
  margin-top: -17px;
}

.customeTick {
  position: relative;
  background: #3da861;
}
.customeTick::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  top: 0;
  border-radius: 0 50px 50px 0;
  background-color: #2d9a52;
}

.Hostels-title-box {
  bottom: 24px;
  margin-left: -16px;
}
.Hostels-title-box::after {
  content: "";
  border-top: 17px solid #333333;
  /* border-right: 15px solid red; */
  border-bottom: 17px solid transparent;
  border-left: 17px solid transparent;
  width: 0px !important;
  height: 0px !important;
  position: absolute;
  left: 0;
  bottom: -33px;
}

.testimonialslider-content {
  margin-top: -80px;
}

.ui-datepicker {
  background-color: #fff !important;
  z-index: 100 !important;
}

.play-btn {
  width: 54px;
  height: 54px;
}

.FeaturedRibbon {
  transform: rotate(-45deg);
  top: -35px;
  transform-origin: right;
  letter-spacing: 0.5px;
  left: -70px;
  transform-origin: right;
}

.verified-text-col .verified-text {
  margin-left: 10px;
  padding: 3px 4px 2px 11px;
  border-radius: 4px;
}
.verified-text-col .verified-icon-wrap {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  overflow: hidden;
  height: 20px;
  top: -1px;
  border: 3.5px solid #0BC48B;
}
.verified-text-col .verified-icon-wrap svg {
  width: 6px;
  position: relative;
  top: -4px;
  left: 4px;
}

.ui-slider-handle {
  background: #cd3a6a !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 20px;
  border: none !important;
}

.ui-slider-handle .valueWrap {
  width: auto;
  position: absolute;
  color: #cd3a6a !important;
  left: -100%;
  top: -24px;
}

.w-0 {
  width: 0px !important;
}

.h-0 {
  height: 0px !important;
}

.ui-slider-horizontal {
  height: 2px;
  background: #d9d9d9;
  border: none;
  width: 80%;
  margin: 0 auto;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}

.valueCurrency {
  margin-right: 5px;
}

#DistanceInKm {
  width: 100%;
}
#DistanceInKm .ui-slider-handle {
  display: none;
  width: 9px !important;
  height: 9px !important;
  margin-top: 2px;
}
#DistanceInKm .ui-slider-handle:last-child {
  display: block !important;
}
#DistanceInKm .valueWrap {
  width: auto;
  position: absolute;
  color: #fff !important;
  left: calc(-100% - 6px);
  top: -32px;
  font-size: 10px;
  padding-top: 5px;
  text-align: center;
  width: 39px;
  /* padding-left: 12px; */
}
#DistanceInKm .valueWrap::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 24px;
  z-index: -1;
  color: #CD3969;
  top: -2px;
  left: 11px;
}
#DistanceInKm .ui-slider-range {
  background-color: #CD3969 !important;
}

.RequestForCall {
  right: 62px;
}

.DescriptionCoulm {
  margin-top: -10px;
}

.ProgrammesLogo {
  min-width: 65px;
  height: 65px;
  max-width: 65px;
}

.figure-60 {
  min-width: 60px;
  height: 60px;
  max-width: 60px;
}

.figure-40 {
  min-width: 40px;
  height: 40px;
  max-width: 40px;
}

.faq-QA .faq-Q,
.faq-QA .faq-A {
  position: relative;
  padding-left: 20px;
}
.faq-QA .faq-Q::before,
.faq-QA .faq-A::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "product_sans_mediumregular";
  color: #2E4C82;
}
.faq-QA .faq-A::before {
  content: "A.";
}

.TopBanner {
  min-height: 495px;
}

.TopBanner {
  background-image: url("../img/Institutions-sign-up-banner.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain contain;
}

.TopBanner::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 0;
  height: 100%;
  width: 300px;
  background: url("../img/whie-off-shade.png") no-repeat;
  background-position: right top;
}

.TopBanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #F5F5F5;
}

.TopBanner .container {
  position: relative;
  z-index: 2;
}

.Institutions-signup-counter .counter-image {
  width: 160px;
  height: 160px;
}

.Institutions-signup-counter > div:nth-child(1) .counter-image {
  border-color: #499ff1 !important;
}

.Institutions-signup-counter > div:nth-child(2) .counter-image {
  border-color: #34bd66 !important;
}

.Institutions-signup-counter > div:nth-child(3) .counter-image {
  border-color: #f6a93d !important;
}

.Institutions-signup-counter > div:nth-child(4) .counter-image {
  border-color: #ee4b4c !important;
}

.WhyListHeadCard {
  position: relative;
  left: -80px;
  width: calc(100% + 80px);
}

.WhyListTitle::before {
  content: "";
  background: #CD3969;
  position: absolute;
  left: -25px;
  top: 0;
  height: 100%;
  width: 10px;
}

.WhyListContainer > div:nth-child(2) {
  flex-direction: row-reverse;
}
.WhyListContainer > div:nth-child(2) .WhyListHeadCard {
  left: 10px;
  right: -80px;
}

.Institutions-signup-counter.HowItWork > div .counter-image {
  border-color: #CD3969 !important;
  width: 242px;
  height: 242px;
}

.workStep {
  top: -10px;
  left: 10px;
}

.HowWork .container {
  position: relative;
  z-index: 5;
}
.HowWork .container .point-arrow {
  position: absolute;
  right: 0;
  top: 10px;
  transform: translateX(33%);
}
.HowWork .container .HowItWork > div:last-child .point-arrow {
  display: none;
}
.HowWork .HowWorkcontainer::after {
  content: "";
  background: #CD3969;
  position: absolute;
  left: 0;
  top: 170px;
  width: 100%;
  height: 100%;
}

.About_article p {
  margin-bottom: 30px;
  line-height: 26px;
}

.rounded-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}

.RegistrationForm {
  background: url(../img/registration-form-bg.jpg) right top no-repeat;
  background-size: cover;
  position: relative;
}
.RegistrationForm:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #F5F5F5;
  width: 50%;
  height: 100%;
  opacity: 1;
}
.RegistrationForm:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 0;
  height: 100%;
  width: 300px;
  background: url("../img/whie-off-shade.png") no-repeat;
  background-position: right top;
}
.RegistrationForm .RegistrationFormWrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.brand-logo-wrap {
  max-width: 160px;
  height: 160px;
  margin-top: 20px;
}
.brand-logo-wrap img {
  max-width: 80%;
  max-height: 80%;
}

.ownerPhoto {
  position: relative;
  padding: 0 13px 13px 0;
}
.ownerPhoto img {
  width: 100%;
  height: 275px;
  margin-top: -125px;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.ownerPhoto::after {
  content: "";
  background: #CD3969;
  width: 50%;
  height: calc(100% + 25px);
  position: absolute;
  right: 0;
  top: -25px;
}

.testimonials-slider-wrap.slick-common-slider .slick-dots li {
  margin: 0 10px;
}
.testimonials-slider-wrap.slick-common-slider .slick-dots li button {
  width: 21px;
  height: 21px;
}

.border-radius0 {
  border-radius: 0 !important;
}

.search-container {
  position: absolute;
  right: 16%;
  top: 20px;
  border-bottom: 1px solid #ddd;
}

.card-content {
  padding: 20px 66px 60px 32px;
}

.card-content-small {
  padding: 15px 8px 15px 25px;
  height: 155px;
}

.paddingleft-25 {
  padding-left: 25px;
}

.twitter-widget {
  height: 428px !important;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.search-container .form-control {
  border: none;
  color: #8E8C8C;
}

.search-container .form-control:focus {
  box-shadow: none;
}

.search-container i {
  color: #8E8C8C;
  margin-top: 10px;
}

.calender-icon {
  margin-right: 9px;
}

.section-social li:not(:last-child) {
  margin-right: 3px;
}

.section-social a {
  height: 35px;
  border: 1px solid #E6E6E6;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  /* color: #fff; */
  background-color: #666;
  font-size: 20px;
  margin-right: 10px;
  width: 35px;
  border-radius: 5px;
}

.section-social .fb i {
  color: #476caf;
}

.section-social .tw i {
  color: #00aced;
}

.section-social .fInsta i {
  color: #b477e0;
}

.section-social .fln i {
  color: #4c81df;
}

.section-social .ftube i {
  color: #f34545;
}

.section-social .WhApp i {
  color: #21b972;
}

.heading-title {
  background-image: linear-gradient(to bottom, #ECECEC, #D9E0E9);
  color: #2E4C82;
  font-size: 30px;
}

.social-widget {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.slider-contain {
  padding: 0px 130px 0px 130px;
}

.slick-main-container .slick-slider .slick-prev {
  left: -90px !important;
}

.slick-main-container .slick-slider .slick-next {
  right: -80px !important;
}

.slick-main-container .slick-slider .slick-prev:before {
  color: #C4C4C4 !important;
  font-size: 45px;
}

.slick-main-container .slick-slider .slick-next:before {
  color: #C4C4C4 !important;
  font-size: 45px;
}

.back-navigate {
  position: absolute;
  top: 18px;
  right: 35px;
}

.font-30px {
  font-size: 30px;
}

.back-navigate span {
  line-height: 37px;
  margin-left: 10px;
  font-family: "product_sans_mediumregular";
}

.btn-47px {
  height: 47px;
}

.img-tab img {
  height: 60px;
  width: 60px;
}

.img-tab ul li a {
  text-transform: capitalize !important;
}

.faq-sidetab .nav-link.active, .faq-sidetab .nav-link:hover {
  border: none;
}

.tabs-left {
  border-bottom: none;
}

.tabs-left li {
  text-align: center;
  margin-top: 20px;
}

.tabs-left li.active a {
  padding: 12px 40px 10px 20px;
  background-color: #EFEFEF;
  color: #cd3a6a;
}

.tabs-left li a {
  color: #333333;
}

.faq-sidetab {
  height: calc(100% - 25px);
}

.custom-tooltip {
  display: flex;
  width: 632px;
  height: 33px;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 19%;
  top: 10px;
  /* border: 1px solid #ddd; */
  padding: 2px;
  box-shadow: 11px 10px 19px 10px #eee;
  z-index: 1;
}

.custom-tooltip::after {
  content: "";
  position: relative;
  top: 22px;
  transform: rotate(90deg);
  right: 44%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  z-index: 999999;
  display: block;
  width: 0;
}

.marginright-220px {
  margin-right: 220px !important;
}

.top-200px {
  top: 200px;
}

.font-100px {
  font-size: 100px;
  font-family: "product_sansbold";
}

.customX-margin {
  margin-top: 3.75rem;
  margin-bottom: 4rem;
}

.story-section {
  background-color: #cd3a6a;
  color: #fff;
  padding-top: 50px;
  height: 540px;
  margin-top: 84px;
}

.play-btn-about {
  height: 175px;
  width: 175px;
}

.bottom-120px {
  bottom: 120px;
}

.count-figure img {
  width: 154px;
  height: 154px;
}

.font-60px {
  font-size: 60px;
}

.about-us-last {
  background-color: #CD3969;
  color: #fff;
  display: flex;
  align-items: center;
  height: 170px;
}

.about-us-last .content-box {
  position: relative;
  left: 11%;
  overflow: hidden;
  width: calc(100% - 200px);
}

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

.lineheight-100 {
  line-height: 100px;
}

.margintop-80px {
  margin-top: 80px;
}

.video-link {
  background-color: #fff;
  padding: 3px;
  width: 85%;
  margin-left: 160px;
  height: 780px;
}

.video-link button {
  background-color: #fff !important;
}

.margin-custom {
  margin: 0px 120px;
}

.count-box {
  width: 70%;
  margin-left: 150px;
  margin-bottom: 90px;
}

.back-icon {
  width: 33px;
  height: 33px;
  border: 1px solid #2e4c82;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paddingX-30 {
  padding: 30px 0px;
}

.custom-slick-new .slick-next::before, .slick-common-slider .slick-next::before {
  content: "" !important;
  background: #fff;
  border-radius: 50%;
  height: 60px;
  font-size: 30px !important;
  width: 60px;
  display: flex;
  /* text-align: center; */
  border: 1px solid #cececf;
  justify-content: center;
  align-items: center;
}

.custom-slick-new .slick-prev::before, .slick-common-slider .slick-prev::before {
  content: "" !important;
  background: #fff;
  border-radius: 50%;
  transform: rotate(180deg);
  height: 60px;
  font-size: 30px !important;
  width: 60px;
  display: flex;
  border: 1px solid #cececf;
  justify-content: center;
  align-items: center;
}

.colorInherit:before {
  color: inherit !important;
}

.Hostels_Slider {
  margin: 0 -15px;
  text-align: center;
}
.Hostels_Slider .Institutes_slides {
  padding: 0 15px;
}
.BreakdownDropdown.dropdown-menu {
  width: 260px;
  margin-left: 18px !important;
}
.BreakdownDropdown.dropdown-menu li {
  transition: all 0.5s ease;
}
.BreakdownDropdown.dropdown-menu .triangle-with-shadow {
  width: 26px;
  height: 14px;
  overflow: hidden;
  right: 14px;
  top: -14px;
  z-index: -5;
}

.program-productLogo {
  max-width: 52px;
}

.card2-pay {
  width: 34px;
  display: flex;
  justify-content: center;
}

.TotalPayBar {
  margin: 0 -23px;
  padding: 0 10px;
}

.CHECK_IN_Out {
  max-width: 250px;
}

.gallery-photo-wrap {
  height: 175px;
}
.gallery-photo-wrap img {
  height: 175px;
}

.gallery-col .gallery-down-arrow {
  bottom: -19px;
  opacity: 0;
  transition: all 0.5s ease;
}
.gallery-col:hover, .gallery-col[aria-expanded=true] {
  transition: all 0.5s ease;
  background-color: #CD3969 !important;
  border-color: #CD3969 !important;
}
.gallery-col:hover .gallery-caption *, .gallery-col[aria-expanded=true] .gallery-caption * {
  color: #ffffff !important;
}
.gallery-col:hover .gallery-down-arrow, .gallery-col[aria-expanded=true] .gallery-down-arrow {
  opacity: 1;
}

.page-url {
  margin: 0 15px;
}
.page-url li {
  list-style: decimal;
  list-style-position: inside;
  text-transform: capitalize;
}

@media (min-width: 1400px) {
  .institution-btn-list {
    padding-top: 2px;
  }
}
@media (max-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1300px;
  }

  .institution-btn-list {
    margin-top: -2px;
  }
}
@media (max-width: 1200px) {
  #header,
#Footer {
    display: none;
  }

  .container,
.container-sm {
    max-width: inherit;
  }

  .counter-image img {
    max-width: 40px;
  }

  .Hostels-title-box {
    background: none !important;
    bottom: 5px;
  }
  .Hostels-title-box::after {
    display: none;
  }

  .testimonialslider-content {
    margin-top: 0px;
  }

  .slick-common-slider {
    margin: 0 -12px !important;
  }
}
@media (max-width: 767px) {
  .modal-email-icon {
    max-width: 46px;
  }

  .app-pagination .page-item .page-link {
    padding: 1px 7px;
  }

  .mob-scroll {
    overflow: auto;
  }

  #HostelByproce-row {
    width: 700px;
  }

  #HostelByOccupancy-row {
    width: 800px;
  }

  #HostelByproce-row,
#HostelByOccupancy-row,
#HostelbyRoom {
    margin: 0 -7px;
  }
  #HostelByproce-row > div,
#HostelByOccupancy-row > div,
#HostelbyRoom > div {
    padding: 0 7px;
  }

  #HostelbyRoom > div {
    width: 50%;
  }

  #JiungeBenefitsRow {
    margin: 0px !important;
  }
  #JiungeBenefitsRow .JiungeBenefitContent {
    border: 1px solid #d5d5d5;
    padding: 20px;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
  }

  #UsefulArticles.slick-common-slider,
#FeaturedAccommodations.slick-common-slider {
    margin: 0px !important;
  }
  #UsefulArticles .slick-common-slider-item,
#FeaturedAccommodations .slick-common-slider-item {
    padding: 0 2px;
  }

  .slick-common-slider .slick-dots {
    margin-top: 10px;
  }

  #UsefulArticles .slick-dots {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .border-sm-none {
    border: none !important;
  }

  .counter-row {
    margin: 0 -5px;
  }
  .counter-row > div {
    padding: 0 5px;
  }

  .testimonialCard {
    margin: 0 -12px;
    padding: 12px 12px 0 !important;
  }

  .position-sm-relative {
    position: relative !important;
  }

  .text-sm-default {
    color: #333333 !important;
  }
}
.signup-verify__email-icon {
  text-align: center;
}
.signup-verify__desc {
  color: #333333;
  text-align: center;
  padding: 30px 0 0 0;
}
.signup-verify__form {
  padding: 25px 0 0 0;
  max-width: 350px;
  margin: 0 auto;
}
.signup-verify__form--indent {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup-verify__form--indent input {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  border-width: 1px;
  margin: 0 8px;
}
.signup-verify__form--action-btn {
  text-align: center;
  padding: 30px 0 0 0;
}
.signup-verify__form--action-btn button {
  min-width: 140px;
  min-height: 50px;
}
.signup-verify__form--links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 0 0;
}
.signup-verify__form--links span {
  opacity: 0.5;
}

.page-go-back {
  color: #2E4C82;
  position: absolute;
  top: 20px;
  left: 40px;
}
.page-go-back a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
}
.page-go-back a::before {
  width: 10px;
  height: 10px;
  content: "";
  background: url("../img/arrow-left-sm.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px;
}

.signup-government {
  position: relative;
}
.signup-government .form-control {
  width: 425px;
  color: #666666;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.signup-government .form-control::placeholder {
  color: #666666;
  text-align: center;
}
.signup-government .buttons {
  width: 140px;
  height: 54px;
  cursor: pointer;
}

.contact-us__options--item {
  border-radius: 4px;
  padding: 15px 25px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: flex-start;
  min-height: 120px;
}
.contact-us__options--item img {
  margin-right: 18px;
}
.contact-us .btn-lg {
  height: 54px;
}
.contact-us__form {
  padding-left: 35px;
  margin-left: 20px;
  padding-bottom: 25px;
  border-left: 1px solid #707070;
}
.contact-us__form textarea {
  height: 140px;
}
.contact-us__form .buttons {
  width: 140px;
  height: 54px;
}

body {
  font-family: "product_sansregular";
}

.container {
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

/*Global CSS Start*/
.cursor-pointer {
  cursor: pointer;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-24 {
  line-height: 24px;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.border-grey {
  border-color: #666666 !important;
}

.bg-none {
  background: none;
}

.opacity-1 {
  opacity: 1 !important;
}

a {
  color: #2e4c82;
  transition: all 0.3s ease;
  text-decoration: none;
}
a > * {
  transition: all 0.3s ease;
}
a:hover, a.text-white:hover {
  color: #CD3969 !important;
}
a:hover .text-default, a.text-white:hover .text-default {
  color: #CD3969 !important;
}

/*Global CSS End*/
.left-0 {
  left: 0px !important;
}

.transform-none {
  transform: none !important;
}

.ract-26 {
  width: 26px;
  height: 26px;
}
.ract-26 span {
  font-size: 12px;
}
.ract-26 span.icon-Path-196 {
  font-size: 14px;
}
.ract-26 span.icon-book-1 {
  font-size: 10px;
}

.svg-wrap {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.small-icon {
  width: 14px;
  height: 14px;
  background: #fff;
  color: #CD3969;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-icon i {
  font-size: 9px;
}

.dropdownOnHover .dropdown-menu {
  border: none;
  margin-top: -3px !important;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.dropdown-arrow-none::after {
  display: none;
}

.triangle-with-shadow {
  width: 36px;
  height: 18px;
  position: absolute;
  overflow: hidden;
  right: 14px;
  top: -17px;
}

.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ebebeb;
}

.red-underline span {
  width: 105px;
  height: 4px;
  background-color: #CD3969;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}

.page {
  padding-bottom: 50px;
  position: relative;
  overflow-x: hidden;
  background-color: #D9D9D9;
}
@media (max-width: 1023px) {
  .page {
    padding-bottom: 30px;
  }
}

.shadow-1 {
  box-shadow: 0px 0px 29px #0000001A;
}

.triangle-wrapper {
  width: 40px;
  height: 24px;
  overflow: hidden;
  transform: rotateY(180deg);
  position: absolute;
  bottom: -24px;
  left: 0;
  box-shadow: 27px 24px 29px #0000001a;
}

.triangle-with-shadow2 {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.triangle-with-shadow2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  margin-top: -34px;
  left: 14px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.2);
}

.max-w-450 {
  max-width: 450px;
}

.page-panel {
  padding: 30px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .page-panel {
    padding: 20px 0 30px;
  }
}

.page-aside {
  flex-basis: 290px;
  max-width: 290px;
  position: relative;
  transition: left 0.3s;
}
.page-aside .saved {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 22px;
}
.page-aside .saved + .close-menu {
  left: 0;
}
@media (max-width: 1199px) {
  .page-aside {
    z-index: 99;
    left: -100%;
    height: 100%;
    top: 0;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.5);
  }
  .page-aside.active {
    left: 0;
  }
  .page-aside .saved {
    flex-basis: 0;
    margin-bottom: 0;
    max-width: inherit;
    width: auto;
  }
  .page-aside .booking-panel {
    padding-bottom: 4px;
  }
}

.pager-area-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .pager-area-header {
    padding: 0 15px;
  }
}

.close-menu {
  z-index: 99;
  width: 35px;
  left: calc(100% - 30px);
  height: 35px;
  border-radius: 4px;
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #CD3969;
}
.close-menu i {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .close-menu {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
  }
}

.page-area {
  height: 100%;
  background-color: #ffffff;
}

.page-block {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  background-color: #ffffff;
}

.page-ad {
  padding: 0 10px;
  padding-bottom: 25px;
  padding-top: 20px;
  position: relative;
}

.page-content {
  position: relative;
}

.page-document {
  height: 100%;
  position: relative;
}
.page-document + .page-document {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .page-detail .tabs {
    overflow: hidden;
    overflow-x: auto;
  }
  .page-detail .tab-item {
    white-space: nowrap;
  }
}

.filter-btn-block {
  padding-top: 38px;
  text-align: center;
}
.filter-btn-block + .page-ad {
  margin-top: 40px;
}
.filter-btn-block .buttons {
  min-width: 120px;
  height: 38px;
}
@media (max-width: 767px) {
  .filter-btn-block + .page-ad {
    margin-top: 20px;
  }
}

.page-about {
  padding: 60px 0;
}
.page-about h3 {
  margin-bottom: 10px;
  color: #2E4C82;
}
.page-about p {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-about {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .page-about {
    padding: 30px 0;
  }
}

.career-guidance {
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .career-guidance {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .career-guidance {
    padding: 30px 0;
  }
}

.apply-scroll {
  right: 5px;
  z-index: 99;
  top: 300px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition-property: opacity, visibility;
  transition: 0.2s;
}
.apply-scroll.hide {
  opacity: 0;
  visibility: hidden;
}
.apply-scroll.show {
  opacity: 1;
  visibility: visible;
}

.wishlistBtn {
  right: 15px;
  top: 20px;
}

.slick-slideshow-1 .slick-prev,
.slick-slideshow-1 .slick-next,
.slick-common-slider .slick-prev,
.slick-common-slider .slick-next {
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  top: calc(50% - 15px);
}
.slick-slideshow-1 .slick-prev::before,
.slick-slideshow-1 .slick-next::before,
.slick-common-slider .slick-prev::before,
.slick-common-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -8px;
  color: #ffffff;
  opacity: 0.8;
}
.slick-slideshow-1 .slick-prev,
.slick-common-slider .slick-prev {
  left: 10px;
}
.slick-slideshow-1 .slick-prev::before,
.slick-common-slider .slick-prev::before {
  content: "";
}
.slick-slideshow-1 .slick-next,
.slick-common-slider .slick-next {
  right: 10px;
}
.slick-slideshow-1 .slick-next::before,
.slick-common-slider .slick-next::before {
  content: "";
}

.slick-common-slider {
  margin: 0 -15px;
}

.slick-common-slider-item {
  padding: 0 15px;
}

.slick-common-slider .slick-prev::before,
.slick-common-slider .slick-next::before {
  color: #333333;
}
.slick-common-slider .slick-prev {
  left: -26px;
}
.slick-common-slider .slick-next {
  right: -26px;
}
.slick-common-slider .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.slick-common-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-common-slider .slick-dots li button {
  transition: all 0.6s ease;
  font-size: 0px;
  width: 13px;
  height: 13px;
  background-color: #dedede;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border: none;
}
.slick-common-slider .slick-dots li.slick-active button {
  transform: scale(1.4);
  background-color: #CD3969;
}
.slick-common-slider.slick-common-slider-2 {
  padding: 0 20px;
}
.slick-common-slider.slick-common-slider-2 .slick-common-slider-item {
  padding: 0 10px !important;
}
.slick-common-slider.slick-common-slider-2 .slick-prev {
  left: -5px;
}
.slick-common-slider.slick-common-slider-2 .slick-prev::before {
  content: "";
  color: #999999;
}
.slick-common-slider.slick-common-slider-2 .slick-next {
  right: -18px;
}
.slick-common-slider.slick-common-slider-2 .slick-next::before {
  content: "";
  color: #999999;
}
.slick-common-slider.slick-common-slider-2 .slick-prev:hover::before,
.slick-common-slider.slick-common-slider-2 .slick-next:hover::before {
  color: #2E4C82;
}
.slick-common-slider.slick-common-slider-2 .slick-prev::before,
.slick-common-slider.slick-common-slider-2 .slick-next::before {
  font-size: 26px;
}

.testimonial-section .thumbnail-image,
.testimonial-section .horz-slider-nav .slick-track {
  transition: all 0.6s;
}
.testimonial-section .thumbnail-image img,
.testimonial-section .thumbnail-image div,
.testimonial-section .horz-slider-nav .slick-track img,
.testimonial-section .horz-slider-nav .slick-track div {
  transition: all 0.6s;
}
.testimonial-section .thumbnail-image.slick-active {
  transition: all 0.6s;
  transform: scale(1.4);
  z-index: 3;
  position: relative;
}
.testimonial-section .thumbnail-image.slick-active + .slick-active {
  transform: scale(1);
  z-index: 2;
}
.testimonial-section .thumbImg {
  height: 325px !important;
  border: none !important;
  cursor: pointer;
}
.testimonial-section .slick-list {
  padding: 100px 0 100px 30px;
}

/*horizontal Slider Start*/
#HorizontalSlickSlider {
  display: block !important;
  opacity: 0 !important;
  z-index: -99999;
}

#HorizontalSlickSlider.show {
  z-index: 999999;
  opacity: 1 !important;
}

.slider-horizontal-wrapper {
  /*End USE CSS for Slider*/
}
.slider-horizontal-wrapper .vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.slider-horizontal-wrapper .banner-slider .slider.horz-slider-for {
  margin: 0 auto;
}
.slider-horizontal-wrapper .banner-slider .slider.horz-slider-for,
.slider-horizontal-wrapper .banner-slider .slider.horz-slider-nav {
  width: 100%;
  float: left;
}
.slider-horizontal-wrapper .banner-slider .slider.horz-slider-nav {
  overflow: hidden;
}
.slider-horizontal-wrapper .horz-slider-Mainimage img {
  padding: 0 100px;
}
.slider-horizontal-wrapper .slider-banner-image {
  height: auto;
}
.slider-horizontal-wrapper .banner-slider .slider.horz-slider-nav {
  padding: 20px 0 0;
}
.slider-horizontal-wrapper .horz-slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: calc(100% - 10px);
  height: 110px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}
.slider-horizontal-wrapper .slider-banner-image img,
.slider-horizontal-wrapper .horz-slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-horizontal-wrapper .slick-vertical .slick-slide:active,
.slider-horizontal-wrapper .slick-vertical .slick-slide:focus,
.slider-horizontal-wrapper .slick-arrow:hover,
.slider-horizontal-wrapper .slick-arrow:focus {
  border: 0;
  outline: 0;
}
.slider-horizontal-wrapper .horz-slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196db6;
}
.slider-horizontal-wrapper .horz-slider-nav .slick-slide.slick-current span {
  color: #196db6;
}
.slider-horizontal-wrapper .horz-slider-nav .slick-slide {
  text-align: center;
}
.slider-horizontal-wrapper .horz-slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.slider-horizontal-wrapper .slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.slider-horizontal-wrapper .slick-prev,
.slider-horizontal-wrapper .slick-next {
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  top: calc(50% - 15px);
}
.slider-horizontal-wrapper .slick-prev::before,
.slider-horizontal-wrapper .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -8px;
  color: #999999;
}
.slider-horizontal-wrapper .slick-prev {
  left: 0px;
}
.slider-horizontal-wrapper .slick-prev::before {
  content: "";
}
.slider-horizontal-wrapper .slick-next {
  right: 0px;
}
.slider-horizontal-wrapper .slick-next::before {
  content: "";
}

/*horizontal Slider End*/
.slickSliderArrow2 .slick-prev,
.slickSliderArrow2 .slick-next {
  position: absolute;
  bottom: 0;
  width: 43px;
  height: 43px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #f1efef;
  background: #f1efef;
  font-size: 0px;
  transition: all 0.5s ease;
}
.slickSliderArrow2 .slick-prev::before,
.slickSliderArrow2 .slick-next::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
}
.slickSliderArrow2 .slick-prev:hover,
.slickSliderArrow2 .slick-next:hover {
  border-color: #CD3969;
}
.slickSliderArrow2 .slick-prev:hover::before,
.slickSliderArrow2 .slick-next:hover::before {
  color: #CD3969;
}
.slickSliderArrow2 .slick-prev {
  left: -120px;
}
.slickSliderArrow2 .slick-next {
  left: -65px;
}
.slickSliderArrow2 .slick-next::before {
  content: "";
}

.slick-arrow-design-2 .slick-prev,
.slick-arrow-design-2 .slick-next {
  width: 43px;
  height: 43px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #f1efef;
  background: #f1efef;
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow-design-2 .slick-prev::before,
.slick-arrow-design-2 .slick-next::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  position: static;
}
.slick-arrow-design-2 .slick-prev:hover,
.slick-arrow-design-2 .slick-next:hover {
  border-color: #CD3969;
}
.slick-arrow-design-2 .slick-prev:hover::before,
.slick-arrow-design-2 .slick-next:hover::before {
  color: #CD3969;
}
.slick-arrow-design-2 .slick-prev {
  left: -50px;
}
.slick-arrow-design-2 .slick-next {
  right: -50px;
}
.slick-arrow-design-2 .slick-next::before {
  content: "";
}

.gallery-expandView .horz-slider-nav, .gallery-expandView-modal .horz-slider-nav {
  background-color: #CD3969;
  padding: 20px 70px !important;
  margin-top: 50px;
}
.gallery-expandView .slick-prev,
.gallery-expandView .slick-next, .gallery-expandView-modal .slick-prev,
.gallery-expandView-modal .slick-next {
  transition: all 0.5s ease;
  width: 60px;
  height: 60px;
  border: 1px solid #b8b6b6;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: ; */
}
.gallery-expandView .slick-prev:before,
.gallery-expandView .slick-next:before, .gallery-expandView-modal .slick-prev:before,
.gallery-expandView-modal .slick-next:before {
  transition: all 0.5s ease;
  position: static;
  font-size: 26px;
}
.gallery-expandView .slick-prev:hover,
.gallery-expandView .slick-next:hover, .gallery-expandView-modal .slick-prev:hover,
.gallery-expandView-modal .slick-next:hover {
  border-color: #CD3969;
}
.gallery-expandView .slick-prev:hover:before,
.gallery-expandView .slick-next:hover:before, .gallery-expandView-modal .slick-prev:hover:before,
.gallery-expandView-modal .slick-next:hover:before {
  color: #CD3969;
}

@media (max-width: 1200px) {
  .testimonial-section .slick-list {
    padding: 100px 0 100px 20px;
  }
}
@media (max-width: 992px) {
  .testimonial-section .horz-slider-nav .slick-list {
    padding: 50px 0 50px 0px;
  }
  .testimonial-section .horz-slider-for .slick-list {
    padding: 0px 0 0px 0px;
  }
  .testimonial-section .thumbImg {
    height: 200px !important;
  }
}
@media (max-width: 767px) {
  .slick-common-slider .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 576px) {
  .slider-horizontal-wrapper .horz-slider-Mainimage img {
    padding: 0;
  }

  .testimonial-section .horz-slider-nav .slick-list {
    padding: 40px 0 40px 0px;
  }
  .testimonial-section .thumbImg {
    height: 130px !important;
  }
}
/*Responsive*/
body {
  font-family: "product_sansregular";
  line-height: 1.5;
  font-size: 1rem;
}

/*# sourceMappingURL=main.css.map */
.textarea-resize-none{
  resize: none;
}