@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
/*!
 * Bootstrap v5.0.1 (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 "utilities";*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
: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 {
  -webkit-box-sizing: border-box;
          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;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

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;
  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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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 /* rtl:ignore */;
  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;
}

/*@import "type";*/
/*@import "images";*/
/*@import "containers";*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.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: 480px) {
  .col-xs {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .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;
  }
}

/*@import "tables";*/
.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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    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, -webkit-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, -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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;
  -webkit-filter: 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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    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;
  -webkit-filter: 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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -webkit-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);
  padding: 1rem 0.75rem;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.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:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: .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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          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: .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: .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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          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: .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;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    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 /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 480px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

.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;
}

/*@import "button-group";*/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          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: 480px) {
  .navbar-expand-xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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;
}

/*@import "card";*/
/*@import "accordion";*/
/*@import "breadcrumb";*/
/*@import "pagination";*/
/*@import "badge";*/
/*@import "alert";*/
/*@import "progress";*/
/*@import "list-group";*/
/*@import "close";*/
/*@import "toasts";*/
/*@import "modal";*/
/*@import "tooltip";*/
/*@import "popover";*/
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    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 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    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 {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

/*@import "spinners";*/
/*@import "offcanvas";*/
.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: 480px) {
  .sticky-xs-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;
}

/*@import "utilities/api";*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.preload__wrap {
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body {
  color: #000;
  font-weight: normal;
  overflow: hidden;
}

body.loaded {
  overflow-y: visible;
}

body.loaded .preload__wrap {
  opacity: 0;
  z-index: -1;
}

body.modal-open {
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-bottom: 1rem;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

/*----generic styling*/
.section-space {
  padding: calc(1.25rem + 1.5vw) 0;
}

.section-space-top {
  padding-top: calc(1.25rem + 1.5vw);
}

.section-space-bottom {
  padding-bottom: calc(1.25rem + 1.5vw);
}

.btn-theme {
  background-color: #cd5932;
  color: #fff;
}

.btn1 {
  display: block;
  margin: 20px auto;
  background-color: #a14a2e;
  color: #fff;
  padding: 10px 50px;
  border: none;
  border-radius: 8px;
  padding: 10px 50px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.inner-sec-container {
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
}

.all-heading-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.section-heading-home {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
  display: inline;
  font-size: xxx-large;
}

.section-heading-home::after,
.section-heading-home::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #cd5932;
  display: block;
  height: 3px;
}

.section-heading-home::after {
  bottom: -30px;
  width: 50%;
  margin: 0 auto;
  left: 25%;
  background-color: skyblue;
}

.question::after {
  display: none;
}

.section-heading-home::before {
  bottom: -20px;
}

.question::before {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb,
.cd-multi-steps {
  width: 90%;
  max-width: 768px;
  padding: 1em;
  background-color: #edeff0;
  border-radius: .25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cd-breadcrumb::after,
.cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}

.cd-breadcrumb li,
.cd-multi-steps li {
  display: inline-block;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 16px;
  color: #2c3f4c;
}

.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  /* selected step */
  color: #cd5932;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li > *::before,
.cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li::after,
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *,
  .cd-multi-steps li > * {
    font-size: 16px;
  }
}

#gallery {
  padding-top: 40px;
}

#gallery .fa {
  cursor: pointer;
  font-weight: 600;
  font-size: 48px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  cursor: pointer;
  height: 120px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100000;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/*---------------------------
	Header Styling
----------------------------*/
.site-nav {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
}

.inner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  background-color: transparent;
  z-index: 1000;
}

.sticky {
  max-width: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100% !important;
  opacity: .9;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 13px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-nav .nav-link.active {
  color: white !important;
  border-top: 2px solid #a14a2e;
}

.navbar-brand h1 {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.pt-nav-dropdown {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  transition: .5s;
}

.pt-nav-dropdown li {
  border-bottom: 1px solid #cd5932;
}

.pt-nav-dropdown li a {
  color: #fff;
}

.pt-nav-dropdown li:hover {
  background-color: black;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.navheading-fs {
  font-size: 18px !important;
}

.padd5 {
  padding: 5px 0 !important;
}

.noarrow.dropdown-toggle::after {
  content: none !important;
}

/*---------------------------
	Page Styling
----------------------------*/
.pt-home-section {
  width: 100%;
  height: auto;
  background-image: url("../images/bm-new.jpg");
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  background-attachment: fixed;
  padding-bottom: 20px;
}

.pt-home-section .blur-home-img {
  position: absolute;
  bottom: -67px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
}

.pt-home-section .inner-container {
  max-width: 1375px !important;
  height: auto;
}

.pt-home-section .inner-container .home-section-wrapper {
  width: 100%;
  height: auto;
}

.pt-home-section .inner-container .home-section-wrapper .vertical-slider-home {
  width: 100%;
  padding: 10px;
  height: 400px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.pt-home-section .inner-container .home-section-wrapper .vertical-slider-home .vl {
  width: 1px;
  height: 80%;
  background-color: lightgray;
  position: absolute;
  top: 5%;
  left: 46%;
}

.pt-home-section .inner-container .home-section-wrapper .vertical-slider-home .vertical-slider-wrapper {
  width: 20px;
  height: auto;
  margin: 0 auto;
}

.pt-home-section .inner-container .home-section-wrapper .vertical-slider-home .vertical-slider-wrapper .nav-thumb1 {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  margin-bottom: 80px;
}

.pt-home-section .inner-container .home-section-wrapper .home-content-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
}

.pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper .content1 {
  width: 100%;
  height: 100%;
  padding: 30px 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper .content1 h1 {
  font-size: 38px;
  color: white;
  font-weight: 500;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper .content1 button {
  background-color: #cd5932;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 4px;
  padding: 8px 25px;
  text-transform: uppercase;
  margin-top: 20px;
}

.pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper #content2 {
  display: none;
}

.pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper #content3 {
  display: none;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area {
  width: 100%;
  height: auto;
  position: relative;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper {
  max-width: 870px;
  margin: 0 auto;
  height: auto;
  padding: 20px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area {
  width: 100%;
  height: auto;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-carousel {
  position: relative;
  margin-top: 30px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-nav {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-next,
.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-prev {
  background-color: white;
  border: none;
  font: inherit;
  width: 40px;
  border-radius: 50%;
  height: auto;
  color: #333;
  font-size: 25px;
  margin: 0px 10px;
  border: 1px solid gray;
  display: none;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .uk-card-primary {
  border-radius: 8px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area h3 {
  margin-top: 10px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area p {
  margin-top: 30px;
  margin-bottom: 0;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-theme .owl-nav [class*='owl-'] {
  background: #383838;
  width: 50px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-dots {
  margin-top: 30px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .uk-card-title {
  padding-bottom: 20px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .item {
  width: 100%;
  padding-left: 20px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper {
  padding-top: 20px;
  height: auto;
  border-radius: 10px;
  border: 2px solid #cd5932;
  background-color: white;
  position: relative;
  padding: 3px;
  padding-bottom: 0;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .event-image-area {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .event-image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .event-image-area .home-card-title-up {
  color: red;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: -20px;
  left: 0;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .home-card-btn-area {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 3px;
  border-radius: 6px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .home-card-btn-area button {
  display: block;
  margin: 0 auto;
  padding: 8px 30px;
  background-color: #a14a2e;
  color: #fff;
  border: none;
  font-size: 15px;
  border-radius: 4px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area {
  width: 97.5%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 10;
  margin-left: -48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-text-area {
  width: 80%;
  height: 100%;
  padding: 7px 10px;
  position: relative;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-text-area p {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-text-area p small {
  font-weight: 400;
  font-size: 12pxg;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-text-area .card-white-heading-home {
  text-align: center;
  margin: 0;
  position: absolute;
  top: -28px;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-icon-area {
  width: 20%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-icon-area img {
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper:hover .event-image-area {
  overflow: hidden;
}

.pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper:hover .event-image-area img {
  -webkit-transition: 3s;
  transition: 3s;
}

.pt-home-section .owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: auto;
  padding: 0px 0px;
  padding: 75px 0px;
  padding-bottom: 0px !important;
}

.pt-home-section .owl-carousel .owl-stage-outer .first .item {
  width: 100% !important;
  padding-left: 0px !important;
}

.pt-home-section .owl-carousel .owl-stage-outer .first .item .events-card-wrapper {
  width: 300px !important;
  padding-top: 0px !important;
  width: 100% !important;
  margin-top: -50px !important;
  border: 4px solid #cd5932;
}

.pt-home-section .owl-carousel .owl-stage-outer .first .item .event-image-area {
  height: 380px !important;
  width: 100% !important;
  overflow: hidden !important;
}

.pt-home-section .search-home-home-parent {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0px 70px 0px 20px;
}

.pt-home-section .search-home-home-parent .search-bar-wrapper {
  max-width: 600px;
  height: 66px;
  border-radius: 30px;
  margin: 0 auto;
  border: 1px solid #a14a2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
}

.pt-home-section .search-home-home-parent .search-bar-wrapper form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pt-home-section .search-home-home-parent .search-bar-wrapper form .srch-input-wrapper {
  width: 88%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 35px;
  border-top-right-radius: 0;
}

.pt-home-section .search-home-home-parent .search-bar-wrapper form .srch-input-wrapper input {
  width: 90%;
  height: 65%;
  padding: 8px 16px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 1px solid lightgray;
}

.pt-home-section .search-home-home-parent .search-bar-wrapper form .srch-btn-wrapper {
  width: 10%;
  height: 100%;
  background-color: white;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pt-home-section .search-home-home-parent .search-bar-wrapper form .srch-btn-wrapper button {
  width: 80px;
  height: 80px;
  border: none;
  background-color: #a14a2e;
  border-radius: 50%;
  margin-top: -10px;
}

.pt-home-section .search-home-home-parent .search-bar-wrapper form .srch-btn-wrapper button i {
  font-size: 30px;
  color: white;
}

.home-section2 {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  background-color: white;
  margin-top: 50px;
}

.home-section2 .inner-container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}

.home-section2 .looking-for-parent {
  width: 100%;
  height: auto;
}

.home-section2 .looking-for-parent .news-event-parent {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}

.home-section2 .looking-for-parent .news-event-parent h2 {
  text-align: left !important;
  font-weight: bolder;
  letter-spacing: 1px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .looking-for-dotted-img {
  position: absolute;
  top: 0;
  left: -20px;
  width: 450px;
  height: 80%;
  z-index: 00;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .owl-carousel {
  position: relative;
  margin-top: 10px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .owl-nav {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .owl-next,
.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .owl-prev {
  background-color: white;
  border: none;
  font: inherit;
  width: 40px;
  border-radius: 50%;
  height: auto;
  color: #333;
  font-size: 25px;
  margin: 0px 10px;
  border: 1px solid gray;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .uk-card-primary {
  border-radius: 8px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area h3 {
  margin-top: 10px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area p {
  margin-top: 30px;
  margin-bottom: 0;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .owl-theme .owl-nav [class*='owl-'] {
  background: #383838;
  width: 50px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .owl-dots {
  margin-top: 30px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .uk-card-title {
  padding-bottom: 20px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper {
  width: auto;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #fff;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper .looking-for-card {
  width: auto;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper .looking-for-card .looking-for-card-heading {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  position: static;
  z-index: 1;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper .looking-for-card .looking-card-hover-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper .looking-for-card .looking-card-hover-layer .border {
  width: 90%;
  height: 90%;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 12px;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper .looking-for-card:hover .looking-card-hover-layer {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper .looking-for-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.three60itemcard {
  height: 320px !important;
}

.three60itemcard .looking-for-card {
  height: 100% !important;
}

.punjab-zones-section {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px 20px;
}

.punjab-zones-section .punjab-zone-area-parent {
  width: 100%;
  height: auto;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 50px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .zone-dooted-img1 {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .zone-dooted-img2 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 0;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area {
  width: 100%;
  height: auto;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .indicator-wrapper {
  position: relative;
  z-index: 10;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .owl-carousel {
  position: relative;
  margin-top: 10px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .owl-nav {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .owl-next,
.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .owl-prev {
  background-color: white;
  border: none;
  font: inherit;
  width: 40px;
  border-radius: 50%;
  height: auto;
  color: #333;
  font-size: 25px;
  margin: 0px 10px;
  border: 1px solid gray;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .uk-card-primary {
  border-radius: 8px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area h3 {
  margin-top: 10px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area p {
  margin-top: 30px;
  margin-bottom: 0;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .owl-theme .owl-nav [class*='owl-'] {
  background: #383838;
  width: 50px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .owl-dots {
  margin-top: 30px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .uk-card-title {
  padding-bottom: 20px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper {
  width: auto;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #fff;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper .looking-for-card {
  width: auto;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper .looking-for-card .looking-for-card-heading {
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: static;
  z-index: 1;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper .looking-for-card .looking-card-hover-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper .looking-for-card .looking-card-hover-layer .border {
  width: 90%;
  height: 90%;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 12px;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper .looking-for-card:hover .looking-card-hover-layer {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper .looking-for-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.popular-destination-section {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 40px 20px;
}

.popular-destination-section .popular-destination-area-parent {
  width: 100%;
  height: auto;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 20px 0px;
  padding-bottom: 30px;
  position: relative;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-img {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 0;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: white;
  position: relative;
  z-index: 10;
  -webkit-transition: .5s;
  transition: .5s;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  margin-bottom: 10px;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area .weather-card-area {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area .weather-card-area .temprature-text-area {
  width: 70%;
  height: 100%;
  padding: 7px 10px;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area .weather-card-area .temprature-text-area p {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area .weather-card-area .temprature-text-area p small {
  font-weight: 400;
  font-size: 12p;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area .weather-card-area .temprature-icon-area {
  width: 30%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area .weather-card-area .temprature-icon-area img {
  width: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .content-area {
  width: 100%;
  height: auto;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding-bottom: 30px;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .content-area .destination-card-heading {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  padding-top: 10px;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .content-area p {
  font-size: 14px;
  color: gray;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .content-area p i {
  font-size: 12px;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .button-area {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .button-area button {
  padding: 9px 20px;
  background-color: #a14a2e;
  color: #fff;
  border: none;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

.popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: .5s;
  transition: .5s;
}

.popular-destination-section .see-more-btn {
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
  background-color: #fff;
  color: #a14a2e;
  border: none;
  border-radius: 2px;
  border: 1px solid #a14a2e;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
}

.home-map-section {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 40px 20px;
}

.home-map-section .map-section-parent {
  width: 100%;
  height: auto;
}

.home-map-section .map-section-parent .map-section-wrapper {
  width: 100%;
  height: auto;
  margin-top: 40px;
  position: relative;
}

.home-map-section .map-section-parent .map-section-wrapper .map-section-dotted-img {
  position: absolute;
  top: -24px;
  right: -20px;
  width: 300px;
  z-index: 0;
  height: 200px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 15px;
  background-color: whites;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: none;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .stick-filter-div {
  width: 55px;
  padding: 5px 10px;
  height: 55px;
  background-color: whitesmoke;
  border: 1px solid #dbdbdb;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .stick-filter-div img {
  width: 100%;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link.active {
  border: 1px solid #cd5932;
  min-height: auto;
  height: auto;
  color: #fff !important;
  background-color: #cd5932;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link.active p {
  color: #fff;
  font-weight: 600;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .tab-content-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .tab-content-wrapper img {
  width: 45%;
  display: block;
  margin: auto;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .tab-content-wrapper p {
  color: #cd5932;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  margin-top: 16%;
  margin-left: 5px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link {
  border: 1px solid #a14a2e;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  min-width: 70px;
  min-height: auto;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  background-color: whitesmoke;
  border-radius: 4px;
  margin: 0px 0px;
  padding: 0px !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link .mob-icons-area {
  width: 50px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link .mob-icons-area img {
  width: 70%;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .tabs-list {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: none;
  white-space: nowrap;
  height: auto;
  position: relative;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .tabs-list .nav-tabs {
  border: none !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .all-icons-show-heading {
  color: #cd5932;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  height: auto;
  margin-top: 10px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area {
  width: 75%;
  height: auto;
  padding: 0px;
  background-color: whitesmoke;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  border: 1px solid #a14a2e;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .btn-map-img-area {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  padding: 6px;
  background-color: whitesmoke;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .map-tab-img {
  display: block;
  width: 95%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .nav-item {
  width: 19.99%;
  border-radius: 0px;
  overflow: hidden;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .nav-item .nav-link {
  width: 100%;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0px;
  color: #a14a2e;
  border-right: 1px solid #a14a2e;
  border-left: 1px solid #a14a2e;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .nav-link.active {
  color: #fff !important;
  background-color: #a14a2e !important;
  border-radius: 0px;
  height: 100%;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .map-tabs-icon-mob {
  display: none;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .map-tabs-icon-mob-white {
  display: none;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .tabs-area .nav .map-tabs-icon-mob-white {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab h3,
.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab img {
  cursor: pointer;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area {
  width: auto;
  height: 230px;
  background-color: white;
  position: absolute;
  right: 0;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  border: 2px solid lightgray;
  border-radius: 6px;
  -webkit-transition: .5s;
  transition: .5s;
  display: none;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .cross-area {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  right: 5px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .cross-area:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #cd5932;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div input,
.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div img,
.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div p {
  margin: 0px 10px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div input {
  margin-top: 7%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div img {
  width: 25px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div p {
  margin-top: 3%;
  text-transform: capitalize;
  font-size: 16px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area .category-filter-div button {
  width: 80%;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 5px;
  outline: none;
  text-transform: uppercase;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area::-webkit-scrollbar {
  width: 6px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area::-webkit-scrollbar-thumb {
  background: #cd5932;
  opacity: .5;
  border-radius: 5px;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab .filter-drop-down-area::-webkit-scrollbar-thumb:hover {
  background: #cd5932;
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .tab-serch-wrapper .heading-area-map-tab:hover .filter-drop-down-area {
  display: block !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper {
  max-width: 800px;
  margin: 20px auto;
  height: 45px;
  border-radius: 30px;
  margin: 30px 20px 20px 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  display: flex;
}

.home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper .srch-input-wrapper {
  width: 100%;
  height: 100%;
}

.home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper .srch-input-wrapper input {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper .srch-input-wrapper .main-punjab-link {
  font-size: 12px;
  color: #cd5932;
  margin: 8px;
  cursor: pointer;
  display: none;
}

.home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper .srch-btn-wrapper {
  width: 10%;
  height: 100%;
  background-color: white;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper .srch-btn-wrapper button {
  width: 70px;
  height: 70px;
  border: none;
  background-color: #a14a2e;
  border-radius: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper .srch-btn-wrapper button i {
  font-size: 25px;
  color: white;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper {
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper {
  height: auto;
  margin: 0 auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .img-area img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map {
  display: none;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .city-map-img {
  width: 65% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .individual-city {
  position: absolute !important;
  top: 40% !important;
  right: 60% !important;
  z-index: 1 !important;
  -webkit-transform: rotate(20deg) !important;
  transform: rotate(-39deg) !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .individual-city .city-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 2.5vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .individual-city .city-icon1 {
  position: absolute;
  top: -5vw;
  left: 4vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .individual-city .city-icon2 {
  position: absolute;
  top: 9.5vw;
  left: 3vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .individual-city .city-icon3 {
  position: absolute;
  top: -1.8vw;
  left: -10.5vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .individual-city .city-icon4 {
  position: absolute;
  top: 3.5vw;
  left: 11.5vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cities-map .individual-city .city-icon5 {
  position: absolute;
  top: 3.5vw;
  left: 5.5vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .all-cities {
  position: absolute !important;
  z-index: 1;
  -webkit-transform: rotate(20deg);
  transform: rotate(-39deg);
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .all-cities .icon {
  position: absolute;
  -webkit-transform: rotate(41deg) skewY(4deg) skewX(-1deg);
          transform: rotate(41deg) skewY(4deg) skewX(-1deg);
  width: 3vw;
  cursor: pointer;
  -webkit-filter: drop-shadow(19px 6px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(19px 6px 4px rgba(0, 0, 0, 0.3));
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .all-cities .icon1 .icon2 .icon3 .icon4 {
  position: absolute;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khushab-city {
  top: 23%;
  right: 35%;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khushab-city .icon1 {
  top: -2.5vw;
  left: -2.5vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khushab-city .icon2 {
  position: absolute;
  top: -3vw;
  right: -0.5vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khushab-city .icon3 {
  bottom: 0;
  left: 1vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khushab-city .icon4 {
  bottom: 0vw;
  right: 1.6vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .chakwal-city {
  top: 22% !important;
  right: 28% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .chakwal-city .icon1 {
  left: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .chakwal-city .icon2 {
  top: -6vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .chakwal-city .icon3 {
  bottom: -2.8vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .chakwal-city .icon4 {
  bottom: 2.5vw !important;
  right: 0.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .vehari-city {
  top: 70% !important;
  right: 53% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .vehari-city .icon1 {
  left: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .vehari-city .icon2 {
  top: -1vw !important;
  right: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .vehari-city .icon4 {
  bottom: 1.5vw !important;
  right: 0.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .vehari-city .icon3 {
  bottom: 1.2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .layyah-city {
  top: 42% !important;
  right: 56% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .layyah-city .icon1 {
  left: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .layyah-city .icon2 {
  top: -1vw !important;
  right: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .layyah-city .icon4 {
  bottom: 2.4vw !important;
  right: 0.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .layyah-city .icon3 {
  bottom: 1.2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .attock-city {
  top: 14% !important;
  right: 25% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .attock-city .icon1 {
  left: 0vw !important;
  top: -6.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .attock-city .icon2 {
  top: -2vw !important;
  right: -35px !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .attock-city .icon4 {
  bottom: .8vw !important;
  right: 1.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .attock-city .icon3 {
  bottom: 1.2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mianwali-city {
  top: 20% !important;
  right: 40% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mianwali-city .icon1 {
  left: 0vw !important;
  top: -7vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mianwali-city .icon2 {
  top: -1vw !important;
  right: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mianwali-city .icon3 {
  bottom: 2.2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mianwali-city .icon4 {
  bottom: .8vw !important;
  right: 1.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mandi-bahauddin-city {
  top: 30% !important;
  right: 25% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mandi-bahauddin-city .icon1 {
  top: 2.5vw !important;
  left: -0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .mandi-bahauddin-city .icon2 {
  top: -1vw !important;
  right: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .okara-city {
  top: 68% !important;
  right: 32% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .okara-city .icon1 {
  left: -2vw !important;
  top: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .okara-city .icon2 {
  top: -1vw !important;
  right: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .okara-city .icon4 {
  bottom: .8vw !important;
  right: 1.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .okara-city .icon3 {
  bottom: 2.2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhang-city {
  top: 48% !important;
  right: 44% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhang-city .icon1 {
  left: -3vw !important;
  top: -5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhang-city .icon2 {
  top: -1vw !important;
  right: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhang-city .icon4 {
  bottom: .8vw !important;
  right: 1.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhang-city .icon3 {
  bottom: 2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bhakkar-city {
  top: 35% !important;
  right: 49% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bhakkar-city .icon1 {
  left: 0 !important;
  top: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bhakkar-city .icon2 {
  top: -1vw !important;
  right: 0 !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bhakkar-city .icon4 {
  bottom: .8vw !important;
  right: 1.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bhakkar-city .icon3 {
  bottom: 2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city {
  top: 84% !important;
  right: 70% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city .icon1 {
  left: 4.5vw !important;
  top: -2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city .icon2 {
  top: 0 !important;
  right: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city .icon3 {
  top: 0 !important;
  right: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city .icon4 {
  bottom: .8vw !important;
  right: 4vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city .icon5 {
  bottom: .8vw !important;
  right: 4vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city .icon6 {
  bottom: .8vw !important;
  right: 4vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalpur-city .icon7 {
  bottom: .8vw !important;
  right: 4vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lodhran-city {
  top: 74% !important;
  right: 66.5% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lodhran-city .icon1 {
  bottom: -1vw !important;
  left: 6vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lodhran-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lahore-city {
  top: 68% !important;
  right: 18.5% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lahore-city .icon1 {
  bottom: 4.5vw !important;
  left: -2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lahore-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lahore-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .lahore-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .hafizabad-city {
  top: 50% !important;
  right: 29% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .hafizabad-city .icon1 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .hafizabad-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .hafizabad-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .hafizabad-city .icon3 {
  bottom: 1.6vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sialkot-city {
  top: 52% !important;
  right: 12% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sialkot-city .icon1 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sialkot-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sialkot-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sialkot-city .icon3 {
  bottom: 1.6vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sahiwal-city {
  top: 69% !important;
  right: 48% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sahiwal-city .icon1 {
  bottom: -4vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sahiwal-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sahiwal-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sahiwal-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .nankana-sahib-city {
  top: 55% !important;
  right: 29% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .nankana-sahib-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .nankana-sahib-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .nankana-sahib-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .nankana-sahib-city .icon1 {
  bottom: 1.5vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khanewal-city {
  top: 53% !important;
  right: 61% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khanewal-city .icon1 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khanewal-city .icon2 {
  bottom: 2vw !important;
  left: 2.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khanewal-city .icon3 {
  bottom: 2vw !important;
  left: 3.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .khanewal-city .icon4 {
  bottom: 2vw !important;
  left: 3.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .toba-tek-singh-city {
  top: 56% !important;
  right: 42% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .toba-tek-singh-city .icon1 {
  bottom: 1vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .toba-tek-singh-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .toba-tek-singh-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .toba-tek-singh-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .pakpattan-city {
  top: 73% !important;
  right: 40% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .pakpattan-city .icon1 {
  bottom: 0vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .pakpattan-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .pakpattan-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .pakpattan-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rahim-yar-khan-city {
  top: 76% !important;
  right: 88% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rahim-yar-khan-city .icon1 {
  left: 2.5vw !important;
  top: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rahim-yar-khan-city .icon2 {
  top: 0 !important;
  right: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rahim-yar-khan-city .icon4 {
  bottom: .8vw !important;
  right: 3vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rahim-yar-khan-city .icon3 {
  bottom: 2vw !important;
  left: 0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .dera-ghazi-khan-city {
  top: 50% !important;
  right: 72% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .dera-ghazi-khan-city .icon1 {
  left: 3.2vw !important;
  top: -7vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .dera-ghazi-khan-city .icon2 {
  top: -2vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .dera-ghazi-khan-city .icon4 {
  bottom: 3.8vw !important;
  right: 3.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .dera-ghazi-khan-city .icon3 {
  bottom: 1.8vw !important;
  left: 7.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rawalpindi-city {
  top: 19% !important;
  right: 18% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rawalpindi-city .icon1 {
  left: 0.2vw !important;
  top: -6.8vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rawalpindi-city .icon2 {
  top: -2vw !important;
  left: 1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rawalpindi-city .icon3 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rawalpindi-city .icon4 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhelum-city {
  top: 30% !important;
  right: 16% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhelum-city .icon1 {
  left: -1.8vw !important;
  top: -5.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhelum-city .icon2 {
  top: -6.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhelum-city .icon3 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .jhelum-city .icon4 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujrat-city {
  top: 38% !important;
  right: 10% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujrat-city .icon1 {
  left: -2.8vw !important;
  top: -6vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujrat-city .icon2 {
  top: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujrat-city .icon3 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujrat-city .icon4 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujranwala-city {
  top: 49% !important;
  right: 15% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujranwala-city .icon1 {
  left: -2.8vw !important;
  top: -7vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujranwala-city .icon2 {
  top: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujranwala-city .icon3 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .gujranwala-city .icon4 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .narowal-city {
  top: 55% !important;
  right: 4% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .narowal-city .icon1 {
  left: -2.8vw !important;
  top: -5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .narowal-city .icon2 {
  top: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .narowal-city .icon3 {
  bottom: 1.5vw !important;
  right: -0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .narowal-city .icon4 {
  bottom: 1.5vw !important;
  right: -0.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .kasur-city {
  top: 69% !important;
  right: 26% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .kasur-city .icon1 {
  left: -1.8vw !important;
  top: -6vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .kasur-city .icon2 {
  top: -1vw !important;
  left: 1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .kasur-city .icon3 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .kasur-city .icon4 {
  bottom: 1.5vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sargodha-city {
  top: 35% !important;
  right: 30% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sargodha-city .icon1 {
  left: -0.8vw !important;
  top: -2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sargodha-city .icon2 {
  top: -5vw !important;
  left: -2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sargodha-city .icon3 {
  bottom: 1vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sargodha-city .icon4 {
  bottom: 1vw !important;
  right: -1vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rajanpur-city {
  top: 64% !important;
  right: 85% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rajanpur-city .icon1 {
  top: -1.5vw !important;
  left: 2.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rajanpur-city .icon2 {
  top: -1.5vw !important;
  left: 2.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rajanpur-city .icon3 {
  bottom: 2vw !important;
  right: 3.6vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .rajanpur-city .icon4 {
  bottom: 2vw !important;
  right: 3.6vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .multan-city {
  top: 56% !important;
  right: 56% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .multan-city .icon1 {
  top: -4.5vw !important;
  left: -5.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .multan-city .icon2 {
  top: -5.5vw !important;
  left: -12.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .multan-city .icon3 {
  top: -5.5vw !important;
  left: -5.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .multan-city .icon4 {
  top: -5.5vw !important;
  left: -3.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalnagar-city {
  top: 83% !important;
  right: 47% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalnagar-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalnagar-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalnagar-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .bahawalnagar-city .icon1 {
  top: -0.5vw !important;
  left: 2.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .muzaffargarh-city {
  top: 53% !important;
  right: 65% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .muzaffargarh-city .icon1 {
  top: -2.5vw !important;
  left: 2.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .muzaffargarh-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .muzaffargarh-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .muzaffargarh-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .faisalabad-city {
  top: 48% !important;
  right: 29% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .faisalabad-city .icon1 {
  top: -1.5vw !important;
  left: 2.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .faisalabad-city .icon2 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .faisalabad-city .icon3 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .faisalabad-city .icon4 {
  bottom: 2vw !important;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sheikhupura-city {
  top: 55.5% !important;
  right: 34% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sheikhupura-city .icon1 {
  top: 1.5vw;
  left: 1.5vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sheikhupura-city .icon2 {
  top: 0vw;
  right: -3.5vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sheikhupura-city .icon3 {
  bottom: -6vw;
  left: 7vw;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sheikhupura-city .icon4 {
  bottom: 0vw;
  right: 2.2vw !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .suncloud-map {
  position: absolute;
  top: 8% !important;
  right: 10% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .suncloud-map .icon2 {
  width: 7vw;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cloud-map {
  position: absolute;
  top: 59% !important;
  right: 7% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cloud-map .icon2 {
  width: 7vw;
  -webkit-animation: mover2 1s infinite alternate;
  animation: mover2 1s infinite alternate;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sun-map {
  position: absolute;
  top: 21% !important;
  right: 64% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sun-map .icon2 {
  width: 6vw;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cloud2-map {
  position: absolute;
  top: 73% !important;
  right: 53% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cloud2-map .icon2 {
  width: 8vw;
  -webkit-animation: mover2 2s infinite alternate;
  animation: mover2 2s infinite alternate;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cloud3-map {
  position: absolute;
  top: 39% !important;
  right: 32% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .cloud3-map .icon2 {
  width: 8vw;
  -webkit-animation: mover2 2s infinite alternate;
  animation: mover2 2s infinite alternate;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sun-cloud-shadow-map {
  position: absolute;
  top: 83% !important;
  right: 83% !important;
}

.home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .sun-cloud-shadow-map .icon2 {
  width: 8vw;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes mover2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes mover2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.looking-for-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.looking-for-heading-wrapper * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.trending-places-section {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 40px 20px;
}

.trending-places-section .trending-places-area-parent {
  width: 100%;
  height: auto;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper {
  width: 100%;
  height: auto;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area {
  width: 100%;
  height: auto;
  margin-top: 50px;
  position: relative;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: white;
  position: relative;
  z-index: 10;
  -webkit-transition: .5s;
  transition: .5s;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area .temprature-text-area {
  width: 70%;
  height: 100%;
  padding: 7px 10px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area .temprature-text-area p {
  margin: 0;
  font-weight: bold;
  color: #fff;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area .temprature-text-area p small {
  font-weight: 400;
  font-size: 12px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area .temprature-icon-area {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area .temprature-icon-area img {
  width: 55px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .content-area {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding-bottom: 30px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .content-area .destination-card-heading {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  padding-top: 10px;
  color: #000 !important;
  margin: 0;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .content-area p {
  margin: 0;
  font-size: 14px;
  color: gray;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .content-area p i {
  font-size: 12px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .content-area .button-area {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .content-area .button-area button {
  padding: 6px 20px;
  background-color: #a14a2e;
  color: #fff;
  border: none;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .looking-for-dotted-img {
  position: absolute;
  top: 0;
  left: -20px;
  width: 450px;
  height: 80%;
  z-index: 00;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .owl-carousel {
  position: relative;
  margin-top: 10px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .uk-card-primary {
  border-radius: 8px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area h3 {
  margin-top: 10px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area p {
  margin-top: 30px;
  margin-bottom: 0;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .owl-theme .owl-nav [class*='owl-'] {
  background: #383838;
  width: 50px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .owl-dots {
  margin-top: 30px;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .uk-card-title {
  padding-bottom: 20px;
}

.trending-places-section .owl-stage-outer {
  padding-bottom: 40px;
}

.celebrity-home-section {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 40px 20px;
}

.celebrity-home-section .celebrity-area-parent {
  width: 100%;
  height: auto;
}

.celebrity-home-section .celebrity-area-parent .zone-dooted-img1 {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper {
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: 40px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper {
  width: 100%;
  height: auto;
  padding: 10px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .vertical-slider-area {
  width: 15%;
  height: 100%;
  background-color: white;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area {
  width: 85%;
  height: 100%;
  padding: 10px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .review-area {
  width: auto;
  height: auto;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .review-area .fa-star {
  color: #b5b5b5;
  font-size: 12px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .review-area .star-active {
  color: #f2c94c;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .fa-map-marker {
  color: #a14a2e;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .celebrity-read-more {
  color: #a14a2e;
  text-decoration: underline;
  margin-top: 20px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area h4 {
  font-size: 18px;
  text-align: center;
  color: #a14a2e;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row .visited-place1-area {
  width: 32%;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row .visited-place1-area .drop-area {
  width: 100%;
  height: 35%;
  background-color: skyblue;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row .visited-place1-area .drop-area .places-caption {
  position: absolute;
  bottom: -30px;
  color: #cd5932;
  text-align: center;
  font-weight: 600;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row .visited-place1-area .drop-area .map-icon {
  width: 20px;
  position: absolute;
  top: -5px;
  left: 10%;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row .visited-place1-area .drop-area .place-icon {
  width: 50px;
  position: absolute;
  top: -75%;
  left: 50%;
  margin-left: -20px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-right-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-right-area .img-area {
  width: 350px;
  height: 80%;
  background-color: white;
  position: relative;
  z-index: 10;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-right-area .img-area .zone-dooted-img1 {
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -90px;
  left: -40px;
  z-index: -1;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-right-area .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-right-area .img-area .video-area {
  width: 230px;
  height: 180px;
  background-color: white;
  position: absolute;
  bottom: -58px;
  right: -70px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #a14a2e;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-right-area .img-area .video-area .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .carousel-indicators {
  position: absolute;
  left: 0 !important;
  top: 25% !important;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  height: auto;
  margin-left: 0px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background-color: whitesmoke;
  border: 1px solid #a14a2e;
  margin: 20px 0px;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .carousel-indicators::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  z-index: -10;
  width: 2px;
  height: 100%;
  background-color: lightgray;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .carousel-indicators .active {
  opacity: 1;
  background-color: #a14a2e;
  -webkit-transition: .5s;
  transition: .5s;
}

.celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .carousel- .vl {
  width: 1px;
  height: 60%;
  background-color: lightgray;
  position: absolute;
  top: 10%;
  left: 46%;
}

.festival-events-section {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 40px 20px;
}

.festival-events-section .festival-events-area-parent {
  width: 100%;
  height: auto;
  position: relative;
}

.festival-events-section .festival-events-area-parent .zone-dooted-img1 {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 0;
}

.festival-events-section .festival-events-area-parent .zone-dooted-img2 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 0;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper {
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card {
  width: 100%;
  height: auto;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 50px;
  border: 1px solid #a14a2e;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-left-area {
  width: 45%;
  height: 250px;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-left-area .img-wrapper {
  width: 100%;
  height: 80%;
  position: relative;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-left-area .img-wrapper .img-area {
  width: 85%;
  height: 266px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 7%;
  right: 7%;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-left-area .img-wrapper .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-left-area .date-txt-wrapper {
  width: 100%;
  height: 20%;
  padding-left: 20px;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-left-area .date-txt-wrapper p {
  text-align: left;
  font-size: 15px;
  margin-left: 7px;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-left-area .date-txt-wrapper p span {
  color: #a14a2e;
  font-weight: bold;
  font-size: 14px;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-right-area {
  width: 55%;
  height: auto;
  padding: 15px 15px 15px 0;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-right-area .resturant-address-txt {
  color: #cd5932;
  font-weight: 700;
  font-size: 14px;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-right-area p {
  font-size: 13px;
  line-height: 1.6 !important;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-right-area .celebrity-read-more {
  color: #a14a2e;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  margin: 0;
}

.festival-events-section .festival-events-area-parent .festival-events-cards-wrapper .festival-event-card .festival-event-card-right-area button {
  margin: 10px 0px;
  padding: 6px 25px;
  border: none;
  border-radius: 3px;
  background-color: #a14a2e;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.festival-events-section .festival-events-area-parent .see-more-btn {
  display: block;
  margin: 35px auto;
  padding: 15px 40px;
  background-color: #fff;
  color: #a14a2e;
  border: none;
  border-radius: 4px;
  border: 1px solid #a14a2e;
  box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 37px -10px rgba(0, 0, 0, 0.46);
}

.displayNone {
  display: none !important;
}

.hidepopup {
  display: none !important;
}

@-webkit-keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 8px;
  }
}

@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 8px;
  }
}

.star-active {
  color: #f2c94c;
}

/*---------------------------
	Footer Styling
----------------------------*/
.pt-footer-section {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  border-bottom: 1px solid lightgray;
}

.pt-footer-section .footer-area-parent {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}

.pt-footer-section .footer-area-parent .footer-area1 {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.pt-footer-section .footer-area-parent .footer-area1 h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
}

.pt-footer-section .footer-area-parent .footer-area1 ul {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.pt-footer-section .footer-area-parent .footer-area1 ul li {
  padding-top: 15px;
  font-size: 14px;
  color: #333;
}

.pt-footer-section .footer-area-parent .footer-area1 ul li a {
  color: #333;
}

.pt-footer-section .footer-area-parent .footer-area1 .icons-wrapper-footer {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.pt-footer-section .footer-area-parent .footer-area1 .icons-wrapper-footer .circular-icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt-footer-section .footer-area-parent .footer-area1 .icons-wrapper-footer .circular-icon-wrapper i {
  color: white;
}

.pt-footer-section .footer-area-parent .footer-area1 .footer-area4-content-wrapper {
  width: 100%;
  height: auto;
  margin-top: 30px;
  -webkit-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.pt-footer-section .footer-area-parent .footer-area1 .footer-area4-content-wrapper p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 1.7;
  color: #333;
}

.pt-footer-section .footer-area-parent .footer-area1 .footer-area4-content-wrapper .input-box-footer {
  width: 100%;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  padding: 10px 5px;
  outline: none;
  border: 2px solid lightgray;
}

.pt-footer-section .footer-area-parent .footer-area1 .footer-area4-content-wrapper .chckbox {
  border: 1px solid #a14a2e;
}

.pt-footer-section .footer-area-parent .footer-area1 .footer-area4-content-wrapper label {
  display: inline-block;
  font-size: 10px;
  color: #333;
}

.pt-footer-section .footer-area-parent .footer-area1 .footer-area4-content-wrapper .footer-subscribe-btn {
  padding: 7px 30px;
  text-transform: capitalize;
  background-color: #cd5932;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
}

.bottom-footer-wrappper {
  width: 100%;
  height: auto;
  padding: 10px;
}

.bottom-footer-wrappper .inner-sec-container {
  max-width: 700px;
  height: auto;
}

.bottom-footer-wrappper .inner-sec-container .content-area {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-footer-wrappper .inner-sec-container .content-area .left-area {
  width: 42%;
  height: auto;
  padding: 10px;
  text-align: right;
}

.bottom-footer-wrappper .inner-sec-container .content-area .left-area h2 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.bottom-footer-wrappper .inner-sec-container .content-area .right-area {
  width: 58%;
  height: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-footer-wrappper .inner-sec-container .content-area .right-area p {
  color: gray;
}

.new_footer_area {
  position: relative;
}

.footer-bg-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-bg-video-wrapper .vid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-bg-video-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-bg-video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.showfooterlist {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: block !important;
  transition: .5s ease-in-out;
}

.arrow-up-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000000;
}

.show-arrow-up-icon {
  display: block !important;
}

@media (max-width: 768px) {
  .pt-footer-section .footer-area-parent .footer-area1 h3,
  .pt-footer-section .footer-area-parent .footer-area1 h4 {
    width: 100%;
    padding: 10px;
    background-color: whitesmoke;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    cursor: pointer;
  }
  .pt-footer-section .footer-area-parent .footer-area1 ul {
    margin-top: 0 !important;
    padding-left: 10px !important;
    -webkit-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .pt-footer-section .collapse:not(.show) {
    display: none !important;
    -webkit-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .pt-footer-section .collapse {
    -webkit-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .collapse {
    -webkit-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
}

/*---------------------------
	Utility Styling
----------------------------*/
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
          transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
          transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
          transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
          transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  -webkit-transition-delay: 1150ms;
          transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
          transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
          transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
          transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  -webkit-transition-delay: 1450ms;
          transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
          transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  -webkit-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
          transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
          transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
          transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
          transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  -webkit-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
          transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  -webkit-transition-delay: 1850ms;
          transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
          transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
          transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
          transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  -webkit-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
          transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
          transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  -webkit-transition-delay: 2150ms;
          transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
          transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
          transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
          transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
          transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  -webkit-transition-delay: 2350ms;
          transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
          transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
          transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  -webkit-transition-delay: 2450ms;
          transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
          transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
          transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  -webkit-transition-delay: 2550ms;
          transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
          transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
          transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  -webkit-transition-delay: 2650ms;
          transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
          transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
          transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  -webkit-transition-delay: 2750ms;
          transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
          transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
          transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  -webkit-transition-delay: 2850ms;
          transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
          transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
          transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  -webkit-transition-delay: 2950ms;
          transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
          transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/*---------------------------
	Media Queries
----------------------------*/
/* NON Mobile ----------------- */
@media screen and (max-width: 1376px) {
  .event-listing-top-image-section .city-tour-banner-heading-area h1 .lahore {
    font-size: 13vw;
  }
  .cloud-map .icon2 {
    width: 10vw !important;
  }
  .sun-map .icon2 {
    width: 10vw !important;
  }
  .individual-city .city-icon {
    width: 3.5vw !important;
  }
  .khushab-city .icon {
    width: 3.5vw !important;
  }
  .mianwali-city .icon {
    width: 1.65vw;
  }
  .nankanashb-city .icon {
    width: 1.5vw;
  }
  .bhakkar-city .icon {
    width: 1.65vw;
  }
  .rahimyarkhan-city .icon {
    width: 1.85vw;
  }
  .bahawalpur-city .icon {
    width: 3vw;
  }
  .bahawalpur-city .icon3 {
    width: 2.5vw;
  }
  .bahawalpur-city .icon2 {
    width: 2vw;
  }
  .bahawalpur-city .icon4 {
    width: 2.2vw;
  }
  .dgkhan-city .icon {
    width: 1.65vw;
  }
  .attock-city .icon {
    width: 1.65vw;
  }
  .attock-city .icon1 {
    width: 1.65vw;
  }
}

@media all and (max-width: 575px) and (min-width: 320px) {
  .clear-btn {
    margin: 12px 9px !important;
    padding: 5px 15px !important;
    font-size: 11px !important;
    left: 5%;
    top: 33.5% !important;
    height: 45px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: auto !important;
    z-index: 1000 !important;
  }
  .status-checked-in-style {
    padding: 7px 9px 7px 9px !important;
    font-size: 9px !important;
  }
  .delete-button {
    padding: 10px 25px !important;
  }
  .table-wrapper-dashboard {
    width: 100% !important;
    overflow-x: auto !important;
  }
  .checked-in-status {
    font-size: 0.7rem !important;
  }
  .dashboard-main-section #sidebarMenu {
    z-index: 10000 !important;
  }
  .useful-tips-section .useful-tip-card {
    display: block !important;
  }
  .top-destination-dashboard-section .top-destination-col-wrapper .check-in-listing-wrapper-main .event-row-detail .tag-area .tag-wrapper p {
    font-size: 12px !important;
  }
  .top-destination-dashboard-section .top-destination-col-wrapper .check-in-listing-wrapper-main .event-row-detail .tag-area .tag-wrapper {
    padding: 3px 8px !important;
  }
  .top-destination-dashboard-section {
    padding: 20px 0 !important;
  }
  .top-destination-dashboard-section .top-destination-col-wrapper .check-in-listing-wrapper-main {
    padding: 0 !important;
  }
  .events-overview-section .events-col-wrapper .event-grid-area .event-row-detail .event-content-area .content h5,
  .top-destination-dashboard-section .top-destination-col-wrapper .check-in-listing-wrapper-main .event-row-detail .event-content-area .content h5 {
    font-size: 14px !important;
  }
  .events-overview-section .events-col-wrapper .event-grid-area .event-row-detail .event-content-area .content p,
  .top-destination-dashboard-section .top-destination-col-wrapper .content p {
    font-size: 12px !important;
  }
  .events-overview-section .events-col-wrapper .event-grid-area .event-row-detail .tag-area .tag-wrapper p {
    font-size: 12px !important;
  }
  .main-dashboard-content-area {
    margin-left: 0 !important;
  }
  .weather-forecast-section .weather-forecast-inner-parent .weather-flex-parent .today-weather-area .today-weather-curvy-parent .card-area .weather-area .weather-inside-area1 h3,
  .weather-forecast-section .weather-forecast-inner-parent .weather-flex-parent .other-days-weather-area .other-days-slide-card-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link .other-day-card .weather-inside-area1 h3 {
    font-size: 16px !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper {
    width: 100% !important;
    padding: 0 !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper .place-card-area {
    padding: 10px 3px !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper .place-card-area .time-area p {
    font-size: 10px !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper .place-card-area .img-area {
    max-height: 80px !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper .place-card-area .content-area p {
    font-size: 12px !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper .place-card-area .time-area {
    width: 20% !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper .place-card-area .img-area {
    width: 20% !important;
  }
  .trip-planner-section .trip-planner-inner-parent .trip-planner-main-wrapper .place-card-area .content-area {
    width: 60% !important;
  }
  .event-listing-top-image-section .city-tour-banner-card-area .banner-card-wrapper-city-tour {
    width: 140px !important;
    height: 180px !important;
    right: 10px !important;
  }
  .advisory-card-wrapper-img-section img {
    -o-object-position: top;
       object-position: top;
  }
  .advisory-card-wrapper {
    height: 100% !important;
    padding: 8px !important;
  }
  .advisory-card-wrapper-img-section {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .advisory-card-wrapper-content-section p {
    display: block !important;
  }
  .services-section-main-wrapper .all-heading-wrapper {
    display: block !important;
  }
  .services-section-main-wrapper .all-heading-wrapper .section-heading-home {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .services-section-main-wrapper .all-heading-wrapper .button-area {
    margin: 0 auto !important;
    margin-top: 30px !important;
  }
  .vr-listing-section .vr-listing-inner-parent .vr-card-wrapper .three60itemcard {
    height: 250px !important;
  }
  .gallery-slider .swiper-slide {
    height: 40vh !important;
  }
  .news-detail-section .news-sec-inner-parent .news-sec-detail-area h3 {
    font-size: 22px !important;
  }
  .news-detail-section .news-sec-inner-parent .news-sec-detail-area .news-img-wrapper {
    height: auto !important;
  }
  .news-detail-section .news-sec-inner-parent .news-sec-detail-area .news-img-wrapper img {
    width: 100% !important;
    height: auto !important;
  }
  .tdcp-resort-popular-card h3 {
    font-size: 18px !important;
  }
  .mobile-section-padding {
    padding: 10px 20px !important;
  }
  .services-section-main-wrapper .services-sec-inner-parent .services-tabs-wrapper {
    top: 60% !important;
  }
  .event-listing-page-wrapper .tabs-area .nav .btn-map-img-area {
    width: 30px !important;
    height: 30px !important;
  }
  .city-tour-tabs-parent .tabs-area .nav .nav-item .nav-link span {
    font-size: 13px !important;
  }
  .top-destination-card-wrapper .weather-card-area .temprature-text-area p {
    font-size: 13px !important;
  }
  .top-banner-animated-section-parent {
    height: 300px !important;
  }
  .top-banner-animated-section-parent .new-header-heading-area .heading-wrapper h1 .place-name-heading {
    top: 10px !important;
  }
  .top-banner-animated-section-parent .event-listing-top-image-section {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .event-listing-top-image-section .search-home-home-parent .search-bar-wrapper {
    height: 45px !important;
  }
  .event-listing-top-image-section .search-home-home-parent .search-bar-wrapper form .srch-btn-wrapper button {
    height: 60px !important;
    width: 60px !important;
  }
  .explore-punjab-map-popup-wrapper .explore-punjab-map-popup-area {
    height: auto !important;
  }
  .top-destination-card-wrapper {
    height: 300px !important;
  }
  .all-heading-wrapper .indicator-wrapper {
    display: none !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .accordion-button {
    max-height: auto !important;
    padding: 8px !important;
    max-height: none !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .accordion-button .vlogger-img-area img {
    width: 60px !important;
    height: 60px !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .accordion-button .description {
    font-size: 12px !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area.vlogger-info-area button {
    display: none !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .accordion-body {
    padding: 0 !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .celebrity-left-area .vertical-slider-area {
    display: none !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .celebrity-home-section {
    padding: 0 !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .celebrity-left-area .celebrity-content-area {
    width: 100% !important;
  }
  .vlogger-listing-inner-parent .vlogger-listing-area .celebrity-left-area {
    margin-top: 40px !important;
  }
  .regions-content-wapper .city-tour-tabs-parent .regions-tab {
    width: 90% !important;
    margin-left: -45% !important;
  }
  .regions-content-wapper .city-tour-tabs-parent .regions-tab.fixed-header {
    margin-left: 5% !important;
  }
  .tdcp-resort-map-listing-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .tdcp-resort-map-listing-wrapper .tdcp-resort-listing-area {
    width: 100% !important;
  }
  .message-person-detail-section .person-message-detail-inner-parent .person-detail-msg-wrapper .content-wrapper p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .message-person-detail-section .person-message-detail-inner-parent .person-detail-msg-wrapper .content-wrapper h3 {
    font-size: 18px !important;
  }
  .message-person-detail-section .person-message-detail-inner-parent .person-detail-msg-wrapper .content-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .message-person-detail-section .person-message-detail-inner-parent .person-detail-msg-wrapper .person-message-circle-wrapper {
    width: 120px !important;
    height: 120px !important;
    left: 50% !important;
    margin-left: -60px !important;
    top: -65px !important;
  }
  .message-person-detail-section .person-message-detail-inner-parent {
    width: 100% !important;
  }
  .message-person-detail-section .person-message-detail-inner-parent .person-detail-msg-wrapper {
    margin-bottom: 80px !important;
  }
  .message-person-detail-section .person-message-detail-inner-parent .person-detail-msg-wrapper .content-wrapper {
    width: 100% !important;
    min-height: auto !important;
    padding-top: 70px !important;
  }
  .home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper {
    margin: 30px 20px 20px 5% !important;
    height: 35px !important;
  }
  .pt-home-section .search-home-home-parent {
    bottom: -45px !important;
  }
  .home-map-section .map-section-parent .map-section-wrapper .search-bar-wrapper .srch-btn-wrapper button {
    width: 50px !important;
    height: 50px !important;
  }
  .section-heading-home {
    font-size: revert !important;
  }
  .home-map-section .map-section-parent .map-section-wrapper .map-wrapper .img-wrapper .map-popup-parent-area .popup-wrapper-map {
    width: 80% !important;
  }
  .virtual-tour-inner-parent {
    height: auto !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row .visited-place1-area .drop-area .places-caption {
    bottom: -40px !important;
  }
  .destination-page-wrapper .weather-forecast-section .weather-forecast-inner-parent .weather-flex-parent .other-days-weather-area .other-days-slide-card-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link {
    border-radius: 20px !important;
  }
  .trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .content-area p {
    font-size: 12px !important;
  }
  .trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area {
    height: 240px !important;
  }
  .popular-destination-section {
    padding: 40px !important;
  }
  .popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area {
    height: 250px !important;
  }
  .pt-home-section .search-home-home-parent .search-bar-wrapper {
    height: 40px !important;
  }
  .pt-home-section .search-home-home-parent .search-bar-wrapper form .srch-btn-wrapper button {
    width: 60px !important;
    height: 60px !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-text-area .card-white-heading-home {
    font-size: 13px !important;
  }
  .destination-page-wrapper .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .carousel-indicators {
    top: 11% !important;
  }
  .home-section2 .looking-for-parent .news-event-parent .news-events-slider-area .events-card-wrapper .looking-for-card {
    height: 250px !important;
  }
  .three60itemcard {
    height: 300px !important;
  }
  .punjab-zones-section .punjab-zone-area-parent .punjab-zones-slider-area .news-events-slider-area .events-card-wrapper .looking-for-card .looking-for-card-heading {
    font-size: 1.15em !important;
  }
  .popular-destination-section .popular-destination-area-parent .popular-destination-cards-wrapper .popular-destination-card .image-area .weather-card-area .temprature-text-area p {
    font-size: 12px !important;
  }
  .home-map-section .multi-select-component {
    height: 30px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .celebrity-home-section .inner-sec-container .celebrity-area-parent .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area .visited-places-area .visited-places-row .visited-place1-area .drop-area .place-icon {
    width: 35px !important;
    top: -32% !important;
    left: 62% !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area {
    margin-top: 50px !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .carousel-indicators {
    display: none !important;
  }
  .weather-forecast-inner-parent {
    height: 160px !important;
  }
  .weather-forecast-inner-parent .today-weather-area {
    width: 60% !important;
  }
  .weather-forecast-inner-parent .other-days-weather-area {
    width: 40% !important;
  }
  .destination-page-wrapper .weather-forecast-section .weather-forecast-inner-parent .weather-flex-parent .other-days-weather-area .other-days-slide-card-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link .other-day-card {
    width: 70px !important;
    height: 125px !important;
  }
  .destination-page-wrapper .weather-forecast-section .weather-forecast-inner-parent .weather-flex-parent .today-weather-area .today-weather-curvy-parent .txt-area .txt-wrapper h3,
  .destination-page-wrapper .weather-forecast-section .weather-forecast-inner-parent .weather-flex-parent .today-weather-area .today-weather-curvy-parent .txt-area .txt-wrapper p {
    font-size: 14px !important;
  }
  .rating-area-parent .text-area p {
    font-size: 10px !important;
  }
  .time-weather-col-wrapper p {
    font-size: 12px !important;
  }
  .celebrity-content-area p {
    font-size: 13px !important;
  }
  .destination-page-wrapper .description-section .description-details-area p {
    font-size: 12px !important;
    text-align: justify !important;
  }
  .destination-page-wrapper .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper .direction-btn {
    font-size: 15px !important;
    height: 40px !important;
    border-radius: 10px !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-area .nav-pills .nav-link {
    font-size: 12px !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .location-area-main-wrapper .location-hotel-area {
    height: auto !important;
    display: block !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .location-area-main-wrapper .location-hotel-area .hotel-tab-area {
    background-color: transparent !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    border: none !important;
    margin: 10px 0px !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper {
    padding: 20px 0 !important;
  }
  .celebrity-home-section {
    padding: 40px 10px !important;
  }
  .trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area .temprature-text-area p {
    font-size: 12px !important;
  }
  .festival-events-section .festival-event-card {
    display: block !important;
  }
  .festival-events-section .festival-event-card .festival-event-card-left-area {
    width: 100% !important;
  }
  .festival-events-section .festival-event-card .festival-event-card-right-area {
    width: 100% !important;
  }
  .bottom-footer-wrappper .inner-sec-container .content-area .left-area h2 {
    font-size: 16px !important;
  }
  .bottom-footer-wrappper .inner-sec-container .content-area .right-area p {
    font-size: 12px !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .vertical-slider-area {
    display: none !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .location-area-main-wrapper .location-hotel-area .hotel-tab-area .content-div {
    height: auto !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .location-area-main-wrapper .location-hotel-area .hotel-tab-area .content-div .circle-icon-area {
    background-color: #cd5932 !important;
    width: 50px !important;
    height: 50px !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .location-area-main-wrapper .location-hotel-area .hotel-tab-area .content-div .circle-icon-area i {
    color: #fff !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .location-area-main-wrapper .location-hotel-area .hotel-tab-area .content-div p {
    color: #cd5932 !important;
    margin: 6px !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .location-area-main-wrapper .location-hotel-area .hotel-carousel-wrapper {
    width: 100% !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .map-detail-area .map-listing-area .map-tab-detail-left-listing-wrapper {
    width: 100% !important;
    height: 170px !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .map-detail-area .map-listing-area {
    border: none !important;
    width: 100% !important;
    border-radius: 0px !important;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .map-detail-area {
    height: auto !important;
    display: block !important;
    border: 3px solid #cd5932 !important;
    border-radius: 10px;
  }
  .nearby-section .nearby-main-parent .nearby-sec-wrapper .nearby-tabs-detail-area .map-detail-area .map-wrapper {
    width: 100% !important;
    height: 300px !important;
  }
  .destination-page-wrapper .upcoming-events-section .upcoming-event-inner-parent .upcoming-events-wrapper .festival-event-card .festival-event-card-right-area p {
    font-size: 10px !important;
  }
  .destination-page-wrapper,
  .event-listing-page-wrapper .upcoming-events-section .upcoming-event-inner-parent .upcoming-events-wrapper .festival-event-card .festival-event-card-left-area .date-txt-wrapper p {
    font-size: 12px !important;
  }
  .destination-page-wrapper span,
  .event-listing-page-wrapper .upcoming-events-section .upcoming-event-inner-parent .upcoming-events-wrapper .festival-event-card .festival-event-card-left-area .date-txt-wrapper p span {
    font-size: 12px !important;
  }
  .destination-page-wrapper .upcoming-events-section .upcoming-event-inner-parent .upcoming-events-wrapper .festival-event-card .festival-event-card-right-area button {
    font-size: 12px !important;
  }
  .destination-page-wrapper .upcoming-events-section .upcoming-event-inner-parent .upcoming-events-wrapper .festival-event-card .festival-event-card-right-area h3 {
    font-size: 15px !important;
  }
  .destination-page-wrapper .upcoming-events-section .upcoming-event-inner-parent .upcoming-events-wrapper .festival-event-card .festival-event-card-left-area .img-wrapper .img-area {
    height: 180px !important;
  }
  .tabs-slider-area {
    height: auto !important;
  }
  .tabs-slider-area .slider1-area {
    display: block !important;
  }
  .tabs-slider-area .slider1-area .slide1-left-area {
    width: 100% !important;
    height: 200px !important;
  }
  .tabs-slider-area .slider1-area .slider1-right-area {
    width: 100% !important;
    height: auto !important;
  }
  .tabs-slider-area .slider1-area .slider1-right-area .right-content-area {
    width: 90% !important;
    margin-left: 0px !important;
    border-radius: 0px !important;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    padding: 15px !important;
    margin: 0 auto !important;
    margin-top: -20px !important;
  }
  .tabs-slider-area .slider1-area .slider1-right-area .right-content-area p {
    font-size: 12px !important;
  }
  .destination-page-wrapper .recent-checkin-section {
    padding: 0px !important;
  }
  .checkin-cards-main-wrapper .card-wrapper {
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper {
    width: 100% !important;
    padding-right: 15px !important;
    margin-left: 0px !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .img-area {
    float: left !important;
    width: 24% !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .img-area .circle-img-area {
    width: 80% !important;
    height: 80% !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .card-content-area {
    float: left !important;
    width: 76% !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .card-content-area .highlighted-txt {
    font-size: 13px !important;
  }
  .gallery-section .gallery-inner-parent .gallery-main-area .gallery-images-videos-wrapper .img-gallery-wrapper .main-img-area {
    width: 100% !important;
    height: 230px !important;
  }
  .gallery-section .gallery-inner-parent .gallery-main-area .gallery-images-videos-wrapper .img-gallery-wrapper .all-images-area {
    width: 100% !important;
  }
  .gallery-section .gallery-inner-parent .gallery-main-area .gallery-images-videos-wrapper .img-gallery-wrapper .all-images-area .all-images-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link .other-day-card {
    height: 60px !important;
    width: 80px !important;
  }
  .tabs-list::-webkit-scrollbar {
    height: 5px !important;
  }
  .gallery-section .gallery-inner-parent .gallery-main-area .gallery-images-videos-wrapper .img-gallery-wrapper .all-images-area .all-images-wrapper {
    height: 80% !important;
    padding: 10px 0px !important;
  }
  .gallery-section .gallery-inner-parent .gallery-main-area .gallery-images-videos-wrapper .img-gallery-wrapper {
    height: auto !important;
    display: block !important;
  }
  .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper .weather-area {
    width: 100px !important;
  }
  .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper {
    height: 170px !important;
  }
  .weather-time-section .weather-time-inner-parent .mob-height-auto {
    height: auto !important;
    padding-top: 20px !important;
  }
  .time-weather-col-wrapper {
    padding: 0px 15px !important;
  }
  .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper .clock-area-parent {
    width: 90px !important;
  }
  .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper .clock-area-parent #clock {
    width: 85px !important;
    height: 85px !important;
  }
  .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper .clock-area-parent #clock #secondHand {
    height: 40px !important;
    margin-top: -40px !important;
  }
  .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper .clock-area-parent #clock #minuteHand {
    height: 35px !important;
    margin-top: -35px !important;
  }
  .weather-time-section .weather-time-inner-parent .time-weather-col-wrapper .clock-area-parent #clock #hourHand {
    height: 30px !important;
    margin-top: -30px !important;
  }
  .dbranding-tabs-wrapper {
    display: block !important;
  }
  .celebrity-right-area .video-area {
    width: 150px !important;
    height: 100px !important;
    bottom: -41px !important;
    right: -7px !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .vertical-slider-area {
    width: 5% !important;
  }
  .celebrity-home-section .celebrity-area-parent .celebrity-slider-area-wrapper .celebrity-item-wrapper .celebrity-left-area .celebrity-content-area {
    width: 95% !important;
  }
  .map-tabs-icon-mob-white {
    display: block !important;
  }
  .map-tabs-icon-mob {
    display: block !important;
    margin: 0 auto !important;
    width: 20px !important;
  }
  .hide {
    display: none !important;
  }
  .event-image-area {
    height: 250px !important;
  }
  .pt-home-section .owl-carousel .owl-stage-outer .first .item .event-image-area {
    height: 300px !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper .content1 h1 {
    font-size: 30px !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper .content1 button {
    font-size: 15px !important;
    padding: 4px 18px !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper {
    height: auto !important;
    min-height: 170px !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper {
    padding: 0px !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper {
    width: auto !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .events-card-wrapper .weather-card-area .temprature-text-area p {
    font-size: 12px !important;
  }
  .map-srch-input-home {
    width: 100% !important;
  }
  .vertical-slider-home {
    display: none !important;
  }
  .home-section-wrapper {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .home-section-wrapper .home-content-area {
    width: 100% !important;
    height: 100% !important;
  }
  .home-section-wrapper .home-slider-area {
    width: 100% !important;
    height: 100% !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-dots {
    display: none !important;
  }
  .advisory-card-wrapper-content-section p {
    display: block !important;
  }
  .map-popup-parent-area .popup-wrapper-map {
    width: 80% !important;
  }
  .event-calender-content-section,
  .review-and-content-table-section {
    overflow-x: auto !important;
  }
}

@media all and (max-width: 767px) and (min-width: 576px) {
  .status-checked-in-style {
    padding: 7px 9px 7px 9px !important;
    font-size: 9px !important;
  }
  .delete-button {
    padding: 10px 25px !important;
  }
  .checked-in-status {
    font-size: 0.7rem !important;
  }
  .event-calender-content-section {
    overflow-x: auto !important;
  }
  .map-popup-parent-area .popup-wrapper-map {
    width: 80% !important;
  }
  .event-listing-top-image-section .city-tour-banner-card-area .banner-card-wrapper-city-tour {
    width: 180px !important;
    height: 220px !important;
    right: 10px !important;
  }
  .advisory-card-wrapper-img-section img {
    -o-object-position: top;
       object-position: top;
  }
  .advisory-card-wrapper {
    height: 100% !important;
    padding: 8px !important;
  }
  .advisory-card-wrapper-img-section {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .advisory-card-wrapper-content-section p {
    display: block !important;
  }
  .top-banner-animated-section-parent {
    height: 300px !important;
  }
  .top-banner-animated-section-parent .new-header-heading-area .heading-wrapper h1 .place-name-heading {
    top: 10px !important;
  }
  .top-banner-animated-section-parent .event-listing-top-image-section {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .event-listing-top-image-section .search-home-home-parent .search-bar-wrapper {
    height: 45px !important;
  }
  .event-listing-top-image-section .search-home-home-parent .search-bar-wrapper form .srch-btn-wrapper button {
    height: 60px !important;
    width: 60px !important;
  }
  .explore-punjab-map-popup-wrapper .explore-punjab-map-popup-area {
    height: auto !important;
  }
  .celebrity-home-section .inner-sec-container .celebrity-area-parent .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .regions-content-wapper .city-tour-tabs-parent .regions-tab {
    width: 90% !important;
    margin-left: -45% !important;
  }
  .tabs-slider-area {
    height: auto !important;
  }
  .tabs-slider-area .slider1-area {
    display: block !important;
  }
  .tabs-slider-area .slider1-area .slide1-left-area {
    width: 100% !important;
    height: 200px !important;
  }
  .tabs-slider-area .slider1-area .slider1-right-area {
    width: 100% !important;
    height: auto !important;
  }
  .tabs-slider-area .slider1-area .slider1-right-area .right-content-area {
    width: 90% !important;
    margin-left: 0px !important;
    border-radius: 0px !important;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    padding: 15px !important;
    margin: 0 auto !important;
    margin-top: -20px !important;
  }
  .tabs-slider-area .slider1-area .slider1-right-area .right-content-area p {
    font-size: 12px !important;
  }
  .checkin-cards-main-wrapper .card-wrapper {
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper {
    width: 450px !important;
    padding-right: 15px !important;
    margin-left: 0px !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .img-area {
    float: left !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .card-content-area {
    float: left !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-content-area .content-wrapper {
    height: auto !important;
    min-height: 170px !important;
  }
  .vertical-slider-home {
    display: none !important;
  }
  .pt-home-section .inner-container .home-section-wrapper .home-slider-area .slider-wrapper .news-events-slider-area .owl-dots {
    display: none !important;
  }
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .status-checked-in-style {
    padding: 7px 9px 7px 9px !important;
    font-size: 9px !important;
  }
  .delete-button {
    padding: 10px 25px !important;
  }
  .checked-in-status {
    font-size: 0.7rem !important;
  }
  .map-popup-parent-area .popup-wrapper-map {
    width: 50% !important;
  }
  .event-listing-top-image-section .city-tour-banner-card-area .banner-card-wrapper-city-tour {
    width: 220px !important;
    height: 260px !important;
    right: 10px !important;
  }
  .advisory-card-wrapper-img-section img {
    -o-object-position: top;
       object-position: top;
  }
  .advisory-card-wrapper {
    height: 100% !important;
    padding: 8px !important;
  }
  .advisory-card-wrapper-img-section {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .advisory-card-wrapper-content-section p {
    display: block !important;
  }
  .top-banner-animated-section-parent {
    height: 300px !important;
  }
  .top-banner-animated-section-parent .new-header-heading-area .heading-wrapper h1 .place-name-heading {
    top: 10px !important;
  }
  .top-banner-animated-section-parent .event-listing-top-image-section {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .event-listing-top-image-section .search-home-home-parent .search-bar-wrapper {
    height: 45px !important;
  }
  .event-listing-top-image-section .search-home-home-parent .search-bar-wrapper form .srch-btn-wrapper button {
    height: 60px !important;
    width: 60px !important;
  }
  .explore-punjab-map-popup-wrapper .explore-punjab-map-popup-area {
    height: auto !important;
  }
  .celebrity-home-section .inner-sec-container .celebrity-area-parent .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .checkin-cards-main-wrapper .card-wrapper {
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper {
    width: 450px !important;
    padding-right: 15px !important;
    margin-left: 0px !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .img-area {
    float: left !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .card-content-area {
    float: left !important;
  }
  .mob-white-nav {
    background-color: #fff !important;
    opacity: .9;
  }
  .mob-white-nav .navbar-light .navbar-nav .nav-link {
    color: #333;
  }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
  .map-popup-parent-area .popup-wrapper-map {
    width: 50% !important;
  }
  .advisory-card-wrapper-img-section img {
    -o-object-position: top;
       object-position: top;
  }
  .advisory-card-wrapper {
    height: 100% !important;
    padding: 8px !important;
  }
  .advisory-card-wrapper-img-section {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .advisory-card-wrapper-content-section p {
    display: block !important;
  }
  .celebrity-home-section .inner-sec-container .celebrity-area-parent .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .checkin-cards-main-wrapper .card-wrapper {
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    display: inline-block !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper {
    width: 450px !important;
    padding-right: 15px !important;
    margin-left: 0px !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .img-area {
    float: left !important;
  }
  .checkin-cards-main-wrapper .custom-row .card-wrapper .card-content-area {
    float: left !important;
  }
}

select[data-multi-select-plugin] {
  display: none !important;
}

.multi-select-component {
  position: relative;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
  height: 40px;
  width: 100%;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  padding-bottom: 0px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.autocomplete-list {
  border-radius: 4px 0px 0px 4px;
}

.multi-select-component:focus-within {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.multi-select-component .btn-group {
  display: none !important;
}

.multiselect-native-select .multiselect-container {
  width: 100%;
}

.selected-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: 1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}

.selected-wrapper .selected-label {
  max-width: 514px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}

.selected-wrapper .selected-close {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.49em;
  margin-left: 5px;
  padding-bottom: 10px;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
  opacity: 0.2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
}

.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-container .selected-input {
  background: none;
  border: 0;
  height: 20px;
  width: 60px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-container .selected-input:focus {
  outline: none;
}

.dropdown-icon.active {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.search-container .dropdown-icon {
  display: inline-block;
  padding: 10px 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border: 0 !important;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  visibility: hidden;
}

.search-container ul {
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 3;
  margin-top: 29px;
  width: 100%;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.search-container ul :focus {
  outline: none;
}

.search-container ul li {
  display: block;
  text-align: left;
  padding: 8px 29px 2px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  min-height: 31px;
}

.search-container ul li:first-child {
  border-top: 1px solid #ccc;
  border-radius: 4px 0px 0 0;
}

.search-container ul li:last-child {
  border-radius: 4px 0px 0 0;
}

.search-container ul li:hover.not-cursor {
  cursor: default;
}

.search-container ul li:hover {
  color: #333;
  background-color: #fbf298;
  border-color: #adadad;
  cursor: pointer;
}

/* Adding scrool to select options */
.autocomplete-list {
  max-height: 130px;
  overflow-y: auto;
}

.trending-places-section .trending-places-area-parent .trending-places-card-slider-wrapper .news-events-slider-area .popular-destination-card .image-area .weather-card-area .temprature-text-area p {
  font-size: 12px !important;
}

.pt-footer-section .collapse:not(.show) {
  display: block;
}

.accept-cookie-popup-parent {
  max-width: 600px;
  height: auto;
  background-color: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px 0px 10px;
  margin: 0 auto;
  border-radius: 5px;
}

.accept-cookie-popup-parent .cross {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.accept-cookie-popup-parent .content-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}

.accept-cookie-popup-parent .content-wrapper p {
  color: #fff;
  font-size: 14px;
}

.accept-cookie-popup-parent .content-wrapper .cookie-btns-wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accept-cookie-popup-parent .content-wrapper .cookie-btns-wrapper .cookie-btn {
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #cd5932;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.stop-audio {
  position: fixed;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #000;
  z-index: 1000;
  color: #fff;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  visibility: hidden;
}

.stop-audio:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.stop-audio:before,
.stop-audio:after {
  width: 8px;
  height: 2px;
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  top: 8px;
  right: 5px;
}

.stop-audio:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#TTS_active_button {
  cursor: pointer;
  width: 22%;
}

.city-tour-popular-destination-section {
  width: 100%;
  height: auto;
  padding: 20px 20px 40px 20px;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent {
  width: 100%;
  height: auto;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-heading-whole-parent {
  width: 100%;
  height: auto;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-heading-parent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .sub-sec-heading-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin: 0 auto;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area {
  width: 100%;
  height: auto;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area {
  width: 100%;
  height: auto;
  margin-top: 55px;
  position: relative;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .looking-for-dotted-img {
  position: absolute;
  top: 0;
  left: -20px;
  width: 450px;
  height: 80%;
  z-index: 00;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .indicator-wrapper {
  display: none;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .owl-carousel {
  position: relative;
  margin-top: 10px;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .owl-nav {
  display: none;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .owl-next,
.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .owl-prev {
  background-color: white;
  border: none;
  font: inherit;
  width: 40px;
  border-radius: 50%;
  height: auto;
  color: #333;
  font-size: 25px;
  margin: 0px 10px;
  border: 1px solid gray;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .uk-card-primary {
  border-radius: 8px;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area h3 {
  margin-top: 10px;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area p {
  margin-top: 30px;
  margin-bottom: 0;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .owl-theme .owl-nav [class*='owl-'] {
  background: #383838;
  width: 50px;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .owl-dots {
  margin-top: 30px;
}

.city-tour-popular-destination-section .city-tour-popular-dest-inner-parent .city-tour-carousel-area .news-events-slider-area .uk-card-title {
  padding-bottom: 20px;
}

.top-destination-card-wrapper {
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-destination-card-wrapper .col-lg-3 {
  padding: 0 5px !important;
}

.top-destination-card-wrapper .content-wrapper {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.92)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-destination-card-wrapper .content-wrapper .content-area {
  width: 100%;
  height: auto;
}

.top-destination-card-wrapper .content-wrapper h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.top-destination-card-wrapper .content-wrapper p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 3px 0 !important;
}

.top-destination-card-wrapper .content-wrapper .heart {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 10px;
}

.top-destination-card-wrapper .content-wrapper .heart-path {
  fill: #cd5932;
}

.owl-nav {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.owl-next,
.owl-prev {
  background-color: white;
  border: none;
  font: inherit;
  width: 40px;
  border-radius: 50%;
  height: auto;
  color: #333;
  font-size: 25px;
  margin: 0px 10px;
  border: 1px solid gray;
}

.img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-destination-heading {
  text-align: center !important;
  font-size: 6em !important;
  color: #fff;
}

.top-destination-heading .heading-part1 {
  color: #cd5932;
  font-family: 'Allison', cursive !important;
}

.top-destination-heading .heading-part2 {
  position: static !important;
  color: #000;
  margin-top: -35px !important;
  font-size: .5em !important;
}

.sub-sec-heading-wrapper::after {
  content: "";
  position: absolute;
  bottom: -5% !important;
  left: 67% !important;
  width: 30px !important;
  height: 10px !important;
  margin-left: -25% !important;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}

.owl-dots {
  display: none !important;
}

.map-popup-parent-area {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
}

.map-popup-parent-area .popup-wrapper-map {
  width: 20%;
  height: auto;
  background-position: left;
  background-size: cover;
  border-radius: 10px;
  padding: 15px;
  border: 2px solid #a14a2e;
}

.map-popup-parent-area .popup-wrapper-map .cross-area {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.map-popup-parent-area .popup-wrapper-map .cross-area:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.map-popup-parent-area .popup-wrapper-map .img-area {
  max-width: 300px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}

.map-popup-parent-area .popup-wrapper-map .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.map-popup-parent-area .popup-wrapper-map .content-area {
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
}

.map-popup-parent-area .popup-wrapper-map h2 {
  font-size: calc(15px + 1vw);
}

.map-popup-parent-area .popup-wrapper-map .view-detail-btn {
  margin: 10px auto;
  background-color: #cd5932;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  margin-bottom: 0;
}

.filter-drop-down-area {
  width: auto;
  height: 230px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  border: 2px solid lightgray;
  border-radius: 6px;
  -webkit-transition: .5s;
  transition: .5s;
  display: none;
}

.filter-drop-down-area .cross-area {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  right: 5px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.filter-drop-down-area .cross-area:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.filter-drop-down-area .category-filter-div {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #cd5932;
}

.filter-drop-down-area .category-filter-div input,
.filter-drop-down-area .category-filter-div img,
.filter-drop-down-area .category-filter-div p {
  margin: 0px 10px;
}

.filter-drop-down-area .category-filter-div input {
  margin-top: 7%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.filter-drop-down-area .category-filter-div img {
  width: 25px !important;
}

.filter-drop-down-area .category-filter-div p {
  margin-top: 3%;
  text-transform: capitalize;
  font-size: 16px;
}

.filter-drop-down-area .category-filter-div button {
  width: 80%;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 5px;
  outline: none;
  text-transform: uppercase;
}

.stick-filter-div:hover .filter-drop-down-area {
  display: block !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.category-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-banner-animated-section-parent {
  position: relative;
}

.modal-backdrop {
  display: none !important;
}

#checkin-modal,
#checkin-listing {
  background-color: rgba(0, 0, 0, 0.46);
  z-index: 100000;
}

.map-weather-icon {
  -webkit-filter: drop-shadow(8px 32px 5px #B7A1A1);
          filter: drop-shadow(8px 32px 5px #B7A1A1);
}

.home-map-section .map-section-parent .map-section-wrapper .map-category-tabs-wrapper .dbranding-tabs-wrapper .nav-tabs .nav-link .mob-icons-area img {
  width: 30px;
  height: 30px;
}
/*# sourceMappingURL=theme.css.map */