/*!
Theme Name: visitrak2
Theme URI: https://visitrasalkhaimah.com/
Author: Santosh Raut Kshetri
Author URI: https://santoshraut.com.np
Description: Theme for Visit Ras Al Khaimah
Version: 3.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visitrak2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

visitrak2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* nice select .css  */
* {
    font-display:swap;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    line-height: 27px;
    outline: none;
    padding-right: 18px;
    padding-left: 30px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    margin-bottom: 16px;
}

.nice-select:hover {
    border-color: #3164F4;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: 34% 66%;
    -ms-transform-origin: 34% 66%;
    transform-origin: 34% 66%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}

.nice-select.open:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    right: 0 !important;
    left: 0 !important;
}

.nice-select.right {
    float: left;
}

.nice-select.right .list {
    right: auto;
    left: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover {
    background-color: #238AC1;
    color: #fff;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.contact-form-wrapper .list {
    background: #2f3341 none repeat scroll 100% 0;
    border-radius: 0;
}
/* End of nice select css  start of bootstrap css*/
@charset "UTF-8";

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

*,
::after,
::before {
    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: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

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

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

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

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

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

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

ol,
ul {
    padding-right: 2rem
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-right: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

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

sub,
sup {
    position: relative;
    font-size: .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
}

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

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .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: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: right
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
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
}

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

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

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

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

textarea {
    resize: vertical
}

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

legend {
    float: right;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: right
}

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

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

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-right: 0;
    list-style: none
}

.list-inline {
    padding-right: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-left: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

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

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

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

.blockquote-footer::before {
    content: "â€” "
}

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

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

.figure {
    display: inline-block
}

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

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

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    margin-right: calc(var(--bs-gutter-x)/ -2)
}

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-right: 8.3333333333%
}

.offset-2 {
    margin-right: 16.6666666667%
}

.offset-3 {
    margin-right: 25%
}

.offset-4 {
    margin-right: 33.3333333333%
}

.offset-5 {
    margin-right: 41.6666666667%
}

.offset-6 {
    margin-right: 50%
}

.offset-7 {
    margin-right: 58.3333333333%
}

.offset-8 {
    margin-right: 66.6666666667%
}

.offset-9 {
    margin-right: 75%
}

.offset-10 {
    margin-right: 83.3333333333%
}

.offset-11 {
    margin-right: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-right: 0
    }

    .offset-sm-1 {
        margin-right: 8.3333333333%
    }

    .offset-sm-2 {
        margin-right: 16.6666666667%
    }

    .offset-sm-3 {
        margin-right: 25%
    }

    .offset-sm-4 {
        margin-right: 33.3333333333%
    }

    .offset-sm-5 {
        margin-right: 41.6666666667%
    }

    .offset-sm-6 {
        margin-right: 50%
    }

    .offset-sm-7 {
        margin-right: 58.3333333333%
    }

    .offset-sm-8 {
        margin-right: 66.6666666667%
    }

    .offset-sm-9 {
        margin-right: 75%
    }

    .offset-sm-10 {
        margin-right: 83.3333333333%
    }

    .offset-sm-11 {
        margin-right: 91.6666666667%
    }

    .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 {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-right: 0
    }

    .offset-md-1 {
        margin-right: 8.3333333333%
    }

    .offset-md-2 {
        margin-right: 16.6666666667%
    }

    .offset-md-3 {
        margin-right: 25%
    }

    .offset-md-4 {
        margin-right: 33.3333333333%
    }

    .offset-md-5 {
        margin-right: 41.6666666667%
    }

    .offset-md-6 {
        margin-right: 50%
    }

    .offset-md-7 {
        margin-right: 58.3333333333%
    }

    .offset-md-8 {
        margin-right: 66.6666666667%
    }

    .offset-md-9 {
        margin-right: 75%
    }

    .offset-md-10 {
        margin-right: 83.3333333333%
    }

    .offset-md-11 {
        margin-right: 91.6666666667%
    }

    .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 {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-right: 0
    }

    .offset-lg-1 {
        margin-right: 8.3333333333%
    }

    .offset-lg-2 {
        margin-right: 16.6666666667%
    }

    .offset-lg-3 {
        margin-right: 25%
    }

    .offset-lg-4 {
        margin-right: 33.3333333333%
    }

    .offset-lg-5 {
        margin-right: 41.6666666667%
    }

    .offset-lg-6 {
        margin-right: 50%
    }

    .offset-lg-7 {
        margin-right: 58.3333333333%
    }

    .offset-lg-8 {
        margin-right: 66.6666666667%
    }

    .offset-lg-9 {
        margin-right: 75%
    }

    .offset-lg-10 {
        margin-right: 83.3333333333%
    }

    .offset-lg-11 {
        margin-right: 91.6666666667%
    }

    .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 {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-right: 0
    }

    .offset-xl-1 {
        margin-right: 8.3333333333%
    }

    .offset-xl-2 {
        margin-right: 16.6666666667%
    }

    .offset-xl-3 {
        margin-right: 25%
    }

    .offset-xl-4 {
        margin-right: 33.3333333333%
    }

    .offset-xl-5 {
        margin-right: 41.6666666667%
    }

    .offset-xl-6 {
        margin-right: 50%
    }

    .offset-xl-7 {
        margin-right: 58.3333333333%
    }

    .offset-xl-8 {
        margin-right: 66.6666666667%
    }

    .offset-xl-9 {
        margin-right: 75%
    }

    .offset-xl-10 {
        margin-right: 83.3333333333%
    }

    .offset-xl-11 {
        margin-right: 91.6666666667%
    }

    .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 {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-right: 0
    }

    .offset-xxl-1 {
        margin-right: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-right: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-right: 25%
    }

    .offset-xxl-4 {
        margin-right: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-right: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-right: 50%
    }

    .offset-xxl-7 {
        margin-right: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-right: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-right: 75%
    }

    .offset-xxl-10 {
        margin-right: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-right: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

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

.caption-top {
    caption-side: top
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

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

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

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .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-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem 2.25rem;
    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: left .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .5rem;
    font-size: .875rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-switch {
    padding-right: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-right: -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: right center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

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

.form-switch .form-check-input:checked {
    background-position: left 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-left: 1rem
}

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

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

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

.form-range:focus {
    outline: 0
}

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

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

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

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

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

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

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .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 .75rem
}

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

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

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

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

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

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

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

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

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

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

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

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(-0.15rem)
}

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

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .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: .25rem
}

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

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

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

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

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

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

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

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-left: calc(1.5em + .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: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-left: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
    padding-left: 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: left .75rem center, center left 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

.form-check-inline .form-check-input~.valid-feedback {
    margin-right: .5em
}

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-left: calc(1.5em + .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: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-left: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
    padding-left: 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: left .75rem center, center left 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

.form-check-inline .form-check-input~.invalid-feedback {
    margin-right: .5em
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-right: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    margin-top: .125rem
}

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

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

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

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

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

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

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

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

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

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

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

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

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

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

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

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.dropup .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-left: .3em solid transparent;
    border-bottom: .3em solid;
    border-right: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-right: 0
}

.dropend .dropdown-menu {
    top: 0;
    left: auto;
    right: 100%
}

.dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-left: 0;
    border-bottom: .3em solid transparent;
    border-right: .3em solid
}

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

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

.dropstart .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto
}

.dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: .125rem
}

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

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

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-left: .3em solid;
    border-bottom: .3em solid transparent
}

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .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:focus,
.dropdown-item:hover {
    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: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

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

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

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

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .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, .15)
}

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

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

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

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

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

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

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

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

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

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-right: 0
}

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

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

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

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

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

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

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

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

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

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.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: 100% 0;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills .nav-link {
    background: 100% 0;
    border: 0;
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler:hover {
    text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(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, .55)
}

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .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, .55)
}

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

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

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

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

.card-link+.card-link {
    margin-right: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-right: 0;
        border-right: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff
}

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

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

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

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

.accordion-header {
    margin-bottom: 0
}

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

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 1px
}

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

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

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

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem
}

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

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

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

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

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

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

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

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-left: 3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-right-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-right-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-right-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-right-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-right-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-right-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-right: -1px;
        border-right-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-left: -.375rem;
    margin-right: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem auto -.5rem -.5rem
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    width: 1rem;
    margin-right: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: right;
    width: 100%;
    margin-left: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(-100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 100% 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    right: 0
}

.carousel-control-next {
    left: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.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;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-left: 15%;
    margin-bottom: 1rem;
    margin-right: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-left: 3px;
    margin-right: 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: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    left: 15%;
    bottom: 1.25rem;
    right: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(-360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(-360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    right: 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;
    left: 0;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: right !important
}

.float-end {
    float: left !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    right: 0 !important
}

.start-50 {
    right: 50% !important
}

.start-100 {
    right: 100% !important
}

.end-0 {
    left: 0 !important
}

.end-50 {
    left: 50% !important
}

.end-100 {
    left: 100% !important
}

.translate-middle {
    transform: translate(50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-left: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-left: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-right: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-right: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-left: 0 !important
}

.me-1 {
    margin-left: .25rem !important
}

.me-2 {
    margin-left: .5rem !important
}

.me-3 {
    margin-left: 1rem !important
}

.me-4 {
    margin-left: 1.5rem !important
}

.me-5 {
    margin-left: 3rem !important
}

.me-auto {
    margin-left: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-right: 0 !important
}

.ms-1 {
    margin-right: .25rem !important
}

.ms-2 {
    margin-right: .5rem !important
}

.ms-3 {
    margin-right: 1rem !important
}

.ms-4 {
    margin-right: 1.5rem !important
}

.ms-5 {
    margin-right: 3rem !important
}

.ms-auto {
    margin-right: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-left: 0 !important
}

.pe-1 {
    padding-left: .25rem !important
}

.pe-2 {
    padding-left: .5rem !important
}

.pe-3 {
    padding-left: 1rem !important
}

.pe-4 {
    padding-left: 1.5rem !important
}

.pe-5 {
    padding-left: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-right: 0 !important
}

.ps-1 {
    padding-right: .25rem !important
}

.ps-2 {
    padding-right: .5rem !important
}

.ps-3 {
    padding-right: 1rem !important
}

.ps-4 {
    padding-right: 1.5rem !important
}

.ps-5 {
    padding-right: 3rem !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: right !important
}

.text-end {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.rounded-end {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-start {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: right !important
    }

    .float-sm-end {
        float: left !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-left: 0 !important
    }

    .me-sm-1 {
        margin-left: .25rem !important
    }

    .me-sm-2 {
        margin-left: .5rem !important
    }

    .me-sm-3 {
        margin-left: 1rem !important
    }

    .me-sm-4 {
        margin-left: 1.5rem !important
    }

    .me-sm-5 {
        margin-left: 3rem !important
    }

    .me-sm-auto {
        margin-left: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-right: 0 !important
    }

    .ms-sm-1 {
        margin-right: .25rem !important
    }

    .ms-sm-2 {
        margin-right: .5rem !important
    }

    .ms-sm-3 {
        margin-right: 1rem !important
    }

    .ms-sm-4 {
        margin-right: 1.5rem !important
    }

    .ms-sm-5 {
        margin-right: 3rem !important
    }

    .ms-sm-auto {
        margin-right: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-left: 0 !important
    }

    .pe-sm-1 {
        padding-left: .25rem !important
    }

    .pe-sm-2 {
        padding-left: .5rem !important
    }

    .pe-sm-3 {
        padding-left: 1rem !important
    }

    .pe-sm-4 {
        padding-left: 1.5rem !important
    }

    .pe-sm-5 {
        padding-left: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-right: 0 !important
    }

    .ps-sm-1 {
        padding-right: .25rem !important
    }

    .ps-sm-2 {
        padding-right: .5rem !important
    }

    .ps-sm-3 {
        padding-right: 1rem !important
    }

    .ps-sm-4 {
        padding-right: 1.5rem !important
    }

    .ps-sm-5 {
        padding-right: 3rem !important
    }

    .text-sm-start {
        text-align: right !important
    }

    .text-sm-end {
        text-align: left !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: right !important
    }

    .float-md-end {
        float: left !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-left: 0 !important
    }

    .me-md-1 {
        margin-left: .25rem !important
    }

    .me-md-2 {
        margin-left: .5rem !important
    }

    .me-md-3 {
        margin-left: 1rem !important
    }

    .me-md-4 {
        margin-left: 1.5rem !important
    }

    .me-md-5 {
        margin-left: 3rem !important
    }

    .me-md-auto {
        margin-left: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-right: 0 !important
    }

    .ms-md-1 {
        margin-right: .25rem !important
    }

    .ms-md-2 {
        margin-right: .5rem !important
    }

    .ms-md-3 {
        margin-right: 1rem !important
    }

    .ms-md-4 {
        margin-right: 1.5rem !important
    }

    .ms-md-5 {
        margin-right: 3rem !important
    }

    .ms-md-auto {
        margin-right: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-left: 0 !important
    }

    .pe-md-1 {
        padding-left: .25rem !important
    }

    .pe-md-2 {
        padding-left: .5rem !important
    }

    .pe-md-3 {
        padding-left: 1rem !important
    }

    .pe-md-4 {
        padding-left: 1.5rem !important
    }

    .pe-md-5 {
        padding-left: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-right: 0 !important
    }

    .ps-md-1 {
        padding-right: .25rem !important
    }

    .ps-md-2 {
        padding-right: .5rem !important
    }

    .ps-md-3 {
        padding-right: 1rem !important
    }

    .ps-md-4 {
        padding-right: 1.5rem !important
    }

    .ps-md-5 {
        padding-right: 3rem !important
    }

    .text-md-start {
        text-align: right !important
    }

    .text-md-end {
        text-align: left !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: right !important
    }

    .float-lg-end {
        float: left !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-left: 0 !important
    }

    .me-lg-1 {
        margin-left: .25rem !important
    }

    .me-lg-2 {
        margin-left: .5rem !important
    }

    .me-lg-3 {
        margin-left: 1rem !important
    }

    .me-lg-4 {
        margin-left: 1.5rem !important
    }

    .me-lg-5 {
        margin-left: 3rem !important
    }

    .me-lg-auto {
        margin-left: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-right: 0 !important
    }

    .ms-lg-1 {
        margin-right: .25rem !important
    }

    .ms-lg-2 {
        margin-right: .5rem !important
    }

    .ms-lg-3 {
        margin-right: 1rem !important
    }

    .ms-lg-4 {
        margin-right: 1.5rem !important
    }

    .ms-lg-5 {
        margin-right: 3rem !important
    }

    .ms-lg-auto {
        margin-right: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-left: 0 !important
    }

    .pe-lg-1 {
        padding-left: .25rem !important
    }

    .pe-lg-2 {
        padding-left: .5rem !important
    }

    .pe-lg-3 {
        padding-left: 1rem !important
    }

    .pe-lg-4 {
        padding-left: 1.5rem !important
    }

    .pe-lg-5 {
        padding-left: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-right: 0 !important
    }

    .ps-lg-1 {
        padding-right: .25rem !important
    }

    .ps-lg-2 {
        padding-right: .5rem !important
    }

    .ps-lg-3 {
        padding-right: 1rem !important
    }

    .ps-lg-4 {
        padding-right: 1.5rem !important
    }

    .ps-lg-5 {
        padding-right: 3rem !important
    }

    .text-lg-start {
        text-align: right !important
    }

    .text-lg-end {
        text-align: left !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: right !important
    }

    .float-xl-end {
        float: left !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-left: 0 !important
    }

    .me-xl-1 {
        margin-left: .25rem !important
    }

    .me-xl-2 {
        margin-left: .5rem !important
    }

    .me-xl-3 {
        margin-left: 1rem !important
    }

    .me-xl-4 {
        margin-left: 1.5rem !important
    }

    .me-xl-5 {
        margin-left: 3rem !important
    }

    .me-xl-auto {
        margin-left: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-right: 0 !important
    }

    .ms-xl-1 {
        margin-right: .25rem !important
    }

    .ms-xl-2 {
        margin-right: .5rem !important
    }

    .ms-xl-3 {
        margin-right: 1rem !important
    }

    .ms-xl-4 {
        margin-right: 1.5rem !important
    }

    .ms-xl-5 {
        margin-right: 3rem !important
    }

    .ms-xl-auto {
        margin-right: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-left: 0 !important
    }

    .pe-xl-1 {
        padding-left: .25rem !important
    }

    .pe-xl-2 {
        padding-left: .5rem !important
    }

    .pe-xl-3 {
        padding-left: 1rem !important
    }

    .pe-xl-4 {
        padding-left: 1.5rem !important
    }

    .pe-xl-5 {
        padding-left: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-right: 0 !important
    }

    .ps-xl-1 {
        padding-right: .25rem !important
    }

    .ps-xl-2 {
        padding-right: .5rem !important
    }

    .ps-xl-3 {
        padding-right: 1rem !important
    }

    .ps-xl-4 {
        padding-right: 1.5rem !important
    }

    .ps-xl-5 {
        padding-right: 3rem !important
    }

    .text-xl-start {
        text-align: right !important
    }

    .text-xl-end {
        text-align: left !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: right !important
    }

    .float-xxl-end {
        float: left !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-left: 0 !important
    }

    .me-xxl-1 {
        margin-left: .25rem !important
    }

    .me-xxl-2 {
        margin-left: .5rem !important
    }

    .me-xxl-3 {
        margin-left: 1rem !important
    }

    .me-xxl-4 {
        margin-left: 1.5rem !important
    }

    .me-xxl-5 {
        margin-left: 3rem !important
    }

    .me-xxl-auto {
        margin-left: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-right: 0 !important
    }

    .ms-xxl-1 {
        margin-right: .25rem !important
    }

    .ms-xxl-2 {
        margin-right: .5rem !important
    }

    .ms-xxl-3 {
        margin-right: 1rem !important
    }

    .ms-xxl-4 {
        margin-right: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-right: 3rem !important
    }

    .ms-xxl-auto {
        margin-right: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-left: 0 !important
    }

    .pe-xxl-1 {
        padding-left: .25rem !important
    }

    .pe-xxl-2 {
        padding-left: .5rem !important
    }

    .pe-xxl-3 {
        padding-left: 1rem !important
    }

    .pe-xxl-4 {
        padding-left: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-left: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-right: 0 !important
    }

    .ps-xxl-1 {
        padding-right: .25rem !important
    }

    .ps-xxl-2 {
        padding-right: .5rem !important
    }

    .ps-xxl-3 {
        padding-right: 1rem !important
    }

    .ps-xxl-4 {
        padding-right: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-right: 3rem !important
    }

    .text-xxl-start {
        text-align: right !important
    }

    .text-xxl-end {
        text-align: left !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/* end of bootstrap css start of datepicker csss */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    right: 0;
    padding: 4px;
    margin-top: 1px;
    padding: 10px 5px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/

}
.datepicker:before {
    content: '';
    display: inline-block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    right: 6px;
    display: none;
}
.datepicker:after {
    content: '';
    display: inline-block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    right: 7px;
    display: none;
}
.datepicker > div {
    display: block;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td, .datepicker th {
    text-align: center;
    color:#000;
}
.datepicker th.prev img{
    margin-right: 0px;
}
.datepicker th.next img{
    margin-left: 0px;
}
.datepicker td.day:hover {
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    border-radius: 42px;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #FF7550;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #FF7550;
    *background-color: #FF7550;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: right;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #FF7550;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #FF7550;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/* end of datepicker css start of jquery ui css */

/* date range picker */

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    right: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    left: 9px;
}

.daterangepicker.opensleft:after {
    left: 10px;
}

.daterangepicker.openscenter:before {
    right: 0;
    left: 0;
    width: 0;
    margin-right: auto;
    margin-left: auto;
}

.daterangepicker.openscenter:after {
    right: 0;
    left: 0;
    width: 0;
    margin-right: auto;
    margin-left: auto;
}

.daterangepicker.opensright:before {
    right: 9px;
}

.daterangepicker.opensright:after {
    right: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 8px 8px 0;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 0 2px 2px;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.end-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-left: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: left;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-left: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: right;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
        float: right;
    }

    .daterangepicker {
        direction: rtl;
        text-align: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: right;
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-left: 8px;
    }

    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: right;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: right;
    }

    .daterangepicker.rtl .ranges {
        float: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

/*! jQuery UI - v1.11.4 - 2015-12-03
* http://jqueryui.com
* Includes: core.css, button.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-left: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icons .ui-button-text {
    padding-right: 2.1em;
    padding-left: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    right: 50%;
    margin-right: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    right: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    left: .5em;
}

/* button sets */
.ui-buttonset {
    margin-left: 7px;
}
.ui-buttonset .ui-button {
    margin-right: 0;
    margin-left: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: right;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 100% 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-right: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    right: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    left: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    right: -.3em;
    margin-right: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    right: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd url("newvrak/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    border: 1px solid #4297d7;
    background: #5c9ccc url("newvrak/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5dbec;
    background: #dfeffc url("newvrak/images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #2e6e9e;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #79b7e7;
    background: #d0e5f5 url("newvrak/images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #1d5987;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url("newvrak/images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #e17009;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("newvrak/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("newvrak/images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("newvrak/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("newvrak/images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("newvrak/images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("newvrak/images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("newvrak/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("newvrak/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 100% 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 100% -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 100% -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 100% -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 100% -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 100% -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 100% -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 100% -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 100% -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 100% -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 100% -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 100% -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 100% -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 100% -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 100% -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-left-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    margin: -8px -8px 0 0;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}
/* end of jquery ui css start of bx slider */
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */


.bx-wrapper{position:relative;margin:0 auto 60px;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(../images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;right:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{right:10px;background:url(newvrak/images/controls.png) no-repeat 100% -32px}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:100% 0}.bx-wrapper .bx-next{left:10px;background:url(newvrak/images/controls.png) no-repeat -43px -32px}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(newvrak/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(newvrak/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:right;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{left:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;right:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

/* end of bx slider css  start of magnific popup css*/
.mfp-bg{top:0;right:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;right:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;right:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:right;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;right:8px;left:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;left:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 10px 18px 0;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;left:-6px;text-align:left;padding-left:6px;width:100%}.mfp-counter{position:absolute;top:0;left:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;right:0;top:0;margin-top:35px;margin-right:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{right:0}.mfp-arrow-left:after{border-left:17px solid #FFF;margin-right:31px}.mfp-arrow-left:before{margin-right:25px;border-left:27px solid #3F3F3F}.mfp-arrow-right{left:0}.mfp-arrow-right:after{border-right:17px solid #FFF;margin-right:39px}.mfp-arrow-right:before{border-right:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;right:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;right:0;top:40px;bottom:40px;display:block;left:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;right:0;width:100%;cursor:auto}.mfp-title{text-align:right;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-left:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-right:0;padding-left:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-right:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{left:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;left:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:100%;transform-origin:100%}.mfp-arrow-right{-webkit-transform-origin:0%;transform-origin:0%}.mfp-container{padding-right:6px;padding-left:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}
/* end of magnific pop up css  start of slick css*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    right: 0;

    display: block;
    margin-right: auto;
    margin-left: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: right;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: left;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* lightbox css */
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;right:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:fixed;top:20%;right:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(newvrak/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;right:0;height:100%;width:100%;z-index:10}.lb-container>.nav{right:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;right:0;float:right;background:url(newvrak/images/prev.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;left:0;float:left;background:url(newvrak/images/next.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:right;text-align:right;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:right;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:left;width:30px;height:30px;background:url(newvrak/images/close.png) top left no-repeat;text-align:left;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*end of slickslider css */
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.mobile-nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:left;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:right;color:#fff;font-weight:700;}.slicknav_menu .slicknav_icon{float:right;width:1.125em;height:.875em;margin:.188em .438em 0 0}.slicknav_menu .slicknav_icon:before{background:100% 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.mobile-nav li,.mobile-nav ul{display:block}.mobile-nav .slicknav_arrow{font-size:.8em;margin:0 .4em 0 0}.mobile-nav .slicknav_item a{display:inline}.mobile-nav .slicknav_row,.mobile-nav a{display:block}.mobile-nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.mobile-nav,.mobile-nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.mobile-nav{clear:both;color:#fff;margin:0;font-size:.875em}.mobile-nav ul{margin:0 20px 0 0}.mobile-nav .slicknav_row,.mobile-nav a{padding:5px 10px;margin:2px 5px}.mobile-nav a{text-decoration:none;color:#fff}.mobile-nav .slicknav_txtnode{margin-right:15px}.mobile-nav .slicknav_item a,.mobile-nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:right;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}
/* end of slicknav css start of animate css */
/* Animate CSS*/

@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 14s!important;
    transform-origin: 30% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    80% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    40% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    80% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(3deg);
        transform: scale(.9) rotate(3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(3deg);
        -ms-transform: scale(.9) rotate(3deg);
        transform: scale(.9) rotate(3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(25%) rotate(5deg);
        transform: translateX(25%) rotate(5deg)
    }
    30% {
        -webkit-transform: translateX(-20%) rotate(-3deg);
        transform: translateX(-20%) rotate(-3deg)
    }
    45% {
        -webkit-transform: translateX(15%) rotate(3deg);
        transform: translateX(15%) rotate(3deg)
    }
    60% {
        -webkit-transform: translateX(-10%) rotate(-2deg);
        transform: translateX(-10%) rotate(-2deg)
    }
    75% {
        -webkit-transform: translateX(5%) rotate(1deg);
        transform: translateX(5%) rotate(1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(25%) rotate(5deg);
        -ms-transform: translateX(25%) rotate(5deg);
        transform: translateX(25%) rotate(5deg)
    }
    30% {
        -webkit-transform: translateX(-20%) rotate(-3deg);
        -ms-transform: translateX(-20%) rotate(-3deg);
        transform: translateX(-20%) rotate(-3deg)
    }
    45% {
        -webkit-transform: translateX(15%) rotate(3deg);
        -ms-transform: translateX(15%) rotate(3deg);
        transform: translateX(15%) rotate(3deg)
    }
    60% {
        -webkit-transform: translateX(-10%) rotate(-2deg);
        -ms-transform: translateX(-10%) rotate(-2deg);
        transform: translateX(-10%) rotate(-2deg)
    }
    75% {
        -webkit-transform: translateX(5%) rotate(1deg);
        -ms-transform: translateX(5%) rotate(1deg);
        transform: translateX(5%) rotate(1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        -ms-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        -ms-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        transform: translateX(-100%) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(20%) skewX(-30deg);
        transform: translateX(20%) skewX(-30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(15deg);
        transform: translateX(0%) skewX(15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        -ms-transform: translateX(-100%) skewX(30deg);
        transform: translateX(-100%) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(20%) skewX(-30deg);
        -ms-transform: translateX(20%) skewX(-30deg);
        transform: translateX(20%) skewX(-30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(15deg);
        -ms-transform: translateX(0%) skewX(15deg);
        transform: translateX(0%) skewX(15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        transform: translateX(-100%) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        -ms-transform: translateX(-100%) skewX(30deg);
        transform: translateX(-100%) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(-60deg) translateY(0);
        transform: rotate(-60deg) translateY(0);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(-80deg);
        -ms-transform: rotate(-80deg);
        transform: rotate(-80deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(-60deg) translateY(0);
        -ms-transform: rotate(-60deg) translateY(0);
        transform: rotate(-60deg) translateY(0);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

/* End of animate CSS */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.water-mark-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.top-destination.section.water-mark-bg-color {
    background: #FFFFFFA1;
}
.tp-pr-color {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
}
.rk-section-title {
    text-align: right;
    margin-bottom: 40px;
    position: relative;
}
.rk-section-title.center{
    text-align:center;
}
.rk-section-title p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.rk-section-title h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom:25px;
}
.rk-section-title h2 span {
    font-weight: 300;
}
.rk-section-title.text-white h2{
    color:#fff;
}
.rk-section-title p.text-white{
    color:#fff;
}
.rk-section-title.white h2, .rk-section-title h2 {
    color: #FF4B2B;
}
.theme-btn {
    padding: 7px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff !important;
    border: 2px solid #fff;
    background: transparent;
}
.theme-btn .btn-text{
    z-index:33;
    position: relative;
}
.theme-btn::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 0;
    opacity: 0.3;
}
a:hover,a:focus {
    color: #FF4B2B;
}
.mobile-menu-actives{
    display:none;
}
.theme-btn:hover:before{
    height: 100%;
}
.theme-btn.theme-gr {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    background: linear-gradient(to right, #FF4B2B, #C83456);
    color: #fff !important;
}
.theme-btn.theme-gr::before {
    background: #F1802A;
    opacity:0.8;
}

.theme-btn.theme-gr.bordered {
    background: transparent;
    border: 2px solid #E56300;
    color: #E56300 !important;
}
.theme-btn.theme-gr.bordered:hover {
    background: linear-gradient(to right, #FF4B2B, #C83456);
    color: #fff !important;
}
.btn.bordered {
    background: transparent;
    border: 2px solid #fff;
}
.plan-button{
    margin-top:30px;
}
ul,li{
    transition:all 0.3s ease;
}
.bg-offwhite{
    background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.nice-select .option:hover {
    background: #FF4B2B;
    color: #fff;
}
.overlay{
    position:relative
}
.overlay::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(to left, #2a2a2a, #191919);
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.section {
    padding: 90px 0;
    position: relative;
}

/* Padding Top */
.sf-ptop-10{
    padding-top:10px;
}
.sf-ptop-20{
    padding-top:20px;
}
.sf-ptop-30{
    padding-top:30px;
}
.sf-ptop-40{
    padding-top:40px;
}
.sf-ptop-50{
    padding-top:50px;
}
.sf-ptop-60{
    padding-top:60px;
}
.sf-ptop-70{
    padding-top:70px;
}
.sf-ptop-80{
    padding-top:80px;
}
.sf-ptop-90{
    padding-top:90px;
}
.sf-ptop-100{
    padding-top:100px;
}
/* Padding Bottom */
.sf-pbtm-10{
    padding-bottom:10px;
}
.sf-pbtm-20{
    padding-bottom:20px;
}
.sf-pbtm-30{
    padding-bottom:30px;
}
.sf-pbtm-40{
    padding-bottom:40px;
}
.sf-pbtm-50{
    padding-bottom:50px;
}
.sf-pbtm-60{
    padding-bottom:60px;
}
.sf-pbtm-70{
    padding-bottom:70px;
}
.sf-pbtm-80{
    padding-bottom:80px;
}
.sf-pbtm-90{
    padding-bottom:90px;
}
.sf-pbtm-100{
    padding-bottom:100px;
}

/* Margin Top */
.sf-mtop-10{
    margin-top:10px;
}
.sf-mtop-20{
    margin-top:20px;
}
.sf-mtop-30{
    margin-top:30px;
}
.sf-mtop-40{
    margin-top:40px;
}
.sf-mtop-50{
    margin-top:50px;
}
.sf-mtop-60{
    margin-top:60px;
}
.sf-mtop-70{
    margin-top:70px;
}
.sf-mtop-80{
    margin-top:80px;
}
.sf-mtop-90{
    margin-top:90px;
}
.sf-mtop-100{
    margin-top:100px;
}

/* Margin Bottom */
.sf-mbtm-10{
    margin-bottom:10px;
}
.sf-mbtm-20{
    margin-bottom:20px;
}
.sf-mbtm-30{
    margin-bottom:30px;
}
.sf-mbtm-40{
    margin-bottom:40px;
}
.sf-mbtm-50{
    margin-bottom:50px;
}
.sf-mbtm-60{
    margin-bottom:60px;
}
.sf-mbtm-70{
    margin-bottom:70px;
}
.sf-mbtm-80{
    margin-bottom:80px;
}
.sf-mbtm-90{
    margin-bottom:90px;
}
.sf-mbtm-100{
    margin-bottom:100px;
}

html {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,body {
    height: 100%;
    margin: 0;
}
*{
    padding:0;
    margin:0;
}
body {
    margin: 0;
}
img{
    max-width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration:none;
}
a:active,
a:hover {
    outline: 0;
    text-decoration:none;
}
.slicknav_menu{
    display:none;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.banner-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    font-family: 'Diodrum Bold', Arial, sans-serif;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
#scrollUp {
    left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    z-index: 33;
    font-size: 30px;
    bottom: 10px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.16);
    box-shadow:0 0 12px rgba(0, 0, 0, 0.16);
    color: #FF7550;
}
#scrollUp:hover{
    background:#FF7550;
    color:#fff;
    box-shadow:0 0 12px rgba(0, 0, 0, 0.30);
}

.menu-right li,
.menu-right li a{
    font-family: 'Diodrum Medium', Arial, sans-serif;

}
body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-family: 'Diodrum Regular', Arial, sans-serif;
    font-weight:normal;
    line-height: 24px;
    font-size: 15px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4,h4 a, h5,h5 a, h6,h6 a {
    font-family: 'Diodrum Semibold', Arial, sans-serif;
    margin: 0;
}
h6 {
    color: white;
    font-weight: bold;
}
p {
    font-family: 'Diodrum Regular', Arial, sans-serif;
    color:#222;
    font-weight:400;
    margin: 0;
    line-height:28px;
}
.p-destination .hover p,.trip-details p,.hl-desc p,.hl-desc span,a,button,input,label, label span,.current{
    font-family: 'Diodrum Medium', Arial, sans-serif;

}
img,a,input,h1, h2, h3, h4, h5, h6{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
dfn, cite, em, i {
    font-style: italic;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

.container{

}
/* BreadCrumbs */
.breadcrumbs {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 132px 0 100px;
    text-align: center;
}
.breadcrumbs .list{
    margin-bottom:20px;
}
.breadcrumbs .list li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    position:relative;
}
.breadcrumbs .list li::before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: -3px;
}
.breadcrumbs .list li:last-child{
    padding-left:0px;
    margin-left:0px;
}
.breadcrumbs .list li:last-child:before{
    display:none;
}
.breadcrumbs .list li a{
    color:#fff;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
}
.breadcrumbs h2{
    font-size:50px;
    color:#fff;
    text-transform:capitalize;
}
/* Preloader Animaion */
.cp-preloader {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    color: #fff;
    z-index: 3333333;
}
.cp-preloader-inner i {
    color: #fff;
}
.cp-preloader-inner::after, .cp-preloader-inner::before {
    color:#fff;
}
.cp-preloader__box {
    position:relative
}
.cp-preloader-inner {
    width:1em;
    height:1em;
    font-size: 70px;
}
.cp-preloader-inner::after,
.cp-preloader-inner::before {
    content: "";
    width: 7.5%;
    height: 7.5%;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    right: 0;
    animation: cp-preloader19_smoke 1s linear .2s infinite backwards;
}
.cp-preloader-inner::before {
    top: 45%;
}
.cp-preloader-inner::after {
    top: 55%;
}

@keyframes cp-preloader19_smoke {
    0%,to {
        transform:translate3d(-0.15em,-50%,0);
        opacity:0
    }
    5% {
        opacity:1
    }
    70% {
        transform:translate3d(0.75em,-50%,0);
        opacity:0
    }
}
.icon {
    width:75%;
    height:75%;
    top:5%;
    right:0;
    animation:cp-preloader-anim 1s linear infinite alternate backwards;
}

@keyframes cp-preloader-anim {
    0% {
        transform:translate3d(0,.0375em,0) rotate(-45deg)
    }
    to {
        transform:translate3d(-0.075em,.075em,0) rotate(-45deg)
    }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,ul li{
    list-style:none;
    padding:0;
    margin:0;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit;
}

a:visited {
    color: inherit;
}


a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: right;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-right: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: right;
    position: absolute;
    top: 100%;
    right: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    right: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    right: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    right: auto;
}

.main-navigation li {
    float: right;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: right;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.alignright {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
.trip-search .form-group .current{
    display: flex;
    width: 100%;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.water-mark-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.top-destination.section.water-mark-bg-color {
    background: #FFFFFFA1;
}
.tp-pr-color {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
}
.rk-section-title {
    text-align: right;
    margin-bottom: 40px;
    position: relative;
}
.rk-section-title.center{
    text-align:center;
}

.rk-section-title p {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}
.rk-section-title h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom:25px;
}
.rk-section-title h2 span {
    font-weight: 300;
}
.rk-section-title.text-white h2{
    color:#fff;
}
.rk-section-title p.text-white{
    color:#fff;
}
.rk-section-title.white h2, .rk-section-title h2 {
    color: #FF4B2B;
}
.theme-btn {
    padding: 7px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff !important;
    border: 2px solid #fff;
    background: transparent;
}
.theme-btn .btn-text{
    z-index:33;
    position: relative;
}
.theme-btn::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 0;
    opacity: 0.3;
}
a:hover,a:focus {
    color: #FF4B2B;
}
.mobile-menu-actives{
    display:none;
}
.theme-btn:hover:before{
    height: 100%;
}
.theme-btn.theme-gr {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    background: linear-gradient(to right, #FF4B2B, #C83456 60%);
    color: #fff !important;
}
.theme-btn.theme-gr::before {
    background: #F1802A;
    opacity:0.8;
}

.theme-btn.theme-gr.bordered {
    background: transparent;
    border: 2px solid #E56300;
    color: #E56300 !important;
}
.theme-btn.theme-gr.bordered:hover {
    background: linear-gradient(to right, #FF4B2B, #C83456);
    color: #fff !important;
}
.btn.bordered {
    background: transparent;
    border: 2px solid #fff;
}
.plan-button{
    margin-top:30px;
}
ul,li{
    transition:all 0.3s ease;
}
.nice-select .option:hover {
    background: #FF4B2B;
    color: #fff;
}
.overlay{
    position:relative
}
.overlay::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(to left, #2a2a2a, #191919);
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.section {
    padding: 90px 0;
    position: relative;
}

/* Padding Top */
.sf-ptop-10{
    padding-top:10px;
}
.sf-ptop-20{
    padding-top:20px;
}
.sf-ptop-30{
    padding-top:30px;
}
.sf-ptop-40{
    padding-top:40px;
}
.sf-ptop-50{
    padding-top:50px;
}
.sf-ptop-60{
    padding-top:60px;
}
.sf-ptop-70{
    padding-top:70px;
}
.sf-ptop-80{
    padding-top:80px;
}
.sf-ptop-90{
    padding-top:90px;
}
.sf-ptop-100{
    padding-top:100px;
}
/* Padding Bottom */
.sf-pbtm-10{
    padding-bottom:10px;
}
.sf-pbtm-20{
    padding-bottom:20px;
}
.sf-pbtm-30{
    padding-bottom:30px;
}
.sf-pbtm-40{
    padding-bottom:40px;
}
.sf-pbtm-50{
    padding-bottom:50px;
}
.sf-pbtm-60{
    padding-bottom:60px;
}
.sf-pbtm-70{
    padding-bottom:70px;
}
.sf-pbtm-80{
    padding-bottom:80px;
}
.sf-pbtm-90{
    padding-bottom:90px;
}
.sf-pbtm-100{
    padding-bottom:100px;
}

/* Margin Top */
.sf-mtop-10{
    margin-top:10px;
}
.sf-mtop-20{
    margin-top:20px;
}
.sf-mtop-30{
    margin-top:30px;
}
.sf-mtop-40{
    margin-top:40px;
}
.sf-mtop-50{
    margin-top:50px;
}
.sf-mtop-60{
    margin-top:60px;
}
.sf-mtop-70{
    margin-top:70px;
}
.sf-mtop-80{
    margin-top:80px;
}
.sf-mtop-90{
    margin-top:90px;
}
.sf-mtop-100{
    margin-top:100px;
}

/* Margin Bottom */
.sf-mbtm-10{
    margin-bottom:10px;
}
.sf-mbtm-20{
    margin-bottom:20px;
}
.sf-mbtm-30{
    margin-bottom:30px;
}
.sf-mbtm-40{
    margin-bottom:40px;
}
.sf-mbtm-50{
    margin-bottom:50px;
}
.sf-mbtm-60{
    margin-bottom:60px;
}
.sf-mbtm-70{
    margin-bottom:70px;
}
.sf-mbtm-80{
    margin-bottom:80px;
}
.sf-mbtm-90{
    margin-bottom:90px;
}
.sf-mbtm-100{
    margin-bottom:100px;
}

html {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,body {
    height: 100%;
    margin: 0;
}
*{
    padding:0;
    margin:0;
}
body {
    margin: 0;
}
img{
    max-width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration:none;
}
a:active,
a:hover {
    outline: 0;
    text-decoration:none;
}
.slicknav_menu{
    display:none;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.banner-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    font-family: 'Diodrum Bold', san-serif;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
#scrollUp {
    left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    z-index: 33;
    font-size: 30px;
    bottom: 10px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.16);
    box-shadow:0 0 12px rgba(0, 0, 0, 0.16);
    color: #FF7550;
}
#scrollUp:hover{
    background:#FF7550;
    color:#fff;
    box-shadow:0 0 12px rgba(0, 0, 0, 0.30);
    line-height: 60px;
}
.rk-section-title h2 span{
    font-family: 'Diodrum Regular', Arial, sans-serif;
}
.semi-bold-font{
    font-family: 'Diodrum Semibold', Arial, sans-serif;
}
.medium-font,.medium-font p{
    font-family: 'Diodrum Medium', Arial, sans-serif;
}
.light-font{
    font-family: 'Diodrum Light', Arial, sans-serif;
}
.ex-light-font{
    font-family: 'Diodrum Extralight';
}

.menu-right li,
.menu-right li a{
    font-family: 'Diodrum Medium', Arial, sans-serif;

}
body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-family: 'Diodrum Regular', Arial, sans-serif;
    font-weight:normal;
    line-height: 24px;
    font-size: 15px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4,h4 a, h5,h5 a, h6,h6 a {
    font-family: 'Diodrum Semibold', Arial, sans-serif;
    margin: 0;
}
h6 {
    color: white;
    font-weight: bold;
}
p {
    font-family: 'Diodrum Regular', Arial, sans-serif;
    color:#222;
    font-weight:400;
    margin: 0;
    line-height:28px;
}
.p-destination .hover p,.trip-details p,.hl-desc p,.hl-desc span,a,button,input,label, label span,.current{
    font-family: 'Diodrum Medium', Arial, sans-serif;

}
img,a,input,h1, h2, h3, h4, h5, h6{
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
dfn, cite, em, i {
    font-style: italic;
}
/* Preloader Animaion */
.cp-preloader {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    color: #fff;
    z-index: 3333333;
}
.cp-preloader-inner i {
    color: #fff;
}
.cp-preloader-inner::after, .cp-preloader-inner::before {
    color:#fff;
}
.cp-preloader__box {
    position:relative
}
.cp-preloader-inner {
    width:1em;
    height:1em;
    font-size: 70px;
}
.cp-preloader-inner::after,
.cp-preloader-inner::before {
    content: "";
    width: 7.5%;
    height: 7.5%;
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
    right: 0;
    animation: cp-preloader19_smoke 1s linear .2s infinite backwards;
}
.cp-preloader-inner::before {
    top: 45%;
}
.cp-preloader-inner::after {
    top: 55%;
}

@keyframes cp-preloader19_smoke {
    0%,to {
        transform:translate3d(-0.15em,-50%,0);
        opacity:0
    }
    5% {
        opacity:1
    }
    70% {
        transform:translate3d(0.75em,-50%,0);
        opacity:0
    }
}
.icon {
    width:75%;
    height:75%;
    top:5%;
    right:0;
    animation:cp-preloader-anim 1s linear infinite alternate backwards;
}

@keyframes cp-preloader-anim {
    0% {
        transform:translate3d(0,.0375em,0) rotate(-45deg)
    }
    to {
        transform:translate3d(-0.075em,.075em,0) rotate(-45deg)
    }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

textarea {
    width: 100%;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
input:focus {
    outline: none !important;
}
.mobile-search-bar input:focus{
    color:#fff !important;
}
element:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}
.form-control:focus{
    box-shadow: none;
    border:none;
}
/* end of reset css start of main style css  */
/*======================================
 01. Header CSS
========================================*/
.site-header {
    position: relative;
}
/* Topbar */
.site-header .topbar {
    background: transparent;
    padding: 10px 0;
}
.covid-update {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.covid-update a:hover{
    opacity:0.8;
}
.site-header .social{
    float:left;
}
.site-header .social li{
    margin-left:20px;
    display:inline-block;
}
.site-header .social li:last-child{
    margin-left:0;
}
.site-header .social li a {
    color: #959595;
    font-weight: 600;
    font-size: 15px;
}
.site-header .social li:hover a{
    color:#FF7550;
}
.site-header .middle-header {
    padding: 20px 0 0;
    position: absolute;
    top: 39px;
    z-index: 99999;
    width: 100%;
    background: #27334DCC 100% 0 no-repeat padding-box;
}
/* Logo */
.site-header .logo {
    position: relative;
}
.site-header .logo a{
    transition:all 0.3s ease;
}
.site-header .logo img {
    max-width: 200px;
    max-height: 56px;
}
.logo-two {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}
.site-header.sticky .logo-two{
    opacity:1;
    visibility:visible;
}
.site-header.sticky .logo-one{
    opacity:0;
    visibility:hidden;
}
/* Header Widget */
.site-header .header-widget {
    float: left;
    margin-top: 12px;
}
.site-header .single-widget {
    float: right;
    position: relative;
    padding-right: 50px;
    margin-left: 50px;
}
.site-header .single-widget:last-child{
    margin-left:0;
}
.site-header .single-widget img{
    position:absolute;
    right:0;
    top:0;
}
.site-header .single-widget h4 {
    font-size: 15px;
}
.site-header .single-widget p {
    text-transform:capitalize;

}
.site-header .header-bottom {
    position: absolute;
    width: 100%;
    z-index: 333;
    bottom: -32px;
}
/* Main Menu */
.site-header .main-menu {
    background: transparent;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 14px;
}
.site-header .navigation li {
    position: relative;
    padding: 0 10px;
}
.site-header .navigation li:last-child{
    padding-left:0;
    margin-left:0;
}
.site-header .navigation li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding: 20px 0 25px;
}

.site-header .navigation li a::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #E56300 100% 0 no-repeat padding-box;
    content: "";
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.site-header .navigation li.active a::before{
    transform: translateY(-0px);
    opacity:1;
    visibility:visible;
}
.site-header .navigation li a i{
    margin-right:10px;
    font-size:15px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.site-header .navigation li:hover a i{
    transform:rotate(-180deg);
}
/* Dropdown Menu */
.site-header .navigation li .sub-menu {
    position: absolute;
    right: 0;
    width: 250px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform:translateY(20px);
    -moz-transform:translateY(20px);
    transform:translateY(20px);
    top: 70px;
    margin: 0;
    text-align: right;
    padding: 5px 15px;
}
.site-header .navigation li:hover .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}
.site-header .navigation li .sub-menu li {
    float: none;
    border:none;
    margin:0;
    padding:0;
}
.site-header .navigation li .sub-menu li a {
    margin: 0;
    display: block;
    border: none;
    color: #555;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.site-header .navigation li .sub-menu li a:before{
    display:none;
}
.site-header .navigation li .sub-menu li a:hover{
    color:#FF7550;
}
.site-header .navigation li .sub-menu li:last-child a{
    border:0;
}

.ticon-img img {
    max-width: 15px;
    margin-left: 8px;
}
.menu-right li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-right li {
    margin-left: 25px;
    line-height: initial;
    position: relative;
}
.menu-right li:hover a {
    opacity: 0.8 !important;
}
.menu-right li i {
}
.menu-right li:last-child {
    margin: 0;
}
.menu-right li:last-child img {
    margin: 0;
}

.site-header .navigation li .sub-menu .sub-menu {
    right: 100%;
    border-right: 1px solid #000;
    opacity: 0;
    visibility: hidden;
    top:0;
}
.site-header .navigation li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.menu-right li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu-right li {
    margin-left: 25px;
    line-height: initial;
    position: relative;
}
.menu-right li:hover {

}
.menu-right li i {
}
.menu-right li:last-child {
    margin: 0;
}
.menu-right li:last-child img {
    margin: 0;
}
.header-search-bar {
    position: absolute;
    transition: all 0.3s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    background: transparent;
    padding: 0;
    margin: 0;
    left: 0;
    min-width: initial;
    right: 0;
}
.header-right-bar.active .header-search-bar {
    opacity: 1;
    visibility: visible;
}
.header-search-inner {
    min-width: 590px;
    margin: 0 auto;
    position: relative;
}
.header-right-bar.active .main-menu {
    opacity: 0;
    visibility: hidden;
}
.header-search-bar input {
    height: 60px;
    background: #ffffff17;
    border: none;
    padding: 0 50px 0 30px;
    width: 91%;
    font-size: 16px;
}
.header-search-bar .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: transparent;
    color: #fff;
    padding: 0 15px;
    border: none;
    border-radius: 3px;
    line-height: 60px;
    cursor: pointer;
}
.header-search-bar .search-btn.search-submit {
    right: 0;
    width: 30px;
}
.site-header.sticky .header-search-bar {
    top: 0;
}
.header-search-bar  input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.header-search-bar  input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}
.header-search-bar  input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.site-header.sticky .header-search-bar  input::-webkit-input-placeholder {
    opacity: 1;
    color: #000 !important;
}
.site-header.sticky .header-search-bar  input::-moz-placeholder {
    opacity: 1;
    color: #000 !important;
}
.site-header.sticky .header-search-bar  input::-ms-input-placeholder {
    opacity: 1;
    color: #000 !important;
}
.site-header.sticky  .header-search-bar input {
    background: #bbbbbb47;
}
.header-search-bar .search-btn:hover{
    opacity:0.6;
}

.search-btn .t-icon1 {
    position: absolute;
    top: 18px;
}
.search-btn .t-icon1.top-sticky {
    opacity: 0;
    visibility: hidden;
}
.site-header.sticky .search-btn .t-icon1.top-sticky {
    opacity: 1;
    visibility: visible;
}
.site-header.sticky .search-btn .t-icon1.top-normal {
    opacity: 0;
    visibility: hidden;
}
.menu-right li.search a img {
    margin: 0;
}
.menu-right .nice-select {
    width: auto;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    font-weight: 600;
}
.menu-right .nice-select::after {
    display: none;
}
.menu-right .nice-select a span {
    line-height: initial;
    position: relative;
    top: 1px;
}
.lag-menu-w {
    position: relative;
    top: 3px;
}
.menu-right .nice-select {
    /* width: auto; */
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    font-weight: 600;
    line-height: initial;
    height: initial;
    position: relative;
    right: 0;
    width: 45px;
    padding-right: 12px !important;
}
.menu-right .lag-menu-w.nice-select .list::after {
    display: none;
}
.menu-right .lag-menu-w.nice-select:after {
    display: none;
}
.menu-right .lag-menu-w.nice-select  .list {
    min-width: 60px;
}
.menu-right .lag-menu-w.nice-select  .list {
    left: 0 !important;
    margin: 0;
    background: #0000006b;
    right: initial !important;
    top: 26px;
    text-align: center;
}
.menu-right .lag-menu-w.nice-select  .list li {
    width: auto;
    background: #00000087;
    font-size:14px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.menu-right .register-popup .ticon-img img {
    margin:0;
}

.site-header.sticky .middle-header {
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 0 10px #0000004d;
    padding: 10px 0;
}
.site-header.sticky .navigation li a {
    color: #222;
    padding: 10px 0;
}
.site-header.sticky {
    padding: 10px 0;
}
.site-header.sticky .customize-experiences {
    top: 68px;
}
.site-header.sticky .trip-search {
    top: 175px;
}
.site-header.sticky .menu-right li a, .site-header.sticky .menu-right .nice-select a span {
    color: #222 !important;
}
.site-header.sticky .t-icon2 {
    opacity: 1;
    visibility: visible;
}
.site-header.sticky .t-icon1 {
    opacity: 0;
    visibility: hidden;
}
.site-header.sticky .navigation li .dropdown {
    top: 54px;
}


.user-dropdown  li a {
    text-align: right;
    display: initial;
}
.user-dropdown {
    background: #fff;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    top: 35px;
    min-width: 150px !important;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 9999;
}
.menu-right li:hover .user-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}
.user-dropdown li {
    margin: 0;
    line-height: 25px;
}
.user-dropdown li a {
    color: #666;
}
.usr-dropdown li {
    margin: 0;
}
.user-dropdown li a {
    display: block;
    width: 100%;
    font-weight: 500;
}
.user-dropdown li a:hover{
    color:#FF7550;
}

.lag-menu-w {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 !important;
}


.ticon-img {
    position: relative;
}
.t-icon2 {
    position: absolute;
    right: 0;
    top: 7px;
    opacity: 0;
    visibility: hidden;
}
.menu-mobile-vers{
    display:none;
}

.inner-header .trip-search {
    top: 124px;
}
.site-header.sticky .navigation li .sub-menu {
    top: 54px;
}
/* Style 2 */
.trip-search.style-2 .form-group.button .theme-btn::before {
    display: none;
}
.trip-search-two {
    position: relative;
    background: #F3F3F3;
}
.trip-search-top {
    position: relative;
}
.trip-search.style-2 {
    opacity: 1;
    visibility: visible;
    top: initial;
    bottom: 0;
    transform: none;
    right: 0;
    padding: 0 30px 0 0;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 24px 45px #0000009E;
    position: relative;
}
.customize-style-2.active {
    position: relative;
    right: 0;
    width: 100%;
    top: -30px;
    z-index: 33333;
    margin-bottom: -30px;
}
.customize-main.style2 .trip-search {
    top: 210px;
}
.customize-style-2.active.sticky {
    position: fixed;
    top: 88px;
}
.trip-search.style-2 .form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.trip-search.style-2 .form-group.button {
    margin: 0;
    height: 61px;
    line-height: 60px;
    max-width: 60%;
    width: 60%;
}
.trip-search.style-2 .form-group.button .theme-btn {
    background: #000;
    border: none;
    width: 100%;
    padding: 12px 0;
    height: 100%;
    border-radius: 20px 0 0 20px;
}
.trip-search.style-2 .form-group .nice-select {
    height: 60px;
    line-height: 60px;
}
.trip-search.style-2 .form-group.button .theme-btn:hover {
    background: transparent linear-gradient(-95deg, #A20054 0, #F1802A 100%) 100% 0 no-repeat padding-box;
}
.single-gallery.video-top::before {
    opacity: 0.3;
    background: #000;
}
.video-play {
    position: absolute;
    top: 50%;
    right: 50%;
    color: #fff;
    font-size: 32px;
    padding: 0;
    margin-top: -22px;
    margin-right: -16px;
    height: initial;
    line-height: initial;
}
.video-play a {
    padding: 0;
    line-height: initial;
    margin: 0;
    height: initial;
    font-size: 32px;
}
.asingle-gallery {
    margin-bottom: 50px;
}
.single-gallery{
    position:relative;
}
.asingle-gallery-top {
    position: relative;
}
.asingle-gallery .carousel-indicators {
    margin: 0 auto;
    left: initial;
    position: relative;
    bottom: initial;
    top: initial;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.asingle-gallery .carousel-indicators button {
    width: 150px;
    height: 80px;
    background: #0000 !important;
    position: relative;
    border: none;
    padding: 0;
    opacity: 1;
}
.asingle-gallery .carousel-indicators button img {
    width: 100%;
    height: 100%;
}
.carousel-indicators [data-bs-target]{
    text-indent:initial;
}
.asingle-gallery-top span {
    font-size: 85px;
    color: #fff;
    opacity: 1;
    visibility: visible;
    background: initial;
    background-image: none !important;
    filter: initial !important;
    line-height: initial;
    margin-top: -30px;
    width: auto;
    height: auto;
}
.carousel-control-next, .carousel-control-prev {
    width: 8%;
    opacity: 1;
}
.single-gallery.video-top .video-play a {
    font-size: 50px;
    margin-right: -25px;
    margin-top: -25px;
}
.single-gallery.video-top .video-play {
}
/*======================================
   End Header CSS
========================================*/

/*======================================
   03. Hero Area CSS
========================================*/
.hero-area,.hero-area .single-slider {
    width: 100%;
    height: 95vh;
}
.hero-area .single-slider {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-main {
    position: relative;
}
.video-player-bb {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-player-bb video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.hero-area .hero-inner {
    padding: 195px 0 0;
}
.hero-area .welcome-text p {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'Diodrum Bold', Arial, sans-serif;
}
.hero-area .welcome-text h1 {
    font-size: 86px;
    color: #fff;
    font-family: 'Diodrum Bold', Arial, sans-serif;
}
.hero-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -70px;
}
.hero-slider .slick-dots li {
    display: inline-block;
    margin-left: 10px;
}
.hero-slider .slick-dots li:last-child{
    margin-left:0;
}
.hero-slider .slick-dots li button {
    width: 40px;
    height: 4px;
    opacity: 0.7;
    font-size: 0;
    border: none;
    border-radius: 0;
    line-height: initial;
}
.hero-slider .slick-dots li.slick-active button {
    opacity: 1;
    visibility: visible;
}
.hero-area.style-2 .slick-dots {
    bottom: 50px;
}

/* Search Form */
.move-arrow {
    position: absolute;
    left: 30px;
    top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}
.move-arrow:hover{
    opacity:0.8;
}
.header-right-bar {
    position: relative;
}
.customize-experiences {
    position: absolute;
    left: 0;
    background: #00000024 linear-gradient(-175deg, #314062 0, #2C3A58 25%, #2D3B5AAB 69%, #3241623E 100%) 0 0 no-repeat padding-box;
    border-radius: 0 0 40px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 26px;
    width: 405px;
    /* text-align: center; */
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(0px);
    top: 83px;
}
.customize-main.active .customize-experiences{
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
}
.customize-experiences {
}
.customize-experiences span {
    font-size: 35px;
}
.customize-experiences h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.customize-experiences span {
    color: #fff;
    margin-right: 10px;
}
.trip-search {
    text-align: right;
    background: #00000024 linear-gradient(-360deg, #314062ba 0, #2C3A58 25%, #2D3B5A 69%, #3241623E 100%) 0 0 no-repeat padding-box;
    box-shadow: 0 64px 47px #0000009E;
    border-radius: 40px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: absolute;
    left: 0;
    top: 210px;
    transform: translateY(-130%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    max-width: 400px;
    padding: 65px 40px 35px 40px !important;
}
.customize-main.active .trip-search{
    transform: translateY(0%);
    opacity:1;
    visibility:visible;
}
.trip-search .list-interest label {
    margin-right: 5px;
    margin-top: 10px;
}
.trip-search .form{
    line-height:0;
}
.trip-search .form-group {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
}
.trip-search.style-2 .form-group{
    margin: 0;
}
.trip-search .form-group:last-child{
    margin-left:0;
}
.trip-search .form-group .nice-select {
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    background: transparent;
    width: 100%;
}
.trip-search .form-group span i {
    margin-left: 10px;
    color: #fff;
}
.trip-search .form-group .inline-active {
    display: flex;
    align-items: center;
}
.trip-search .form-group .current input {
    width: 100% !important;
}

.trip-search  input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.trip-search  input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}
.trip-search  input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}


.trip-search .form-group .inline-active{

}
.trip-search .form-group .inline-active .form-iconn{
    margin-left:16px;
    max-width:18px;
}
.trip-search .form-group .inline-active .form-iconn img {
    width: 18px;
}
.trip-search .form-group .calender-select{
    position:relative;
}

.trip-search .form-group .nice-select::after,
.trip-search .form-group .calender-select::after {
    left: 0px;
    color: #fff;
    border-color: #fff;
    background-image: url('newvrak/images/selector.png');
    width: 12px;
    height: 100%;
    background-repeat: no-repeat;
    transform: none;
    border: none;
    padding: 0;
    position: absolute;
    background-size: 85%;
    top: 42%;
    content:"";
    margin-top: -5px;
}
.trip-search .form-group .nice-select img{
    margin-left:10px;
    color: #fff;
}
.trip-search .form-group .list li{
    color:#757575;
}
.trip-search .form-group .list li.selected{
    color:#757575;
    font-weight:400;
}
.trip-search .form-group .list li:hover {
    color:#fff;
    background: #FF7550;
}
.trip-search .form-group.duration{
    width: 100%;
}
.trip-search .form-group.button {
    width: 100%;
    position: relative;
    height: 50px;
    background: transparent;
    margin-top: 45px;
    margin-bottom: 0;
}
.trip-search .form-group .btn {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    border-radius:3px;
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
}
.trip-search .form-group .btn:hover{
    color:#FF7550;
}
.trip-search .form-group.button .theme-btn {
    width: 100%;
    font-size: 16px;
}
.trip-search .form-group .form-control.wide {
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
}
.trip-search .form-group .form-control.wide input {
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    z-index: 333333333;
    cursor: pointer;
}
.trip-search.mobile-search{
    display:none;
}

.list-interest {
    margin-top: 15px;
    margin-right: -2px;
    max-width: 370px;
}
.list-interest label {
    display: inline-block;
}
.list-interest label input {
    display: none;
}
.list-interest label span {
    border: 2px solid #fff;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}
.list-interest label span {
    border: 2px solid #fff;
    display: inline-block;
    padding: 13px 12px 12px 12px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    background: #415069;
}
.welcome-text {
    padding-top: 400px;
    z-index: 333;
    position: relative;
}
.hero-area .customize-experiences.mobile {
    display: none;
}
/*======================================
   End Hero Area CSS
========================================*/

/*======================================
   04. About Us CSS
========================================*/
.about-us .about-left img {
    width:100%;
}
.about-us .about-right {
    padding: 100px 30px 100px 0;
}
.about-us .rk-section-title{
    margin-bottom:50px;
}
.about-us .rk-section-title h2 span{
    display:block;
}
.about-us .about-main p {
    font-size: 16px;
    font-weight: 300;
}
.about-us .skill-main{
    margin-top:50px;
}
.about-us .single-skill .circle{
    position:relative;
    float:right;
    margin-left:20px;
}
.about-us .single-skill .circle strong {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: #757575;
    right: 50%;
    margin-right: -20px;
    top: 50%;
    margin-top: -20px;
}
.about-us .single-skill h4 {
    font-size: 18px;
    padding-top: 38px;
    text-transform: capitalize;
}
.about-us .single-skill h4 span {
    display: block;
}
/*======================================
   End About Us CSS
========================================*/

/*======================================
   05. Popular Destination CSS
========================================*/


/* Single Package */
.trip-details {
    position: absolute;
    background: #27334DED 100% 0 no-repeat padding-box;
    padding: 10px 25px 25px;
    transition: all 0.3s ease;
    top: 82%;
    width: 100%;
    padding-bottom: 65px;
}
.single-package{
    overflow:hidden;
}
.single-package:hover img {
    transform: translateY(-40px);
    transform: scale(1.5);
}
.single-package:hover .trip-details {
    transform: translateY(-46%);
}
.trip-details h4 {
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 3333;
    font-size: 20px;
    min-height: 64px;
    display: flex;
    align-items: center;
}
.single-package:hover .trip-details h4 {
    margin-bottom: 10px;
}
.single-package.where-stay-single .trip-details {
    transition: all 0.2s ease;
}
.trip-details .left {
    float: right;
    width: 70%;
}
.trip-details .left h4{
    font-size:18px;
    text-transform:capitalize;
}
.trip-details .left h4 a{
    color:#fff;
}
.trip-details .left h4:hover a{
    color:#FF7550;
}
.trip-details .left p {
    margin: 20px 0;

}
.trip-details .left p i {
    margin-left: 8px;
    color: #FF7550;
}
.trip-details .right {
    float: right;
    width: 30%;
    text-align: left;
}
.trip-details .right p {
    font-weight: 500;
    font-size: 16px;
    color: #b4b4b4;
}
.trip-details .right span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #FF7550;
}
.trip-details .btn{
    color:#fff;
    border:1px solid transparent;
}
.trip-details .btn:hover{
    border-color:#e7e7e7;
    color:#FF7750;
}
.trip-details p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Diodrum Regular', Arial, sans-serif;
}

.trip-ratting {
    display: flex;
    gap: 5px;
    color: #FABB49;
    font-size: 12px;
    justify-content: right;
    transform: translateY(100px);
}

.single-package:hover .trip-ratting {
    transform: translateY(0);
}


.p-destination .rk-section-title {
    margin-bottom: 50px;
}
.p-destination .single-destination {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.p-destination .single-destination::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0.5;
}
.p-destination .single-destination:hover::before {
    opacity: 0.7;
    visibility: visible;
}
.p-destination .single-destination img{
    width:100%;
}
.p-destination .single-destination:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.p-destination .hover {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 4;
    top: 90%;
    padding: 0 30px;
    transition: all 0.3s ease;
}
.single-destination:hover .hover {
    transform: translateY(-85%);
}
.p-destination .hover .price {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    opacity:0;
    visibility:hidden;
    position:relative;
    -webkit-transform:translateY(-30px);
    -moz-transform:translateY(-30px);
    transform:translateY(-30px);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.p-destination .single-destination:hover .price{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}
.p-destination .hover p {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    max-width: 51%;
}
.p-destination .hover .price span {
    color: #FF7550;
}
.p-destination .hover .name {
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 15px;
}
.map-icon {
    position: absolute;
    bottom: 18px;
    left: 30px;
    color: #fff;
    font-size: 22px;
    z-index: 50;
    transition:all 0.3s ease;
}
.single-destination:hover .map-icon{
    bottom:35px;
    left:40px;
}
.p-destination .single-destination:hover .name {
    font-size: 30px;
}
.hover-button{
    margin-top:20px;
}
.p-destination .hover .location {
    font-size: 15px;
    color: #fff;
    opacity:0;
    visibility:hidden;
    position:relative;
    -webkit-transform:translateY(30px);
    -moz-transform:translateY(30px);
    transform:translateY(30px);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.p-destination .single-destination:hover .location{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}

.single-destination.two {
}
.single-destination.two .hover {
}
.single-destination.two:hover .hover {
}
.single-destination.two .hover p {
    max-width: 88%;
}

.p-destination .single-destination.last-dstn {
    z-index: 33;
}
.p-destination .single-destination:hover.last-dstn {
    transform: scale(1.05);
    overflow: hidden;
}
/*======================================
   End Popular Destination CSS
========================================*/

/*======================================
  06. Popular Trips CSS
========================================*/
.popular-trips{
    background-image:url('newvrak/images/popular-bg.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.popular-trips .rk-section-title p{
    color:#fff;
}
.popular-trips .rk-section-title h2{
    color:#fff;
}
.popular-trips .rk-section-title h2 span{
    display:block;
}
.popular-trips .rk-section-title .text {
    font-size: 16px;
    margin-top: 30px;
}
.popular-trips .trips-main {
    background: #fff;
    margin-top: 30px;
    padding: 25px 30px;
}
.popular-trips .single-slider {
    position: relative;
    border-radius: 3px;
    border:1px solid #e7e7e7;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.popular-trips .single-slider img{
    width:100%;
}
.popular-trips .single-slider:hover{
    -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    position:relative;
    border-bottom-color:#FF7550;
}
.popular-trips .trip-offer {
    position: absolute;
    z-index: 33;
    background: #FF7550;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px;
    text-transform: uppercase;
    top: 15px;
    overflow: visible;
    right: 8px;
}
.popular-trips .trip-offer::before {
    position: absolute;
    content: "";
    right: -18px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #FF7550;
}
.popular-trips .trip-head img{
    width:100%;
}
.popular-trips .trip-details {
    padding: 20px;
}
.popular-trips .trip-details .left {
    float: right;
    width: 70%;
}
.popular-trips .trip-details .left h4{
    font-size:18px;
    text-transform:capitalize;
}
.popular-trips .trip-details .left h4 a{
    color:#424646;
}
.popular-trips .trip-details .left h4:hover a{
    color:#FF7550;
}
.popular-trips .trip-details .left p {
    margin: 20px 0;

}
.popular-trips .trip-details .left p i {
    margin-left: 8px;
    color: #FF7550;
}
.popular-trips .trip-details .right {
    float: right;
    width: 30%;
    text-align: left;
}
.popular-trips .trip-details .right p {
    font-weight: 500;
    font-size: 16px;
    color: #b4b4b4;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.popular-trips .single-slider:hover .right p{
    color:#FF7852;
    transform:scale(1.1);
}
.popular-trips .trip-details .right span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #FF7550;
}
.popular-trips .trip-details .btn{
    color:#fff;
    border:1px solid transparent;
}
.popular-trips .trip-details .btn:hover{
    border-color:#e7e7e7;
    color:#FF7550;
}
/* Slider Button */
.popular-trips .owl-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background: rgba(255, 102, 0, 0.58);
    border-radius: 0;
    margin: -22px 0 0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.popular-trips .owl-carousel .owl-nav div:hover{
    background:#FF7550
}
.popular-trips .owl-carousel .owl-nav div.owl-prev {
    right: -52px;
}
.popular-trips .owl-carousel .owl-nav div.owl-next{
    left: -52px;
}
/* Popular Trips Style 2 */
.popular-trips.style2{
    background:#fff;
}
.popular-trips.style2 .trips-main{
    padding:0;
    border-bottom:0;
}
.popular-trips.style2 .rk-section-title p{
    color:#494949;
}
.popular-trips.style2 .rk-section-title h2{
    color:#424646;
}
.popular-trips.style2 .rk-section-title h2 span {
    display: initial;
}
.popular-trips.style2 .owl-carousel .owl-nav div.owl-prev {
    right: -22px;
}
.popular-trips.style2 .owl-carousel .owl-nav div.owl-next {
    left: -22px;
}
/*======================================
   End Popular Trips CSS
========================================*/

/*======================================
   07. Top Destination CSS
========================================*/
#top-destination,section.top-destination {
    background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.top-destination .rk-section-title h2 span{
    display:block;
}
/* Destination Nav */
.top-destination .nav {
    margin: 40px 0 50px;
    text-align: center;
    border: none;
    justify-content: center;
}
.top-destination .nav li{
    margin-left:10px;
}
.top-destination .nav li:last-child{
    margin:0;
}
.top-destination .nav li a {
    color: #e65708 !important;
    background: transparent;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 2px solid #e65708 !important;
    border-radius: 30px;
}
.top-destination .nav li a:hover {
    border-color: transparent !important;
    background: #e65708;
    color: #fff !important;
}
/* Destination Tab */
.top-destination .single-package {
    position: relative;
    border: 1px solid #e7e7e7;
}
.top-destination .single-package {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 0 15px #0000004f;
    border: none;
    overflow: hidden;
}
.top-destination .single-package img{
    width:100%;
}
.top-destination .single-package:hover img {
    transform:scale(1.2) ;
}
.top-destination .single-package:hover{
    -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
    position:relative;
    border-bottom-color:#FF7550;
}
.top-destination .trip-offer {
    position: absolute;
    z-index: 33;
    background: #FF7550;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 10px;
    text-transform: uppercase;
    top: 15px;
    overflow: visible;
    right: -12px;
}
.top-destination .trip-offer::before {
    position: absolute;
    content: "";
    right: 0;
    border-top: 10px solid #752E15;
    border-right: 12px solid transparent;
    bottom: -10px;
}
.top-destination .trip-head img{
    width:100%;
}
.destination-button{
    margin-top:30px;
}
.trip-details .hover-button .theme-btn {
    padding: 4px 7px;
    font-size: 12px;
}
.trip-details .hover-button .theme-btn {
    margin-left: 5px;
}
.d-pick-hover {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 55px;
    height: 55px;
    background: #27334DA6;
    text-align: center;
    border-radius: 100%;
    line-height: 55px;
    transform: translateY(-130%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 3;
}
.d-pick-hover input {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    z-index: 333;
    border: none;
    font-size: 0;
    right: 0;
    height: 100%;
    width: 100% !important;
}
.single-package:hover .d-pick-hover{
    transform: translateY(0%);
    opacity:1;
    visibility:visible;

}
.d-pick-hover img {
    width: 20px !important;
    transform: none !important;
    z-index: 333;
    position: relative;
    height: initial !important;
}
.d-pick-hover:before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 100%;
    z-index: 1;
    transform: scale(0.2);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.d-pick-hover:hover{
    background: transparent;
    transition: all 0.8s ease;
}
.d-pick-hover:hover:before{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.selector-caland {
    position: absolute;
    top: 15px;
    right: 10px;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    padding: 9px;
    border-radius: 3px;
    max-width: 60%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition:all 0.3s ease;
}
.trip-head.active .selector-caland{
    opacity:1;
    visibility:visible;
    transform: translateX(0px);
}
.selector-caland input {
    width: 100%;
    border: none;
}

.datepicker td.active,.datepicker td.active.active, .datepicker td.active:hover.active {
    background: transparent linear-gradient(-95deg, #C40066 0%, #E56300 100%) 100% 0 no-repeat padding-box;
    border-radius: 42px;
}
.datepicker td:hover{
    background: transparent linear-gradient(-95deg, #C40066 0%, #E56300 100%) 100% 0 no-repeat padding-box;
    border-radius: 42px;
    color:#fff;
}
.datepicker td {
    padding: 10px 0;
}
.datepicker th.next, .datepicker th.prev {
    font-size: 30px;
    color: #555;
    height: 50px;
}
.datepicker:before{
    display: none !important;
}
/*======================================
   End Top Destination CSS
========================================*/

/*======================================
  08. Trip Single CSS
========================================*/
.trip-single{
    padding:70px 0 100px;
}
.trip-single .trip-details{
    margin-top:30px;
}
.trip-single .gallery-slider,
.trip-single .single-slider{
    height:450px;
}
.trip-single .single-slider img{
    width:100%;
    height:100%;
}
.trip-single .owl-controls{}
.trip-single .owl-controls .owl-nav{}
.trip-single .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    font-size: 40px;
    margin: 0;
    margin-top: -30px;
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 0;
    line-height: 60px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.trip-single .owl-controls .owl-nav div:hover{
    background:#FF7550;
    height:60px;
}
.trip-single .owl-controls .owl-nav div.owl-prev{
    right:0;
}
.trip-single .owl-controls .owl-nav div.owl-next{
    left:0;
}
.trip-single .trip-content {
    margin-top: 40px;
}
.trip-single .trip-head{
    margin-bottom:40px;
}
.trip-single .trip-head h2{
    font-size:40px;
    color:#42464d;
    margin-bottom:20px;
    padding-bottom:20px;
    position:relative;
    display:inline-block;
}
.trip-single .trip-head h2:before{
    position:absolute;
    right:0;
    width:46px;
    height:2px;
    background:#FF7550;
    bottom:-1px;
    content:"";
}
.trip-single .trip-head p{
    font-size:20px;
    color:#000000;
    font-weight:400;
}
.trip-single .trip-head p span{
    color:#ff7550;
    font-weight:700;
}
.trip-single .trip-head .price{
    font-size:32px;
}
.trip-single .trip-content p{
    font-size:16px;
    font-weight:300;
}
.trip-single .trip-tab{
    margin-top:60px;
}
.trip-single .trip-tab-inner{
    margin-top:60px;
}
.trip-single .nav-tabs{}
.trip-single .nav-tabs li {
    margin-left: 40px;
}
.trip-single .nav-tabs li a {
    background: transparent;
    border-bottom: 4px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    color:#000000;
    text-transform:uppercase;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.trip-single .nav-tabs li a.active,.trip-single .nav-tabs li a:hover{
    color:#FF7550;
    border-bottom-color: #FF7550;
}
.trip-single .tab-content .tab-pane{}
.trip-single .tab-content .tab-pane p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
}
/*======================================
    End Trip Single CSS
========================================*/

/*======================================
   09. Call To Action CSS
========================================*/
.cta {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 200px 0;
}
.cta-layer {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 55%;
    height: 210%;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    transform: none;
}
.cta-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.layer-image {
    position: absolute;
    top: 10%;
    right: 0;
    width: 100%;
}
.layer-image img {
    width: 100%;
}
.cta-text {
    z-index: 10;
    position: relative;
}
.cta .cta-text .rk-section-title h2{
    color:#fff;
}
.cta-text h3{
    padding-bottom: 20px;
    padding-top: 20px;
}
.cta .cta-text .rk-section-title span {
    display: block;
    line-height: 32px;
    font-size: 24px;
    margin-top: 21px;
    width: 94%;
}
.cta .cta-text .rk-section-title p {
    color: #fff;
    margin-bottom: 20px;
}
.cta .cta-text .rk-section-title p:last-child{
    margin:0;
}
.cta .cta-text .btn {
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50px;
}
.cta .cta-text .btn:hover {
    border-color: transparent;
    color: #FF7650;
}
.cta .cta-text .btn:before{
    border-radius:50px;
}

.cta-text .rk-section-title ,.cta-text .rk-section-title h2{
    margin: 0;
}

.our-countdown {
    padding: 70px 0 100px;
}
.countdown-inner {
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 333;
    position: relative;
}
.single-count {
    color: #fff;
    text-align: center;
    width: 20%;
    margin-top: 30px;
}
.single-count h2 span {
    display: block;
}
.single-count h2 {
    font-weight: 500;
    margin-bottom: 10px;
}
.single-count p {
    color: #fff;
    line-height: 19px;
}
.single-count p b {
    display: block;
}
/*======================================
   End Call To Action CSS
========================================*/
.highlights-slider
{
    display:flex;
}
.highlights-slider > div:nth-child(4),.highlights-slider > div:nth-child(5),.highlights-slider > div:nth-child(6){
    display: none;
}
.events {
    padding: 140px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.high-content {
    text-align: right;
}
.events::before {
    opacity: 0.9;
}
.instag .highlits-head{
    margin-top: -70px;
}
.highlits-head {
    z-index: 3333;
    position: relative;

}
.high-title h2 {
    color: #C83456;
    font-size: 60px;
    margin-bottom: 10px;
}
.high-content .social ul{
    display:flex;
    justify-content:flex-start;
}
.high-content .social ul li{
    padding-left: 10px;
}
.high-title p {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}
.highlits-btn {
    margin-top: 20px;
}
.highlits-btn .btn {
    width: 100%;
}
.highlits-head.high-insta .high-content {
    padding: 0 60px;
}
.insta-single .hl-image {
    padding: 15px 0;
}
.single-hl-slider {
    overflow: hidden;
    position: relative;
}
.single-hl-slider:hover img {
    transform: scale(1.2);
}
.hl-desc {
    position: absolute;
    top: 74%;
    right: 0;
    width: 100%;
    background: #27334DE8 0 0 no-repeat padding-box;
    text-align: right;
    /* padding: 0 20px; */
    padding: 20px 20px 70px 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.single-hl-slider:hover .hl-desc {
    transform: translateY(-50%);
}
.hl-desc h4 {
    color: #fff;
    font-size: 16px;
}
.high-title h2 {
    font-size: 50px;
}
.high-social li {
    display: inline-block;
    margin-left: 14px;
}
.high-social li:last-child{
    margin:0;
}
.high-social li a {
    color: #fff;
    display: block;
    width: 22px;
}
.high-social li a:hover{
    opacity:0.6;
}
.high-social {
    margin-top: 20px;
}
.hl-desc span {
    color: #fff;
    font-size: 13px;
    display: flex;
}
.hl-desc span img {
    margin-left: 10px;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.highlights-slider-active .owl-controls .owl-nav div i{
    transition:all 0.3s ease;
}
.highlights-slider-active .owl-controls .owl-nav div, .highlights-slider-active button {
    position: absolute;
    top: -52px;
    background: transparent !important;
    font-size: 30px;
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
}
.highlights-slider-active .owl-controls .owl-nav div:hover i {
    color: #FF4B2B;
}
.highlights-slider-active .owl-nav div.owl-prev, .highlights-slider-active button.slick-prev {
    right: 0;
}
.highlights-slider-active .owl-nav div.owl-next,.highlights-slider-active button.slick-next {
    left: 0;
}
.hl-desc p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-top: 15px;
}
.hl-desc .theme-btn {
    position: absolute;
    left: 10px;
    bottom: 20px;
    padding: 3px 10px;
    font-size: 13px;
    transform: translateX(-100%);
}
.single-hl-slider:hover .theme-btn{
    transform: translateX(0%);

}
.highlights-slider-insta .single-hl-slider:hover img {
    transform: scale(1.2);
}
.hl-desc .theme-btn .btn-text {
    font-size: 13px;
}

.cta-text{
    padding-top:0;
    padding-bottom:0;
}

/*======================================
   10. Testimonials CSS
========================================*/
.testimonials .testimonial-main {
    margin-top: 30px;
}
.testimonials .testimonial-slider{
    position:relative;
}
.testimonials .testimonial-slider:before{
    position:absolute;
    top:0;
    content:"";
    background-image:url('newvrak/images/quote-icon.png');
    width:100%;
    height:100%;
    background-repeat:no-repeat;
}
.testimonials .single-slider {
    margin-top: 60px;
    padding: 0 58px 0 40px;
}
.testimonials .single-slider h2{
    font-size:20px;
    text-transform:initial;
    margin-bottom:35px;
}
.testimonials .single-slider p {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}
.testimonials .single-slider span {
    margin-top: 25px;
    font-weight: 500;
    display: block;
    font-size:16px;
    color:#424646;
}
/* Slider Nav */
.testimonials .owl-carousel .owl-nav {
    position: absolute;
    left: -63px;
    top: 50%;
}
.testimonials .owl-carousel .owl-nav div {
    width: 33px;
    height: 66px;
    line-height: 66px;
    padding: 0;
    font-size: 20px;
    margin: 0;
    border-radius: 0;
    margin-top: -33px;
    background:#FF7550;
    color:#fff;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.testimonials .owl-carousel .owl-nav div:hover{
    background:#2F3339;
}
/* Testimonials Style 2 */
.testimonials.style2 .testimonial-slider-two{
    margin-top:40px;
}
.testimonials.style2 .single-slider {
    padding: 5px;
    margin: 0;
}
.testimonials.style2 .t-content{
    padding: 60px 50px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    position: relative;
    background: #fff;
}
.testimonials.style2 .t-content img {
    position: absolute;
    right: 14px;
    width: auto;
    top: 18px;
}
.testimonials.style2 .t-content p{
    font-weight:300;
    font-size:16px;
    color:#343538;
}
.testimonials.style2 .author {
    margin-top: 30px;
    overflow: hidden;
}
.testimonials.style2 .author img{
    display:inline-block;
    width:55px;
    height:55px;
    border-radius:100%;
    float:right;
    margin-left:20px;
}
.testimonials.style2 .author h2{
    font-weight:600;
    font-size:14px;
}
.testimonials.style2 .author h2 span{
    display:block;
    color:#9d9d9d;
    margin-top:5px;
    font-weight:400;
}
/* Slider Dots */
.testimonials.style2 .owl-carousel .owl-dot {
    margin-left: 5px;
}
.testimonials.style2 .owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #DEDEDE;
    margin: 0;
    border:2px solid transparent;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.testimonials.style2 .owl-carousel .owl-dot.active span{
    border-color:#FF7550;
    background:transparent;
}
/*======================================
  End Testimonials CSS
========================================*/

/*======================================
  11. Services CSS
========================================*/
.services{
    position:relative;
    overflow:hidden;
}
.services .no-padding{
    padding:0;
}
.services .service-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background-image: url(newvrak/images/service-bg.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.services .service-img:before{
    opacity:0;
    visibility:hidden;
}
.services .service-img:hover:before{
    opacity:0.4;
    visibility:visible;
}
.services .video-play {
    position: absolute;
    right: 50%;
    top: 50%;
    margin:-40px -40px 0 0;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
}
.services .service-img:hover  .video-play{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.services .video-play .btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 30px;
    padding:0;
    color: #FF7550;
    border-radius: 100%;
    text-align: center;
    padding-right: 6px;
    transition:all 0.4s ease;
}
.services .video-play .btn:hover{
    background:#FF7550;
    color:#fff;
}
.services .video-play .btn:before{
    display:none;
}
.services .single-service {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #F2F2F2;
    margin-top: 30px;
}
.services .single-service img{
    margin-bottom:25px;
}
.services .single-service h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
}
.services .single-service h2:before{
    position:absolute;
    right:50%;
    bottom:-1px;
    width:80px;
    height:2px;
    margin-right:-40px;
    content:"";
    background:#F2F2F2;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.services .single-service:hover h2:before{
    background:#FF7550;
}
.services .single-service p {
    font-weight: 300;
    line-height: 24px;
}
.services .single-service p:last-child{
    margin:0;
}
.services .single-service .btn {
    margin-top: 25px;
    color: #757575;
    padding: 0;
    background: transparent;
}
.services .single-service .btn:hover{
    color:#FF7550;
}

/* Service Single */
.services.archive.single{
    padding: 90px 0 120px;
}
.services.archive.single .single-service{
    text-align:right;
    margin:30px 0 0;
}
.services.archive.single .single-service{
    padding:0;
    border:none;
}
.services.single .single-service h2 {
    font-size: 32px;
    font-weight: 700;
}
.services.single .single-service h2:before{
    right:0;
    margin-right:0;
}
.services.single .content p{
    margin-bottom:30px;
}
.services.single .content p:last-child{
    margin-bottom:0;
}
.services.single .service-list {
    margin-bottom: 30px;
}
.services.single .service-list li {
    font-weight: 500;
    position: relative;
    padding-right: 25px;
    padding-bottom: 10px;
}
.services.single .service-list li:last-child {
    padding-bottom:0;
}
.services.single .service-list li i {
    color: #FF7550;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid;
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
}
/*======================================
   End Services CSS
========================================*/
/*======================================
   12. Blog CSS
========================================*/
#blog-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-blog {
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    background: #fff;
}
.blog-head{
    overflow:hidden;
}
.single-blog:hover .blog-head img {
    transform: scale(1.2);
}
.single-blog:hover{
    box-shadow:0 0 15px rgba(0, 0, 0, 0.15);
}
.single-blog .blog-head img{
    width:100%;
}
.blog-button{
    width:100%;
    margin-top:30px;
}
.single-blog .blog-content {
    width: 65%;
    align-content: center;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: first baseline;
    justify-content: space-between;
    padding: 0 30px;
}
.single-blog .blog-content p {
    font-size: 15px;
    line-height: 22px;
}
.single-blog .blog-content h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
.single-blog .blog-content h4 a {
    text-transform: initial;
}
.single-blog .blog-content h4:hover a{
    color:#FF7550;
}
.single-blog .blog-content .btn:hover{
    color:#FF7550;
}
.single-blog .blog-content .btn {
    margin-top: 25px;
    background: transparent;
    padding: 0;
    color: #6E6E6E;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    border-radius: 0;
}
.single-blog .blog-content .theme-btn.theme-gr {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    bottom: 25px;
}
.binner-content{
    transition:all 0.3s ease;
    transform: translateY(0px);
}
/* .single-blog:hover .binner-content { */
/* transform: translateY(-20px); */
/* } */
.single-blog:hover .theme-btn.theme-gr {
    transform: translateX(0) translateY(0px);
}
.blog-actives {
    box-shadow: -5px 5px 15px #0000002e;
}
/*======================================
	End Blog CSS
========================================*/

/*======================================
   13. Clients CSS
========================================*/
.clients {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}
.clients .single-clients {
    border: 1px solid transparent;
    padding: 20px;
    text-align: center;
}
.clients .single-clients img{
    width:auto;
    opacity:0.7;
    display:inline-block;
}
.clients .single-clients:hover img{
    opacity:1;
}
/*======================================
   End Clients CSS
========================================*/

/*======================================
   14. Why Choose CSS
========================================*/
.why-choose .rk-section-title{
    margin-bottom:50px;
}
.why-choose .choose-single{
    text-align:center;
    margin-top:30px;
}
.why-choose .choose-single img {
    margin-bottom: 30px;
}
.why-choose .choose-single h2 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}
.why-choose .choose-single h2::before {
    width: 80px;
    height: 2px;
    background: #F2F2F2;
    right: 50%;
    margin-right: -40px;
    content: "";
    bottom: -1px;
    position: absolute;
}
.why-choose .choose-single p {
    padding: 0 25px;
}
.why-choose .choose-single .btn {
    color: #757575;
    margin-top: 30px;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
}
.why-choose .choose-single .btn:hover{
    color:#FF7550;
}
/*======================================
   End Why Choose CSS
========================================*/

.where-stay-single {
    position: relative;
}
.where-stay-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to left, #0b0a0aa3, #1e1919e0);
    padding: 15px 30px;
    color: #fff;
    text-align: right;
}
.where-stay-title h4 {
    font-size: 20px;
}
.where-stay-single:hover h4 {
    margin-bottom: 15px;
}

#planning {
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
}
.plan-single {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    max-width: 75%;
}
.plan-content p {
    color: #fff;
    line-height: 22px;
}
.plan-content {
}
.plan-content h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 3px;
}
.plan-content p {
    color: #fff;
}
.plan-single img {
    width: 45px;
    height: 45px;
}
.plan-button{
    margin-top:40px;
}
.plan-btn{
    margin-top:50px;
}
.where-stay-single .trip-d-content {
    max-width: 90%;
}
.where-stay-single .trip-d-content p {
    font-size: 16px;
}
.page-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: end;
    padding-bottom: 30px;
}
.page-banner::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0.5;
}
.banner-text {
    position: relative;
    z-index: 23;
}
.banner-text h1 {
    color: #fff;
    font-size: 60px;
}
.banner-text p {
    font-size: 32px;
    color: #fff;
    word-wrap: break-word;
    line-height: 34px;
}

.page-arrow {
    position: absolute;
    top: 150px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    z-index: 3333;
}
.page-arrow a {
    font-weight: 500;
}
.page-arrow img {
    margin-left: 10px;
    font-size: 20px;
}
.asingle-desc {
}
.asingle-desc.big-text p {
    font-size: 20px;
}
.asingle-reviews h4 {
    font-weight: 500;
    color: #27334D;
}
.review-logo {
    margin-top: 50px;
    margin-bottom: 25px;
}
.review-list-top {
}
.single-review-list {
}
.review-list-top {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.review-list-top ul li {
    display: inline-block;
    color: #FABB49;
}
.single-review-list {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cccccc87;
}
.review-button a {
    color: #E56300;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Diodrum Semibold', Arial, sans-serif;
}
.asingle-desc {
    margin-bottom: 25px;
}
.single-review-list:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.review-button {
    margin-top: 30px;
}
.asingle-desc:last-child {
    margin: 0;
}

.ac-single-desc {
    padding:0;
}

.single-act-side.first-activities {
    position: relative;
    margin-top: 0;
}
.single-act-side {
    margin-top: 30px;
}
.activities-lists-top {
    padding: 30px;
    box-shadow: 0 0 25px #00000030;
}
.activities-side.article-side .single-act-side.tags {
    margin: 0;
}
.active-head {
    text-align: center;
    padding: 20px;
    background: #27334DCC 100% 0 no-repeat padding-box;
}
.single-ac-list {
    display: flex;
    margin-bottom: 15px;
}
.single-ac-list .sc-icon {
    width: 38px;
}
.single-ac-list .sc-icon img {
    max-width: 32px;
}
.ac-active-right h5 {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #5D6577;
}
.single-ac-list:last-child {
    margin: 0;
}
.ac-active-right ul li {
    display: flex;
    justify-content: space-between;
}
.ac-active-right ul li span {
    font-size: 13px;
}
.ac-active-right {
}
.ac-active-right ul li .one {
    width: 108px;
}
.ac-active-right ul li span.right {
    font-weight: 500;
}
.ac-active-right {
}
.ac-active-right p {
    color: #5D6577;
}
.single-ac-list p a,.single-ac-list p b {
    color: #E56300;
    font-weight: 500;
    font-size: 14px;
}
.ac-right-button {
    margin-top: 30px;
}
.ac-right-button .theme-btn {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Diodrum Semibold';
}
.ac-right-button .theme-btn:last-child {
    margin: 0;
}
.active-head h3 {
    color: #fff;
    font-size: 30px;
}
.active-head h3 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.single-act-side.tags ul li a {
    color: #e65708;
    background: transparent;
    padding: 2px 10px;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 2px solid #e65708;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
}
.single-act-side.tags ul li a:hover {
    border-color: transparent !important;
    background: #e65708;
    color: #fff !important;
}
.single-act-side.tags ul li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
.single-act-side.tags ul {
    margin-right: -5px;
}
.asingle-desc h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.activities-side.article-side .single-act-side {
    margin: 0;
}

/* Share Widget */
.share-trip {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 25px #00000030;
}
.share-widget-title {
    text-align: center;
    margin-bottom: 30px;
}
.share-widget-title {
    text-align: center;
}
.share-widget-title h4 {
    font-size: 36px;
    color: #E56300;
    margin-bottom: 30px;
    font-family: "Diodrum Semibold";
}

.share-widget-list li a {
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
}
.share-widget-list li a:hover{
    opacity:0.9;
}
.share-widget-list li a img {
    text-align: right;
    float: right;
    max-width: 16px;
    padding-top: 5px;
}
.share-widget-list li {
    margin-bottom: 10px;
}
.share-widget-list li:last-child{
    margin:0;
}
.share-widget-title p {
    line-height: 20px;
}


/* Register Popup Widget */
.popup-form-title .close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    max-width: 20px;
    cursor: pointer;
}
.popup-form-title .close-btn:hover{
    opacity:0.8;
}
.regi-form-inner .form-group-in label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #5D6577;
}
.regi-form-inner .form-group-in input,
.regi-form-inner .form-group-in .nice-select {
    border: 1px solid #CFD1D6;
    border-radius: 0;
    height: 36px;
    box-shadow: 0 4px 15px #00000014;
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    line-height: 36px;
}

.regi-form-inner {
    padding: 0 40px;
}
.popup-form-title h2 {
    color: #E56300;
    font-size: 25px;
    margin-bottom: 20px;
}
.regi-form-inner .form-group-in {
    margin-top: 20px;
    text-align: right;
}
.popup-register-signup,.popup-register-signin {
    position: fixed;
    left: 0;
    right:0;
    margin: auto;
    width: 500px;
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    z-index: 999999;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 15px #00000026;
    transform: translateY(100%);
    transition: all 0.3s ease;
}
.popup-register-signin{
    height: auto !important;
}
.popup-register-signup.active,.popup-register-signin.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}
.regi-form-inner .form-group-in .list {
    width: 100%;
    background: #f6f6f6;
}

.form-group-in.form-check input {
    width: 20px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0;
}
.form-group-in.form-check {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
}
.form-group-in.register-btn button {
    width: 100%;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0 no-repeat padding-box;
    border: none;
    padding: 10px 0;
    text-transform: uppercase;
}
.account-info-btn {
    margin-top:-29px;
}
.account-info-btn p a {
    display: initial;
    color: #E56300;
}
.user-registration-error::before{
    display: none !important;
}
.register-btm-bar.form-check {
    min-height: initial;
    height: inherit;
    border-top: 1px solid #CFD1D6;
    padding-top: 50px;
    position: relative;
    margin-top: 30px;
}
.register-btm-bar.form-check .or {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #A4ABBA;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    border-radius: 100%;
    top: -20px;
    right: 50%;
    margin-right: -20px;
    text-transform: uppercase;
    font-weight: 600;
}
.rg-login-button a {
    background: red;
    display: inline-block;
}
.rg-login-button a {
    width: auto;
    padding: 10px 20px;
    display: inline-block !important;
    background: #1977F3;
    border-radius: 5px;
    color: #fff;
}

.rg-login-button a i {
    width: 20px;
    height: 20px;
    line-height: 23px;
    background: #fff;
    color: #1977F3;
    border-radius: 100%;
    padding: 0;
}

.activities-side.location .single-act-side {
    margin: 0;
    margin-bottom: 30px;
}
.activities-side.location .single-act-side:last-child {
    margin: 0;
}



/* CTA Plan Trip */
.cta.plan-trip  {
    padding: 170px 0;
}
.cta.plan-trip .rk-section-title h2 {
    margin-bottom: 20px !important;
    font-size: 40px;
    line-height: 45px;
}
.cta.plan-trip.section .hover-button {
    margin-top: 50px;
}
.cta.plan-trip p {
    font-size: 18px;
    line-height: 24px;
}
.cta.plan-trip.section .theme-btn {
    padding: 8px 30px;
}

.cta-image.left-cta {
    right: 0;
}


.cta-text.cta-text-black {
}
.cta .cta-text.cta-text-black h2 {
    color: #222;
}
.cta .cta-text.cta-text-black .rk-section-title p {
    color: #555;
}
.cta .cta-image {
    width: 47%;
}

.trip-search.cta-middle-trip {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    transform: none;
    left: 0;
    max-width: 100%;
}
.trip-search .form-group .current {
    margin-right: 10px;
}
.cta-middle-text.section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-middle-text h2 {
    color: #fff;
}
.cta-middle-text h2,.cta-middle-text p {
    color: #fff;
}
.cta-middle-text.overlay:before {
    background: #000;
    opacity: 0.6;
}

/*======================================
  22. Footer CSS
 ========================================*/
.footer {
    background: #FF416C;
    background: -webkit-linear-gradient(to left, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #C83456);
    padding: 80px 0 30px;
}
.newsletter .newsl-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}
.newsletter .subscribe-form .form-group {
    width: 40%;
}
.newsletter .mc4wp-form-fields {
    display: flex;
    justify-content: space-between;
}
.newsletter .subscribe-form form input {
    width: 93%;
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0;
    height: 44px;
}
.newsletter .subscribe-form .form-group.submit-cont {
    width: 19%;
}

.newsletter .mc4wp-form-fields {
    display: flex;
    justify-content: space-between;
}
.newsletter .c-input-field-item.compliance {
    display: flex;
    padding: 0;
    margin-top: 10px;
    gap: 15px;
    color: #fff;
}
.newsletter .c-input-field-item.compliance a{
    text-decoration: underline;
}
.newsletter .c-input-field-item.compliance #terms-conditions {
    width: auto;
    line-height: initial;
    height: initial;
    margin-top: 4px;
}
.sbi_carousel:hover .sbi-owl-nav > div {
    background: transparent;
    transform: scale(1);
}

.newsletter .subscribe-form  input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.newsletter .subscribe-form  input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}
.newsletter .subscribe-form  input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
#ui-datepicker-div {
    z-index: 33333333 !important;
}
.newsletter .input-box {
    color: #fff;
    margin-top: 10px;
}
.newsletter .input-box  a{
    color:#fff;
    text-decoration:underline;
}
.newsletter .subscribe-form form .input-box input {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    border: none;
    background: transparent;
    box-shadow: none;
    height: auto;
}
.newsletter .subscribe-form form .button button {
    height: 44px;
    background: transparent;
    border: 2px solid #fff;
    padding: 5px 18px;
    color: #fff;
    border-radius: 0;
    transition: all 0.3s ease;
}
.footer .single-widget ul li img {
    max-width: 18px;
}
.footer-logo {
    max-width: 146px;
    text-align: left;
    float: left;
}
.footer .copyright {
    padding-top: 25px;
}
.footer .footer-top {
    padding: 30px 0 60px;
}
.footer .single-widget{
    margin-top:30px;
}
.footer .single-widget h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.footer .single-widget h2:before{
    position:absolute;
    right:0;
    width:50px;
    height:2px;
    background:#FF7550;
    bottom:-1px;
    content:"";
}
.footer .single-widget ul li {
    line-height: 32px;
}
.footer .single-widget ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer .single-widget ul li:hover a {
    padding-right: 5px;
}
.footer .single-widget.gallery ul {
    margin-right: -10px;
    overflow: hidden;
}
.footer .single-widget.gallery ul li {
    float: right;
    margin: 10px 10px 0 0;
    padding: 0;
}
.footer .single-widget.gallery ul li a{
    padding:0;
}
.footer .single-widget.gallery ul li img {
    width: 80px;
    height: 65px;
}
.footer .single-widget.about img{
    margin-bottom:50px;
}
.footer .single-widget.about p {
    color: #bbb;
    font-size: 16px;
    font-weight: 300;
}
/* Footer Bottom */
.footer .footer-bottom {

}
.footer .copyright{
}
.footer .copyright p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer .copyright p a{
    color:#eee;
    font-weight: 400;
}
.footer .social{
    float:left;
}
.footer .social li {
    margin-left: 20px;
    display: inline-block;
}
.footer .social li:last-child{
    margin-left:0;
}
.footer .social li a {
    font-size: 20px !important;
    color: #959595;
    font-weight: 400;
}
.footer .social li:hover a{
    color:#FF8767;
}
/* Footer Style 2 */
.footer.style2 {
    background: #fff;
}
.footer.style2 .footer-top {
    padding: 70px 0 0;
    border-top: 1px solid #e5e5e5;
}
.footer.style2 .single-widget.about img{
    margin-bottom:30px;
}
.footer.style2 .single-widget.about p {
    font-weight: 400;
    color: #424646;
    font-size: 15px;
    line-height: 24px;
}
.footer.style2 .single-widget h2{
    color:#424646;
}
.footer.style2 .single-widget ul li a {
    color: #424646;
    font-size: 15px;
}
.footer.style2 .single-widget.blog ul li {
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 15px;
}
.footer.style2 .single-widget.blog ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    line-height: 10px;
    background: #FF7550;
    right: 0;
    top: 6px;
}
.footer.style2 .single-widget.blog ul li a {
    text-transform: capitalize;
    font-weight: 400;
    color: #424646;
    font-size: 15px;
}
.footer.style2 .single-widget ul li:hover a{
    color:#FF7550;
}
.footer.style2 .footer-menu-top {
    border-top: 1px solid #DBDBDB;
    padding: 40px 0;
    margin-top: 100px;
}
.footer.style2 .footer-nav{
    float:right;
}
.footer.style2 .footer-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #424646;
    font-weight: 500;
}
.footer.style2 .footer-nav li:hover a{
    color:#FF8767;
}
.footer.style2 .footer-nav li {
    display: inline-block;
    margin-left: 30px;
}
.footer.style2 .social li{
    margin-left:30px;
}
.footer.style2 .social li a{
    color: #424646;
}
.footer.style2 .social li:hover a{
    color:#FF7550;
}
.footer.style2 .social li:last-child{
    margin-left:0;
}
.footer.style2 .footer-bottom{
    background:#252525;
}
.footer.style2 .copyright{
    float:none;
    text-align:center;
}
/*======================================
  End Footer CSS
 ========================================*/
.ur-form-row span.input-wrapper {
    position: initial !important;
}
.header-right-bar.search{
    display:none;
}
.site-headrer.header-search-inner input{
    color:#fff;
}
.site-headrer.header-search-inner.sticky{
    color:#000;
}
.asingle-gallery-top{
    backgroud:#ddd;
}
.carousel-item{
    overflow: hidden;
    width: 100%;
}
.carousel-item img{
    width: 100%;
}
.high-content .social ul li {
    margin-top: 30px;
}
.site-header.sticky .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background: #fff 100% 0% no-repeat padding-box;
}
.js-wpml-ls-sub-menu.open{
    visibility: visible !important;
    transition: all 02s ease;
}
/* end of main style css  start of mobile css */
/* All Device Including 428 PX */

@media only screen and (max-width: 767px) {
	.cta.plan-trip .rk-section-title {
    padding: 0 24px;
	}
	.ur-frontend-form{
		max-width:100%
	}
    .asingle-desc.big-text {
        padding-bottom: 0px !important;
    }
    #trans-bg input{
        background:transparent !important;
        appearance: none;
        -webkit-appearance: none
    }
    body > div.mobile-menu-actives.active > div.lag-menu-w.nice-select.form-control.wide > div.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown-click.js-wpml-ls-legacy-dropdown-click {
        background-image: url(newvrak/images/top-icon-4.png) !important;
        background-repeat: no-repeat !important;
        background-position: 8px 6px !important;
        background-size: 16px !important;
        text-align: left;
    }
    .lag-menu-w .ticon-img{
        display: none;
    }
    .notification .title{
        font-size: 18px;
    }
    .notification .view-trip,.notification .delte-trip,.notification .edit-trip{
        font-size: 0px;
    }
    .trip-search .form-group.button .theme-btn{
        margin-right:-13px !important;
    }
    .daterangepicker{
        margin-top: -130px !important;
    }
    .daterangepicker .drp-buttons .btn {
        margin-right: 8px;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px;
        line-height: 20px;
    }
    .page-template-template-all .page-banner,
    .page-template-template-hotel .page-banner,
    .page-template-template-things .page-banner,
    .page-template-template-tour .page-banner,
    .page-template-template-list-activity .page-banner,
    .page-template-template-list-attraction .page-banner,
    .page-template-template-list-fooddrink .page-banner,
    .page-template-template-list-tour .page-banner{
        height: 90vh !important;
    }
    .popup-register-signup,.popup-register-signin{
        max-width: 100%;
    }

    .trip-search .form {
        line-height: 0;
    }
    .popup-click{
        display: inline-block;
        width: 31%;
    }
    .site-header .logo {
        text-align: center;
    }
    .hide-on-desktop {
        display: block !important;
    }
    .navigation.hide-on-desktop {
        display: none !important;
    }
    #sbi_images {
        position: relative;
        top: 20px;
    }

    .mc4wp-form-fields {
        text-align: center;
    }
    .mc4wp-form-fields .form-group.submit-cont {
        display: inline-block;
        width: auto;
        padding: ;
    }
    .mc4wp-form-fields .form-group.submit-cont .c-site-btn.submit-btn {
        width: 165px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border: 2px solid #fff;
    }
    .site-header .logo a {
        width: 100%;
        display: block;
    }
    .site-header .navigation,.site-header .topbar{
        display: none;
    }
    .site-header.sticky .customize-experiences {
        top: 24px;
        display: flex;
    }
    .site-header.sticky .trip-search {
        top: 65px;
    }
    .rk-section-title p {
        font-size: 18px;
        line-height: 20px;
        margin-top: 40px;
    }
    .mobile-menu-actives .lag-menu-w {
        background: transparent;
        border: none;
        width: 77px;
        left: 5px;
        float: left;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu-actives .lag-menu-w.nice-select::after {
        display: none;
    }
    .mobile-menu-actives .lag-menu-w li {
        color: #333;
        text-align: right;
        height: initial;
    }
    .mobile-menu-actives .lag-menu-w:focus {
        box-shadow: none;
    }
    .mobile-menu-actives{
        display:block;
    }
    .mobile-nav a:hover {
        color: #FF4B2B;
    }

    .my-trip-menu-inside {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .my-trip-menu {
        margin-top: 55px;
    }
    .my-trip-menu-inside li img {
        margin-left: 10px;
        max-width: 22px;
        margin-top: -5px;
    }
    .my-trip-menu-inside li a {
        color: #fff;
        font-size: 22px;
    }
    .customize-experiences {
        width: 100%;
        top: 24px;
        font-size: 13px;
        padding: 5px 15px;
    }
    .customize-experiences h3 {
        font-size: 13px;
    }.site-header .logo img {
         max-width: 114px;
         max-height: 58px;
     }
    .site-header .logo {
        position: relative;
        top: 6px;
    }
    .section {
        padding: 60px 0;
    }
    .p-destination .rk-section-title b,
    .p-destination .rk-section-title .medium-font{
        display: block;
    }
    .p-destination .single-destination img {
        width: 100%;
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        top: 0;
    }
    .site-header .middle-header{
        top:0;
    }
    .site-header .middle-header {
        background: #fff;
        padding: 5px 0 !important;
        height: 80px;
    }
    .site-header.sticky .middle-header{
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        top: 0;
        z-index: 333;
        top: 32px;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 40px;
        height: 40px;
    }
    .mobile-menu-icon:hover{
        color:#FF4B2B
    }
    .mobile-menu-icon.active {
        height: 40px;
    }
    .menu-mobile-vers{
        display:block;
        text-align: center;
    }
    .mobile-menu-actives {
        position: fixed;
        left: 0;
        top: 40px;
        width: 100%;
        height: 100%;
        z-index: 99998;
        display: block;
        transform: translateX(-100%);
        visibility: hidden;
        padding-top: 100px;
        text-align: center;
        transition: all 0.5s linear;
        background: #2A3347ED 100% 0% no-repeat padding-box;
        box-shadow: 0px 64px 47px #0000009E;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a span {
        padding-right: 10px;
    }
    .mobile-menu-actives.active {
        visibility: visible;
        transform: translateX(0%);
        transition: all 0.3s linear;
    }
    .mobile-menu-actives .ticon-img img {
        max-width: 18px;
        margin-left: 0;
        margin-top: 4px;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a span {
        font-size: 20px;
        padding-right: 8px;
        width: 34px !important;
        overflow: hidden;
        display: inline-block;
        font-weight: 700;
    }
    .mobile-menu-actives.active .mobile-nav li ul li a {
        font-size: 14px;
        line-height: 22px;
        opacity:0.8;
    }
    .mobile-menu-actives.active .mobile-nav li ul {
        border-top: 1px solid #eeeeee40;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_menu {
        background: transparent;
    }
    .mobile-nav a {
        color: #fff;
        font-size: 26px;
        padding: 12px;
        transform: translateX(-70px);
        transition: all 0.4s ease;
    }
    .mobile-menu-actives.active .mobile-nav a{
        transform: translateX(0px);
        transition:all 0.7s ease;
    }
    .mobile-nav {
        display: block;
        overflow: visible;
        display: block !important;
        text-align: center;
        padding-top: 35px;
    }
    .slicknav_btn {
        display: none;
    }
    .mobile-nav li {
        line-height: 40px;
    }
    .mobile-nav li:last-child{
        border:none;
    }

    .mobile-menu-icon .icon-bar {
        width: 26px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
    }
    .mobile-menu-icon .icon-bar.icon-bar-2 {
        top: 7px;
    }
    .mobile-menu-icon .icon-bar.icon-bar-3 {
        top: 14px;
    }

    .mobile-menu-icon .icon-bar{
        transition:all 0.5s ease;
    }
    .mobile-menu-icon.active .icon-bar-2 {
        opacity: 0;
        visibility: hidden;
    }
    .mobile-menu-icon.active .icon-bar-1 {
        transform: rotate(-45deg);
    }
    .mobile-menu-icon.active .icon-bar-3 {
        transform: rotate(45deg);
        top: 0;
    }
    .mobile-menu-actives .high-social {
        margin-top: 70px;
    }
    .mobile-search-bar input {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        height: 36px;
        padding: 0 30px 0 15px;
        width: 100%;
    }
    .mobile-search-bar {
        margin-top: 20px;
    }
    .mobile-search-bar form {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-btn {
    }
    .mobile-search-bar {
        width: 270px;
        margin: auto;
        position: relative;
        padding-top: 25px;
    }
    .mobile-search-bar form .search-btn {
        position: absolute;
        right: 9px;
        top: 7px;
        background: transparent;
        border: none;
        max-width: 18px;
    }
    .close-sm-menu {
        position: absolute;
        left: 0;
        top: 57px;
        left: -13px;
        font-size: 25px;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        border-radius: 100%;
        font-size: 13px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        border: none;
        color: #fff;
    }
    .close-sm-menu:hover {
        opacity: 0.6;
    }
    .panel-name {
        text-align: center;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        color: #fff;
        padding: 10px;
    }

    .site-header .logo .logo-one {
        opacity: 0;
        visibility: hidden;
        width: 80%;
        right: 10%;
        display: block;
    }
    .site-header .logo .logo-two {
        opacity: 1;
        visibility: visible;
    }


    .menu-right {
        display: none;
    }
    .site-header .navigation li {
        margin-left: ;
        padding: 0 7px;
    }
    .hero-area,.hero-area .single-slider {
        height: 95vh;
        position: relative;
    }
    .welcome-text {
        padding-top: 115px;
    }
    .trip-search {
        max-width: 100%;
        width:100%;
    }
    .trip-search {
        top: 110px;
        padding: 30px;
    }
    .customize-main .trip-search{
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .customize-main.active .trip-search {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }
    .site-header.sticky .trip-search {
        opacity: 0;
        visibility: hidden;
    }
    .hero-area .welcome-text h1 {
        font-size: 65px;
        line-height: 60px;
    }
    .hero-area .welcome-text p {
        font-size: 30px;
    }
    .welcome-text {
        padding-top: 135px;
    }
    .list-interest li a {
        padding: 12px 15px;
        font-size: 12px;
    }
    .trip-search .form-group.button {
        margin-top: 20px;
    }
    .rk-section-title h2 {
        font-size: 36px;
        line-height: 52px;
    }
    .p-destination .hover {
        top: ;
    }
    .p-destination .hover .name {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .p-destination .single-destination:hover .name {
    }
    .p-destination .hover p,
    .p-destination .single-destination.two .hover p {
        font-size: 14px;
        max-width: 80%;
    }
    .p-destination .single-destination .hover {
        top: 90%;
        padding: 0 15px !important;
    }
    .p-destination .single-destination.last-dstn {
        z-index: 33;
        transform: none !important;
    }
    .hover-button {
        margin-top: 65px;
        text-align: center;
    }
    .p-destination .hover {
        padding: 0 15px;
    }
    .highlits-head {
        margin-bottom: 40px;
        text-align: center;
    }
    .highlights-slider-active {
        margin-top: 40px;
    }
    .hl-desc {
        top: 75%;
    }
    .hl-desc h4 {
        font-size: 24px;
    }
    .hl-desc span {
        font-size: 16px;
    }
    .high-content{
        text-align:center;
    }
    .highlits-head .high-content {
        padding: 0 50px !important;
        text-align: center;
    }
    .highlits-head .hover-button{
        display:none;
    }
    .plan-single {
        max-width: 100%;
        padding: 0 40px;
        gap: 25px;
    }
    .plan-btn {
        margin-top: 60px;
    }
 .newsletter .subscribe-form .form-group {
        width: 35%;
    }
    .customize-main .customize-experiences {
        display: block;
    }
    .customize-experiences.mobile {
        display: flex;
        top: initial;
        bottom: 0;
        border-radius: 40px 40px 0 0;
    }
    .customize-experiences span {
        color: #fff;
        margin-right: 10px;
        font-size: 30px;
        width: 16px;
        height: 16px;
        margin-top: -10px;
    }
    .cta .cta-image {
        position: relative;
        width: 100%;
        height: 445px;
    }
    .trip-search-top {
        display: none;
    }

    .cta-layer {
        width: 100%;
        min-height: 200px;
    }
    .cta.section {
        padding: 0;
        display: grid;
    }
    .cta.about-cta {
        padding: 0 !important;
    }
    .cta-image.left-cta {
        order: 1;
    }
    .cta-text {
        padding: 80px 0px;
        text-align: center;
    }
    .cta-text .rk-section-title {
        text-align: center;
    }
    .cta .cta-text .rk-section-title span {
        font-size: 28px;
        line-height: 35px;
        margin-top: 60px;
        width: 100%;
    }
    .events.overlay.section {
        padding: 80px 0;
    }
    .hero-area .customize-experiences.mobile {
        display: flex;
    }
    .blog-area .rk-section-title, .top-destination .rk-section-title {
        margin-bottom: 25px;
    }
    .single-blog .blog-content h4 {
        font-size: 28px;
        line-height: 30px;
    }
    .top-destination .sf-mtop-30 {
        margin: 0;
    }
    .where-stay .single-package,
    .top-destination .single-package {
        box-shadow: 0 10px 20px #00000061;
    }
    .top-destination .trip-head img {
        height: auto;
    }
    .single-package:hover .trip-details h4 {
        margin-bottom: 2px;
    }
    .hero-slider .slick-dots {
        bottom: 168px;
    }
    .rk-section-title h2 {
        font-size: 40px;
        line-height: 38px;
        margin: 0;
    }
    .cta-text .rk-section-title p {
        font-size: 28px;
        line-height: 35px;
        text-transform: none;
    }
    .where-stay .rk-section-title p{
        font-size: 18px;
        font-size: 18px;
        line-height: 20px;
        margin-top: 40px;
    }
    .trip-details {
        padding: 10px 30px;
        top: 80%;
        padding-bottom: 34px;
    }
    .theme-btn {
        font-size: 15px;
        padding: 0 43.5px;
        height: 50px;
        line-height: 50px;
    }
    .high-title h2 {
        font-size: 60px;
    }
    .high-title p {
        font-size: 20px;
        line-height: 26px;
    }

    .destination-button {
        margin-top: 50px;
    }
    .trip-details p {
        width: 90%;
    }
    .trip-details h4 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .trip-details .hover-button .theme-btn {
        font-size: 10px;
    }

    .single-blog {
        display: block;
    }
    .single-blog .blog-content {
        width: 100%;
        transform: none;
        padding: 30px;
    }
    .single-blog .blog-content .theme-btn.theme-gr {
        bottom: 10px;
    }

   .newsletter .subscribe-form .form-group {
        width: 100%;
        margin-top: 15px;
    }


 .newsletter   .c-input-field-item.compliance {
        margin-top: 30px;
    }
  .newsletter  .subscribe-form .form-group.submit-cont {
        margin-top: 30px;
    }
  .newsletter  .subscribe-form .form-group {
        width: 100% !important;
        margin-top: 30px;
    }

    .footer .social {
        float: none;
    }
 .newsletter   .subscribe-form form {
        display: block;
    }
  .newsletter  .newsl-title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }
 .newsletter   .subscribe-form form .button button {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
    }
    .newsletter .subscribe-form .form-group .button {
        margin-top: 15px !important;
        display: block;
    }
  .newsletter  .subscribe-form .button {
        margin-top: 30px;
        text-align: center;
    }
    .sec-col {
        order: -1;
    }
    .cta.plan-trip.section .hover-button {
        padding-bottom: 50px;
        padding-right:30px;
    }


    .where-stay-single .trip-d-content {
        max-width: 100%;
    }

    .page-banner {
        min-height: initial;
        max-height: initial;
    }
    .banner-text h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .banner-text p {
        font-size: 24px;
        line-height: 34px;
        padding:20px 0 40px;
    }
    .page-banner .banner-text {
        padding: 0 15px;
        margin-top:0px !important;
    }

    .countdown-inner {
        display: block;
        text-align: center;
    }
    .single-count {
        width: 48%;
        display: inline-block;
    }
    .banner-text p {
        font-size: 22px;
        line-height: 35px;
        padding:20px 0 40px;
    }
    .single-count h2 {
        font-size: 24px;
    }
    .countdown-inner .single-count:first-child {
        width: 100%;
    }
    .single-count p {
        font-size: 18px;
    }
    .cta.plan-trip .cta-text {
        padding-top: 100px !important;
        padding-bottom: 35px !important;
    }
    .our-countdown {
        padding: 50px 0 80px;
    }
    .cta.plan-trip.about-cta .rk-section-title p{
        margin-top:0px;
    }
    .cta.plan-trip.about-cta .hover-button{

    }
    .cta.plan-trip.about-cta .rk-section-title h2 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px !important;
    }
    .cta {
        padding: 90px 0 0;
    }
    .activities-side {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .plan-content h2 {
        font-size: 22px;
    }
    .plan-content p {
        font-size: 18px;
        margin-top: 15px;
    }
    .plan-single img {
        max-width: 65px;
        max-height: 65px;
    }
    .single-act-side.first-activities {
        top: 0;
        margin: 0;
    }
    .customize-main.active .customize-experiences {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        display: flex;
    }
    .customize-main .trip-search {
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .customize-main.active .trip-search {
        transform:translateY(-130%);
        opacity: 0;
        visibility: hidden;
    }

    .site-header.sticky .customize-main .trip-search{
        transform:translateY(-130%);
        opacity: 0;
        visibility: hidden;
    }
    .site-header.sticky .customize-main.active .trip-search{
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .cta.plan-trip .rk-section-title h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 60px !important;
    }
    .rk-section-title {
        padding: 0 10px;
    }
    .cta.plan-trip.section .theme-btn {
        padding-top:0;
        padding-bottom:0;
    }
    .cta.plan-trip p {
        font-size: 20px;
        line-height: 26px;
    }
    .where-stay-single .trip-d-content p {
        font-size: 14px;
    }
    .where-stay-single:hover h4 {
        margin-bottom: 2px;
    }
    .single-package:hover .trip-details {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .page-banner {
        align-items: baseline;
        padding-top: 135px;
        min-height: 580px;
    }
    .page-arrow {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }
    .cta.plan-trip .rk-section-title {
        text-align: right;
    }
    .cta.plan-trip .hover-button {
        text-align: right;
        padding: 0 10px;
    }
    .page-banner.without-search {
        height: 580px !important;
    }
    .ac-single-desc {
        padding: 70px 0;
    }
    .asingle-desc p {
        font-size: 18px;
        line-height:25px;
        padding-bottom: 20px;
    }
    .footer-logo {
        float: none;
        text-align: center;
    }
    .review-list-top {
        display: block;
    }
    .footer-logo  img{
        max-width: 150px
    }
    .footer-logo a {
        display: inline-block;
    }
    .single-widget.social .social {
        text-align: center;
        display: flex;
        justify-content: space-evenly;
    }
    .where-stay-single .trip-details {
        padding: 25px 40px 42px;
        top: 76%;
    }
    .single-package.where-stay-single .trip-details h4 {
        min-height: 55px;
    }
    .single-package.where-stay-single:hover .trip-details h4 {
        margin-bottom: 5px;
    }

    .customize-main {
        display: none;
    }
    .trip-search.mobile-search {
        top: initial;
        opacity: 0.9;
        visibility: visible;
        transform: none;
        bottom: 2%;
        display: block;
        border-radius: 20px;
        background: #323D56ED 100% 0% no-repeat padding-box;
        box-shadow: 0px 64px 47px #0000009E;
        padding: 30px !important;
    }
    .mobile-popup-topbar .form-iconn img {
        max-width: 25px;
    }
    .trip-search.mobile-search .nice-select .list {
        display: ;
        bottom: 50px;
        top: initial;
    }
    .trip-search.mobile-search .form-group .nice-select::after,
    .trip-search.mobile-search .form-group .calender-select::after {
        left:0px;
    }

    .trip-search.mobile-search .nice-select {
        height: 25px;
        line-height: initial;
    }
    .trip-search.mobile-search .form-group {
        margin: ;
        margin-bottom: 10px;
    }
    .trip-search.mobile-search .form-group:last-child {
        margin-top: 20px;
    }
    .trip-search.mobile-search .form {
        margin-top: 20px;
    }
    .trip-search.mobile-search.mb-active .form {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .trip-search.mobile-search.sticky {
        position: fixed;
        bottom: 0;
    }
    .trip-search.mobile-search .move-arrow img {
        max-width: 20px;
    }
    .trip-search.mobile-search.sticky.mb-active{
        display: none;
    }
    .mobile-popup-topbar {
        position: absolute;
        top: 22px;
        width: 85%;
        opacity: 0;
        visibility: hidden;
        transition:all 0.3s ease;
    }
    .trip-search.mobile-search.mb-active .mobile-popup-topbar{
        opacity:1;
        visibility:visible;
    }
    .mobile-search .form {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: 100%;
        transition: all 0.3s ease;
    }
    .mobile-search.mb-active .form {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: 100%;
    }



    .quantity-main-lt {
        background: #fff;
        width: 100%;
        padding: 20px 30px;
        border-radius: 25px;
        z-index: 334433;
        position: absolute;
        bottom: 40px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: all 0.2s ease;
    }
    .quantity-main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .quantity-main:last-child{
        margin:0;
    }
    .sp-quantity {
        display: flex;
        justify-content: space-between;
        width: 50%;
        position: relative;
        text-align: center;
    }
    .inline.sp-input {
        width: 50px;
        text-align: center;
    }
    .sp-quantity .button {
    }
    .sp-quantity .sp-input input {
        color: #E56300;
    }
    .mobile-popup-topbar .form-iconn {
        cursor: pointer;
    }
    .mobile-popup-topbar .quantity-main-lt,.mobile-popup-topbar .list-interest {
        bottom: 50px !important;
        width: 320px !important;
    }

    .inline.sp-input input {
        display: ;
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }
    .sp-quantity .arrow a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        border: 2px solid #E56300;
        border-radius: 100%;
        display: inline-block;
        background: transparent;
        font-size: 19px;
        color: #E56300;
        cursor: pointer;
    }
    .trip-search.mobile-search .form-group .form-control input {
        color: #ffffff;
        font-size: 20px;
    }
    .trip-search .form-group .inline-active {
        font-size: 20px;
    }
    .trip-search .form-group .inline-active .form-iconn {
        max-width: 24px;
    }
    .trip-search .form-group .inline-active .form-iconn img {
        width: 24px;
    }
    .trip-search.mobile-search .list-interest {
        padding: 20px 30px;
        border-radius: 25px;
        background: #fff;
        display: flex;
        justify-content: left;
        display: inline-block;
        word-wrap: break-word;
        bottom: 150px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        position: absolute;
        transform: translateY(100%);
        right: 0;
    }
    .trip-search.mobile-search .list-interest.active{
        transform: translateY(0%);
        opacity:1;
        visibility:visible;
        bottom:100px;
    }
    .trip-search.mobile-search .list-interest .checkbox-inline span {
        color: #e65708 !important;
        background: transparent;
        padding: 5px 10px;
        font-size: 14px;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border: 2px solid #e65708 !important;
        border-radius: 30px;
        display: block;
    }
    .trip-search.mobile-search .list-interest .checkbox-inline span:hover{
        background:#e65708;
        color:#fff !important;
        border-color:transparent !important;
    }
    .trip-search.mobile-search .checkbox-inline {
        display: inline-block;
        float: right;
    }


    .trip-search.mobile-search.sticky .mobile-popup-topbar {
        opacity: 1;
        visibility: visible;
    }
    .trip-search.mobile-search.sticky  .form {
        opacity: 0;
        visibility: hidden;
        height: 0px;
    }
    .trip-search.mobile-search .theme-btn {;
        margin-top: 8px;
        border-radius: 24px;
        height: 40px;
        line-height: 25px;
        right: 14px;
    }
    .trip-search.mobile-search.sticky.mb-active .mobile-popup-topbar {
        opacity: 0;
        visibility: visible;
    }
    .trip-search.mobile-search.sticky.mb-active  .form {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .sc-list li {
        font-size: 20px;
    }
    .sc-plan-content h3 {
        font-size: 28px;
    }
    .schedule-button .theme-btn {
        padding: 0px 10px !important;
    }
    .plann-date {
        max-width: ;
        min-width: 300px;
        padding: 8px 0;
        font-size:20px;
    }
    .sc-cat-name {
        font-size: 15px;
    }

    .footer-logo {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .footer .copyright {
        text-align: center;
    }
    .footer .footer-top {
        padding: 0px 0 25px;
        margin-top: 40px;
    }
    .footer {
        padding: 50px 0;
    }
    #scrollUp{
        display:none;
    }
    .pull-left{
        border: none;
        background: transparent;
    }
    .pull-right {
        float: left;
        position: relative;
        top: -842px;
        border: none;
        background: transparent;
    }
    .move-arrow {
        position: absolute;
        left: 30px;
        top: 10px;
    }
    .blog-head img{
        height:auto;
    }
    #planning {
        background: transparent linear-gradient(
                -180deg
                , #A20054 0%, #F1802A 100%) 100% 0% no-repeat padding-box;
    }
    .footer {
        background: #FF416C;
        background: -webkit-linear-gradient(to top, #FF4B2B, #FF416C);
        background: linear-gradient(to top, #FF4B2B, #C83456);
        padding: 80px 0 30px;
    }
    li.man-select{
        padding-left: 50px;
    }
    li.cat-select{
        padding-left: 50px;
        width: 50px;
    }
    .destination-inner .single-act-side {
        width: 350px;
        margin: auto;
        text-align: center;
        padding-top: 50px;
    }
}


@media only screen and (min-width:429px) and (max-width:767px) {


    #mc4wp-form-1 > div.mc4wp-form-fields > div.c-input-field-item.compliance.hide-on-desktop{
        display: none !important;
    }
    #blog-area > div > div.row.g-0 > div:nth-child(1) > div > a > div.blog-head.hide-on-mobile{
        display:none !important;
    }
    /*  #blog-area > div > div.row.g-0 > div:nth-child(1) > div > a > div.blog-head.hide-on-desktop{
          display: block !important;
      }
      .last-dstn {
          display: block !important;
      }
      .mobile-destination{
          display:none !important;
      }
      #p-destination > div > div:nth-child(2) > div > div > div > div:nth-child(7) > a:nth-child(1) > div{
          display: none !important;
      }
      #p-destination > div > div:nth-child(2) > div > div > div > div:nth-child(7) > a:nth-child(2) > div{
          display:block !important;
      }
      #p-destination > div > div:nth-child(2) > div > div > div > div:nth-child(7){
          width: 50% !important;
      } */

    .hl-desc {
        top: 82%;
    }
    where-stay-single .stay-head img{
        width: 404px;
        height: 404px;
    }
    .where-stay-single .trip-details {
        top: 78%;
    }

}
@media only screen and(min-width: 400px) and (max-width: 428px){
    .hl-desc {
        top: 77%;
    }
    .trip-details {
        padding: 10px;
        top: 85%;
    }
}
@media only screen and(min-width: 320px) and (max-width: 399px){
    .trip-details{
        top: 76%;
    }
    .trip-search.mobile-search{
        margin:0px !important;
    }
    .where-stay-single .trip-details{
        top:70px;
    }
    .hl-desc {
        top: 74%;
    }
    .trip-search.mobile-search .list-interest .checkbox-inline span,.trip-search.mobile-search .list-interest .checkbox-inline span {
        font-size: 12px;
        padding: 0 9px;
    }
}
@media only screen and (max-width: 767px) {
    .asingle-desc{
        margin: 0 24px !important;
    }
    .planner-single-sidebar .plan-thumb img{
        width: 100% !important;
        height: auto !important;
    }
    .share-trip {
        width: 90%;
        right:5%;
    }
    .single-plan-book .plan-thumb img {
        width: 100%;
    }
    .sp-quantity{
        margin-top:-5px;
    }
    p.quantity{
        margin-top:-10px;
    }
    .mobile-popup-topbar .form-iconn img {
    }
    .trip-search.mobile-search .nice-select .list {
        bottom: 50px;
        top: initial;
    }
    .trip-search.mobile-search .form-group .nice-select::after,
    .trip-search.mobile-search .form-group .calender-select::after {
        left:0;
    }

    .trip-search.mobile-search .nice-select {
        height: 25px;
        line-height: initial;
    }
    .trip-search.mobile-search .form-group {
        margin-bottom: 10px;
    }
    .trip-search.mobile-search .form-group:last-child {
        margin: 0;
    }
    .trip-search.mobile-search .form {
        margin-top: 20px;
    }
    .trip-search.mobile-search.mb-active .form {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .trip-search.mobile-search.sticky {
        position: fixed;
        bottom: 0;
    }
    .trip-search.mobile-search .move-arrow img {
        max-width: 15px;
    }
    .mobile-popup-topbar ul {
        display: flex;
        justify-content: space-between;
    }
    .mobile-popup-topbar {
        position: absolute;
        top: 22px;
        width: 85%;
        opacity: 0;
        visibility: hidden;
        transition:all 0.3s ease;
    }
    .trip-search.mobile-search.mb-active .mobile-popup-topbar{
        opacity:1;
        visibility:visible;
    }
    .mobile-search .form {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: 100%;
        transition: all 0.3s ease;
    }
    .mobile-search.mb-active .form {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: 100%;
    }

    .sp-quantity {
        display: flex;
        justify-content: space-between;
        width: 50%;
        position: relative;
        text-align: center;
    }
    .inline.sp-input {
        width: 50px;
        text-align: center;
    }
    .sp-quantity .button {
    }
    .sp-quantity .sp-input input {
        color: #E56300;
    }
    .mobile-popup-topbar .form-iconn {
        cursor: pointer;
    }
    .mobile-popup-topbar .quantity-main-lt,.mobile-popup-topbar .list-interest {
        bottom: 50px !important;
    }

    .inline.sp-input input {
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }
    .sp-quantity .arrow a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        border: 2px solid #E56300;
        border-radius: 100%;
        display: inline-block;
        background: transparent;
        font-size: 19px;
        color: #E56300;
        cursor: pointer;
    }
    .trip-search.mobile-search .list-interest.active{
        transform: translateY(0%);
        opacity:1;
        visibility:visible;
    }
    .trip-search.mobile-search .list-interest .checkbox-inline span,.trip-search.mobile-search .list-interest .checkbox-inline span {
        color: #e65708 !important;
        background: transparent;
        padding: 2px 10px;
        font-size: 12px;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border: 2px solid #e65708 !important;
        border-radius: 30px;
        display: block;
    }
    .trip-search.mobile-search .list-interest .checkbox-inline span:hover,.trip-search.mobile-search .list-interest .checkbox-inline span:hover{
        background: #fff;
        color: #e65708 !important;
        border-color: #e65708 !important;
    }
    .trip-search.mobile-search .checkbox-inline {
        display: inline-block;
        float: right;
    }


    .trip-search.mobile-search.sticky .mobile-popup-topbar {
        opacity: 1;
        visibility: visible;
    }
    .trip-search.mobile-search.sticky  .form {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    #lightbox.lightbox{
        position: fixed !important;
        top: 20% !important;
    }
    .lb-data .lb-number {
        display: block;
        clear: right;
        padding-bottom: 1em;
        font-size: 20px;
        color: #fff;
        padding-top: 0.3em;
    }
    .carousel-item{
        overflow: hidden;
        width: 100%;
    }
    .carousel-item img{
        width: 100%;
    }
    .where-stay-single .trip-details p{
        width: 90% !important;
    }

    .mobile-menu-actives.active .social{
        display: flex;
        width: 300px;
        margin: auto;
        padding-top: 50px;
        padding-right: 20px;
    }
    .mobile-menu-actives.active ul.social  li {
        padding: 0 16px;
    }
    .mobile-search-bar input[type="text"]:focus{
        color:#fff !important;
    }
    .trip-search.mobile-search {
        top: initial;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: block;
        background: #00000024 linear-gradient(-360deg, #314062ba 0, #2C3A58 25%, #2D3B5A 75%, #3241623E 100%) 0 0 no-repeat padding-box;
        box-shadow: 0px 64px 47px #0000009E;
        border-radius: 30px;
        max-width: 380px;
        bottom: 2%;
        position: fixed;
        z-index: 99997;
        right: 0;
        left: 0;
        margin: auto;
    }

    .datepicker th.next, .datepicker th.prev {

    }
    .datepicker th.next, .datepicker th.prev {
        font-size: 32px;
        color: #000;
        text-align:right;
    }
    .datepicker th.next, .datepicker th.next{
        text-align:left;
    }
    #datepick-search-mobile-two {
        opacity: 0;
        visibility: visible;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 11px;
        right: -4px;
        cursor: pointer;
    }
    .trip-search.mobile-search .nice-select .list {
        bottom: 50px;
        top: initial;
    }
    .trip-search.mobile-search .form-group .nice-select::after,
    .trip-search.mobile-search .form-group .calender-select::after {
        left:0px;
    }

    .trip-search.mobile-search .nice-select {
        line-height: initial;
    }
    .trip-search.mobile-search .form-group {
        margin-bottom: 12px;
    }
    .trip-search.mobile-search .form-group:last-child {
        margin: 0;
    }

    .trip-search .form-group .form-control .ad-one {
        position: relative;
        margin-left: 9px;
        padding-left: 9px;
    }
    .trip-search .form-group .form-control .ad-one::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 100%;
        left: -6px;
        top: 50%;
        margin-top: -3px;
    }
    .trip-search .form-group .form-control .ad-one:last-child:before{
        display: none;
    }
    .trip-search.mobile-search .form {
        margin-top: 20px;
    }
    .trip-search.mobile-search.mb-active .form {
    }
    .trip-search.mobile-search.sticky {
        position: fixed;
        bottom: 10px;
    }
    .trip-search.mobile-search .move-arrow img {
        max-width: 17px;
    }
    .mobile-popup-topbar .select-item-two {
        display: flex;
        justify-content: space-between;
        padding-left: 26%;
    }
    .mobile-popup-topbar {
        position: absolute;
        top: 0;
        width: 85%;
        transition: all 0.3s ease;
    }
    .move-arrow.two-move {
        top: 0px;
    }
    .trip-search.mobile-search.mb-active .mobile-popup-topbar{
        opacity:1;
        visibility:visible;
    }
    .mobile-search .form {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: 100%;
        transition: all 0.3s ease;
    }
    .mobile-search.mb-active .form {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: 100%;
    }

    .quantity-main-lt {
        background: #fff;
        border-radius: 25px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: all 0.2s ease;
        width: 100%;
        padding: 25px !important;
        margin: 0 auto;
        z-index: 9999999;
    }
    .quantity-main p {
        font-size: 22px;
        color: #000000;
    }
    .quantity-main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 19px;
        align-items: center;
        line-height: initial;
    }



    .trip-search.mobile-search .list-interest .checkbox-inline.selected span,.trip-search.mobile-search .list-interest .checkbox-inline.selected.focus span{
        color: #8f97a7 !important;
        border: 2px solid #8f97a7 !important;
    }

    .datepicker.dropdown-menu::before {
        display: none;
    }
    .quantity-main:last-child{
        margin:0;
    }
    .trip-search .form-group .nice-select::after,
    .trip-search .form-group .calender-select::after{
        width: 11px;
        height: 18px;
    }
    .sp-quantity {
        display: flex;
        width: 125px !important;
        position: relative;
        text-align: center;
    }
    .inline.sp-input {
        width: 50px;
        text-align: center;
    }
    .sp-quantity .button {
    }
    .sp-quantity .sp-input input {
        color: #E56300;
    }
    .mobile-popup-topbar .form-iconn {
        cursor: pointer;
    }
    .mobile-popup-topbar .quantity-main-lt, .mobile-popup-topbar .list-interest, .trip-search.mobile-search .mobile-popup-topbar .list-interest{
        bottom: 75px !important;
        right: -40px;
    }
    .inline.sp-input input {
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }
    .sp-quantity .arrow a {
        width: 36px;
        height: 36px;
        line-height: 35px;
        border: 3px solid #E56300;
        border-radius: 100%;
        display: inline-block;
        background: transparent;
        font-size: 28px;
        color: #E56300;
        cursor: pointer;
    }
    .quantity-main.boxed-quantity .sp-quantity .quntity-input {
        display: ;
        font-size: 24px !important;
        height: 38px;
        border:none;
    }
    .trip-search .form-group .form-control.wide {
        height: initial;
    }
    .trip-search.mobile-search .form-group .form-control input {
        font-size: 20px;
    }
    .trip-search.mobile-search .form-group .form-control input,
    .trip-search .form-group .current {
        font-weight: 700;
    }
    .trip-search .form-group .inline-active {
        font-size: 20px;
    }
    .trip-search .form-group .inline-active .form-iconn {
        max-width: initial;
        width: 44px;
        margin: -7px 0 0 0;
    }
    .trip-search .form-group .inline-active .form-iconn img{
        width: 25px;
        margin: 0;
        height: auto;
    }
    .trip-search .form-group .inline-active .form-iconn.icon-two img,.mobile-popup-topbar  .form-iconn.icon-two img{
        width: 31px !important;
    }
    .trip-search .form-group .inline-active .form-iconn.icon-three img,.mobile-popup-topbar  .form-iconn.icon-three img {
        width: 29px !important;
    }
    .trip-search.mobile-search .list-interest {
        padding: 35px 30px;
        border-radius: 25px;
        background: #fff;
        justify-content: left;
        display: inline-block;
        word-wrap: break-word;
        bottom: 45px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        position: absolute;
        transform: translateY(100%);
        width: 100%;
        margin: 0;
        z-index: 999999999;
    }
    .list-interest-inner {
        margin-right: -7px;
        margin-top:-10px;
    }
    .trip-search .list-interest label {
        margin-right: 7px;
        margin-top: 10px;
    }
    .trip-search.mobile-search .list-interest.active{
        transform: translateY(0%);
        opacity:1;
        visibility:visible;
    }
    .trip-search.mobile-search .list-interest .checkbox-inline span,.trip-search.mobile-search .list-interest .checkbox-inline.focus span {
        color: #e65708 !important;
        background: transparent;
        font-size: 14px;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border: 2px solid #e65708 !important;
        border-radius: 30px;
        display: block;
        font-weight: 700;
        height: 30px;
        line-height: 28px;
        padding: 0 18px;
    }
    .trip-search.mobile-search .checkbox-inline {
        display: inline-block;
        float: right;
    }
    .trip-search.mobile-search.form-without-list.sticky .icon-one img {
        max-width: ;
        width: 22px !important;
    }




    .trip-search.mobile-search.mb-active {
        opacity:0;
        visibility:hidden;
    }

    .trip-search.mobile-search.form-without-list{

        opacity:0;
        visibility:hidden;
    }

    .trip-search.mobile-search.sticky {

        opacity:0;
        visibility:hidden;
    }
    .trip-search.mobile-search.form-without-list.sticky {
        opacity:1;
        visibility:visible;
    }


    .trip-search.mobile-search.form-without-list.mb-active{

        opacity:1;
        visibility:visible;
    }


    .trip-search.mobile-search.sticky.mb-active {

        opacity:1;
        visibility:visible;
    }

    .trip-search.mobile-search.form-without-list.sticky.mb-active{


        opacity:0;
        visibility:hidden;
    }

    .datepicker th.switch {
        width: 145px;
        font-size: 21px;
        font-weight: 700;
        color: #000;
    }
    .trip-search.mobile-search.form-without-list {
        right: 0;
        left: 0;
        margin: auto;
    }

    .trip-search.mobile-search.form-without-list.mb-active {
        right: 0;
        left: 0;
        margin: auto;
    }
    .trip-search.mobile-search.form-without-list {
        height: 65px !important;
        line-height: 65px !important;
        padding: 0 40px;
        bottom: 2%;
        position: fixed;
    }
    .inline.sp-input {
        margin-top: -8px;
    }

}
/* end of mobile css start of tablet css */
@media only screen and (min-width: 428px) and (max-width: 539px){
    .trip-details {
        padding: 10px;
        top: 85%;
    }
    .trip-search.mobile-search {
        right: 0;
        left: 0;
        margin: auto;
    }
}
@media only screen and (min-width: 540px) and (max-width: 767px){
    .p-destination .single-destination .hover {
        top: 87%;
    }
    .trip-details {
        padding: 10px;
        top: 80%;
    }
    .trip-search.mobile-search{
        max-width: 380px;
        right: 0;
        left: 0;
        margin: auto;
    }
}
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .events hover-button{
        text-align:center;
    }
    #mc4wp-form-1 > div.mc4wp-form-fields > div.c-input-field-item.compliance.hide-on-desktop{
        display: none !important;
    }
    #mc4wp-form-1 > div.mc4wp-form-fields > div:nth-child(1) > div{
        display: block !important;
    }
    .notification .view-trip,.notification .delte-trip,.notification .edit-trip{
        font-size: 0px;
    }
    .lag-menu-w .wpml-ls-item-legacy-dropdown-click {
        background-position: 15px 0px !important;
        background-image: url(newvrak/images/top-icon-4.png) !important;
        background-repeat: no-repeat !important;
        background-position: 32px 5px !important;
        background-size: 11px !important;
        text-align: left;
    }
    .customize-experiences{
        top:75px;
    }
    .site-header.sticky .customize-experiences{
        top:75px
    }
    .welcome-text {
        padding-left: 20px;
    }
    .site-header .navigation li a {
        color: #fff;
        font-size: 10px;
    }
    .menu-right li span{
        font-size:10px !important;
    }
    .ticon-img img {
        max-width: 10px;
    }
    .site-header .navigation li {
        padding: 0 3px;
    }
    .hero-area, .hero-area .single-slider {
        height: 95vh;
    }
    .welcome-text {
        padding-top: 215px;
    }
    .trip-search {
        max-width: 400px;
        padding: 30px;
    }
    .hero-area .welcome-text h1 {
        font-size: 48px;
    }
    .hero-area .welcome-text p {
        font-size: 24px;
    }
    .welcome-text {
        padding-top: 200px;
    }
    .list-interest label span {
        padding: 12px 15px;
        font-size: 12px;
    }
    .trip-search .form-group.button {
        margin-top: 20px;
    }
    .customize-experiences {
        padding: 12px 15px;
        width: 320px;
    }
    .rk-section-title h2 {
        font-size: 36px;
        line-height: 52px;
    }
    .hl-desc {
        position: absolute;
        top: 68%;
    }
    .p-destination .hover .name{
        font-size:18px;
    }
    .p-destination .single-destination:hover .name {
        font-size: 20px;
    }
    .p-destination .hover p {
        font-size: 13px;
        max-width: 80%;
    }
    .hover-button {
        margin-top: 10px;
    }
    .p-destination .hover {
        padding: 0 15px;
        top: 87%;
    }
    .where-stay-single .trip-details {
        top: 70%;
    }
    .where-stay-single .trip-details h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .where-stay-single .trip-details {
        top: 80%;
        padding-bottom: 25px;
    }

    .highlits-head {
        margin-bottom: 40px;
        text-align: center;
    }
    .high-content{
        text-align:center;
    }
    .highlits-head.high-insta .high-content {
        padding: 0 60px;
        text-align: center;
    }
    .plan-single {
        max-width: 100%;
    }
    .subscribe-form .form-group {
        width: 35%;
    }
    .trip-search.style-2 {
        max-width: 100%;
    }

    .page-template-template-all .page-banner, .page-template-template-hotel .page-banner, .page-template-template-things .page-banner, .page-template-template-tour .page-banner, .page-template-template-list-activity .page-banner, .page-template-template-list-attraction .page-banner, .page-template-template-list-fooddrink .page-banner, .page-template-template-list-tour .page-banner {
        height: 90vh !important;
    }
    .banner-text h1 {
        font-size: 50px;
    }
    .page-banner .banner-text {
        padding: 0;
        margin-top: 220px !important;
    }
    .banner-text p {
        font-size: 28px;
        line-height: 34px;
    }
    .single-count h2 {
        font-size: 18px;
    }
    .our-countdown {
        padding: 50px 0 80px;
    }
    .cta.plan-trip .rk-section-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .cta {
        padding: 90px 0 !important;
    }
    .activities-side {
        padding-bottom: 0px;
        padding-top:20px;
    }
    .single-act-side.first-activities {
        top: 0;
        margin: 0;
    }
    .customize-main.active .customize-experiences {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .customize-main .trip-search {
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .customize-main.active .trip-search {
        transform:translateY(-130%);
        opacity: 0;
        visibility: hidden;
    }

    .site-header.sticky .customize-main .trip-search{
        transform:translateY(-130%);
        opacity: 0;
        visibility: hidden;
    }
    .site-header.sticky .customize-main.active .trip-search{
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .trip-search .form-group span.current {
        font-size: 16px;
        max-width: 100%;
    }
    #scrollUp{
        display:none;
    }
    .c-input-field-item.compliance label {
        font-size: 12px;
    }
    .single-blog{
        border-bottom: 1px solid #ddd;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1365px){
    .menu-right li {
        margin-left: 5px;
    }
    .trip-search{
        max-width: 400px;
        padding: 65px 40px 35px 40px !important;
    }
    .trip-search .form-group {
        margin-bottom: 0px;
    }
    .trip-search .form-group .current input {
        width: 30%;
    }
}
/* end of tablet css  start of 1920px css */
@media only screen and (min-width: 1367px) and (max-width: 1439px){
    .high-title h2{
        margin-top:-70px;
    }
    .page-banner .banner-text{
        margin-top:400px;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        width: 375px;
    }
    .daterangepicker {
        width: 390px;
    }
    .drp-calendar.left > .calendar-table > table > tbody > tr:nth-child(6){
        display: contents !important;
    }
    .site-header .logo img {
        max-width: 150px;
        max-height: 56px;
    }
    .customize-main.style2 .trip-search
    {
        max-width: 400px;
    }

    .menu-right .nice-select a span {
        right: -22px;
        top: -4px !important;
        font-size: 14px;
    }
    .trip-details{
        top:84%
    }
    .trip-details .excerpt {
        padding-bottom:60px;
    }


}
/* All Large Device */
@media only screen and (min-width: 1500px) {
    .daterangepicker th.next, .daterangepicker th.prev {
        font-size: 30px;
        color: #555;
        height: 50px !important;
    }

    .daterangepicker .calendar-table th{
        font-size:20px !important;
        font-family: "Diodrum Light" , Arial, sans-serif;
    }
    .daterangepicker .calendar-table td{
        font-size: 20px !important;
        font-family: "Diodrum Semibold";
    }
    .header-search-bar{
        top: 10px;
    }
    .page-banner .banner-text{
        margin-top:590px !important;
    }
    .drp-calendar.left > .calendar-table > table > tbody > tr:nth-child(6) {
        display: contents !important;
    }
    .daterangepicker td, .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
        padding: 15px;
    }
    .daterangepicker {
        width: 386px !important;
    }
    .daterangepicker .drp-calendar.left .calendar-table{
        width:370px !important;
    }
    .site-header .customize-experience{
        top: 132px;
    }
    body > section.activities-single > div > div > div.col-lg-3.offset-lg-1.col-12 > aside > div.single-act-side.first-activities > div > div.activities-lists > div:nth-child(2) > div.sc-icon{
        margin-left: 25px;
    }
    .wpml-ls-legacy-dropdown-click a span {
        font-size: 22px !important;
    }
    .menu-right li {
        margin-left: 40px;
    }
    .user-dropdown {

        top: 46px;
        min-width: 175px !important;
    }
    .site-header.sticky .navigation li .sub-menu {
        top: 63px;
    }
    .site-header .navigation li .sub-menu {
        top: 93px;
        width: 300px;
    }
    .site-header .navigation li .sub-menu li a {
        padding: 14px 10px;
    }
    .menu-right .nice-select {
        top: 6px;
    }
    .menu-right .nice-select {
        width: 50px;
    }
    .p-destination .hover .name {
        font-size: 28px;
        text-transform: capitalize;
        margin-bottom: 48px;
    }
    .p-destination .single-destination:hover .name {
        font-size: 38px;
    }
    .p-destination .hover {
        top: 87%;
    }
    .single-destination:hover .hover {
        transform: translateY(-85%);
        padding-right: 50px;
    }
    .rk-section-title h2 span{
        font-size: 70px;
        line-height: 70px;
        font-family: 'Diodrum Light', Arial, sans-serif;
    }
    .where-stay-single:hover img {
        transition: ;
        transform: scale(1.2);
    }
    .where-stay-single:hover .trip-details {
        padding-right: 55px !important;
    }
    .banner-text p.trip{
        font-size: 32px !important;
        line-height: 34.4px;
        padding:20px 0;
        font-family: "Diodrum Regular";
    }
    .container{
        max-width: 1704px;
    }
    .hero-area .welcome-text h1 {
        font-size: 120px;
        line-height: 110px;
        text-transform: none;
    }
    .hero-area .welcome-text p {
        font-size: 60px;
        line-height: 55px;
        text-transform: none;
    }
    .where-stay-single .trip-details {
        padding: ;
    }
    .events {
        padding: 170px 0 130px;
    }
    section.planning
    {
        padding:100px 0;
    }
    section.where-stay .rk-section-title{
        margin-bottom: 0px;
    }
    .blog-area .rk-section-heading {
        font-size: 57px;
        font-family: "Diodrum Semibold";
        margin-bottom: 50px;
    }
    .p-destination .hover p{
        font-size: 18px;
        font-family: "Diodrum Medium";
        line-height: 20px;
    }
    .rk-section-title.white h2, .rk-section-title h2{
        font-size: 57px;
        font-family: "Diodrum Semibold";
    }
    .rk-section-title p {
        color: #000000;
    }
    .trip-details h4 {
        color: #fff;

    }
    .theme-btn .btn-text{
        font-size:20px;
        letter-spacing: 2px;
        font-family: "Diodrum Semibold";
    }
    .theme-btn {
        padding: 15px 39px 14px 39px;
    }
    .destination-button {
        margin: 80px 80px 0px 80px;
    }
    .sbi-owl-nav>div{
        box-shadow: none !important;
        box-radius:0px !important;
    }
    .high-title h2 {
        font-size: 70px;
        font-family: "Diodrum Medium";
        text-align: right;
        margin-bottom: 40px;
    }
    .high-title p {
        color: #fff;
        line-height: 26px;
        font-size: 20px;
        font-family: "Diodrum Medium";
    }
    .cta .cta-text .rk-section-title h2{
        font-size: 60px;
        font-family: "Diodrum Semibold";
    }
    .rk-section-title p {
        font-size: 20px;
        text-transform: none;
        line-height: 22px;
        max-width: 606px;
        margin: 0 auto;
        padding-bottom: 60px;
    }.highlits-head .high-content {
         max-width: 260px;
     }
    .highlits-head.high-insta .high-content {
        text-align: right;
        padding: ;
        padding: 0;
        max-width: 260px;
        margin-right: 55px;
    }
    .high-social li {
        margin-left: 18px;
    }
    .hover-button .theme-btn {
        padding: 11px 23px;
        letter-spacing: 0.3px;
    }
    .hl-desc {
        top: 77%;
    }

    section.p-destination{
        padding: 70px 0;
    }
    section.p-destination .rk-section-heading{
        line-height: 70px;
    }
    .p-destination .rk-section-heading {
        font-size: 70px;
        font-family: 'Diodrum Medium', Arial, sans-serif;
        margin-bottom: 70px;
    }
    .rk-section-heading .tp-pr-color p{
        font-size:20px;
        font-family: "Diodrum Regular";
    }
    .hl-desc p {
        font-size: 18px;
        line-height: 20px;
    }
    .trip-details {
        top: 86%;
        padding-bottom: 75px !important;
    }
    .trip-details h4 {
        font-size: 26px;
        /* margin-bottom: 34px; */
        min-height: 64px;
        display: flex;
        align-items: center;
        margin-bottom: 34px;
    }
    .customize-experiences {
        padding: 21px 42px;
        max-width: 465px;
        top: 132px;
    }
    .customize-experiences h3 {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
    }
    .single-package.where-stay-single .trip-details h4 {
        font-size: 28px;
        min-height: initial;
    }
    .trip-details p {
        font-size: 18px;
        line-height: 20px;
    }
    .trip-details .excerpt {
        padding-bottom:30px !important; ;
    }
    .single-package:hover .trip-details {
        transform: translateY(-50%);
    }
    .single-package:hover .trip-details h4 {
        margin-bottom: 10px;
        transition: all 0.2s ease;
    }
    .top-destination .single-package:hover img {
        transform: scale(1.5);
    }
    .highlits-head .high-content .hover-button {
        margin-top: 45px;
    }
    .trip-details:hover h4 {
        margin-bottom: 20px;
    }
    .plan-content h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .plan-content p {
        color: #fff;
        font-size: 20px;
        line-height: 22px;
        max-width: 80%;
    }
    .plan-btn {
        margin-top: 95px;
    }
    .plan-btn .theme-btn{
        padding: 11px 37px 9px 37px;
    }
    .hl-desc h4 {
        font-size: 24px;
    }
    .hl-desc span {
        font-size: 16px;
    }
    .highlits-head.high-insta .high-title h2 {
        font-size: 80px;
    }
    .single-blog .blog-content h4 {
        font-size: 30px;
        line-height: 32px;
    }
    .single-blog .blog-content {
        padding: 0 55px;
    }
    .single-blog .blog-content p {
        font-size: 18px;
    }
    .newsl-title {
        font-size: 22px;
    }
    .site-header .navigation li a {
        font-size: 22px;
        font-family: 'Diodrum Semibold', Arial, sans-serif;
    }
    .menu-right li a {
        font-size: 22px;
        font-family: 'Diodrum Medium', Arial, sans-serif;
    }
    .where-stay-single .trip-details {
        top: 87%;
    }
    .single-package.where-stay-single:hover .trip-details {
        transform: translateY(-51%);
    }
    .where-stay-single .trip-details {
        padding: 25px 42px 50px !important;
    }
    .high-social li a {
        color: #fff;
        display: block;
        font-size: 23px;
    }
    .high-social {
        margin-top: 30px;
    }
    .ticon-img img {
        max-width: 22px;
        margin-left: 12px;
        top: 9px;
    }
    .lag-menu-w .ticon-img img {
        top: 4px !important;

    }
    .trip-search .form-group .form-control input, .trip-search .form-group b {
        font-size: 22px;
    }
    .trip-search .form-group .inline-active .form-iconn img {
        width: 40px !important;
        max-width: 30px;
    }
    .list-interest label span {
        font-size: 15px;
    }
    .trip-search .form-group.button .theme-btn {
        font-size: 20px;
        letter-spacing: 2px;
        padding:8px;
    }
    .hero-area, .hero-area .single-slider {
        height: 95vh;
    }

    .trip-search {
        padding: 95px 40px 64px 40px !important;
        max-width: 465px !important;
    }

    .hero-area .single-slider .col-lg-7 {
        width: 63%;
    }
    .welcome-text {
        padding-top: 500px;
        z-index: 333;
        position: relative;
    }
    .trip-search {
        top: 280px;
    }
    .site-header .navigation li .sub-menu li a {
        font-size: 18px;
    }
    .cta .cta-text .rk-section-title p {
        font-size: 40px;
        line-height: 50px;
    }
    .cta .cta-text .rk-section-title p {
        max-width: 100%;
    }
    .p-destination .single-destination:hover .name {
        margin-bottom: 15px;
    }
    .site-header .topbar {
        background: transparent;
        padding: 14.2px 0;
    }
    .covid-update {
        font-size: 18px;
    }
    .site-header .middle-header {
        height: 173px;
        top: 50px;
        padding-top: 40px;
        padding-bottom: 0;
        transition: all 0.3s ease;
    }
    .site-header .logo img {
        max-height: 90px;
    }
    .site-header .main-menu {
        padding-top: 40px;
    }
    .site-header .navigation li a:hover,.site-header .navigation li a:active {
        opacity: 0.8;
        color: #ccc;
    }
    .site-header .navigation li a {
        padding-bottom: 50px;
    }
    .user-dropdown li a {
        font-size: 18px !important;
        line-height: 28px;
    }
    .site-header.sticky .middle-header {
        padding: 15px 0;
        height: 100px;
    }
    .menu-right {
        padding-bottom: 26px;
    }
    .highlits-head.high-insta .high-title h2 {
        font-size: 80px;
        margin-bottom: 10px;
    }
    .high-social li a {
        font-size: 25px;
    }
    .site-header.sticky .menu-right {
        padding-bottom: 0px;
        padding-top: 0;
    }
    .site-header.sticky .search-icon-bar {
        margin-top: 0px;
    }
    .site-header.sticky .header-right-bar {
        padding-top: 12px;
    }
    .site-header.sticky .navigation {
        display: inline-block;
        padding-top: 5px;
    }
    .site-header.sticky .main-menu {
        padding-top: 0;
    }
    .site-header.sticky .navigation li a {
        padding-bottom: 25px;
    }
    .site-header.sticky  .navigation {
        display: inline-block;
        padding-top: 10px;
    }
    .site-header.sticky .customize-experiences {
        top: 85px;
        box-shadow: 0 50px 50px 10px rgb(164 156 156 / 50%);
    }
    .customize-experiences span{
        margin-top:-4px ;
        margin-right:13px;
    }
    .site-header.sticky .navigation li a:hover {
        opacity: 0.7;
        color: #222;
    }
    .p-destination .single-destination:hover.last-dstn {
        transform: scale(1.04);
        overflow: hidden;
    }
    .p-destination .rk-section-title h2{
        margin-top:0px;
    }
    .rk-section-title.white h2, .rk-section-title h2 {
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .plan-single img {
        max-width: 70px;
        width: 70px;
        height: initial;
        max-height: 70px;
    }
    .plan-single {
        max-width: 100%;
        margin-top: 100px;
    }
    .where-stay-single .trip-details p {
        width: 70%;
    }
    .page-banner {
        min-height: 850px;
        max-height: 1000px;
        padding-bottom: 55px;
    }
    .banner-text h1 {
        color: #fff;
        font-size: 120px;
        line-height: 110px;
    }
    .banner-text p {
        font-size: 32px;
        line-height: 34px;
        padding:20px 0 40px;
    }

    .page-template-template-trip .banner-text p {
        font-size: 32px;
        line-height: 34px;
        padding: 20px 0px 40px;
    }
    .ac-active-right h5 {
        font-size: 18px;
    }
    .ac-active-right p {
        font-size: 22px;
    }
    .single-ac-list p a, .single-ac-list p b{
        font-size:22px;
    }
    .activities-lists-top {
        padding: 60px 45px 50px;
    }
    .single-ac-list {
        margin-bottom: 40px;
    }
    .single-ac-list .sc-icon {
        width: 38px;
        margin-left: 20px;
    }
    .asingle-desc.big-text p {
        font-size: 30px;
        line-height: 40px;
        color: #27334D;
        font-family: 'Diodrum Medium', Arial, sans-serif;
    }
    .asingle-desc p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 22px;
    }
    .cta.plan-trip .rk-section-title h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .cta.plan-trip .rk-section-title p {
        font-size: 24px;
        line-height: 31px;
        padding-bottom: 0px;
    }
    .cta.plan-trip.section .theme-btn {
        padding: 11px 30px;
    }
    .big-heading h2{
        font-size:60px;
        line-height:60px;
    }
    .cta-text .rk-section-title.big-heading h2 {
        font-size: 60px !important;
        margin-bottom: 60px !important;
        line-height: 60px;
        color: #27334D;
    }
    .s-close-btn{
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 20px;
        max-width: 20px;
        cursor: pointer;
    }

    .popup-register-signup,.popup-register-signin {
        width: 720px;
        padding: 70px 30px;
    }
    .regi-form-inner {
        padding: 0 45px;
    }
    .popup-form-title h2 {
        font-size: 35px;
    }
    .cta.section{
        min-height: 800px;
    }
    .cta-text {
        padding-top: 165px;
    }
    .cta .cta-text .rk-section-title span {
        display: block;
        line-height: 50px;
        font-size: 40px;
        margin-top: 80px;
        width: 100%;
        font-family: 'Diodrum Regular', Arial, sans-serif;
    }
    .instag.section{
        padding-bottom:200px 0 200px ;
    }
    .eventf.section{
        padding-bottom:175px 0 130px ;
    }
    .where-to-stay .rk-section-title.white h2, .where-to-stay.rk-section-title h2
    {
        margin-bottom: 70px;
    }
    .where-stay-single{
        box-shadow: 0px 0px 15px #0000004f;
    }
    .blog-area .rk-section-title.white h2, .blog-area.rk-section-title h2 {
        margin-bottom: 70px;
    }
    .single-blog{
        border-bottom: 1px solid #ddd;
    }
    .c-input-field-item.compliance{
        margin-top: 10px;
    }
    .site-header.sticky .navigation li .sub-menu .submenu{
        top:0px;
    }
    .customize-main.style2 .trip-search {
        top: 280px;
    }
    .site-header.header-search-bar{
        top:40px;
    }
    .site-header.header-search-bar input{
        color:#fff;
    }
    .site-header.sticky.header-search-bar{
        top:0;
        color:#000;
    }
    .trip-search .sp-quantity .sp-input input {
        color: #E56300 !important;
        margin-top: 8px !important;
    }

}
/* end of 1920px css  start of general css */

.ui-corner-all{
    position:relative;
}
.ui-corner-all::before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 30px;
    margin: 0 9px;
    top: 0;
}
.ui-datepicker-prev.ui-corner-all:before {
    content: "\f104";
}
.ui-datepicker-next.ui-corner-all:before{
    content: "\f105";
}

.ui-corner-all {
}
.ui-datepicker-header a {
    width: 20px;
    height: 20px;
    padding: 0;
    color: #000 !important;
}
.ui-datepicker-header  .ui-icon {
    display: none !important;
}

.ui-corner-all {
}
.ui-datepicker-header a {
    width: 20px;
    height: 20px;
    padding: 0;
    color: #000 !important;
    margin-top: 10px;
}
.ui-datepicker-header  .ui-icon {
    display: none !important;
}
.ui-corner-all.ui-state-hover {
    display: ;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    top:initial;
    top:9px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 10px;
}
.stay-head img {
    width: 100%;
}
.hide-on-desktop {
    display: none !important;
}
.sbi-owl-next, .sbi-owl-nav .sbi-owl-prev {
    top: -15px !important;
    background: transparent;
    margin-right: 0;
    margin-left: 0 !important;
    padding: 0;
}
.sbi-owl-nav .sbi-owl-next img,  .sbi-owl-nav .sbi-owl-prev img{
    transform: scale(1) !important;
}
.sbi-owl-nav .sbi-owl-next img:hover,  .sbi-owl-nav .sbi-owl-prev img:hover{
    transform: scale(1) !important;
}
#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {

    transform: scale(1.2) !important;
}



/*======================================
	Plan Timeline & Tab
========================================*/
.page-banner.planner-bc {
    min-height: 620px;
}
.page-banner.planner-bc {
    padding-bottom: 40px;
}
.page-banner.planner-bc .banner-text h1 {
    margin-bottom: 25px;
}
.page-banner.planner-bc p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}
.banner-top-date {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-right: 4px;
}
.planner-update-date {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}
.page-b-list {
    display: flex;
    gap: 20px;
}
.page-b-list li a {
    width: 60px;
    height: 60px;
    background: #27334D 100% 0% no-repeat padding-box;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
}
.page-b-list li img {
    max-width: 20px;
    z-index: 1;
    overflow: revert;
    position: relative;
}
.page-b-list li a{
    position: relative;
}
.page-b-list li a::before, .side-arrow.right-side::before {
    content: "";
    content: "";
    position: ;
    position: absolute;
    background: transparent linear-gradient(-95deg, #A20054 0%, #F1802A 100%) 100% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 100%;
    z-index: 1;
    transform: scale(0.2);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.page-b-list li:hover a:before, .side-arrow.right-side:hover:before{
    opacity: 1;
    visibility: visible;
    transform: scale(1);

}
.plan-s-title {
}
.plan-s-title {
    color: #5D6577;
    font-size: 20px;
}


.single-plan-list {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #fff;
    box-shadow: 0px 0px 15px #00000017;
}

.side-arrow {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 8px 6px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 15px #00000042;
    transition: all 0.2s ease;
}
.single-plan-list {
    position: relative;
}
.side-arrow.right-side {
    left: 0;
}
.side-arrow.left-side {
    right: 0;
}
.side-arrow.right-side {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    padding: 0;
}
.side-arrow a {
    display: block;
    width: 100%;
    height: 100%;
}
.side-arrow.right-side img {
    max-width: 19px;
    z-index: 3;
    position: relative;
}
.single-plan-list:hover .side-arrow{
    opacity: 1;
    visibility: visible;
}
.side-arrow.left-side {
    display:none !important;
}
.single-plan-list:hover .left-side {
    transform: translateX(26px);
}
.single-plan-list:hover .right-side {
    transform: translateX(-60px);
}
.side-arrow.right-side {
}
.sc-plan-content {
    width: 60%;
    padding-left: 20px;
}
.sc-plan-content h3 {
    font-size: 18px;
    align-items: center;
    margin-bottom: 5px;
}
.sc-cat-name {
    border: 2px solid #979CA7;
    display: inline-block;
    padding: 0 10px;
    color: #979CA7;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 19px;
}
.schedule-button {
    margin-top: 20px;
    text-align: left;
}

.schedule-button .theme-btn {
    padding: 5px 10px;
}
.schedule-button .theme-btn i {
    margin-left: 5px;
}
.schedule-button .theme-btn img {
    max-width: 11px;
    margin-left: 5px;
}
.schedule-button .btn-text {
    display: flex;
    align-items: center;
}
.sfm-left-side {
    margin-top: 65px;
    margin-bottom: 50px;
}
.plann-date,.circle-line-bar{
    color: #E56300;
}
.plann-date {
    background: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    box-shadow: 0px 7px 15px #00000017;
    position: relative;
    width: 180px;
    text-align: center;
    margin-right: -50px;
}
.sfm-left-side {
}
.sc-list {
    margin-top: 20px;
}
.sc-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 30px;
    color: #5D6577;
}
.sc-list-icon img {
    max-width: 18px;
}
.schedule-button-two a{
    padding:10px 15px;
    border-radius:50px;
}
.schedule-button-two .theme-btn {
    padding: 8px 15px;
}
.sc-list li a {
    color: #E56300;
}
.schedule-button-two .theme-btn::before {
    border-radius: 50px;
}

.planner-book-list {
    position: relative;
}
.planner-book-list::before {
    content: "";
    position: absolute;
    right: 32px;
    height: 100%;
    width: 4px;
    background: #E56300;
}
.single-plan-book {
    z-index: 333;
    position: relative;
}
.circle-line-bar {
    margin-top: 60px;
    margin-bottom: 45px;
}
.circle-line-bar:last-child {
}
.circle-line-bar .icon-circle {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: linear-gradient(to right, #FF4B2B, #C83456);
    color: #fff !important;
    text-align: center;
    line-height: 64px;
    border-radius: 100%;
    margin-left: 10px;
}
.circle-line-bar .icon-circle img {
    max-width: 30px;
}
.planner-time-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.planner-time-menu-line {
}
.planner-time-menu-line {
    background: #27334d;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.planner-time-menu {
    display: flex;
    gap: 30px;
    text-align: center;
    justify-content: center;
}
.planner-time-menu li{}
.planner-time-menu a {
    color: #979CA7;
    padding: 15px 0px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
}
.planner-time-menu li.active a,
.planner-time-menu li:hover a{
    color:#E56300;
    border-bottom-color:#E56300;
}
.theme-btn.theme-gr.tab-btn {
    overflow: hidden;
}
.trip-sidebar-tab{
    position:relative;
}
.tr-icon-img img {
    max-width: 20px;
}
.trip-tab-side {
    background: transparent;
}
.trip-tab-side li a {
    background: transparent;
    border: none;
    padding: 0;
}
.trip-tab-side li .tr-icon-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 0px 15px #00000024;
    margin-left: 10px;
    z-index: 1;
    position: relative;
}
.trip-tab-side li .list-group-item.single-tab-item{
    background: transparent;
    color: #5D6577;
}
.trip-tab-side li .list-group-item.single-tab-item:hover,
.trip-tab-side li .list-group-item.single-tab-item.active{
    color:#E56300;
}
.trip-tab-side li {
    margin-top: 45px;
}
.trip-tab-side li:last-child {
}
.trip-sidebar-tab::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 3px;
    height: 100%;
    background: #E56300;
}
.single-tab-item.active span {
    transform: perspective(1px) translateZ(0);
    border: none;
    background: linear-gradient(to right, #FF4B2B, #C83456);
    transition:all 0.3s ease;
}
.tab-map-top {
    padding-left: 70px;
}

.map-frame iframe{
    height:550px;
}
.map-address {
    position: absolute;
    top: 50px;
    z-index: 333;
    background: #fff;
    padding: 20px 30px 20px 90px;
    right: 50px;
    box-shadow: 0px 3px 30px #0000001a;
}
.tab-map-area {
}
.map-frame {
    position: relative;
}
.map-address ul {
    display: flex;
    justify-content: ;
    gap: 20px;
    font-size: ;
    margin-top: 5px;
}
.map-address ul li {
    font-size: 12px;
    text-transform: uppercase;
}
.map-address ul li img {
    max-width: 13px;
    margin-left: 5px;
}
.map-address h4 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}
#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo {
    transition: all 0.3s ease;
}
.map-cats {
    border: 2px solid #E56300;
    color: #E56300;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 30px;
    line-height: initial;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .plann-date {
        margin-right: -25px;
    }
    .tab-map-top {
        padding-left: 25px;
    }
    .trip-search{
        max-width: 400px;
        padding: 65px 40px 35px 40px !important;
    }
}
@media only screen  and (min-width: 322px) and (max-width: 360px) {
    .trip-search.mobile-search{
        margin:0 !important;
    }
    .daterangepicker{
        max-width: 270px;
    }
    .daterangepicker .drp-calendar.left .calendar-table{
        max-width: 262px;
    }
    .trip-search.mobile-search .form-group .form-control input, .trip-search .form-group .current {
        font-size: 16px;
    }
    .trip-details {
        top: 82%;
    }
    .where-stay-single .trip-details {
        top: 70%;
    }
    .hide-on-mobile{
        display: none !important;
    }
    .hide-on-desktop{
        display:block !important;
    }
    .section {
        padding:50px 0;
    }
    .site-header .logo {
        text-align: center;
    }
    .site-header .logo a {
        width: 100%;
        display: block;
    }
    .hero-area, .hero-area .single-slider{
        height:95vh;
    }
    .page-banner {
        height: 846px !important;
    }
    .site-header .navigation,.site-header .topbar{
        display: none;
    }
    .site-header.sticky .customize-experiences {
        top: 10px;
    }
    .site-header.sticky .trip-search {
        top: 65px;
    }
    .p-destination .single-destination {
        height: 300px;
    }
    .mobile-menu-actives .lag-menu-w {
        background: transparent;
        border: none;
        width: 100px;
        left: 5px;
        float: left;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu-actives .lag-menu-w.nice-select::after {
        display: none;
    }
    .mobile-menu-actives .lag-menu-w li {
        color: #333;
        text-align: right;
        height: initial;
    }
    .mobile-menu-actives .lag-menu-w:focus {
        box-shadow: none;
    }
    .mobile-menu-actives{
        display:block;
    }
    .mobile-nav a:hover {
        color: #FF4B2B;
    }

    .my-trip-menu-inside {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .my-trip-menu {
        margin-top: 30px;
    }
    .my-trip-menu-inside li img {
        margin-left: 10px;
        width: 22px;
        margin-top: -10px;
    }
    .my-trip-menu-inside li a {
        color: #fff;
        font-size: 22px;
        font-family: "Diodrum Semibold";
        line-height: 22px;
    }
    .customize-experiences {
        width: 100%;
        top: 24px;
        font-size: 13px;
        padding: 5px 15px;
    }
    .customize-experiences h3 {
        font-size: 13px;
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        top: 0;
    }
    .site-header .middle-header{
        top:0;
    }
    .site-header .middle-header {
        background: #fff;
        padding: 10px 0;
        z-index: 99999;
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        z-index: 333;
        top: 40px;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 30px;
        height: 20px;
    }
    .mobile-menu-icon:hover{
        color:#FF4B2B
    }
    .mobile-menu-icon.active {
        height: 40px;
    }
    .menu-mobile-vers{
        display:block;
        text-align: center;
    }
    .mobile-menu-actives {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99998;
        display: block;
        transform: translateX(-100%);
        visibility: hidden;
        padding-top: 95px;
        text-align: center;
        transition: all 0.5s linear;
        background: #2A3347ED 100% 0 no-repeat padding-box;
        box-shadow: 0 64px 47px #0000009E;
    }
    .mobile-menu-actives.active {
        visibility: visible;
        transform: translateX(0%);
        transition: all 0.3s linear;
        overflow:scroll;
    }

    .mobile-menu-actives.active .mobile-nav li ul li a {
        font-size: 14px;
        line-height: 22px;
        opacity:0.8;
    }
    .mobile-menu-actives.active .mobile-nav li ul {
        border-top: 1px solid #eeeeee40;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_menu {
        background: transparent;
    }
    .mobile-nav a {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        transform: translateX(-70px);
        transition: all 0.4s ease;
        font-family: "Diodrum Semibold";
        line-height: 22px;
    }
    .mobile-menu-actives.active .mobile-nav a{
        transform: translateX(0px);
        transition:all 0.7s ease;
    }
    .mobile-nav {
        overflow: visible;
        display: block !important;
        text-align: center;
        padding-top: 35px;
    }
    .slicknav_btn {
        display: none;
    }
    .mobile-nav li {
        padding-bottom: 10px;
    }
    .mobile-nav li:last-child{
        border:none;
    }

    .mobile-menu-icon .icon-bar {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
    }
    .mobile-menu-icon .icon-bar.icon-bar-2 {
        top: 6px;
    }
    .mobile-menu-icon .icon-bar.icon-bar-3 {
        top: 12px;
    }

    .mobile-menu-icon .icon-bar{
        transition:all 0.5s ease;
    }
    .mobile-menu-icon.active .icon-bar-2 {
        opacity: 0;
        visibility: hidden;
    }
    .mobile-menu-icon.active .icon-bar-1 {
        transform: rotate(-45deg);
    }
    .mobile-menu-icon.active .icon-bar-3 {
        transform: rotate(45deg);
        top: 0;
    }
    .mobile-menu-actives .high-social {
        margin-top: 70px;
    }
    .mobile-search-bar input {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        height: 36px;
        padding: 0 30px 0 15px;
    }
    .mobile-search-bar {
        margin-top: 30px;
    }
    .mobile-search-bar form {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-btn {
    }
    .mobile-search-bar {
        position: relative;
    }
    .mobile-search-bar form .search-btn {
        position: absolute;
        right: 9px;
        top: 7px;
        background: transparent;
        border: none;
        max-width: 18px;
    }
    .close-sm-menu {
        position: absolute;
        top: 57px;
        left: -13px;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        font-size: 13px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        border: none;
        color: #fff;
    }
    .close-sm-menu:hover {
        opacity: 0.6;
    }
    .panel-name {
        text-align: center;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        color: #fff;
        padding: 10px;
        font-weight: 700;
    }

    .site-header .logo .logo-one {
        opacity: 0;
        visibility: hidden;
    }
    .site-header .logo .logo-two {
        opacity: 1;
        visibility: visible;
    }


    .menu-right {
        display: none;
    }
    .site-header .navigation li {
        padding: 0  7px;
    }
    .hero-area {
        position: relative;
    }
    .welcome-text {
        padding-top: 115px;
    }
    .trip-search {
        max-width: 100%;
        width:100%;
    }
    .trip-search {
        top: 110px;
        padding: 30px;
    }
    .customize-main .trip-search{
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .customize-main.active .trip-search {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }
    .site-header.sticky .trip-search {
        opacity: 0;
        visibility: hidden;
    }

}

@media only screen  and (min-width: 362px) and (max-width: 384px) {
    .trip-search.mobile-search{
        margin:0 !important;
    }
    .trip-search.mobile-search .form-group .form-control input {
        font-size: 16px;}
    .trip-search.mobile-search .form-group .form-control input, .trip-search .form-group .current {
        font-weight: 700;
        font-size: 16px;
    }
    .trip-details {
        top: 84%;
    }
    .where-stay-single .trip-details {
        top: 72%;
    }
    .hide-on-mobile{
        display: none !important;
    }
    .hide-on-desktop{
        display:block !important;
    }
    .section {
        padding:50px 0;
    }
    .site-header .logo {
        text-align: center;
    }
    .site-header .logo a {
        width: 100%;
        display: block;
    }
    .hero-area, .hero-area .single-slider{
        height:95vh;
    }
    .page-banner {
        height: 846px !important;
    }
    .site-header .navigation,.site-header .topbar{
        display: none;
    }
    .site-header.sticky .customize-experiences {
        top: 10px;
    }
    .site-header.sticky .trip-search {
        top: 65px;
    }
    .p-destination .single-destination {
        height: 300px;
    }
    .mobile-menu-actives .lag-menu-w {
        background: transparent;
        border: none;
        width: 100px;
        left: 5px;
        float: left;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu-actives .lag-menu-w.nice-select::after {
        display: none;
    }
    .mobile-menu-actives .lag-menu-w li {
        color: #333;
        text-align: right;
        height: initial;
    }
    .mobile-menu-actives .lag-menu-w:focus {
        box-shadow: none;
    }
    .mobile-menu-actives{
        display:block;
    }
    .mobile-nav a:hover {
        color: #FF4B2B;
    }

    .my-trip-menu-inside {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .my-trip-menu {
        margin-top: 30px;
    }
    .my-trip-menu-inside li img {
        margin-left: 10px;
        width: 22px;
        margin-top: -10px;
    }
    .my-trip-menu-inside li a {
        color: #fff;
        font-size: 22px;
        font-family: "Diodrum Semibold";
        line-height: 22px;
    }
    .customize-experiences {
        width: 100%;
        top: 24px;
        font-size: 13px;
        padding: 5px 15px;
    }
    .customize-experiences h3 {
        font-size: 13px;
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        top: 0;
    }
    .site-header .middle-header{
        top:0;
    }
    .site-header .middle-header {
        background: #fff;
        padding: 10px 0;
        z-index: 99999;
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        z-index: 333;
        top: 40px;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 30px;
        height: 20px;
    }
    .mobile-menu-icon:hover{
        color:#FF4B2B
    }
    .mobile-menu-icon.active {
        height: 40px;
    }
    .menu-mobile-vers{
        display:block;
        text-align: center;
    }
    .mobile-menu-actives {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99998;
        display: block;
        transform: translateX(-100%);
        visibility: hidden;
        padding-top: 95px;
        text-align: center;
        transition: all 0.5s linear;
        background: #2A3347ED 100% 0 no-repeat padding-box;
        box-shadow: 0 64px 47px #0000009E;
    }
    .mobile-menu-actives.active {
        visibility: visible;
        transform: translateX(0%);
        transition: all 0.3s linear;
        overflow: scroll;
    }

    .mobile-menu-actives.active .mobile-nav li ul li a {
        font-size: 14px;
        line-height: 22px;
        opacity:0.8;
    }
    .mobile-menu-actives.active .mobile-nav li ul {
        border-top: 1px solid #eeeeee40;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_menu {
        background: transparent;
    }
    .mobile-nav a {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        transform: translateX(-70px);
        transition: all 0.4s ease;
        font-family: "Diodrum Semibold";
        line-height: 22px;
    }
    .mobile-menu-actives.active .mobile-nav a{
        transform: translateX(0px);
        transition:all 0.7s ease;
    }
    .mobile-nav {
        overflow: visible;
        display: block !important;
        text-align: center;
        padding-top: 35px;
    }
    .slicknav_btn {
        display: none;
    }
    .mobile-nav li {
        padding-bottom: 0px;
    }
    .trip-search .form-group .inline-active {
        font-size: 11px;
    }
    .trip-search .form-group .inline-active .form-iconn {
        max-width: initial;
        width: 18px;
    }
    .trip-search .form-group .inline-active .form-iconn {
        max-width: initial;
        width: 18px;
        margin: -3px 0 0px 13px;
    }
    .quantity-main.boxed-quantity .sp-quantity .quntity-input {
        height: 34px;
    }
    .trip-search.mobile-search .form-group .form-control input {
        font-size: 20px;
    }
    .trip-search.mobile-search .list-interest .checkbox-inline span {
        font-size: 10px;
    }
    .trip-search.mobile-search .form-group .form-control input, .trip-search .form-group .current {
        font-size: 16px;
    }
    .mobile-nav li:last-child{
        border:none;
    }

    .mobile-menu-icon .icon-bar {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
    }
    .mobile-menu-icon .icon-bar.icon-bar-2 {
        top: 6px;
    }
    .mobile-menu-icon .icon-bar.icon-bar-3 {
        top: 12px;
    }

    .mobile-menu-icon .icon-bar{
        transition:all 0.5s ease;
    }
    .mobile-menu-icon.active .icon-bar-2 {
        opacity: 0;
        visibility: hidden;
    }
    .mobile-menu-icon.active .icon-bar-1 {
        transform: rotate(-45deg);
    }
    .mobile-menu-icon.active .icon-bar-3 {
        transform: rotate(45deg);
        top: 0;
    }
    .mobile-menu-actives .high-social {
        margin-top: 70px;
    }
    .mobile-search-bar input {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        height: 36px;
        padding: 0 30px 0 15px;
    }
    .mobile-search-bar {
        margin-top: 30px;
    }
    .mobile-search-bar form {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-btn {
    }
    .mobile-search-bar {
        position: relative;
    }
    .mobile-search-bar form .search-btn {
        position: absolute;
        right: 9px;
        top: 7px;
        background: transparent;
        border: none;
        max-width: 18px;
    }
    .close-sm-menu {
        position: absolute;
        top: 57px;
        left: -13px;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        font-size: 13px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        border: none;
        color: #fff;
    }
    .close-sm-menu:hover {
        opacity: 0.6;
    }
    .panel-name {
        text-align: center;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        color: #fff;
        padding: 10px;
        font-weight: 700;
    }

    .site-header .logo .logo-one {
        opacity: 0;
        visibility: hidden;
    }
    .site-header .logo .logo-two {
        opacity: 1;
        visibility: visible;
    }


    .menu-right {
        display: none;
    }
    .site-header .navigation li {
        padding: 0 7px;
    }
    .hero-area {
        position: relative;
    }
    .welcome-text {
        padding-top: 115px;
    }
    .trip-search {
        max-width: 100%;
        width:100%;
    }
    .trip-search {
        top: 110px;
        padding: 30px;
    }
    .customize-main .trip-search{
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .customize-main.active .trip-search {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }
    .site-header.sticky .trip-search {
        opacity: 0;
        visibility: hidden;
    }

}

@media only screen  and (min-width: 386px) and (max-width: 412px) {
    .trip-details {
        top: 84%;
    }
    .where-stay-single .trip-details {
        top: 74%;
    }
    .hide-on-mobile{
        display: none !important;
    }
    .hide-on-desktop{
        display:block !important;
    }
    .section {
        padding:50px 0;
    }
    .site-header .logo {
        text-align: center;
    }
    .site-header .logo a {
        width: 100%;
        display: block;
    }
    .hero-area, .hero-area .single-slider{
        height:95vh;
    }
    .page-banner {
        height: 846px !important;
    }
    .site-header .navigation,.site-header .topbar{
        display: none;
    }
    .site-header.sticky .customize-experiences {
        top: 10px;
    }
    .site-header.sticky .trip-search {
        top: 65px;
    }
    .p-destination .single-destination {
        height: 300px;
    }
    .mobile-menu-actives .lag-menu-w {
        background: transparent;
        border: none;
        width: 100px;
        left: 5px;
        float: left;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu-actives .lag-menu-w.nice-select::after {
        display: none;
    }
    .mobile-menu-actives .lag-menu-w li {
        color: #333;
        text-align: right;
        height: initial;
    }
    .mobile-menu-actives .lag-menu-w:focus {
        box-shadow: none;
    }
    .mobile-menu-actives{
        display:block;
    }
    .mobile-nav a:hover {
        color: #FF4B2B;
    }

    .my-trip-menu-inside {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .my-trip-menu {
        margin-top: 30px;
    }
    .my-trip-menu-inside li img {
        margin-left: 10px;
        width: 22px;
        margin-top: -10px;
    }
    .my-trip-menu-inside li a {
        color: #fff;
        font-size: 22px;
        font-family: "Diodrum Semibold";
        line-height: 22px;
    }
    .customize-experiences {
        width: 100%;
        top: 24px;
        font-size: 13px;
        padding: 5px 15px;
    }
    .customize-experiences h3 {
        font-size: 13px;
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        top: 0;
    }
    .site-header .middle-header{
        top:0;
    }
    .site-header .middle-header {
        background: #fff;
        padding: 10px 0;
        z-index: 99999;
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        z-index: 333;
        top: 40px;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 30px;
        height: 20px;
    }
    .mobile-menu-icon:hover{
        color:#FF4B2B
    }
    .mobile-menu-icon.active {
        height: 40px;
    }
    .menu-mobile-vers{
        display:block;
        text-align: center;
    }
    .mobile-menu-actives {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99998;
        display: block;
        transform: translateX(-100%);
        visibility: hidden;
        padding-top: 95px;
        text-align: center;
        transition: all 0.5s linear;
        background: #2A3347ED 100% 0 no-repeat padding-box;
        box-shadow: 0 64px 47px #0000009E;
    }
    .mobile-menu-actives.active {
        visibility: visible;
        transform: translateX(0%);
        transition: all 0.3s linear;
        overflow: scroll;
    }

    .mobile-menu-actives.active .mobile-nav li ul li a {
        font-size: 14px;
        line-height: 22px;
        opacity:0.8;
    }
    .mobile-menu-actives.active .mobile-nav li ul {
        border-top: 1px solid #eeeeee40;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_menu {
        background: transparent;
    }
    .mobile-nav a {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        transform: translateX(-70px);
        transition: all 0.4s ease;
        font-family: "Diodrum Semibold";
        line-height: 22px;
    }
    .mobile-menu-actives.active .mobile-nav a{
        transform: translateX(0px);
        transition:all 0.7s ease;
    }
    .mobile-nav {
        overflow: visible;
        display: block !important;
        text-align: center;
        padding-top: 35px;
    }
    .slicknav_btn {
        display: none;
    }
    .mobile-nav li:last-child{
        border:none;
    }

    .mobile-menu-icon .icon-bar {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
    }
    .mobile-menu-icon .icon-bar.icon-bar-2 {
        top: 6px;
    }
    .mobile-menu-icon .icon-bar.icon-bar-3 {
        top: 12px;
    }

    .mobile-menu-icon .icon-bar{
        transition:all 0.5s ease;
    }
    .mobile-menu-icon.active .icon-bar-2 {
        opacity: 0;
        visibility: hidden;
    }
    .mobile-menu-icon.active .icon-bar-1 {
        transform: rotate(-45deg);
    }
    .mobile-menu-icon.active .icon-bar-3 {
        transform: rotate(45deg);
        top: 0;
    }
    .mobile-menu-actives .high-social {
        margin-top: 70px;
    }
    .mobile-search-bar input {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        height: 36px;
        padding: 0 30px 0 15px;
    }
    .mobile-search-bar {
        margin-top: 30px;
    }
    .mobile-search-bar form {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-btn {
    }
    .mobile-search-bar {
        position: relative;
    }
    .mobile-search-bar form .search-btn {
        position: absolute;
        right: 9px;
        top: 7px;
        background: transparent;
        border: none;
        max-width: 18px;
    }
    .close-sm-menu {
        position: absolute;
        top: 57px;
        left: -13px;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        font-size: 13px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        border: none;
        color: #fff;
    }
    .close-sm-menu:hover {
        opacity: 0.6;
    }
    .panel-name {
        text-align: center;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        color: #fff;
        padding: 10px;
        font-weight: 700;
    }

    .site-header .logo .logo-one {
        opacity: 0;
        visibility: hidden;
    }
    .site-header .logo .logo-two {
        opacity: 1;
        visibility: visible;
    }


    .menu-right {
        display: none;
    }
    .site-header .navigation li {
        padding: 0 7px;
    }
    .hero-area {
        position: relative;
    }
    .welcome-text {
        padding-top: 115px;
    }
    .trip-search {
        max-width: 100%;
        width:100%;
    }
    .trip-search {
        top: 110px;
        padding: 30px;
    }
    .customize-main .trip-search{
        opacity:1;
        visibility:visible;
        transform: translateY(0%);
    }
    .customize-main.active .trip-search {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }
    .site-header.sticky .trip-search {
        opacity: 0;
        visibility: hidden;
    }
    .customize-main.active .customize-experiences {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .customize-main .customize-experiences {
        top:10px;
    }
    .customize-main .customize-experiences img{
        height: 13px;
        margin-bottom: 4px;
    }

}
@media only screen and (max-width: 767px) {
    .trip-search.mobile-search .list-interest .checkbox-inline.active span {
        color: #706868 !important;
        border: 2px solid #706868 !important;
    }
    #mobile-calendar, #mobile-calendar-2{
        bottom:30px;
    }
    span.line {
        padding: 0px 0px;
        margin-right: 0;
    }
    .plann-date {
        margin-right: -25px;
    }
    .single-plan-list {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sc-plan-content {
        width: 100%;
        padding: 20px 30px;
    }
    .plann-date {
        margin-right: 0px;
    }
    .planner-time-top {
        display: block;
    }
    .planner-time-button {
        margin-top: 15px;
    }
    .planner-time-top {
        padding-bottom: 15px;
    }
    .tab-map-top {
        padding-left: 0px;
    }
    .map-address {
        padding: 20px 20px 20px 40px;
        right: 20px;
    }
    .map-frame iframe{
        height:250px;
    }
    .trip-sidebar-tab {
        margin-top: 30px;
    }
    .trip-pages {
        padding: ;
        padding-right: 15px;
        padding-left: 30px;
    }
    .side-arrow.right-side {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .single-plan-list:hover .right-side {
        transform: translateX(-41px);
    }
    .side-arrow.right-side img {
        max-width: 16px;
    }
    .side-arrow.left-side img {
        max-width: 13px;
    }
}

/*======================================
	Font face font family
========================================*/


@font-face {
    font-family: 'Diodrum Regular';
    src: url('newvrak/fonts/diodrumarabic-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Diodrum Bold';
    src: url('newvrak/fonts/diodrumarabic-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Diodrum Semibold';
    src: url('newvrak/fonts/diodrumarabic-semibold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'Diodrum Light';
    src: url('newvrak/fonts/diodrumarabic-light-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Diodrum Medium';
    src: url('newvrak/fonts/diodrumarabic-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*======================================
	Login and Register
========================================*/
.half-left{
    width: 48%;
    float:right;
}
.half-right{
    width:48%;
    float:right;
}
.ur-frontend-form{
    border: 0px solid transparent;
}
popup-register-signup label{
    float:right;
    text-transform: uppercase;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:last-child {
    margin-top: 30px !important;
}
.ur-frontend-form .ur-button-container .ur-submit-button{
    width: 100%;
    background: transparent linear-gradient(
            -95deg
            , #A20054 0%, #F1802A 100%) 100% 0% no-repeat padding-box;
    border: none;
    padding: 10px 0;
    text-transform: uppercase;
    color: white;
}
.ur-frontend-form .ur-form-row .ur-form-grid select {
    width: 100%;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 25px;
    color: #000000;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: transparent;
    border: none;
}
#ui-datepicker-div {
    width: 425px !important;
    left: 108px;
    right: initial !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: transparent;
    border: none;
    padding: 10px;
    color: #000000;
    text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    display: ;
}
.ui-datepicker-current-day {
    background: linear-gradient(to right, #FF4B2B, #C83456);
    color:#fff !important;
}
.ui-datepicker-title {
}

.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today {
}
.ui-datepicker-calendar tr td {
    background: transparent !important;
}
.ui-datepicker-calendar tr td a {
    border: none !important;
    background: transparent !important;
    color: #000 !important;
    border-radius: 30px !important;
    font-size: 16px;
}
.ui-datepicker-calendar tr td.ui-datepicker-current-day a,.ui-datepicker-calendar tr td:hover a{
    background: linear-gradient(to right, #FF4B2B, #C83456) !important;
    color:#fff !important;;
}

.share-trip {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 25px #00000030;
    position: absolute;
    z-index: 9999;
    margin: auto 0;
    max-width: 624px;
    right: 200px;
    top: 20%;
    display: none;
    right: 0;
    left: 0;
    margin: auto;
}
.schedule-button .theme-btn .btn-text {
    font-size: 14px !important;
}
.checkbox-inline.selected span{
    color:#5C6274;
    background:#353E52 ;

}
.wpml-ls-legacy-dropdown-click a span {
    vertical-align: middle;
    width: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}
.mobile-menu-actives .ticon-img img {
    max-width: 20px;
    margin-left: 1px;
    margin-top: 4px;
}

.wpml-ls-legacy-dropdown-click {
    width: 80px;
    float: left;}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover {
    color: #fff;
    background: transparent;
    border: none;
    background: transparent !important;
}
.wpml-ls-statics-shortcode_actions a {
    background: transparent;
    border: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background: #27334DCC 100% 0% no-repeat padding-box;
    z-index: 99999;
    right: -24px;
    width: 77px;
}
.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus {
    background: transparent;
    opacity: 1;
    visibility: visible;
    z-index: 3333333;
    position: relative;
}
.menu-right .nice-select a span {
    color: #fff !important;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    display: ;
    padding-right: 0;
    width: 58px;
    padding: 0;
}
.menu-right .nice-select a span {
    line-height: initial;
    position: relative;
    width: 2ch;
    top: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    right: -17px;
    top: -4px !important;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
    display:none;
}
.single-widget .sub-menu{
    display:none;
}
.slick-cloned{
    display:none !important;
}
.c-checked-list {
    padding: 0;
    margin-bottom: 20px;
    text-align: right;
    padding-right:10px;
}
.c-checked-list li {
    list-style-type: none;
    margin-bottom: 25px;
    display: block;
    padding-right: 35px;
    position: relative;
    font-size: 18px;
    font-family: 'Diodrum Regular', Arial, sans-serif;
}
.c-checked-list li::before {
    background-image: url(newvrak/images/checkmark-vrak.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: ' ';
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-left: 0;
    position: absolute;
    top: 2px;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    right: 0;

}
.mobile-destination{
    display:none;
}
@media screen and (max-width: 767px) {
    span.line {
        padding: 0px 0px;
        margin-right: 0;
    }
    .hl-desc {
        top: 75%;
    }
    .c-checked-list li::before {
        margin-left: 15px
    }
    .mobile-destination{
        display:block;
    }
    .last-dstn{
        display:none;
    }
    .hide-on-mobile{
        display: none !important;
    }
    .hide-on-desktop{
        display:block !important;
    }
    .newsl-title{
        font-size: 28px;
    }
    .mc4wp-form-fields {
        display: block !important;
    }
    .trip-details {
        padding: 10px;
        top: 80%;
    }
}
.c-checked-list li ul {
    margin-top: 20px;
    padding: 0
}
.c-info-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 0
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .highlits-head.high-insta .high-content {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .highlits-head.high-insta .high-content {
        padding: 0 10px;
    }
    .lag-menu-w .wpml-ls-item-legacy-dropdown-click{
        background-size: 9px !important;
        background-position: 33px 6px !important;
    }
    .site-header .navigation li {
        position: relative;
        padding: 0 6px;
    }
    .trip-details{
        top: 80%;
    }
    .high-title h2 {
        font-size: 45px;
    }
    .highlits-head.high-insta .high-content {
        padding: 0 35px;
    }
    .hl-desc {
        top: 65%;
    }
    .hl-desc {
        position: absolute;
        top: 65%;
    }
    .single-blog{
        border-bottom: 1px solid #ddd;
    }

}
@media screen and (max-width: 991px) {
    .c-info-list {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.c-info-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    list-style-type: none;
    max-width: 50%;
    text-align: right;
    margin-bottom: 10px
}
.pull-right p{
    padding-right:10px;
}
.lag-menu-w .ticon-img {
    top: -4px;
}
.slick-slide img {
    display: block;
    width: 100%;
}
ul.trip-ratting{
    display:none;
}
input.c-input-field{
    color:#fff !important;
}
.page-id-14573 .activities-single .container{
    max-width:1300px
}
.page-id-14573 .ac-single-desc {
    padding: 10px 0;
}
.page-id-14573 .ac-single-desc img{
    padding:5px;
}
.page-id-14573 section.activities-single a{
    color:#FF4B2B;
}
.sbi-owl-nav>div {
    box-shadow: none !important;
    border-radius: 0px !important;
    background: transparent !important;
}
/*======================================
	Login and Register
========================================*/
.half-left{
    width: 48%;
    float:right;
}
.half-right{
    width:48%;
    float:left;
}
.ur-frontend-form{
    border: 0px solid transparent;
}
.user-registration-error{
    color:darkred;
    text-transform: none !important;
    border-top: none;
    background: transparent;
    margin-right: -14px;
}
.popup-register-signup label,.popup-register-signin label{
    float:right;
    text-transform: uppercase;
    clear:both;
}
.ur-frontend-form .ur-form-row .ur-form-grid select {
    width: 100%;
}
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
    border: 1px solid #CFD1D6;
    border-radius: 0px;
    height: 36px;
    box-shadow: 0px 4px 15px #00000014;
    color: #333;
    line-height: 44px;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    line-height: 36px;
}
.ur-frontend-form .nice-select{
    width: 100% !important;
}
.nice-select .list.ur-frontend-form{
    width:100% !important;
}
.mc4wp-alert p{
    font-family: 'Diodrum Regular', Arial, sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
    padding-top: 15px;
}
#country_1641998886_field > div{
    border: 1px solid #CFD1D6;
    border-radius: 0px;
    height: 36px;
    box-shadow: 0px 4px 15px #00000014;
    color: #333;
    line-height: 44px;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    line-height: 36px;
}
.s-close-btn.close-btn {
    position: absolute;
    left: 30px;
    top: 30px;
}
.share-widget-main {
    padding-top: 40px;
}
.slicknav_menu:nth-of-type(2) {
    display:none;
}

#sbi_images .sbi-owl-item .sbi_photo_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 3333;
}
#sbi_images .sbi-owl-item .sbi_photo_wrap:hover a {
    z-index: 99999;
    position: relative;
}
#sbi_images {
    position: relative;
    top: -30px;
}

.wpml-ls-legacy-dropdown-click > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
    width: 60px;
}
.menu-right .nice-select {
    width: 35px;
}
.trip-details p{
    font-family: "Diodrum Regular" !important;
}

#tripModalDelete, #calendarModal, #markedAsBooked{
    z-index: 99999;
}
.trip-search .form-group .form-control.wide input{
    max-width: 100%;
    float:right;
}
input.quantity-input{
    margin-top: 6px !important;
}
.destination-inner .single-act-side {
    width: 600px;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}
.destination-inner .rk-section-title{
    margin-bottom: 0 !important;
}
.quantity-main-lt {
    background: #fff;
    width: 100%;
    padding: 20px 60px;
    border-radius: 25px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.2s ease;
}
.desk-cal ,  .desk-cal-2{
    background: #fff;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.2s ease;
    border-radius: 25px;
}
.desk-cal.active,.desk-cal-2.active{
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    z-index: 999999999999999;
}
.quantity-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.quantity-main:last-child{
    margin:0;
}
.sp-quantity {
    display: flex;
    justify-content: space-between;
    width: 50%;
    position: relative;
    text-align: center;
}
.quantity-main .form-group .form-control.wide input{
    color:#E56300;
    margin-top: 11px;
}
p.quantity{
    font-size: 22px;
    font-family: 'Diodrum Semibold', Arial, sans-serif;
    padding-top: 5px;
}
.inline.sp-input {
    width: 50px;
    text-align: center;
}
.sp-quantity .button {
}
.trip-search .sp-quantity .sp-input input {
    color: #E56300 !important;
    margin-top: 6px !important;
}
.form-iconn {
    cursor: pointer;
}

.inline.sp-input input {
    display: ;
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
}
.sp-quantity .sp-plus a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #E56300;
    border-radius: 100%;
    display: inline-block;
    background: transparent;
    font-size: 36px;
    color: #E56300;
    cursor: pointer;
    font-family: 'Diodrum Light', Arial, sans-serif;
}
.sp-quantity .sp-minus a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #E56300;
    border-radius: 100%;
    display: inline-block;
    background: transparent;
    font-size: 36px;
    color: #E56300;
    cursor: pointer;
    font-family: 'Diodrum Light', Arial, sans-serif;
}
.childnum:before, .petnum:before{
    content:"•";
    padding: 8px;
}
span.line{
    padding: 0px 10px;
}
.home .top-destination .rk-section-title{
    margin-bottom: -30px !important;
}
.home .destination-inner .single-act-side{
    padding-bottom: 50px;
}
.asingle-desc.ur-field-item.field-user_email{
    clear:both;
}
.single-plan-book .plan-thumb img{
    height:300px;
}
.planner-single-sidebar .plan-thumb img{
    width: 150px;
    height:150px;
}
.ur-field-item.field-user_email {
    clear:both;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top:none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    right: -35px !important;
    transition: all 0.1s ease;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
    padding-right:25px;
    transition: all 0.1s ease;
}
li.lag-menu-w:focus{
    box-shadow: none !important;
}
.pull-left{
    float:right;
}
.pull-right{
    float:left;
}
.single-act-side li a.active {
    color: #706868 !important;
    border: 2px solid #706868 !important;
}
.single-act-side.tags ul li a:hover {
    background: transparent;
    color: #706868 !important;
    border: 2px solid #706868 !important;
}
label.selected span{
    color: #706868 !important;
    border: 2px solid #706868 !important;
}

.datepicker td, .datepicker th {
    text-align: center;
    font-family: 'Diodrum Medium', Arial, sans-serif;
    color:#000000;
    font-size: 20px;
    max-width: 22px;
}
.datepicker-switch{
    font-size: 21px;
    font-font: 'Diodrum Semibold', Arial, sans-serif;
}
.datepicker th.dow{
    font-family: "Diodrum Light" , Arial, sans-serif;
}
.review-button{
    border-top: 1px solid #ddd;
    padding-top: 40px;
}
.review-meta p, .review-text p{
    font-size:21px;
    line-height: 21px;
    color: #5D6577;
}
.asingle-reviews h4{
    font-family: "Diodrum Semibold";
    font-size: 34px;
}
.site-header.sticky input[type="search"]:focus {
    color: #0b0b0b;
}
.header-search-inner input[type="search"]:focus{
    color:#fff;
}
span.author-name{
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    font-family: 'Diodrum Semibold', Arial, sans-serif;
}
nav.posts-navigation{
    display: none;
}
h2.entry-header {
    font-size: 24px;
    background: linear-gradient(to left, #ac154f, #e16632);
    padding: 20px;
    color: #fff;
}
section.activities-single{
    padding: 90px 0px;
}
.ac-single-desc{
    padding: 0px !important;
}
asingle-desc.big-text{
    padding-bottom: 90px;
}
.asingle-desc.ur-field-item.field-user_email{
    clear:both;
}

nav.posts-navigation{
    display: none;
}
h2.entry-title {
    font-size: 18px;
    background: linear-gradient(to left, #ac154f, #e16632);
    padding: 20px;
    color: #fff;
}
.entry-summary{
    display:none;
}
article .img{
    max-height:400px !important;
    overflow:hidden;
}
article .img img{
    width:100%;
}
section.not-found{
    padding: 90px 0px;
}
section.not-found .searh-form{
    display:none;
}
.asingle-desc.big-text {
    padding-bottom: 90px;
    text-align: center;
}
.site-header .navigation li .sub-menu .sub-menu {
    right: 100%;
    border-right: 1px solid #000;
    opacity: 0;
    visibility: hidden;
    top: 0;
    display: none;
}
.mobile-popup-topbar .single-act-side.tags{
    display:none;
}
section.activities-single{
    background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.destination-inner .col-lg-3{
    float:right;
}
.quantity-main-lt.active {
    transform: translateY(0%);
    opacity:1;
    visibility: visible;
    z-index: 9999999999;
}
@media only screen and (min-width: 992px) and (max-width: 1499px){
    .menu-right li{
        margin-left: 15px;
    }
}
@media only screen and (min-width:992px) {

    /*-------------------*/
    .lag-menu-w .ticon-img{
        display: none;
    }
    .lag-menu-w .wpml-ls-legacy-dropdown-click,
    .lag-menu-w .wpml-ls-legacy-dropdown-click > ul,
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
        width: auto;
    }
    .lag-menu-w .wpml-ls-legacy-dropdown-click{
        float: none;
        width: 100%;
    }
    .lag-menu-w .wpml-ls-item-legacy-dropdown-click{
        background-position: 15px 0px !important;
        background-image: url(newvrak/images/top-icon-4.png) !important;
        background-repeat: no-repeat !important;
        background-position: 18px 6px !important;
        background-size: 16px !important;
        text-align: left;
    }
    .site-header.sticky .lag-menu-w .wpml-ls-item-legacy-dropdown-click{
        background-image: url(newvrak/images/top-icon-44.png) !important;
    }
    .menu-right .nice-select.lag-menu-w,
    .mobile-menu-actives .nice-select.lag-menu-w{
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0 !important;
        top: 0;
    }
    .menu-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
        top: 100% !important;
        right: -0px !important;
        width: 80px;
        background-color: #0c1322;
        background-color: rgba(12, 19, 34,0.7);
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        box-shadow: 0px 8px 6px -2px rgba(12, 19, 34,0.8);
    }
    .menu-right .nice-select a span,
    .mobile-menu-actives .nice-select a span{
        right: auto;
        top: auto !important;
    }
    .menu-right .nice-select.lag-menu-w,
    .mobile-menu-actives .nice-select.lag-menu-w{
        background-color: transparent;
        transition: all 0.1s ease;
    }
    .menu-right .nice-select.lag-menu-w.open,
    .mobile-menu-actives .nice-select.lag-menu-w.open{
        background-color: #0C1322;
        background-color: rgba(12, 19, 34,0.7);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .nice-select.lag-menu-w:not(.open) .wpml-ls-sub-menu{
        display: none;
    }
    .site-header.sticky .menu-right .nice-select.lag-menu-w.open{
        background-color: #fff;
    }
    .lag-menu-w  a.wpml-ls-item-toggle span{
        display: inline-block;
    }
    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
        padding: 0;
    }
    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
        text-align: left;
    }
    .lag-menu-w a.wpml-ls-item-toggle span,
    .menu-right .nice-select a span{
        width: 2ch;
        overflow: hidden;
        font-weight: normal;
        font-size: 14px;
        padding-top: 1px;
        display: inline-block;
		    margin-left: 16px;
    }
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{
        display: block;
        padding: 0 0 0 20px;
    }
    .menu-right li:hover a{
        opacity: 1 !important;
    }
    .menu-right li:hover>a{
        opacity: 0.8 !important;
    }
}
@media screen and (max-width: 767px){
    .asingle-desc h3{
        padding-bottom: 20px;
        font-family: "Diodrum Semibold";
    }
    .daterangepicker{
        margin-top: -160px !important;
    }
    .trip-search.mobile-search .form-group .man-select-one::after,.trip-search.mobile-search .form-group .cat-select-one::after {
        left: 0px;
        color: #fff;
        border-color: #fff;
        background-image: url(newvrak/images/selector.png);
        width: 12px;
        height: 100%;
        background-repeat: no-repeat;
        transform: none;
        border: none;
        padding: 0;
        position: absolute;
        background-size: 85%;
        content: "";
        margin-top: -25px;
    }
    li.current-menu-item {
        border-bottom: 0px solid #FF4B2B !important;
        margin-top: -1px;
    }
    .saveme, .savelater, .saveme2 {
        padding: 0px 30px !important;
        margin-left: 5px;
    }
    .single-package.animate .d-pick-hover {
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }

    .p-destination .single-destination.animate img{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    .single-destination.animate .hover {
        transform: translateY(-85%);
    }

    .single-package.animate img{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    .single-package.animate .trip-details {
        transform: translateY(-46%);
    }
    .single-hl-slider.animate .hl-desc {
        transform: translateY(-50%);
    }
    .single-hl-slider.animate img{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    .single-package.animate .trip-details {
        padding-top: 10px;
        padding-bottom: 70px;
        transform: translateY(-46%);
    }
    .single-blog.animate .blog-head img{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    .single-package.stay-head.animate .trip-details {
        padding-top: 10px;
        padding-bottom: 50px;
        transform: translateY(-46%);
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a span{
        width: 2ch !important;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
    }
    .menu-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
        top: 30px;
        padding-top: 2px;
        right: 0px !important;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover{
        color: #fff;
    }
    .lag-menu-w  a.wpml-ls-item-toggle{
        text-align: left;
        padding-left: 15px;
    }
    .lag-menu-w .wpml-ls-item-legacy-dropdown-click{
        background-position: 15px 6px !important;
    }
    .mobile-menu-actives .nice-select.lag-menu-w{
        margin-left: 10px;
        height: auto;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{
        padding: 5px 0 5px 15px;
    }
    section.activities-single {
        padding: 90px 0 0 0;
    }
    .mobile-menu-actives .nice-select.lag-menu-w.open{
        background:#27334DCC 100% 0% no-repeat padding-box;
        width: 77px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
}
.panel-body p{
    font-size: 18px;
    padding-bottom: 10px;
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    display: none !important;
}
.user_pass-error{
    background: transparent;
    border-top: none;
    margin-top: -106px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: -5px !important;
}
.ur-label.checkbox{
    width: 100% !important;
    text-align:center !important;
    text-transform: none !important;
}
.see-more-toggle{
    color: #f64733;
    cursor: pointer;
}
.see-more{
    display: none;
}
.see-more.active{
    display: block;
}
@media only screen and (max-width: 1023px) {
    .menu-mobile-vers {
        display: block;
        text-align: center;
    }
    .mobile-menu-actives {
        position: fixed;
        left: 0;
        top: 40;
        width: 100%;
        height: 100%;
        z-index: 99998;
        display: block;
        transform: translateX(-100%);
        visibility: hidden;
        padding-top: 100px;
        text-align: center;
        transition: all 0.5s linear;
        background: #2A3347ED 100% 0% no-repeat padding-box;
        box-shadow: 0px 64px 47px #0000009e;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: block !important;
    }
    .site-header .middle-header {
        background: #fff;
        padding: 5px 0 !important;
        height: 80px;
    }


    .site-header .middle-header{
        top:0;
    }
    .site-header .middle-header {
        background: #fff;
        padding: 5px 0 !important;
        height: 80px;
    }
    .site-header.sticky .middle-header{
    }
    .mobile-menu-icon {
        position: absolute;
        left: 20px;
        top: 0;
        z-index: 333;
        top: 32px;
        font-size: 25px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 30px;
        height: 20px;
    }
    .mobile-menu-icon:hover{
        color:#FF4B2B
    }
    .mobile-menu-icon.active {
        height: 40px;
    }
    .menu-mobile-vers{
        display:block;
        text-align: center;
    }
    .mobile-menu-actives {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99998;
        display: block;
        transform: translateX(-100%);
        visibility: hidden;
        padding-top: 100px;
        text-align: center;
        transition: all 0.5s linear;
        background: #2A3347ED 100% 0% no-repeat padding-box;
        box-shadow: 0px 64px 47px #0000009E;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a span {
        padding-right: 10px;
    }
    .mobile-menu-actives.active {
        visibility: visible;
        transform: translateX(0%);
        transition: all 0.3s linear;
    }
    .mobile-menu-actives .ticon-img img {
        max-width: 18px;
        margin-left: 0;
        margin-top: 4px;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a span {
        font-size: 20px;
        padding-right: 8px;
        width: 34px !important;
        overflow: hidden;
        display: inline-block;
        font-weight: 700;
    }
    .mobile-menu-actives.active .mobile-nav li ul li a {
        font-size: 14px;
        line-height: 22px;
        opacity:0.8;
    }
    .mobile-menu-actives.active .mobile-nav li ul {
        border-top: 1px solid #eeeeee40;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_menu {
        background: transparent;
    }
    .mobile-nav a {
        color: #fff;
        font-size: 26px;
        padding: 12px;
        transform: translateX(-70px);
        transition: all 0.4s ease;
    }
    .mobile-menu-actives.active .mobile-nav a{
        transform: translateX(0px);
        transition:all 0.7s ease;
    }
    .mobile-nav {
        display: block;
        overflow: visible;
        display: block !important;
        text-align: center;
        padding-top: 35px;
    }
    .slicknav_btn {
        display: none;
    }
    .mobile-nav li {
        line-height: 40px;
    }
    .mobile-nav li:last-child{
        border:none;
    }

    .mobile-menu-icon .icon-bar {
        width: 26px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
    }
    .mobile-menu-icon .icon-bar.icon-bar-2 {
        top: 7px;
    }
    .mobile-menu-icon .icon-bar.icon-bar-3 {
        top: 14px;
    }

    .mobile-menu-icon .icon-bar{
        transition:all 0.5s ease;
    }
    .mobile-menu-icon.active .icon-bar-2 {
        opacity: 0;
        visibility: hidden;
    }
    .mobile-menu-icon.active .icon-bar-1 {
        transform: rotate(-45deg);
    }
    .mobile-menu-icon.active .icon-bar-3 {
        transform: rotate(45deg);
        top: 0;
    }
    .mobile-menu-actives .high-social {
        margin-top: 70px;
    }
    .mobile-search-bar input {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        height: 36px;
        padding: 0 30px 0 15px;
        width: 100%;
    }
    .mobile-search-bar {
        margin-top: 30px;
    }
    .mobile-search-bar form {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-btn {
    }
    .mobile-search-bar {
        width: 270px;
        margin: auto;
        position: relative;
        padding-top: 25px;
    }
    .mobile-search-bar form .search-btn {
        position: absolute;
        right: 9px;
        top: 7px;
        background: transparent;
        border: none;
        max-width: 18px;
    }
    .close-sm-menu {
        position: absolute;
        left: 0;
        top: 57px;
        left: -13px;
        font-size: 25px;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        border-radius: 100%;
        font-size: 13px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        border: none;
        color: #fff;
    }
    .close-sm-menu:hover {
        opacity: 0.6;
    }
    .panel-name {
        text-align: center;
        background: linear-gradient(to right, #FF4B2B, #C83456);
        color: #fff;
        padding: 10px;
        font-weight: ;
        font-weight: 700;
    }

    .site-header .logo .logo-one {
        opacity: 0;
        visibility: hidden;
    }
    .site-header .logo .logo-two {
        opacity: 1;
        visibility: visible;
    }


    .menu-right {
        display: none;
    }
    .site-header .navigation li {
        margin-left: ;
        padding: 0 7px;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a span{
        width: 2ch !important;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
    }
    .menu-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
        top: 30px;
        padding-top: 2px;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover{
        color: #fff;
    }
    .lag-menu-w  a.wpml-ls-item-toggle{
        text-align: left;
        padding-left: 15px;
    }
    .lag-menu-w .wpml-ls-item-legacy-dropdown-click{
        background-position: 15px 6px !important;
    }
    .mobile-menu-actives .nice-select.lag-menu-w{
        margin-left: 10px;
        height: auto;
        display:none;
    }
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
    .mobile-menu-actives .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{
        padding: 5px 0 5px 15px;
    }

    .mobile-menu-actives .social{
        display: flex;
        width: 300px;
        margin: auto;
        padding-top: 20px;
        padding-right: 20px;
    }
    .mobile-menu-actives.active .social{
        display: flex;
        width: 300px;
        margin: auto;
        padding-top: 20px;
        padding-right: 20px;
    }
    .mobile-menu-actives.active ul.social  li {
        padding: 0 16px;
    }
    .mobile-search-bar input[type="text"]:focus{
        color:#fff !important;
    }

    .my-trip-menu-inside {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .my-trip-menu {
        margin-top: 55px;
    }
    .my-trip-menu-inside li img {
        margin-left: 10px;
        max-width: 22px;
        margin-top: -5px;
    }
    .my-trip-menu-inside li a {
        color: #fff;
        font-size: 22px;
    }
}

@media only screen and (min-width: 1500px) {
    .lag-menu-w .wpml-ls-item-legacy-dropdown-click {
        background-position: 15px 0px !important;
        background-image: url(newvrak/images/top-icon-4.png) !important;
        background-repeat: no-repeat !important;
        background-position: 13px 13px !important;
        background-size: 16px !important;
        text-align: left;
    }
}
.cancelBtn{
    background: gray;
}
.daterangepicker.opensright:before{
    display:none !important;
}
.daterangepicker .drp-calendar.left .calendar-table{
    width:304px;
}
.daterangepicker td.in-range {
    background-color: #f8cdb2;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background: linear-gradient(to right, #FF4B2B, #C83456 60%);
}
.daterangepicker td, .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    padding:10px;
}
.daterangepicker{
    width: 320px;
    border-radius: 25px;
    margin-top:-30px;
    transition: all 0.2s;
}
.daterangepicker.opensright:after{
    display: none;
}
.daterangepicker .drp-buttons{
    text-align: center !important;
    border-top: 0px solid #ddd !important;
}
.daterangepicker .drp-calendar.left {
    clear: both;
}

.daterangepicker .calendar-table table{
    margin-top:20px;
}
.drp-calendar.left > .calendar-table > table > thead > tr:nth-child(1) th{
    margin-top:10px;
}
.daterangepicker th.month {
    width: auto;
    font-size: 18px;
    font-family: 'Diodrum Semibold';
}
.drp-calendar.left > div.calendar-table > table > thead > tr:nth-child(2){
    margin-top:10px;
}
.drp-calendar.left > div.calendar-table > table > thead > tr:nth-child(2)>th{
    font-family: "Diodrum Regular";
}
.drp-calendar.left > .calendar-table > table > tbody > tr:nth-child(6){
    display: none;
}
.drp-calendar.left > .calendar-table > table > tbody >tr > td{
    font-family: "Diodrum Semibold";
}
.alert-success {
    color: #fff;
    background-color: #E56300;
    border-color: #E56300;
}
.input-date{
    caret-color: transparent;
}
.menu-right{
    margin-top: -6px;
}
#user-activity-schecule-added > button[disabled]{
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    background: linear-gradient(to right, #FF4B2B, #C83456 60%);
    color: #fff !important;
}
#sb_instagram svg:not(:root).svg-inline--fa, #sbi_lightbox svg:not(:root).svg-inline--fa {
    box-sizing: unset;
    overflow: visible;
    width: 1em;
    display: none !important;
}

.page-banner .banner-text{
    margin-top:400px;
}
.page-template-template-all .page-banner, .page-template-template-hotel .page-banner, .page-template-template-things .page-banner, .page-template-template-tour .page-banner, .page-template-template-list-activity .page-banner, .page-template-template-list-attraction .page-banner, .page-template-template-list-fooddrink .page-banner, .page-template-template-list-tour .page-banner {
    height: 95vh !important;
}
.ur-frontend-form.login{
    width: 400px;
    margin:auto;
}
.delte-trip{
    display:none !important;
}
li.current-menu-item{
    border-bottom: 3px solid #FF4B2B;
    margin-top:-1px;
}
.sticky li.current-menu-item{
    border-bottom: 3px solid #FF4B2B;
    margin-top:-1px;
    padding-bottom: 3px;
}
.banner-text h1{
    margin-top:14px;
}
.saveme,.savelater,.saveme2{
    padding: 8px 30px;
    margin-left: 5px;
}
.savelater{
    background: white;
    color: #5D6577 !important;
}
.cal-button{
    display: flex;
    justify-content: center;
}
.reschedule{
    background: white;
    color: #5D6577 !important;
    border: 1px solid #5D6577 !important;
}
.booked{
    background: #5D6577 !important;
}
.schedule-button-two{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.reschedule{
    margin-left: 5px;
}
.page-template-page-sitemap li.current-menu-item,.footer li.current-menu-item{
    border-bottom: 0px solid transparent !important;
}
.mobile-menu-actives ul.social{
    display: flex;
    width: 300px;
    margin: auto;
    padding-top: 50px;
    padding-right: 20px
}
.mobile-menu-actives ul.social li {
    padding: 0 16px;
}
.country-list{
    overflow-y: scroll !important;
    position: absolute;
    top: -300px;
}
.page-id-1848  section.activities-single,.page-id-47  section.activities-single{
    padding:0px !important;
}
.page-id-1848 .page-banner,.page-id-47 .page-banner{
    max-height:500px;
    min-height:400px;
}
#user-registration{
    max-width: 1136px;
    right: 0;
    left: 0;
    margin: auto;

}
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item{
    margin-bottom:0px !important;
}
#user-registration .ur-field-item.field-first_name{
    width:48%;
    float:right;
}
#user-registration .ur-field-item.field-last_name{
    width:48%;
    float:left;
}
#user-registration .ur-frontend-form button, .ur-frontend-form button[type=submit],#user-registration .ur-frontend-form input[type=submit] {
    float: left;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    background: linear-gradient(to right, #FF4B2B, #C83456 60%);
    color: #fff !important;
    width: 100% !important;
    margin-top: 20px !important;
	margin-bottom: 20px;
	right: 0;
    left: 0;
    margin: auto;
}
#user-registration .ur-frontend-form .ur-form-row .ur-form-grid label{
    text-transform:uppercase;
    margin-bottom:0px !important;
}
#user-registration p {
    font-size: 20px !important;
}
.user-registration-MyAccount-content a{
    color:#ff4b2b !important;
}
#user-registration .user-registration-MyAccount-navigation ul{
    background: #27334D;
}
#user-registration .user-registration-MyAccount-content .edit-password legend, #user-registration .user-registration-MyAccount-content h2{
    color:#ff4b2b !important;
    font-size: 45px;
    text-align: center;
    font-family: "Diodrum Semibold";
    padding-bottom: 30px;
	line-height: 45px;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a{
    color:#fff;
    background-color: transparent !important;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a{
    color:#fff !important;
}
#user-registration, #user-registration.horizontal {
    box-shadow: none !important;
}
#user-registration #ur-frontend-form > form > div > div > label > span{
	display:none !important;
}
#ur-frontend-form > form > div > div > label.user-registration-form__label-for-checkbox{
	display:none;
}
.popup-register-signin{
	top:20%;
}
.page-template-default .page-banner .banner-text{
	margin-top:400px;
}
.page-template-default .page-banner .banner-text h1{
	font-size:60px;
    line-height: 60px;
}
.popup-register-signin.active .rg-login-button{
	margin-left: 5%;
}
.ur-frontend-form {
    margin-bottom: -40px !important;
}
#ur-frontend-form > form > div > div > fieldset > legend{
	display:none;
}