/* SHAH */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

@font-face {
    font-family: JannaLT-Regular;
    src: url(https://bok.tdfclient.com/back-end/assets/fonts/JannaLT-Regular.ttf);
}

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

:root {
    --default-font: "Montserrat", sans-serif;
    --heading-font: "Montserrat", sans-serif;
    --nav-font: "Montserrat", sans-serif;
}



html {
    font-family: var(--default-font);
    line-height: 1.15;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

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

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

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

small {
    font-size: 80%;
}

a {
    color: var(--colorblack);
    background-color: transparent;
    text-decoration: none !important;
}

a:hover {
    color: var(--colorgreen);
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0px;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    overflow-wrap: normal;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0px;
    flex-grow: 1;
    min-width: 0px;
    max-width: 100%;
}

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

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

.row-cols-3>* {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

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

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

.row-cols-6>* {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

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

.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

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

.col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

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

.col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}

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

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

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

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

    .col-sm-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

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

    .col-sm-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

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

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0px;
        flex-grow: 1;
        min-width: 0px;
        max-width: 100%;
    }

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

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

    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-md-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

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

    .col-md-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-md-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

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

    .col-md-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-md-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

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

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0px;
        flex-grow: 1;
        min-width: 0px;
        max-width: 100%;
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

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

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0px;
        flex-grow: 1;
        min-width: 0px;
        max-width: 100%;
    }

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

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6667%;
        max-width: 91.6667%;
    }

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

.form-control {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: unset;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}

.form-select:focus {
    border-color: unset;
    box-shadow: unset;
}

.form-select {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: unset;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(233, 236, 239);
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

/* .btn {
    display: inline-block;
    font-weight: 400;
    color: rgb(51, 51, 51);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

/* .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
} */

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.p-0 {
    padding: 0px !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-muted {
    color: rgb(108, 117, 125) !important;
}

.disabled,
.md-tabs .nav-item.disabled,
:disabled {
    pointer-events: none !important;
}

.btn-floating,
.fixed-action-btn,
.md-form>label,
.view,
.view .mask,
.waves-effect {
    overflow: hidden;
}

a {
    color: var(--colorblack);
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

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

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
} */

.view {
    position: relative;
    cursor: default;
}

.view img,
.view video {
    position: relative;
    display: block;
}

.zoom img,
.zoom video {
    transition: 0.2s linear;
}

.zoom:hover img,
.zoom:hover video {
    transform: scale(1.1);
}

/* .btn-floating,
.btn-floating i,
a.waves-effect,
a.waves-light {
    display: inline-block;
} */

/* .btn {
    margin-top: 12px;
    color: inherit;

    overflow-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0px;
    border-radius: 0.125rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
} */

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form label.active {
    transform: translateY(-14px) scale(0.8);
}

.md-form .prefix {
    position: absolute;
    transition: color 0.2s;
}

.md-form.form-lg label {
    font-size: 1.25rem;
}

.md-form.form-lg label.active {
    font-size: 1.15rem;
}

.md-form.form-lg .prefix {
    top: 0.4rem;
    font-size: 2rem;
}

.md-form.form-lg .prefix~input,
.md-form.form-lg .prefix~textarea {
    width: calc(100% - 3rem);
    margin-left: 3rem;
}

.md-form.form-lg .prefix~label {
    margin-left: 3rem;
}

.md-form.form-lg .prefix~.form-text {
    margin-left: 3.1rem;
}

.md-form.form-sm .validate {
    margin-bottom: 2.3rem;
}

.md-form.form-sm label {
    font-size: 0.875rem;
}

.md-form.form-sm label.active {
    font-size: 0.95rem;
}

.md-form.form-sm .prefix {
    top: 0.35rem;
    font-size: 1.5rem;
}

.md-form.form-sm .prefix~input,
.md-form.form-sm .prefix~textarea {
    width: calc(100% - 2rem);
    margin-left: 2rem;
}

.md-form.form-sm .prefix~.form-text,
.md-form.form-sm .prefix~label {
    margin-left: 2rem;
}

.md-form textarea.md-textarea {
    padding: 0px;
    overflow-y: hidden;
}

.md-form textarea.md-textarea+label {
    top: -0.6rem;
}

.md-form textarea.md-textarea-auto {
    padding: 1.5rem 0px 0px;
}

.md-form textarea.md-textarea-auto+label {
    top: 0px;
}

.md-form input:not([type]),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="phone"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form textarea.md-textarea {
    box-sizing: content-box;
    background-color: transparent;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(206, 212, 218);
    border-radius: 0px;
    outline: 0px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.md-form input:not([type])+label::after,
.md-form input[type="date"]:not(.browser-default)+label::after,
.md-form input[type="datetime-local"]:not(.browser-default)+label::after,
.md-form input[type="datetime"]:not(.browser-default)+label::after,
.md-form input[type="email"]:not(.browser-default)+label::after,
.md-form input[type="number"]:not(.browser-default)+label::after,
.md-form input[type="password"]:not(.browser-default)+label::after,
.md-form input[type="phone"]:not(.browser-default)+label::after,
.md-form input[type="search-md"]+label::after,
.md-form input[type="search"]:not(.browser-default)+label::after,
.md-form input[type="tel"]:not(.browser-default)+label::after,
.md-form input[type="text"]:not(.browser-default)+label::after,
.md-form input[type="time"]:not(.browser-default)+label::after,
.md-form input[type="url"]:not(.browser-default)+label::after,
.md-form textarea.md-textarea+label::after {
    position: absolute;
    top: 65px;
    display: block;
    content: "";
    opacity: 0;
    transition: opacity 0.2s ease-out, color 0.2s ease-out;
}

.md-form .form-control {
    height: auto;
    padding: 0.6rem 0px 0.4rem;
    margin: 0px 0px 0.5rem;
    background-color: transparent;
    border-radius: 0px;
}

.md-form .form-control:disabled,
.md-form .form-control[readonly] {
    background-color: transparent;
    border-bottom: 1px solid rgb(189, 189, 189);
}

.md-form label,
.md-form label.active {
    font-size: 1rem;
}

.md-form label {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1rem;
    color: rgb(117, 117, 117);
    cursor: text;
    transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transform: translateY(12px);
    transform-origin: 0px 100%;
}

.md-form textarea.md-textarea {
    padding: 0px;
    overflow-y: hidden;
}

.md-form>label {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md-form .form-control {
    box-sizing: border-box !important;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    appearance: none;
}

/* .tab-content {
    padding: 2rem 1rem 1rem;
} */

.tab-content.vertical {
    padding-top: 0px;
}

.classic-tabs .nav {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 0.3rem 0.3rem 0px 0px;
}

@media (min-width: 62rem) {
    .classic-tabs .nav {
        overflow-x: hidden;
    }
}

.classic-tabs .nav li a {
    display: block;
    padding: 20px 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;

    border-radius: 0px;
}

.classic-tabs .nav li a:not(.active) {
    margin-bottom: 3px;
}

.classic-tabs .nav li a.active {
    color: rgb(255, 255, 255);
    border-bottom: 3px solid;
}

@media (min-width: 62em) {
    .classic-tabs .nav li:first-child {
        margin-left: 56px;
    }
}

.classic-tabs .nav.tabs-animated .floor {
    position: absolute;
    bottom: 0px;
    z-index: 1200;
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.4s linear;
}

.classic-tabs .tab-content.card {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.form-header {
    padding: 1rem;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 0.125rem;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 11px 0px, rgba(0, 0, 0, 0.15) 0px 4px 15px 0px;
}

.select-wrapper .select-dropdown {
    user-select: none;
}

.select-label {
    position: absolute;
}

.tp-flag {
    display: flex;
    align-items: center;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:not(.md-outline) .select-dropdown:focus {
    border-bottom: 1px solid rgb(66, 133, 244);
    box-shadow: rgb(66, 133, 244) 0px 1px 0px 0px;
}

.select-wrapper.active label.mdb-main-label,
.select-wrapper.active span.caret,
.select-wrapper.active+label {
    color: var(--colorgreen);
}

.select-wrapper input.select-dropdown {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px;
    margin: 0px 0px 0.94rem;
    font-size: 1rem;
    line-height: 2.9rem;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: transparent;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(206, 212, 218);
    outline: 0px;
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.select-wrapper input.select-dropdown .selected,
.select-wrapper input.select-dropdown li:focus {
    background-color: rgba(0, 0, 0, 0.15);
}

.select-wrapper input.select-dropdown li.active {
    background: 0px center;
}

.select-wrapper input.select-dropdown .fab,
.select-wrapper input.select-dropdown .far,
.select-wrapper input.select-dropdown .fas {
    color: inherit;
}

.select-wrapper input.active {
    border-bottom: 1px solid rgb(66, 133, 244);
    box-shadow: rgb(66, 133, 244) 0px 1px 0px 0px;
}

.select-wrapper .search-wrap {
    display: block;
    padding: 1rem 0px 0px;
    margin: 0px 0.7rem;
}

.select-wrapper .search-wrap .md-form {
    margin-top: 0px;
    margin-bottom: 1rem;
}

.select-wrapper .search-wrap .md-form input {
    padding-bottom: 0.4rem;
    margin-bottom: 0px;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(206, 212, 218);
    border-radius: 0px;
}

.select-wrapper .search-wrap .md-form input:focus {
    box-shadow: rgb(66, 133, 244) 0px 1px 0px 0px !important;
}

.select-wrapper span.caret {
    position: absolute;
    right: 0px;
    font-size: 0.63rem;
    color: rgb(73, 80, 87);
    top: 10px;
}

.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.select-wrapper+label {
    position: absolute;
    top: 2.125rem;
    font-weight: 300;
    color: rgb(117, 117, 117);
    transition: 0.2s ease-out;
}

.select-wrapper+label.active {
    top: 1.5rem;
    left: 15px;
    font-size: 0.8rem;
    transform: translateY(-14px);
}

.select-wrapper+label.active-check {
    color: rgb(66, 133, 244);
}

.select-wrapper+label.mdb-main-label {
    z-index: 1;
}

.select-wrapper+label.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.select-wrapper>label.mdb-main-label {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 300;
    color: rgb(117, 117, 117);
    transition: 0.2s ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.select-wrapper>label.mdb-main-label.active {
    top: 0px;
    left: 0px;
    font-size: 0.8rem;
    transform: translateY(-14px);
}

.select-wrapper>label.mdb-main-label.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.select-wrapper.dropdown-primary>label.mdb-main-label.active {
    color: rgb(66, 133, 244);
}

.select-wrapper.dropdown-danger>label.mdb-main-label.active {
    color: rgb(204, 0, 0);
}

.select-wrapper.dropdown-default>label.mdb-main-label.active {
    color: rgb(43, 187, 173);
}

.select-wrapper.dropdown-secondary>label.mdb-main-label.active {
    color: rgb(170, 102, 204);
}

.select-wrapper.dropdown-success>label.mdb-main-label.active {
    color: rgb(0, 200, 81);
}

.select-wrapper.dropdown-info>label.mdb-main-label.active {
    color: rgb(51, 181, 229);
}

.select-wrapper.dropdown-warning>label.mdb-main-label.active {
    color: rgb(255, 187, 51);
}

.select-wrapper.dropdown-ins>label.mdb-main-label.active {
    color: rgb(46, 94, 134);
}

.select-wrapper.dropdown-dark>label.mdb-main-label.active {
    color: rgb(46, 46, 46);
}

.select-wrapper i {
    color: rgba(0, 0, 0, 0.3);
}

.select-wrapper ul {
    padding-left: 0px;
    list-style-type: none;
}

.select-wrapper.md-form>ul li label {
    top: 0px;
    font-size: 0.9rem;
    color: rgb(66, 133, 244);
    transform: none;
}

.select-wrapper.md-form>ul li.select-toggle-all label {
    padding-left: 38px;
}

.select-wrapper.md-form.colorful-select>ul li.select-toggle-all:hover label {
    color: rgb(255, 255, 255);
}

.select-wrapper.md-form.md-outline span.caret {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.select-wrapper.md-form.md-outline span.caret.active {
    color: rgb(66, 133, 244) !important;
}

.select-wrapper.md-form.md-outline .dropdown-content {
    top: 2.7rem !important;
}

.select-wrapper.md-form.md-outline input.select-dropdown {
    padding: 0.375rem 0.75rem;
    color: rgb(73, 80, 87);
}

.dropdown-content,
.mdb-autocomplete-wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.select-wrapper.md-form.md-outline+label {
    position: absolute;
    left: 23px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    transform: translateY(40%);
    top: 0.5em !important;
    z-index: 2 !important;
}

.select-wrapper.md-form.md-outline+label.active {
    color: rgb(66, 133, 244);
}

.select-wrapper .select-add-option {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    display: none;
    color: rgb(66, 133, 244);
    cursor: pointer;
}

.select-wrapper~.invalid-feedback,
.select-wrapper~.valid-feedback {
    margin-top: -1rem;
}

.dropdown-content,
.mdb-autocomplete-wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select.mdb-select.initialized,
select.mdb-select.initialized~.btn {
    /* display: none !important; */
}

select.browser-default {
    display: block !important;
}

.select-dropdown li img {
    float: right;
    width: 30px;
    height: 30px;
    margin: 0.3rem 0.75rem;
}

.dropdown-content {
    position: absolute;
    z-index: 1021;
    display: none;
    min-width: 6.25rem;
    max-height: 40.625rem;
    margin: 0px;
    overflow-y: auto;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    will-change: width, height;
}

.dropdown-content li {
    width: 100%;
    clear: both;
    line-height: 1.3rem;
    color: rgb(0, 0, 0);
    text-align: left;
    text-transform: none;
    cursor: pointer;
}

.dropdown-content li.active,
.dropdown-content li:hover {
    background-color: rgb(238, 238, 238);
}

.dropdown-success .dropdown-content li a,
.dropdown-success .dropdown-content li span:hover,
.dropdown-success .dropdown-content li.active {
    background-color: rgb(0, 200, 81) !important;
}

.range-field input[type="range"] {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 15px 0px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    outline: 0px;
    appearance: none;
}

.range-field input[type="range"]:focus {
    outline: 0px;
}

.range-field input[type="range"]+.thumb {
    position: absolute;
    top: 10px;
    width: 0px;
    height: 0px;
    background-color: rgb(0, 130, 104);
    border: 0px;
    border-radius: 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

.range-field input[type="range"]+.thumb .value {
    display: block;
    width: 30px;
    font-size: 0px;
    color: rgb(0, 130, 104);
    text-align: center;
    transform: rotate(45deg);
}

.range-field input[type="range"]+.thumb.active {
    border-radius: 50% 50% 50% 0px;
}

.range-field input[type="range"]+.thumb.active .value {
    margin-top: 8px;
    margin-left: -1px;
    font-size: 10px;
    color: rgb(255, 255, 255);
}

.range-field input[type="range"]::-webkit-slider-runnable-track {
    height: 3px;
    background: rgb(194, 192, 194);
    border: 0px;
}

.range-field input[type="range"]::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    margin: -5px 0px 0px;
    background-color: rgb(0, 130, 104);
    border: 0px;
    border-radius: 50%;
    transition: 0.3s;
    transform-origin: 50% 50%;
    appearance: none;
}

.range-field input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgb(204, 204, 204);
}

.transform-fix-input {
    transform: translateX(0px) !important;
}

.colorful-select .dropdown-content {
    padding: 0.5rem;
}

.colorful-select .dropdown-content li.active span {
    color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 11px 0px, rgba(0, 0, 0, 0.15) 0px 4px 15px 0px;
}

.colorful-select .dropdown-content li.active span [type="checkbox"]:checked+label::before {
    border-color: transparent rgb(255, 255, 255) rgb(255, 255, 255) transparent;
}

.colorful-select .dropdown-content li a:hover,
.colorful-select .dropdown-content li span:hover {
    border-radius: 0.125rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 17px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    transition: 0.15s;
    color: rgb(255, 255, 255) !important;
}

.colorful-select .dropdown-content li a:hover [type="checkbox"]+label::before,
.colorful-select .dropdown-content li span:hover [type="checkbox"]+label::before {
    border-color: rgb(255, 255, 255);
}

.colorful-select .dropdown-content li a:hover [type="checkbox"]:checked+label::before,
.colorful-select .dropdown-content li span:hover [type="checkbox"]:checked+label::before {
    border-color: transparent rgb(255, 255, 255) rgb(255, 255, 255) transparent;
}

.colorful-select .dropdown-content li.disabled.active span,
.colorful-select .dropdown-content li.optgroup.active span,
.colorful-select .dropdown-content li:disabled.active span {
    cursor: default;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.3) !important;
}

.colorful-select .dropdown-content li.disabled a:hover,
.colorful-select .dropdown-content li.disabled span:hover,
.colorful-select .dropdown-content li.optgroup a:hover,
.colorful-select .dropdown-content li.optgroup span:hover,
.colorful-select .dropdown-content li:disabled a:hover,
.colorful-select .dropdown-content li:disabled span:hover {
    cursor: default;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.3) !important;
    background-color: rgb(255, 255, 255) !important;
}

.colorful-select .dropdown-content li.disabled label,
.colorful-select .dropdown-content li.optgroup label,
.colorful-select .dropdown-content li:disabled label {
    cursor: default;
}

.dropdown-content li>a,
.dropdown-content li>span {
    display: block;
    padding: 0.5rem;
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #197056;
}

/* .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
} */

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-flow: column wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0px auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0px;
    font-variant: initial;
    line-height: 1;
    text-transform: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translate3d(0px, 0px, 0px);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0px;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0px;
    top: 0px;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0px;
    top: 0px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50% center;
    animation: 1s linear 0s infinite normal none running swiper-preloader-spin;
    box-sizing: border-box;
    border-top-style: ;
    border-top-width: ;
    border-right-color: ;
    border-right-style: ;
    border-right-width: ;
    border-bottom-color: ;
    border-bottom-style: ;
    border-bottom-width: ;
    border-left-color: ;
    border-left-style: ;
    border-left-width: ;
    border-image-source: ;
    border-image-slice: ;
    border-image-width: ;
    border-image-outset: ;
    border-image-repeat: ;
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0px 0px;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0px;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

:root {
    --colorgreen: #8E0806;
    --colorblack: #000;
    --bgcolor: #fff;
    --colorwhite: #fff;
    --maintext: #333;
    --cookie-cross: brightness(0) invert(1);
    --txtlightgrey: #999;
    --txtrangegrey: #a5aaaa;
    --bordercolor: #B39A4C;
    --menuhovercolor: #B39A4C;
    --iconfilter: grayscale(100%);
    --iconfilterhover: grayscale(0%);
    --arrowslider: #c3c4c5;
    --search-input: #fff;
    --card-shadow: #c3c4c5;
    --b-bottom: #fff;
    --menu-close: rgba(255, 255, 255, 0.3);
    --menu-mob-bg: #dfd7c0;
    --lghtgreyiconfiler: grayscale(100%);
    --lghtgreyiconfilerhover: grayscale(0%);
    --maintextwhite: #333;
    --fademenubg: rgba(0, 0, 0, 0.7);
    --mobbgfadeshadow: rgb(0 0 0 / 57%);

    --nav-dropdown-color: #967b3a;
    /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #9b7725;
    /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
    --btn-color: #B39A4C;
    --btn-hover-color: #000000;
    --web-red-color: #8E0806;

    /*  */
    --web-history-title-color: #B39A4C;

}

[data-theme="dark"] {
    --colorgreen: #B39A4C;
    --colorblack: #ffffff;
    --bgcolor: #121212;
    --colorwhite: #fff;
    --maintext: #fff;
    --cookie-cross: brightness(0) invert(1);
    --txtlightgrey: #999;
    --txtrangegrey: #a5aaaa;
    --bordercolor: #2f3132;
    --menuhovercolor: #B39A4C;
    --iconfilter: brightness(0) invert(1);
    --iconfilterhover: grayscale(0%);
    --arrowslider: #c3c4c5;
    --search-input: #1e1e1e;
    --card-shadow: #696868;
    --b-bottom: #121212;
    --menu-close: rgba(0, 0, 0, 0.3);
    --menu-mob-bg: #696868;
    --lghtgreyiconfiler: brightness(0) invert(1);
    --lghtgreyiconfilerhover: grayscale(0%);
    --maintextwhite: #ffffff;
    --fademenubg: #333333cc;
    --mobbgfadeshadow: rgb(0 0 0 / 57%);

}

[data-theme="dark"] .ca-item.py-3 font {
    color: #B39A4C !important;
}

[data-theme="dark"] .tab-color-section div {
    color: #ffffff !important;
}

/* Dark theme override */
[data-theme="dark"] .table {
    --bs-table-bg: #0f0f0f;
    --bs-table-color: #ffffff;
    --bs-table-border-color: #333333;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
    --bs-table-hover-bg: rgba(255, 255, 255, 0.1);
    --bs-table-active-bg: rgba(255, 255, 255, 0.15);
}



/* .tab-color-section{
    color:  var(--colorblack) !important
} */
.tab-color-section {
    color: var(--colorblack) !important
}

.tab-color-section ul li {
    color: var(--colorblack) !important
}

/* .table{
    background: var(--colorblack) !important;
    color:  var(--colorblack) !important
} */


p a,
p a:hover {
    /* color: var(--colorgreen); */
}

.select-wrapper:not(.md-outline) .select-dropdown:focus {
    border-bottom: 1px solid var(--colorgreen);
    box-shadow: 0 1px 0 0 var(--colorgreen);
}

.select-wrapper .search-wrap .md-form input {
    border-bottom: 1px solid var(--colorgreen);
}

.form-check-input[type="radio"].with-gap:checked+label::after,
.form-check-input[type="radio"]:checked+label::after,
label.btn input[type="radio"].with-gap:checked+label::after,
label.btn input[type="radio"]:checked+label::after {
    background-color: var(--colorgreen);
}

.form-check-input[type="radio"].with-gap:checked+label::after,
.form-check-input[type="radio"].with-gap:checked+label::before,
.form-check-input[type="radio"]:checked+label::after,
label.btn input[type="radio"].with-gap:checked+label::after,
label.btn input[type="radio"].with-gap:checked+label::before,
label.btn input[type="radio"]:checked+label::after {
    border: 2px solid var(--colorgreen);
}

::selection {
    color: var(--colorwhite);
    background-color: var(--colorgreen);
}

.main-logo {
    width: 80%;
}

.premier-logo {
    width: 100%;
}

.al-nukhba {
    width: 100%;
}

.dark-main-logo {
    width: 40%;
}

header {
    position: fixed;
    /* background: var(--bgcolor); */
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: background 1s;
}

.overflow-none {
    overflow: hidden;
}

.border-bottom-sep {
    border-bottom: 1px solid var(--bordercolor);
    transition: border-bottom 1s;
}

.border-top-sep {
    border-top: 1px solid var(--bordercolor);
    transition: border-bottom 1s;
}

.btn-stndrd:focus {
    outline: 0px;
}

.search-bx h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 3px;
    margin-left: 3px;
    color: var(--txtlightgrey);
}

.search-bx p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.pos-rel {
    position: relative;
}

.search-bar {
    min-height: 36px;
    font-size: 22px;
    padding: 5px 68px 5px 15px;
    font-family: "Open Sans", sans-serif;
    color: var(--maintext) !important;
    background-color: var(--search-input) !important;
}

.search-bar {
    border: 1px solid var(--bordercolor);
}

.search-bar:focus {
    border: 1px solid var(--colorgreen);
    outline: 0px;
    background-color: var(--search-input);
}

.search-icon {
    width: 65px;
    height: 34px;
    position: absolute;
    top: 5px;
    right: 0px;
    display: block;
    color: var(--bordercolor);
    font-weight: 300;
    border-left: 1px solid var(--bordercolor);
    line-height: 32px;
}

.search-bx {
    display: none;
    position: absolute;
    z-index: 3;
    width: 100%;
    background: var(--bgcolor);
    padding: 80px 0px;
    box-shadow: 0 0 1px var(--bordercolor);
}

.search-bx .container {
    position: relative;
}

.search-result-capsule {
    padding: 3px 8px;
    border: 1px solid var(--bordercolor);
    margin: 3px;
    display: inline-block;
    font-size: 10px;
    color: var(--maintext);
    transition: 0.5s;

}

.search-result-capsule:hover {
    color: var(--colorwhite);
    background-color: var(--colorgreen);
    border: 1px solid var(--colorgreen);
}

.srch-close-btn {
    position: absolute;
    right: 130px;
    top: 30px;
    width: 15px;
    height: 15px;
    transition: 0.3s ease-in-out;
}

.srch-close-btn img:hover {
    outline: 0px;
    text-decoration: none;
    color: var(--colorgreen);
    cursor: pointer;
    filter: var(--iconfilterhover);
}

.srch-close-btn img {
    filter: var(--iconfilter);
    width: 15px;
    height: 15px;
}

.srch-close-btn:hover img {
    filter: var(--iconfilterhover);
}

.most-seraches {
    text-align: right;
    border-right: 1px solid var(--bordercolor);
}

.predictive-box {
    height: 300px;
    background: var(--search-input);
    z-index: 10;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid var(--bordercolor);
}

.predictive-box #search_result_return {
    list-style: none;
    padding: 6px 16px;
    display: inline-block;
    margin: 0px;
    width: 100%;
}

#search_result_return li {
    width: 33%;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    float: left;
    padding: 5px 0px;
}

#search_result_return li a {
    color: var(--maintext);
    font-weight: 400;

    padding: 0px 10px 0px 0px;
}

#search_result_return li a:hover {
    color: var(--colorgreen);
    text-decoration: none;
    outline: 0px;
}

#search_result_return li.search-no-result {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: var(--colorgreen);
    font-weight: 600;
    float: none;
}

.top-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-bar .right-elements {
    text-align: right;
}

.top-bar .left-bar,
.top-bar .modes-bar,
.top-bar .right-top-menu {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.top-bar .left-bar li {
    border-left: 1px solid var(--bordercolor);
    padding: 0px 5px 0px 10px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    transition: border-left 1s;
}

.top-bar .left-bar li:nth-child(1) {
    border-left: 0 solid var(--bordercolor);
    padding-left: 0px;
}

.top-bar .right-top-menu li {
    display: inline-block;
    padding: 0px 6px;
}

ul.right-top-menu {
    /* padding-right: 40px !important; */
}

.d-login-btn {
    padding: 12px 32px !important;
}

.top-bar .modes-bar {
    margin-right: 12px;
}

.top-bar .modes-bar li {
    display: inline-block;
    padding: 0px 4px 0px 7px;
}

.top-bar .modes-bar li:nth-child(2) {
    border-left: 1px solid var(--bordercolor);
}

.top-bar .left-bar li a {
    color: var(--maintext);
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    /*  */
    transition: 0.1s ease-in-out;
}

.top-bar .left-bar li a:hover {
    color: var(--menuhovercolor);
    text-decoration: none;
    border-bottom: 3.01px solid var(--menuhovercolor);
    padding-bottom: 5px;
    transition: 0.1s ease-in-out;
}

.top-bar .modes-bar li a {
    color: var(--maintext);
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    transition: 0.1s ease-in-out;
}

.top-bar .modes-bar li a:hover {
    color: var(--colorgreen);
}

.top-bar .right-top-menu li a {
    color: var(--maintext);
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.1s ease-in-out;
}

.top-bar .right-top-menu li a:hover {
    color: var(--menuhovercolor) !important;
    text-decoration: none;
    border-bottom: 3.01px solid var(--menuhovercolor);
    padding-bottom: 5px;
    transition: 0.1s ease-in-out;
}

.top-bar .left-bar li a.active,
.top-bar .right-top-menu li a.active {
    color: var(--colorgreen);
    border-bottom: 3.01px solid var(--colorgreen);
    padding-bottom: 5px;
}

.select-wrapper span.caret {
    color: var(--colorgreen);
}

.top-bar .country-bar {
    display: inline-block;
    margin-right: 12px;
    width: 46px;
    top: 0px;
    position: relative;
}

.country-bar .count-flag {
    position: absolute;
    width: 32px;
}

.country-bar .select-wrapper {
    margin: 0px;
}

.country-bar .select-wrapper input.select-dropdown {
    line-height: normal;
    height: auto;
    margin: 0px;
    border: none !important;
    box-shadow: none !important;
}

.country-bar .select-wrapper .select-dropdown li img {
    float: right;
    width: auto;
    height: auto;
    margin: 0.2rem 0.75rem;
    border: 1px solid var(--bordercolor);
}

.country-bar .select-wrapper .dropdown-content {
    min-width: 52px !important;
    max-height: initial !important;
}

.country-bar .select-wrapper span.caret {
    top: 6px;
}

.country-bar .dropdown-content li.active,
.country-bar .dropdown-content li:hover {
    background-color: transparent;
}

.select-wrapper.active label.mdb-main-label,
.select-wrapper.active span.caret,
.select-wrapper.active+label {
    color: var(--colorgreen);
}

.main-nav-bar .row {
    margin: 4px 0px;
}

.main-nav-bar .dsk-nav {
    margin: 25px 0px;
    text-align: center;
    padding: 0px;
}

.main-nav-bar .dsk-nav li {
    display: inline-block;
    padding-right: 21px !important;
}

.main-nav-bar .dsk-nav li a {
    /* color: var(--maintext); */
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    /*  */
    transition: 0.3s ease-in-out;
}

.main-nav-bar .dsk-nav li a img {
    width: 8px;
    height: 8px;
    visibility: hidden;
}

.main-nav-bar .dsk-nav li a.active img {
    visibility: visible;
}

.main-nav-bar .dsk-nav li a .fa.fa-angle-down {
    visibility: hidden;
    transition: 0.3s;
}

.main-nav-bar .dsk-nav li a:hover .fa.fa-angle-down {
    visibility: visible;
    transition: 0.3s;
}

.main-nav-bar .dsk-nav li a.active .fa.fa-angle-down {
    visibility: visible;
    transition: 0.3s;
}

.main-nav-bar .dsk-nav li a:hover {
    color: var(--colorgreen);
    text-decoration: none;
    padding-bottom: 38px;
    transition: 0.3s ease-in-out;
}

.main-nav-bar .dsk-nav li a.active {
    color: var(--colorgreen);
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 3.01px solid var(--colorgreen);
    padding-bottom: 16px;
}

.m-login-btn,
.nav-btn,
.sections-links-mob {
    display: none;
}

.menu-main-h {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    /*  */
    position: relative;
}

.menu-main-h2 {
    font-weight: 700;
    font-size: 13px;
    /*  */
}

.menu-main-h i {
    position: absolute;
    right: -15px;
    top: 0px;
}

.menu {
    position: relative;
    z-index: 2;
}

.mega-menu {}

.menu li {
    display: inline-block;
}

.menu-accounts h5 {
    margin: 0px;
    padding: 0px;
}

.menu-accounts h5 img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 8px;
}

.menu-links ul {
    display: inline-block;
    padding: 0px 5px;
    margin: 0px;
    list-style: none;
}

.menu-links ul p {
    margin: 0px 0px 8px;
    font-weight: 500;
    /*  */
    font-size: 15px;
    line-height: 18px;
}

.menu-links ul li {
    padding: 6px 0px;
    line-height: 14px;
}

.has-no-cat li:first-child {
    padding-top: 2px;
    line-height: 22px;
}

.menu-links ul li a {
    color: var(--maintext);
    font-size: 12px;
    line-height: 15px;
    padding-right: 10px;
}

.menu-links ul li a:hover {
    color: var(--bordercolor);
    text-decoration: none;
}

.menu-links ul li h6:hover {
    color: var(--menuhovercolor);
    /* text-decoration: none; */
}

.menu-links ul li a span {
    margin-right: 0px;
    opacity: 0;
    display: inline-block;
    width: 0px;
    transition: 0.3s ease-in-out;
}

.menu-links ul li a:hover span {
    margin-right: 3px;
    opacity: 1;
    transition: 0.3s ease-in-out;
    width: 8px;
}

.mega-menu {
    height: 350px !important;
    overflow: auto;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 40px 15px 180px;
    z-index: 10;
    transition: height 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.menu-links .col-3 {
    padding: 0px 8px;
}

.close-btn {
    position: absolute;
    inset-inline-end: 0;
    /* Right in LTR, Left in RTL */
    top: -25px;
    transition: 0.3s ease-in-out;
    width: 25px;
    height: 25px;
}

.close-btn:hover img {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    filter: var(--iconfilter);
}

.close-btn img {
    filter: var(--iconfilter);
    width: 20px;
    height: 20px;
}

.close-btn:hover img {
    filter: var(--iconfilterhover);
    width: 15px;
    height: 15px;
}

.bgfade-div {
    background: var(--fademenubg);
    display: none;
    inset: 0px;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 5;
}

.menu-underlay-div {
    background: var(--menu-close);
    display: none;
    inset: 0px;
    position: fixed;
    width: 100%;
    height: 1vh;
}

.mob-menu {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 6;
    top: 0px;
    right: -400px;
    background-color: var(--bgcolor);
    overflow-x: hidden;
    transition: 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    box-shadow: 0 0 30px var(--mobbgfadeshadow);
}

.sub-mob-menu {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 2;
    top: 0px;
    right: -300px;
    background-color: var(--bgcolor);
    overflow-x: hidden;
    transition: 0.7s;
    box-shadow: 0 0 1px var(--bordercolor);
}

.mob-menu.show {
    right: 0px;
}

.sub-mob-menu.show {
    right: 0px;
}

.close-btn-mob-menu {
    text-align: left;
    font-size: 26px;
    background: var(--bgcolor);
    padding: 10px 20px;
    color: var(--maintext);
}

.back-sub-mob {
    text-align: left;
    font-size: 26px;
    background: var(--bgcolor);
    padding: 10px 20px;
    color: var(--maintext);
}

.sub-mob-menu h6 {
    padding-left: 22px;
    font-size: 22px;
    text-decoration: underline;
    height: auto;
}

.mob-menu-main-links {
    list-style: none;
    padding: 0px 22px 20px;
    background: var(--bgcolor);
}

.mob-menu-main-links li {
    padding: 15px 0px;
    position: relative;
}

.mob-menu-main-links li.has-menu::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 0px;
    font-size: 20px;
    top: 4px;
    color: var(--maintext);
}

.mob-menu-main-links a {
    color: var(--maintext);
    font-size: 18px;
    font-weight: 400;
    /*  */
}

.mob-menu-main-links a:focus {
    color: var(--colorgreen);
    outline: 0px;
}

.mob-menu-main-links a:hover {
    color: var(--colorgreen);
    text-decoration: none;
}

.mob-menu-other-links {
    list-style: none;
    padding: 0px 22px 20px;
    background: var(--menu-mob-bg);
    margin-bottom: 0px;
}

.mob-menu-other-links li {
    padding: 15px 0px;
}

.mob-menu-other-links a {
    color: var(--maintext);
    font-size: 16px;
    font-weight: 400;
}

.mob-submenu-links {
    list-style: none;
    padding: 0px 22px;
    margin: 0px;
}

.mob-submenu-links li {
    padding: 15px 0px;
    position: relative;
}

.mob-submenu-links li .main-ctgry-menu {
    /*  */
}

.mob-submenu-links li .main-ctgry-menu.active,
.mob-submenu-links li .main-ctgry-menu:focus {
    color: var(--colorgreen);
    outline: 0px;
}

.mob-submenu-links li.has-child>a i {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 0px;
    font-size: 20px;
    top: 9px;
    transition: 0.5s;
}

.mob-submenu-links li.has-child a[aria-expanded="true"] i {
    transform: rotate(90deg);
}

.mob-submenu-links a {
    color: var(--maintext);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 10px;
}

.mob-submenu-links li a {
    display: block;
}

.child-menu {
    list-style: none;
    padding-left: 0px;
    margin: 20px 0px;
}

.child-menu li {
    padding: 8px 0px;
    border-bottom: 0 solid var(--bordercolor);
}

.child-menu li:last-child {
    border: 0px;
}

.child-menu li a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-transform: initial;
    padding: 5px 0px 5px 10px;
}

.child-menu li a:focus {
    color: var(--colorgreen);
    outline: 0px;
}

.search-icon-img-top {
    height: 15px;
    filter: var(--iconfilter);
    transition: 0.5s;
}

.search-icon-img-top:hover {
    filter: var(--iconfilterhover);
}

.search-icon-img-top.active {
    filter: var(--iconfilterhover);
}

.main-nav-bar .icons-box {
    margin: 15px 0px;
    display: inline-block;
    padding: 0px;
}

.main-nav-bar .icons-bar .d-login-btn.active,
.main-nav-bar .icons-bar .d-login-btn:focus {
    outline: 0px !important;
    box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem, rgba(0, 0, 0, 0) 0px 3px 5px inset !important;
}

.main-nav-bar .icons-box li {
    display: inline-block;
    padding: 0px 12px 0px 10px;
}

.main-nav-bar .icons-box .opn-srch {
    border-left: 0 solid var(--bordercolor);
}

.main-nav-bar .icons-bar {
    text-align: right;
}

.main-nav-bar .icons-box li .search-icon-img {
    color: var(--maintext);
    line-height: 14px;
    font-size: 14px;
    transition: 0.5s;
    filter: var(--iconfilter);
}

.main-nav-bar .icons-box li .search-icon-img:hover {
    color: var(--colorgreen);
    transition: 0.5s;
    filter: var(--iconfilterhover);
}

.main-nav-bar .dsk-nav li {
    display: inline-block;
    padding-right: 6px;
}

.footer-menu {
    margin-top: 46px;
    padding-bottom: 36px;
}

.footer-menu h1,
.social-footer h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    /*  */
    margin: 0px;
}

.footer-menu h1 a {
    color: var(--colorgreen);
}

.footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-menu ul li {
    padding: 6px 0px;
}

.footer-menu ul li a {
    color: var(--maintext);
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    display: block;
}

.footer-menu ul li a:hover {
    color: var(--colorgreen);
    text-decoration: none;
}

.footer-menu .form-group .form-control {
    font-size: 14px;
    line-height: 14px;
}

.footer-menu .form-group .form-control:focus {
    box-shadow: transparent 0px 0px 0px 0px;
    color: var(--colorgreen);
    background-color: var(--colorgreen) 2b;
    border-color: var(--colorgreen);
}

.foot-query-form .alert-danger#errorDiv {
    color: red;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
    display: none;
}

.foot-query-form .alert-success#successDiv {
    color: var(--colorgreen);
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 20px;
    display: none;
}

.social-list {
    margin: 50px 0px;
}

.social-footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-footer.desk {
    margin-top: 116px;
    margin-bottom: 0px;
}

.social-footer ul,
.social-list ul {
    padding: 0px;
    margin: 10px 0px;
}

.social-footer ul li,
.social-list ul li {
    display: inline-block;
    transition: 0.5s;
    width: 34px;
    height: 34px;
}

.social-footer ul li img,
.social-list ul li img {
    filter: var(--iconfilter);
}

.social-footer ul li:hover img,
.social-list ul li:hover img {
    filter: var(--iconfilterhover);
}

.social-footer ul li a,
.social-list ul li a {
    border: 1px solid var(--maintext);
    border-radius: 100%;
    padding: 6px 11px;
    color: var(--maintext);
    font-size: 14px;
    line-height: 14px;
    transition: 0.5s;
    width: 30px;
    height: 30px;
    text-align: center;
}

.social-footer.mob {
    display: none !important;
}

.copyrghts {
    padding: 14px 0px;
}

.copyrghts ul {
    padding: 0px;
    margin: 0px;
}

.copyrghts ul li {
    padding: 0px 2px 0px 6px;
    display: inline-block;
    margin: 0px;
    border-left: 1px solid var(--maintext);
    line-height: 12px;
}

.copyrghts ul li:nth-child(1) {
    border-left: 0px solid transparent;
}

.copyrghts ul li a {
    color: var(--maintext);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.copyrghts ul li a:hover {
    color: var(--colorgreen);
    text-decoration: none;
}

.copyrghts p {
    color: var(--maintext);
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

.footer-links-mob {
    display: none;
}

.foot-query-form .md-textarea,
.foot-query-form input.select-dropdown,
.foot-query-form input[type="email"],
.foot-query-form input[type="text"],
.foot-query-form select {
    font-size: 14px;
    line-height: 35px;
    width: 100%;
    height: 36px;
    margin-bottom: 0px;
    text-indent: 0px;
    font-family: "Open Sans", sans-serif;
    outline: 0px;
    color: var(--maintext);
    font-weight: 400;
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--bordercolor) !important;
}

.foot-query-form textarea {
    height: 80px;
    width: 100%;
    text-indent: 0px;
    font-family: "Open Sans", sans-serif;
    outline: 0px;
    font-size: 14px;
    border-bottom: 1px solid var(--bordercolor);
    resize: none;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 var(--colorgreen);
    border-bottom: 1px solid var(--colorgreen) !important;
}

.md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: var(--colorgreen);
}

.foot-query-form .md-form label {
    font-size: 14px;
    line-height: 20px;
    color: var(--maintext);
    font-weight: 400;
}

.foot-query-form .select-wrapper .dropdown-content li {
    width: 100%;
    clear: both;
    line-height: initial;
    color: rgb(0, 130, 105);
    text-align: left;
    text-transform: none;
    cursor: pointer;
    padding: 0px !important;
}

.foot-query-form .select-dropdown li.disabled,
.foot-query-form .select-dropdown li.disabled>span,
.foot-query-form .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
}

.foot-query-form .select-dropdown li.disabled,
.foot-query-form .select-dropdown li.disabled>span,
.foot-query-form .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
}

.foot-query-form .select-wrapper li>a,
.foot-query-form .select-wrapper li>span {
    display: block;
    padding: 0.5rem;
    font-size: 12px;
    color: rgb(0, 130, 105);
    font-weight: 600;
}

.foot-query-form a {
    color: var(--colorgreen);
    text-decoration: underline;
}

.foot-query-form button {
    padding: 15px;

}

.foot-query-form .md-form {
    margin-bottom: 0.6rem;
}

/* .btn-stndrd {
    border: 1px solid var(--btn-color);
    background-color: var(--btn-color);
    color: var(--colorwhite);
    font-size: 18px;
    line-height: 12px;
    font-weight: 600;
    padding: 1px;
    margin: 0px;
    border-radius: 5px;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px !important;
}

.btn-stndrd:hover {
    background-color: transparent;
    color: var(--colorgreen);
    border: 1px solid var(--colorgreen);
    transition: 0.1s ease-in-out;
    border-radius: 5px;

    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
} */

.btn-stndrd:focus {
    outline: 0px;
}

.primary-btn {
    padding: 10px 30px;
    outline: 0px;
    border: 1px solid var(--colorgreen);
    color: var(--colorwhite);
    background-color: var(--colorgreen);
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    border-radius: 0px;

    cursor: pointer;
    transition: 0.5s ease-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
}

.primary-btn:hover {
    color: var(--colorgreen);
    background-color: transparent;
    border: 1px solid var(--colorgreen);
    transition: 0.2s ease-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
}

.primary-btn.active,
.primary-btn:focus {
    box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px inset !important;
}

.mob-menu-main-links a img,
.mob-submenu-links a img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 21px;
    display: inline-block;
    filter: var(--iconfilter);
    transition: all, 0.5s;
}

.mob-menu-main-links a:focus img,
.mob-submenu-links a:focus img {
    filter: var(--iconfilterhover);
    outline: 0px;
}

.mob-submenu-links a[aria-expanded="true"] img {
    transform: rotate(90deg);
    transition: all, 0.5s;
    filter: var(--iconfilterhover);
}

.back-sub-mob img {
    width: 23px;
    height: auto;
    filter: var(--iconfilter);
}

.primary-btn-white {
    padding: 10px 30px;
    outline: 0px;
    margin-top: 20px;
    border: 1px solid var(--colorwhite);
    background-color: transparent;
    font-size: 13px;
    color: var(--colorwhite);
    line-height: 13px;

    cursor: pointer;
    border-radius: 0px;
    transition: 0.1s ease-in-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px !important;
}

.primary-btn-white:hover {
    background-color: var(--colorgreen);
    color: var(--colorwhite);
    border: 1px solid var(--colorgreen);
    transition: 0.1s ease-in-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
}

.primary-btn-green {
    padding: 10px 30px;
    outline: 0px;
    margin-top: 20px;
    border: 1px solid var(--colorgreen);
    background-color: var(--colorgreen);
    font-size: 13px;
    color: var(--colorwhite);
    line-height: 13px;

    cursor: pointer;
    border-radius: 0px;
    transition: 0.1s ease-in-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
}

.primary-btn-green:hover {
    background-color: var(--bgcolor);
    color: var(--colorgreen);
    border: 1px solid var(--colorgreen);
    transition: 0.1s ease-in-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
}

.primary-btn-black {
    padding: 10px 30px;
    margin-top: 20px;
    outline: 0px;
    border: 1px solid rgb(0, 0, 0);
    background-color: transparent;
    font-size: 12px;
    color: var(--maintext);
    line-height: 12px;

    cursor: pointer;
    border-radius: 0px;
    transition: 0.1s ease-in-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
}

.primary-btn-black:hover {
    background-color: var(--colorgreen);
    color: var(--colorwhite);
    border: 1px solid var(--colorgreen);
    transition: 0.1s ease-in-out;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgb(196, 198, 198);
    outline: 0px;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 3;
}

input.select-dropdown {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
    text-indent: 0px;
    font-family: "Open Sans", sans-serif;
    outline: 0px;
    color: var(--maintext);
    font-weight: 400;
    border-bottom: 1px solid var(--bordercolor);
    border-radius: 0px !important;
    box-shadow: none !important;
}

.dropdown-content {
    background-color: var(--search-input) !important;
}

.dropdown-content li>a,
.dropdown-content li>span {

    font-size: 16px;
    color: var(--maintext);
    font-weight: 400;
}

.dropdown-success .dropdown-content li span:hover,
.dropdown-success .dropdown-content li.active,
.sections-links-mob .dropdown-success .dropdown-content li a {
    background-color: var(--colorgreen) !important;
}

header .bd-rgt {
    transition: border-right 1s;
    border-right: 1px solid var(--bordercolor) !important;
}

header .opn-srch {
    transition: border-left 1s;
    border-left: 1px solid var(--bordercolor) !important;
    font-size: 11px;

}

@media (max-width: 1200px) {

    .top-bar .left-bar li {
        padding: 0px 5px;
    }

    .top-bar .right-top-menu li {
        padding: 0px 2px;
    }

    .main-nav-bar .dsk-nav li a {
        font-size: 11px;
    }

    .main-nav-bar .dsk-nav li {
        display: inline-block;
        padding-right: 4px;
    }

    .social-footer.desk {
        margin-top: 40px;
    }

    #search_result_return li {
        width: 50%;
    }
}

@media (max-width: 1024px) {

    .range-bx span input[type="text"],
    .range-bx span input[type="number"] {
        font-size: 14px !important;
    }

    .sections-links-mob {
        display: block;
    }

    .sections-links-mob .select-wrapper {
        margin: 0px;
        width: 140px;
    }

    .close-btn-mob-menu img {
        width: 28px;
        filter: var(--iconfilter);
    }

    .sections-links-mob .select-wrapper input[type="text"] {
        font-size: 15px;
        line-height: 15px;

        border: 0px;
        margin: 0px;
        color: var(--colorgreen);
        box-shadow: none !important;
    }

    .sections-links-mob .select-wrapper span.caret {
        left: 55%;
        top: 15px;
    }

    .main-nav-bar .nav-btn img {
        width: 28px;
        filter: var(--iconfilter);
    }

    .dropdown-content li>span,
    .sections-links-mob .dropdown-content li>a {

        font-size: 15px;
        color: var(--colorgreen);
    }

    .dropdown-success .dropdown-content li span:hover,
    .dropdown-success .dropdown-content li.active,
    .sections-links-mob .dropdown-success .dropdown-content li a {
        background-color: var(--colorgreen) !important;
    }

    .top-bar .left-bar {
        display: none !important;
    }

    .top-bar .btn-stndrd {}

    .footer-links-desk {
        display: none;
    }

    .footer-links-mob {
        display: block;
        width: 100%;
    }

    .top-bar .right-top-menu {
        display: none !important;
    }

    .m-login-btn {
        display: inline-block;
    }

    .d-login-btn,
    .dsk-nav-wrap {
        display: none !important;

    }

    .nav-btn {
        display: inline-block;
    }

    header {
        z-index: 9;
    }

    .sections-links-mob select {
        color: var(--colorgreen);
        border: 0px;
        font-size: 15px;
        font-weight: 500;
        outline: 0px;

        font-family: "Open Sans", sans-serif;
        padding: 4px 0px;
    }

    .search-bar {
        min-height: 42px;
        font-size: 32px;
        padding: 0px 10px;
        color: var(--maintext);
    }

    .search-icon {
        width: 65px;
        height: 42px;
    }

    .search-icon-img {
        height: 18px;
        filter: var(--iconfilter);
        transition: 0.5s;
    }

    .search-icon-img:hover {
        filter: var(--iconfilterhover);
    }

    .search-icon img {
        height: 38px;
        filter: var(--iconfilter);
        transition: 0.5s;
    }

    .search-icon img:hover {
        filter: var(--iconfilterhover);
    }

    .search-icon {
        top: 10px;
        line-height: 37px;
    }

    .footer-menu {
        margin-top: 0px;
    }

    .footer-links-mob .container {
        padding: 0px;
    }

    .footer-menu h1,
    .social-footer h6 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
    }

    .social-footer ul {
        padding: 0px;
        margin: 10px 0px 31px;
    }

    .copyrghts ul {
        padding: 0px;
        text-align: center;
        margin-bottom: 8px;
    }

    .copyrghts .text-right {
        text-align: center !important;
    }

    .copyrghts {
        padding-top: 20px;
    }

    .copyrghts ul li {
        line-height: 10px;
    }

    .foot-query-form button[type="submit"] {

        margin-top: 10px;
    }

    .social-footer.mob {
        display: block !important;
    }

    .social-footer.desk {
        display: none;
    }

    .nav-btn .fa-bars {
        color: rgb(101, 101, 101);
        position: relative;
        font-size: 25px !important;
        top: 3px !important;
    }

    .bgfade-div {
        background: var(--fademenubg) !important;
        z-index: 8 !important;
    }

    .main-nav-bar .icons-box .opn-srch {
        border-left: 1px solid var(--bordercolor) !important;
    }
}

@media (max-width: 992px) {

    .opn-srch {
        margin-top: 15px;
    }

    .main-logo {
        width: 70%;
    }

    .dark-main-logo {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .top-bar .modes-bar li {
        padding: 0px 4px;
    }
}

@media (min-width: 1700px) {



    .range-bx span input[type="text"],
    .range-bx span input[type="number"] {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .search-bx {
        padding: 80px 0px 150px !important;
    }

    .srch-close-btn {
        width: 25px;
        height: 25px;
    }

    small {
        font-size: 12px !important;
    }

    .main-nav-bar .row {
        margin: 8px 0px;
    }

    .top-bar .right-top-menu li {
        padding: 0px 12px;
    }

    .top-bar .modes-bar li a {
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
    }

    .top-bar .left-bar li a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
    }

    .top-bar .right-top-menu li a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
    }

    .main-nav-bar .dsk-nav li a {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
    }

    .main-nav-bar .dsk-nav li a img {
        width: 12px;
        height: 12px;
    }

    .footer-menu h1,
    .social-footer h6 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
    }

    .footer-menu ul li a {
        font-size: 14px;
        line-height: 15px;
    }

    .footer-menu ul li {
        padding: 4px 0px;
    }

    .social-footer ul li a {
        font-size: 18px;
        line-height: 18px;
    }

    .main-nav-bar .dsk-nav li {
        display: inline-block;
        padding-right: 38px;
    }

    .menu-main-h {
        font-weight: 600;
        font-size: 30px !important;
    }

    .menu-main-h2 {
        font-weight: 700;
        font-size: 14px !important;
        text-transform: capitalize;
    }

    .menu-links ul li a {
        color: var(--maintext);
        font-size: 13px;
        line-height: 17px;
        position: relative;
        padding-right: 12px;
    }

    .mega-menu {
        padding-bottom: 50px;
        padding-top: 50px;
        height: 0px;
    }

    .main-nav-bar .dsk-nav li {
        padding-right: 21px;
    }

    .d-login-btn {
        padding: 15px 45px !important;
    }

    .main-nav-bar .dsk-nav li a.active {
        padding-bottom: 20px;
    }

    #search_result_return li {
        font-size: 14px;
    }

    .search-bar {
        min-height: 46px;
        font-size: 28px;
        padding: 5px 68px 5px 15px;
        font-family: "Open Sans", sans-serif;
        color: var(--maintext);
    }

    .search-icon {
        width: 65px;
        height: 44px;
        position: absolute;
        top: 4px;
        right: 0px;
        display: block;
        color: var(--bordercolor);
        font-weight: 300;
        border-left: 1px solid var(--bordercolor);
        line-height: 43px;
    }

    .menu-links .col-3 {
        padding: 0px 15px;
    }

    .menu-main-h i {
        top: 0px;
    }

    .bgfade-div {
        height: 100vh;
        background: var(--fademenubg);
    }
}

#foot-mob-acc li {
    padding: 0px;
    position: relative;
}

#foot-mob-acc>li>a {
    font-size: 16px;
    line-height: 16px;

    display: block;
    padding: 16px 15px;
    border-bottom: 1px solid var(--bordercolor);
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    color: var(--colorgreen);
}

#foot-mob-acc>li>a[aria-expanded="true"]::after {
    transform: rotate(-135deg);
}

#foot-mob-acc>li ul {
    padding: 0px 20px 0px 15px;
}

#foot-mob-acc>li ul li {
    font-size: 12px;

    display: block;
    padding: 6px 0px;
}

#foot-mob-acc>li ul li:nth-child(1) {
    padding-top: 12px;
}

@media (max-width: 768px) {
    .search-bar {
        min-height: 48px;
        font-size: 32px;
        padding: 0px 10px;
        color: var(--maintext);
    }

    .most-seraches {
        text-align: left;
        border-right: 0 solid var(--bordercolor);
    }

    .btn-desk {
        display: none !important;
    }

    #search_result_return li {
        width: 100%;
    }

    .mob-voice-search {
        width: 100%;
        height: 100vh;
        border-radius: 5px;
        border: 0 solid var(--bordercolor);
        padding: 10px 3%;
        float: left;
        position: absolute;
        background: var(--bgcolor);
        z-index: 10;
    }

    .mob-voice-search form {
        width: 100%;
    }

    .mob-voice-search input {
        width: 100%;
        height: 35px;
        margin-top: 2px;
        border: 0 solid var(--bordercolor);
        text-indent: 5px;
        font-size: 12px;
        outline: 0px;
        border-radius: 5px;
    }

    .voice-search-anitmation {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 50px;
        position: relative;
        text-align: center;
    }

    .voice-search-anitmation img {
        width: 40%;
    }

    .search-box-main {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }

    .voice-search-results {
        width: 100%;
        height: auto;
        float: left;
    }

    .voice-search-results ul {
        list-style-type: none;
        width: 100%;
        text-align: left;
        float: left;
        margin: 5px 0px 0px;
        padding: 0px;
    }

    .voice-search-results ul li {
        width: 100%;
        float: left;
        padding: 0px 5px;
    }

    .voice-search-results ul li:last-child {
        border: 0px;
    }

    .voice-search-results ul li a {
        font-size: 13px;
        font-weight: 300;
        color: rgb(87, 88, 91);
    }

    .typewriter h4 {
        color: var(--maintext);
        font-family: Roboto, sans-serif;
        line-height: 2.125rem;
        font-size: 1rem;
        overflow: hidden;
        border-right: 0.15em solid transparent;
        white-space: nowrap;
        margin: 0px auto;
        letter-spacing: 0.015625rem;
        animation: 3.5s steps(30) 0s 1 normal none running typing, 0.5s step-end 0s infinite normal none running blink-caret;
    }

    .col-6.col-md-3.bd-rgt.pd-12 {
        border: 0px;
    }

    @keyframes typing {
        0% {
            width: 0px;
        }

        100% {
            width: 100%;
        }
    }

    @keyframes blink-caret {

        0%,
        100% {
            border-color: transparent;
        }

        50% {
            border-color: transparent;
        }
    }

    @media only screen and (max-width: 767px) {
        .search-mic-speech {
            width: auto;
            display: block;
            position: absolute;
            top: 5px;
            right: 5px;
            font-size: 20px;
            color: rgb(215, 25, 32) !important;
        }
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .cus-m-grid {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .search-bx {
        padding: 30px 0px !important;
    }

    .main-logo {
        width: 75%;
    }

    .dark-main-logo {
        width: 100%;
    }

    .search-icon-img {
        height: 17px !important;
    }

    .main-nav-bar .icons-box li {
        padding: 0px 8px !important;
    }

    .main-nav-bar .row {
        margin: 5px 0px !important;
    }

    .srch-close-btn {
        right: 12px !important;
        top: 13px !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .main-nav-bar .nav-btn img {
        width: 22px;
        filter: var(--iconfilter);
    }

    .close-btn-mob-menu img {
        width: 17px;
        filter: var(--iconfilter);
    }

    .voice-search-close.text-right {
        right: 12px !important;
        top: 13px !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .search-bar {
        min-height: 38px !important;
        font-size: 18px !important;
        line-height: 18px !important;
        padding: 0px 56px 2px 10px !important;
    }

    .search-icon {
        top: 4px !important;
        line-height: 30px !important;
        width: 45px !important;
        height: 31px !important;
    }

    .search-icon img {
        height: 22px !important;
        filter: var(--iconfilter) !important;
        transition: 0.5s !important;
    }

    .mob-srch {
        margin: 20px 0px 0px !important;
    }

    .mob-srch .col-sm-8 {
        padding: 0px !important;
    }

    .search-result-capsule {
        margin: 8px 8px 0px 0px !important;
        padding: 4px 6px !important;
    }

    .nav-btn {
        display: inline-block;
        position: relative;
        top: 0px;
    }

    .nav-btn .fa-bars {
        color: rgb(101, 101, 101);
        position: relative;
        font-size: 20px !important;
        top: 3px !important;
    }

    .only-mobile {
        display: inline-block !important;
    }

    .ftr-updates {
        font-size: 12px !important;
        margin: 0px 0px 22px !important;
    }
}

.search-icon-img {
    height: 26px;
    filter: var(--iconfilter);
    transition: 0.5s;
}

.search-icon img {
    height: 30px;
    filter: var(--iconfilter);
    transition: 0.5s;
}

.color-light-grey {
    color: var(--txtlightgrey);
}

.mob-voice-search {
    display: none;
    height: 100vh;
}

.color-red {
    color: red;
}

.voice-search-close {
    color: var(--maintext);
    cursor: pointer;
    position: absolute;
    right: 118px;
    font-size: 18px;
    line-height: 18px;
    transition: ease-in-out, 0.5s;
    top: 112px;
}

.voice-search-close:hover {
    color: var(--colorgreen);
    outline: 0px;
    text-decoration: none;
    transition: ease-in-out, 0.5s;
}

.voice-search-close img {
    width: 15px;
    height: 15px;
    filter: var(--iconfilter);
}

.voice-search-close:hover img {
    filter: var(--iconfilterhover);
}

small {
    font-size: 10px !important;
}

@media (min-width: 1025px) and (max-width: 1199px) {



    .range-bx span input[type="text"],
    .range-bx span input[type="number"] {
        font-size: 14px !important;
    }

    .menu-links ul li a:hover span {
        display: none !important;
    }
}

abbr[data-original-title],
abbr[title] {
    text-decoration: none !important;
    cursor: none !important;
}

span.filtrable {
    padding: 2px 5px;
}

#foot-mob-acc>li>a>img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 15px;
    display: inline-block;
    filter: var(--iconfilter);
    transition: all, 0.5s;
}

#foot-mob-acc>li>a[aria-expanded="true"] img {
    transform: rotate(-180deg);
    transition: all, 0.5s;
    filter: var(--iconfilterhover);
}

.breadcrumb-item span.ebc-text {
    padding-right: 2px !important;
}

span.ebc-text {
    text-transform: initial !important;
}

label.ebc-text {
    text-transform: initial !important;
    margin: 0px !important;
}

.ftr-updates {
    font-size: 14px;
    line-height: 14px;
    margin: 16px 0px;
}


.wow {
    visibility: hidden;
}

::selection {
    color: rgb(255, 255, 255);
    background-color: var(--colorgreen);
}

.waves-effect .waves-green {
    background-color: rgb(0, 255, 200);
}

.range-field input[type="range"] {
    border: 0px solid rgb(255, 255, 255) !important;
}

.mt-sec-pg-top {
    margin-top: 60px;
}

.mt-sec {
    margin-top: 100px;
}

.resp-rev .cus-mob {
    width: calc(51% + 0px);
}

.main-overlap-wrap .primary-btn-green {
    position: absolute;
    bottom: 25px;
    padding: 10px;
    transform: translate(-50%, -50%) !important;
}

.heading-h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 300;

    margin: 0px;
    padding: 0px;
}

.heading-h2 {
    font-size: 39px;
    line-height: 49px;

    margin: 0px;
    padding: 0px;
}

.heading-h5 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;

    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.heading-h6 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;

    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.resp-rev .cus-mob h1 {
    font-weight: 700;
}

h1.heading-h5 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 400;

    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.main-slider h2,
.main-slider-single h2 {
    padding-top: 24px !important;
}

.heading-h6 {
    margin-bottom: 24px !important;
}

.border-b {
    border-bottom: 1px solid var(--bordercolor);
}


.color-white {
    color: var(--colorwhite);
}

.color-grey {
    color: var(--maintext);
}

.color-green {
    color: var(--colorgreen);
}

.div-roshan-mob {
    display: none;
}

.classic-tabs {
    padding-top: 25px;
}

.classic-tabs .nav::-webkit-scrollbar {
    display: none;
}

.classic-tabs .nav {
    margin: 0px auto;
    padding: 0px;
    border-bottom: 1px solid var(--bordercolor);
    display: inline-flex;
    overflow-x: auto;
    flex-direction: row;
    scrollbar-width: none;
    flex-wrap: nowrap !important;
}

.classic-tabs .nav .nav-item {
    text-align: center;
    padding: 0px;
    display: inline-block;
    margin: 0px auto !important;
}

.classic-tabs .nav .nav-item:nth-child(2n+1) {
    padding-right: 30px;
}

.classic-tabs .nav .nav-item:nth-child(2n) {
    padding: 0px 30px 0px 0px;
}

.classic-tabs .nav .nav-item:nth-child(3n) {
    padding: 0px 30px 0px 0px;
}

.classic-tabs .nav .nav-item:last-child {
    padding: 0px;
}

.classic-tabs .nav .nav-item .nav-link {
    color: var(--maintext);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    transition: 0.1s ease-in-out;
    padding: 20px 0px;
}

.classic-tabs .nav .nav-item .nav-link.active {
    transition: 0.1s ease-in-out;
    border-bottom: 3px solid var(--colorgreen);
    color: var(--colorgreen) !important;
}

.tab-content .tab-pane.active {
    /* animation: 1.5s ease-in-out 0s 1 normal none running fadeIn; */
}

.hbl-mob-banking .btn {
    margin-top: 40px;
}

.col-range-ab {
    width: 100%;
}

.col-range-a,
.col-range-b {
    width: 50%;
    padding: 0px 8px;
}

.range-full {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: left;
    position: relative;
    padding-top: 15px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--maintext);
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background-color: var(--colorgreen);
}

.swiper-pagination.swiper-pagination-progressbar {
    bottom: 0px;
    top: initial;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--colorgreen);
}

.swiper-pagination-progressbar {
    background: var(--bordercolor);
}

.deals-slide {
    padding: 0px 0px 39px;
}

.d-d-slide .swiper-slide .d-text-overlap {
    position: absolute;
    bottom: 42px;
    left: 15px;
    right: 15px;
    color: var(--colorwhite);
}

.d-d-slide .swiper-slide .d-text-overlap span {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.d-d-slide .swiper-slide .d-text-overlap .heading-h5 {
    font-weight: 400;
}

.h-deals-nd-discount .mob-tab .heading-h2 {
    line-height: 38px;
    font-size: 33px;
}

.dd-left-sec img {
    margin-top: 0px;
}

.dd-left-sec .btn {
    margin-top: 30px;
}

.mt-sec-pg-top {
    margin-top: 80px;
}

.h-deals-nd-discount .row.mt-5 {
    margin-top: 52px !important;
}

.main-overlap-wrap .d-text-overlap {
    position: absolute;
    top: 0px;
    padding: 38px 12px 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.main-overlap-wrap .d-text-overlap h5,
.main-overlap-wrap .d-text-overlap span {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.main-overlap-wrap .d-text-overlap h5 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
}

.main-overlap-wrap .d-text-overlap span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-top: 15px;
}

.quick-icons a {
    color: var(--maintext);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;

    transition: 0.3s ease-in-out;
    margin: 0px auto;
    text-align: center;
    display: table;
}

.quick-icons a:hover {
    color: var(--colorgreen);
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.quick-icons a:hover img {
    filter: var(--iconfilterhover);
    transition: 0.3s ease-in-out;
}

.quick-icons a img {
    filter: var(--iconfilter);
    transition: 0.3s ease-in-out;
    margin: 0px auto;
    text-align: center;
    padding: 0px 0px 30px;
}

.icons-section {
    padding-top: 14px;
}

.quick-icon .wrap-icons {
    height: 115px;
}

.quick-icon .wrap-icons img {
    display: block;
    text-align: center;
    margin: 0px auto 16px;
    filter: var(--iconfilter);
    height: 55px;
}

.quick-icon .wrap-icons p {
    margin: 0px;
}

.quick-icon .wrap-icons a {
    color: var(--maintext);

    display: block;
    transition: 0.3s ease-in-out;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    padding-bottom: 0px;
}

.quick-icon .wrap-icons a:hover img {
    filter: var(--iconfilterhover);
}

.quick-icon .wrap-icons a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.quick-icon .wrap-icons a:hover label {
    color: var(--colorgreen);
    text-decoration: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.quick-icon .wrap-icons a label {
    margin: 0px;
}

.icons-slider {
    width: 100%;
}

.icons-s-p.swiper-button-disabled {
    display: none;
}

.icons-s-n.swiper-button-disabled {
    display: none;
}

.cards-slide,
.cards-slide2 {
    padding-bottom: 24px;
    width: 90%;
}

.cards-slide .mt-5,
.cards-slide2 .mt-5 {
    margin-top: 74px !important;
}

.home-cards-sec .swiper-button-next,
.home-cards-sec .swiper-button-prev {
    top: 28%;
}

.home-cards-sec .mble-icons-wrap {
    text-align: right;
}

.home-cards-sec .swiper-slide {
    text-align: center;
}

.home-cards-sec .primary-btn {
    margin-top: 20px;
}

.cards-rp .media img {
    padding: 4px;
    margin: 3px 0px;
}

.cards-rp .c-s-w1 {
    position: relative;
    right: -58px;
}

.cards-rp .c-s-w2 {
    position: relative;
    right: -58px;
}

.cards-rp .c-s-w3 {
    position: relative;
    right: -56px;
}

.cards-rp .c-s-w4 {
    position: relative;
    right: -53px;
}

#cs-TabContent {
    padding-top: 6px;
}

@media (max-width: 1200px) {

    .mble-icons-wrap .icons-one {
        top: 45px;
        left: -81px;
    }

    .mble-icons-wrap .icons-two {
        top: 50px;
        left: -57px;
    }

    .mble-icons-wrap .icons-three {
        top: 43px;
        left: -43px;
    }

    .mble-icons-wrap .icons-four {
        top: 48px;
        left: -9px;
    }

    .mble-icons-wrap .icons-five {
        position: relative;
        top: 54px;
        left: -7px;
    }

    .mble-icons-wrap .media .media-body span {
        font-size: 12px;
    }

    .mble-icons-wrap .media .media-body p {
        font-size: 10px;
    }

    .mble-icons-wrap .media img {
        padding: 2px;
        width: 35px;
    }

    .media-body {
        position: relative;
        bottom: 7px;
    }

    .heading-h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-cards-sec .swiper-button-next,
    .home-cards-sec .swiper-button-prev {
        top: 45%;
    }

    .footer-links-desk {
        padding-bottom: 40px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .set-h {
        height: 132px;
        overflow-y: hidden;
    }
}

@media (min-width: 993px) and (max-width: 1025px) {
    .set-h {
        height: 194px;
        overflow-y: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {

    .opn-srch {
        /* margin-top: 15px; */
    }

    .hero .container {
        /* margin-top: 55px !important; */
    }

    .set-h {
        height: 243px;
        overflow-y: hidden;
    }
}

@media (min-width: 1700px) and (max-width: 1920px) {

    .hero .container {
        margin-top: -0px !important;
    }

    /* .opn-srch{
        margin-top: 15px;
    } */
    /* .carousel-control-prev {
        left: 10% !important;
    } */

    .hero .container {
        margin-top: 55px;
    }

    /* .carousel-control-next {
        right: 82% !important;
    } */


    .set-h {
        height: 383px;
        overflow-y: hidden;
    }
}

@media (max-width: 1024px) {
    .bd-rgt {
        border-right: 0 solid var(--bordercolor) !important;
    }

    .heading-h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .h-heading-h5-d-block {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .classic-tabs .nav li a {
        display: block;
        padding: 10px 18px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        text-align: center;

        border-radius: 0px;
        font-weight: 400 !important;
    }

    .classic-tabs .nav .nav-item .nav-link.active {
        border-bottom: 3px solid var(--colorgreen);
        transition: 0.1s ease-in-out;
        color: var(--colorgreen) !important;
        font-weight: 700 !important;
    }

    .hbl-mob-banking .btn {
        margin-top: 30px;
    }

    h6.range-bx-det {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px !important;
    }

    h1.range-bx-det {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px !important;
    }

    .range-green-txt {
        padding-left: 5px;
        font-size: 13px;
    }

    .range-green-txt-small {
        font-size: 9px;
        line-height: 10px;
        padding-left: 0px;
    }

    .pd-12 {
        padding-top: 12px;
    }

    .range-green-txt-res {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .main-overlap-wrap .d-text-overlap h5 {
        font-size: 19px;
        line-height: 25px;
    }

    .main-overlap-wrap .d-text-overlap {
        padding: 24px 12px;
    }

    .main-overlap-wrap .d-text-overlap span {
        font-size: 11px;
        display: block;
        margin-top: 0px;
    }

    .main-overlap-wrap .d-text-overlap span {
        padding-top: 0px;
    }

    .primary-btn-white {
        padding: 5px 20px;
        margin-top: 10px;
    }

    .primary-btn-green {
        padding: 5px 20px;
        margin-top: 10px;
    }

    .primary-btn-black {
        padding: 5px 20px;
        margin-top: 10px;
        outline: 0px;
        border: 1px solid var(--colorblack);
        background-color: transparent;
        font-size: 13px;
        color: var(--maintext);
        line-height: 13px;

        cursor: pointer;
        border-radius: 0px;
        transition: 0.1s ease-in-out;
        box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
    }

    .primary-btn-green {
        padding: 10px 6px;
        outline: 0px;
        border: 1px solid var(--colorgreen);
        background-color: var(--colorgreen);
        font-size: 13px;
        color: var(--colorwhite);
        line-height: 13px;

        cursor: pointer;
        border-radius: 0px;
        transition: 0.1s ease-in-out;
        box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
    }

    .main-overlap-wrap .d-text-overlap .primary-btn-green {
        font-size: 11px !important;
    }

    .heading-h6 {
        font-size: 19px;
        line-height: 27px;
    }

    .heading-h5 {
        font-size: 19px;
        line-height: 28px;
        font-weight: 600;
    }

    h1.heading-h5 {
        font-size: 19px;
        line-height: 28px;
        font-weight: 400;
    }

    .mt-sec {
        margin-top: 60px;
    }

    .quick-icon .wrap-icons {
        min-height: 107px;
        margin-top: 20px;
    }

    .quick-icon .wrap-icons img {
        height: 55px;
    }

    .heading-h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    #ln-TabContent .mt-5 {
        margin-top: 30px;
    }

    .col-range-a,
    .col-range-b {
        width: 100%;
    }

    .range-bx .grey-txt {
        padding: 0px 5px;
        font-size: 10px !important;
    }

    .range-green-txt {
        padding-left: 2px !important;
        font-size: 14px !important;
    }

    .range-green-txt-small {
        font-size: 9px !important;
        line-height: 15px;
    }

    .l-t-c-apply {
        font-size: 10px !important;
        font-weight: 600;
    }

    .quick-icons a img {
        filter: var(--iconfilter);
        transition: 0.3s ease-in-out;
        margin: 0px auto;
        text-align: center;
        padding: 5px 0px 20px;
        height: 75px;
    }

    form .search-bar {
        min-height: 42px;
        font-size: 32px;
        padding: 0px 76px 5px 15px;
        color: var(--maintext);
        font-weight: 300;
    }

    .mt-sec-pg-top {
        margin-top: 50px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        text-align: left;
        position: relative;
        padding-top: 15px;
    }

    .swiper-button-next::after,
    .swiper-container-rtl .swiper-button-prev::after {
        content: "next";
        font-size: 18px;
    }

    .swiper-button-prev::after,
    .swiper-container-rtl .swiper-button-next::after {
        content: "prev";
        font-size: 18px;
    }

    .heading-h6 {
        margin-bottom: 24px !important;
    }

    .main-slider h2,
    .main-slider-single h2 {
        padding-top: 15px !important;
    }

    .home-cards-sec .swiper-button-next,
    .home-cards-sec .swiper-button-prev {
        top: 35%;
    }

    .bd-rgt {
        border: 1px solid transparent;
    }
}

@media (max-width: 992px) {
    .heading-h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (min-width: 1700px) {
    .l-t-c-apply {
        font-size: 12px !important;
    }

    .container {
        max-width: 1644px;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 12px;
        padding-left: 12px;
    }

    .mt-sec {
        margin-top: 130px;
    }

    .heading-h1 {
        font-size: 70px;
        line-height: 80px;
        font-weight: 300;

        margin: 0px;
        padding: 0px;
    }

    .heading-h2 {
        font-size: 52px;
        line-height: 56px;
        font-weight: 300;

        margin: 0px;
        padding: 0px;
    }

    .heading-h5 {
        font-size: 36px;
        line-height: 46px;
    }

    h1.heading-h5 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 400;
    }

    .heading-h6 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;

        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

    .h-heading-h5-d-block {
        font-weight: 400;
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .classic-tabs .nav .nav-item .nav-link {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
    }

    .heading-h6 {
        margin-bottom: 34px !important;
    }

    .main-slider h2,
    .main-slider-single h2 {
        padding-top: 34px !important;
    }

    .btn-stndrd {
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
    }

    .primary-btn {
        padding: 14px 40px;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
    }

    .primary-btn-white {
        font-size: 18px;
        line-height: 18px;
        margin-top: 40px;
    }

    .primary-btn-green {
        font-size: 18px;
        line-height: 18px;
        margin-top: 40px;
    }

    .d-d-slide .swiper-slide .d-text-overlap {
        bottom: 52px;
        left: 25px;
        right: 25px;
    }

    .d-d-slide .swiper-slide .d-text-overlap span {
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
    }

    .main-overlap-wrap .d-text-overlap h5 {
        font-size: 38px;
        font-weight: 400;
        line-height: 38px;
    }

    .main-overlap-wrap .d-text-overlap span {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        padding-top: 20px;
    }

    .quick-icons a {
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
    }

    .quick-icon .wrap-icons {
        height: 160px;
    }

    .quick-icon .wrap-icons a {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
    }

    .quick-icon .wrap-icons a:hover label {
        padding-bottom: 15px;
    }

    .mt-sec-pg-top {
        margin-top: 108px;
    }

    .quick-icon .wrap-icons img {
        height: 75px;
        margin-bottom: 36px;
    }

    .icons-section {
        padding-top: 24px;
    }

    .hbl-mob-banking .btn {
        margin-top: 64px;
    }

    .h-deals-nd-discount .row.mt-5 {
        margin-top: 70px !important;
    }

    .dd-left-sec img {
        margin-top: 40px;
    }

    .dd-left-sec .btn {
        margin-top: 51px !important;
    }

    .h-deals-nd-discount .mob-tab .heading-h2 {
        line-height: 56px;
        font-size: 52px;
    }

    #cs-TabContent {
        padding-top: 18px;
    }

    .deals-slide {
        padding: 0px 0px 50px;
    }

    .cards-slide .mt-5,
    .cards-slide2 .mt-5 {
        margin-top: 100px !important;
    }

    .border-b {
        padding-bottom: 7px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        padding-top: 15px;
    }

    h6.range-bx-det {
        font-weight: 600;
        font-size: 18px !important;
        line-height: 22px !important;
    }

    h1.range-bx-det {
        font-weight: 600;
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .range-green-txt {
        color: var(--colorgreen);
        font-weight: 600;
        display: inline-block;
        text-align: center;
        font-size: 24px !important;
    }

    .range-green-txt-small {
        font-weight: 600;
        font-size: 24px !important;
        line-height: 24px !important;
    }

    .range-green-txt-res {
        font-size: 48px !important;
        line-height: 48px !important;
    }

    .range-bx .grey-txt {
        color: var(--maintext);
        margin-top: 5px;
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .range-green-txt-small-ex {
        color: var(--colorgreen);
        padding-left: 0px;
        font-weight: 600;
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .grey-txt-res {
        font-weight: 600;
        color: var(--maintext);

        font-size: 16px !important;
        line-height: 18px !important;
    }

    .range-bx .cus-width-45 {
        width: 45% !important;
    }

    .cus-width-50 {
        width: 50% !important;
    }

    .col-3.bd-rgt.pd-12 {
        margin-top: 6px !important;
    }

    .primary-btn-black {
        padding: 10px 30px;
        line-height: 18px;
        margin-top: 40px !important;
        font-size: 18px !important;
    }

    .primary-btn-green {
        padding: 10px 30px;
        line-height: 18px;
        margin-top: 40px !important;
        font-size: 18px !important;
    }

    .p-reduce .col-md-6,
    .p-reduce .div-roshan {
        padding: 0px 12px !important;
    }

    .finance-section li.nav-item {
        padding: 0px !important;
    }

    .lft-1 .grey-txt-res span {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .tile-txt-hgt {
        height: 165px !important;
    }
}

.lft-1 {
    display: inline-block;
    width: 50%;
    text-align: right;
    border-right: 1px solid var(--bordercolor);
    padding-right: 8px;
}

.lft-1 .grey-txt-res span {
    display: block;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 20px !important;
}

.lft-2 {
    display: inline-block;
    width: 50%;
    text-align: left;
    margin: 0px;
    padding-left: 8px;
}

.rgt-1 {
    width: 50%;
    padding: 0px 6px;
    display: inline-block;
    text-align: center;
}

.rgt-2 {
    width: 50%;
    padding: 0px 6px;
    display: inline-block;
    text-align: center;
}

.range-bx {
    width: 100%;
    border: 1px solid var(--bordercolor);
    margin-top: 20px;
    padding: 0px 5px;
}

h6.range-bx-det {
    font-size: 14px;
    font-weight: 600;

    line-height: 18px !important;
}

h1.range-bx-det {
    font-size: 14px;
    font-weight: 600;

    line-height: 18px !important;
}

.range-bx .grey-txt {
    color: var(--maintext);
    font-size: 10.5px;
    margin-top: 3px;
    line-height: 24px;
}

.bd-rgt {
    border-right: 1px solid var(--bordercolor);
}

.range-green-txt {
    color: var(--colorgreen);
    padding-left: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.range-green-txt-res {
    color: var(--colorgreen);
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
}

.grey-txt-res {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: var(--maintext);

}

.range-green-txt-small {
    color: var(--colorgreen);
    padding-left: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.col-3.bd-rgt.pd-12 {
    margin-top: 18px;
}

.range-green-txt-smi-small {
    color: var(--colorgreen);
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
}

.range-green-txt-md {
    color: var(--colorgreen);
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
    position: relative;
    right: 11px;
}

.bd-res {
    border-top: 1px solid var(--bordercolor);
    border-bottom: 1px solid var(--bordercolor);
    padding: 25px 0px;
}

.p-reduce .col-6,
.p-reduce .div-roshan {
    padding: 0px 10px;
}

.btn-mob {
    display: none !important;
}

.es-m-img {
    display: none !important;
}

@media (max-width: 991px) {
    .tile-txt-hgt {
        height: 60px !important;
    }

    .main-overlap-wrap .tile-txt-hgt h1 {
        line-height: 22px !important;
    }

    .main-overlap-wrap .d-text-overlap span {
        line-height: 14px !important;
    }

    .main-overlap-wrap .primary-btn-green {
        position: relative !important;
        bottom: 0px !important;
        transform: translate(0px, 0px) !important;
        min-width: 90px !important;
    }

    .main-overlap-wrap .d-text-overlap {
        padding: 24px 12px;
        overflow-y: auto;
    }

    .col-md-3,
    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dd-left-sec img {
        display: block;
        margin: 0px auto;
    }

    .bd-rgt {
        border-right: 0 solid var(--bordercolor) !important;
    }

    .mob-tab {
        text-align: center;
        margin: 0px auto;
    }

    .main-overlap-wrap .d-text-overlap h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .main-overlap-wrap .d-text-overlap span {
        font-size: 10px;
        line-height: 16px;
        font-weight: 300;
    }

    .primary-btn-white {
        padding: 10px 6px;
        font-size: 10px;
        line-height: 10px;
    }

    .primary-btn-green {
        padding: 10px 6px;
        font-size: 10px;
        line-height: 10px;
    }

    .primary-btn {
        padding: 10px 6px;
        font-size: 10px;
        line-height: 10px;
    }

    .home-cards-sec .swiper-button-next,
    .home-cards-sec .swiper-button-prev {
        top: 50%;
    }

    .home-cards-sec .swiper-button-next::after,
    .home-cards-sec .swiper-button-prev::after {
        font-size: 30px;
    }

    .range-bx {
        width: 80%;
        margin: 0px auto;
    }

    .rgt-1 .range-bx,
    .rgt-2 .range-bx {
        width: 100%;
        margin: 0px auto;
    }
}

@media (max-width: 768px) {
    .tile-txt-hgt .color-white {
        color: var(--maintext);
    }

    .tile-txt-hgt .color-grey-white {
        color: var(--maintextwhite);
    }

    .tile-txt-hgt {
        height: auto !important;
    }

    .col-md-3,
    .col-md-6,
    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-slider,
    .main-slider-single {
        text-align: center;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        text-align: center;
        margin-top: 15px;
    }

    .heading-h5 {
        font-size: 20px;
        line-height: 24px;
    }

    h1.heading-h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .heading-h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .resp-rev {
        flex-direction: column-reverse;
    }

    .div-roshan-mob {
        display: block !important;
    }

    .div-roshan {
        display: none;
    }

    .resp-rev .cus-mob {
        text-align: center;
        width: calc(100% + 0px);
    }

    .resp-rev .cus-mob h2 {
        margin-top: 10px !important;
    }

    .resp-rev .cus-mob .primary-btn {
        margin-top: 20px !important;
    }

    .mt-sec {
        margin-top: 50px;
    }

    .mob-tab {
        display: block;
        text-align: center;
        margin: 0px auto;
    }

    .mob-tab img {
        margin: 15px auto 30px;
    }

    .mob-tab .primary-btn {
        margin: 0px auto 30px;
        text-align: center;
        display: table;
    }

    .d-d-slide .swiper-slide .d-text-overlap {
        line-height: 16px;
    }

    .d-d-slide .swiper-slide .d-text-overlap span {
        font-size: 13px;
        line-height: 16px !important;
    }

    .btn-mob {
        display: inline-block !important;
        margin-top: 30px;
    }

    .deals-slide {
        padding: 0px 0px 28px;
    }

    .primary-btn {
        font-weight: 600;
    }

    .cs-r-img {
        display: none;
    }

    .fin-sec-img {
        display: none;
    }

    .dd-left-sec h2 {
        display: none;
    }

    .es-m-img {
        display: block !important;
    }

    .es-d-img {
        display: none !important;
    }

    .main-overlap-wrap .d-text-overlap {
        position: relative;
    }

    .main-overlap-wrap {
        border: 1px solid var(--bordercolor);
        margin-bottom: 32px;
        padding: 2px;
    }

    .quick-icons a img {
        height: 90px;
    }

    .quick-icons a {
        margin-bottom: 35px;
    }

    .range-bx:nth-child(1) {
        width: 60%;
        margin: 0px auto 5px;
        text-align: center;
    }

    .range-bx .grey-txt {
        font-size: 10.5px;
        height: 24px;
        margin-top: 3px;
        line-height: 24px;
    }

    .range-green-txt {
        color: var(--colorgreen);
        font-weight: 700;
        padding-left: 2px !important;
        font-size: 20px !important;
    }

    .range-green-txt-small {
        color: var(--colorgreen);
        padding-left: 0px;
        font-weight: 700;
        line-height: 18px;
        font-size: 15px !important;
    }

    .range-bx {
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }

    .main-overlap-wrap .primary-btn-green {
        position: relative !important;
        bottom: 0px !important;
        transform: translate(0px, 0px) !important;
    }

    .finance-section .row .text-center {
        margin: 0px auto;
    }

    .explore-sec .d-text-overlap h5,
    .explore-sec .d-text-overlap span {
        color: var(--maintext) !important;
    }

    .explore-sec .d-text-overlap .btn {
        border: 1px solid var(--colorgreen);
        color: rgb(255, 255, 255);
    }

    .heading-h6 {
        margin-bottom: 15px !important;
    }

    .explore-sec .d-text-overlap .btn:hover {
        border: 1px solid var(--colorgreen);
        color: var(--colorgreen);
        background-color: var(--bgcolor);
    }

    .home-cards-sec .swiper-button-prev {
        top: 40%;
        display: none;
    }

    .home-cards-sec .swiper-button-next,
    .home-cards-sec .swiper-button-prev {
        display: none;
    }

    .nav-btn .fa-bars {
        font-size: 25px;
        color: rgb(101, 101, 101);
        position: relative;
        top: 5px;
    }

    .p-reduce {
        margin-top: 0px !important;
    }

    .finance-section .p-0 {
        padding: 0px 15px !important;
    }

    .finance-section .bd-rgt.pd-12 {
        border: 0px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .heading-h1 {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    .pos-rel {
        margin-top: 18px !important;
    }

    .mt-4 {
        margin-top: 12px !important;
    }

    .mt-5 {
        margin-top: 20px !important;
    }

    .h-heading-h5-d-block {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .cards-slide .mt-5,
    .cards-slide2 .mt-5 {
        margin-top: 8px !important;
    }

    .slide-img {
        padding-top: 30px;
    }

    .quick-icon .wrap-icons {
        min-height: 105px;
        margin-top: 20px;
    }

    .quick-icon .wrap-icons a:hover label {
        padding-bottom: 5px;
    }

    .quick-icon .wrap-icons a {
        font-size: 12px;
        line-height: 12px;
    }

    .quick-icon .wrap-icons {
        height: 105px;
    }

    .primary-btn {
        font-size: 12px;
    }

    .mt-sec {
        margin-top: 60px;
    }

    .tab-img {
        padding-top: 30px;
    }

    .h-deals-nd-discount .row.mt-5 {
        margin-top: 12px !important;
    }

    .btn-mob {
        display: block;
        margin-top: 30px;
    }

    .deals-slide {
        padding: 0px 0px 28px;
    }

    .primary-btn {
        font-weight: 600;
    }

    .cs-r-img {
        display: none;
    }

    .main-overlap-wrap .d-text-overlap h5 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
    }

    .main-overlap-wrap .d-text-overlap span {
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        padding-bottom: 8px;
    }

    .classic-tabs .nav {
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
        flex-direction: row;
        scrollbar-width: none;
        flex-wrap: nowrap !important;
    }

    .classic-tabs .nav::-webkit-scrollbar {
        display: none;
    }

    #cs-TabContent {
        padding-left: 0px;
        padding-right: 0px;
    }

    #cs-TabContent .tab-pane .col-12 {
        padding: 0px;
    }

    .main-overlap-wrap .tile-txt-hgt h1 {
        line-height: 20px !important;
        padding-bottom: 15px !important;
    }
}

.quick-icons a img {
    filter: var(--iconfilter);
    transition: 0.3s ease-in-out;
    margin: 0px auto;
    text-align: center;
    padding: 5px 0px 20px;
    height: 75px;
}

.range-green-txt-small-ex {
    color: var(--colorgreen);
    padding-left: 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.cus-width-45 {
    width: 50% !important;
}

.cus-width-50 {
    width: 48% !important;
}

.dd-left-sec .btn {
    margin-top: 13px;
}

.dd-left-sec img {
    display: block;
}

.wow {
    visibility: hidden;
}

@media (min-width: 1200px) {
    .finance-section .nav {
        width: 100%;
        line-height: 12px;
    }

    .finance-section li.nav-item {
        padding: 0px !important;
    }

    .finance-section li.nav-item:first-child {
        text-align: left !important;
    }

    .finance-section li.nav-item:last-child {
        text-align: right !important;
    }

    .finance-section .nav li.nav-item a {
        display: inline-block;
    }
}

@media (max-width: 1700px) {
    .finance-section li.nav-item {
        width: auto;
    }

    .finance-section li.nav-item:nth-child(2) {
        width: 264px !important;
    }

    .classic-tabs .nav .nav-item .nav-link {
        font-size: 16px;
    }
}

.l-t-c-apply {
    font-size: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .quick-icons .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.desktop-show {
    display: block;
}

.mob-show {
    display: none;
}

@media (min-width: 320px) and (max-width: 575px) {
    .desktop-show {
        display: none;
    }

    .mob-show {
        display: block;
    }
}

@media (min-width: 1700px) {
    .konnect p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.konnect p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
    padding: 0px;
    color: var(--maintext);
    font-weight: 400;
}

.tile-txt-hgt {
    height: 120px;
}

.h-heading-h5-d-block {
    display: inline-block;
    padding: 1rem;
    transition: border-bottom 1s;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    bottom: -1px;
    margin: 0px;
    text-transform: uppercase !important;
    border-right: 1px solid var(--bordercolor) !important;
    border-top: 1px solid var(--bordercolor) !important;
    border-left: 1px solid var(--bordercolor) !important;
    border-bottom: 1px solid var(--b-bottom) !important;
}

.downlaod-wrap .row {
    border: 1px solid var(--bordercolor);
    margin: 0px;
}

.downlaod-wrap .col-12.col-xl-3 {
    padding: 0px 5px 10px;
}

.downlaod-wrap .lft-wrap,
.downlaod-wrap .rght-wrap {
    padding: 15px;
    word-break: break-all;
}

.downlaod-wrap .lft-wrap p,
.downlaod-wrap .rght-wrap p {
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    font-weight: 400;
}

.downlaod-wrap .lft-wrap p:nth-child(1) {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 55px;
}

.downlaod-wrap .rght-wrap {
    margin: 0px auto;
    display: table;
    text-align: center;
    border-left: 1px solid var(--bordercolor);
}

.downlaod-wrap .rght-wrap img {
    margin-bottom: 5px;
}

.downlaod-wrap .lft-wrap p:nth-child(1) {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 55px;
}

.downlaod-wrap .lft-wrap p,
.downlaod-wrap .rght-wrap p {
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    font-weight: 400;
}

.download-slide {
    padding: 0px 0px 28px;
}

.color-black {
    color: var(--maintext);
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.icos-wrap {
    text-decoration: none;
    outline: 0px;
    transition: ease-in-out, 0.5s;
}

.icos-wrap .ico-box {
    border: 1px solid var(--bordercolor);
    padding: 12px;
    position: relative;
    overflow: hidden;
    min-height: 75px;
    display: grid;
    place-items: center start;
    transition: ease-in-out, 0.5s;
    margin: 0px auto;
}

.icos-wrap:hover .ico-box {
    background-color: var(--colorgreen);
    transition: ease-in-out, 0.5s;
}

.icos-wrap .ico-box img {
    position: absolute;
    top: -20px;
    right: 0px;
    width: 70px;
    filter: var(--lghtgreyiconfiler);
    transition: ease-in-out, 0.5s;
}

.icos-wrap:hover .ico-box img {
    filter: var(--lghtgreyiconfilterhover);
    opacity: 0.5;
}

.icos-wrap .ico-box h1,
.icos-wrap .ico-box h5 {
    font-size: 15px;
    line-height: 15px;
    color: var(--maintext);

    width: calc(100% - 80px);
    margin: 0px;
    transition: ease-in-out, 0.5s;
    font-weight: 500;
}

.icos-wrap:hover .ico-box h1,
.icos-wrap:hover .ico-box h5 {
    color: var(--colorwhite);
    transition: ease-in-out, 0.5s;
}

@media (min-width: 1700px) {
    .icos-wrap .ico-box img {
        top: -25px !important;
        right: 0px !important;
        width: 95px !important;
    }

    .icos-wrap .ico-box h1,
    .icos-wrap .ico-box h5 {
        font-size: 17px !important;
        line-height: 17px !important;
        width: calc(100% - 140px) !important;
    }

    .icos-wrap .ico-box {
        padding: 15px !important;
        min-height: 85px !important;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .icos-wrap .ico-box {
        padding: 8px !important;
        min-height: 60px !important;
    }

    .icos-wrap .ico-box img {
        top: -12px !important;
        right: -5px !important;
        width: 45px !important;
    }

    .icos-wrap .ico-box h1,
    .icos-wrap .ico-box h5 {
        font-size: 13px !important;
        line-height: 13px !important;
        width: calc(100% - 45px) !important;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0px, 0px, 0px);
    }

    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0px, -30px, 0px);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0px, -15px, 0px);
    }

    90% {
        transform: translate3d(0px, -4px, 0px);
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0px, 0px, 0px);
    }

    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0px, -30px, 0px);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0px, -15px, 0px);
    }

    90% {
        transform: translate3d(0px, -4px, 0px);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    0%,
    100% {
        transform: translate3d(0px, 0px, 0px);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0px, 0px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0px, 0px);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translate3d(0px, 0px, 0px);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0px, 0px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0px, 0px);
    }
}

.shake {
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: center top;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        transform: none;
    }
}

@keyframes wobble {
    0% {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0px, -3000px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(0px, 25px, 0px);
    }

    75% {
        transform: translate3d(0px, -10px, 0px);
    }

    90% {
        transform: translate3d(0px, 5px, 0px);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0px, -3000px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(0px, 25px, 0px);
    }

    75% {
        transform: translate3d(0px, -10px, 0px);
    }

    90% {
        transform: translate3d(0px, 5px, 0px);
    }

    100% {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0px, 0px);
    }

    75% {
        transform: translate3d(-10px, 0px, 0px);
    }

    90% {
        transform: translate3d(5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0px, 0px);
    }

    75% {
        transform: translate3d(-10px, 0px, 0px);
    }

    90% {
        transform: translate3d(5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0px, 0px);
    }

    75% {
        transform: translate3d(10px, 0px, 0px);
    }

    90% {
        transform: translate3d(-5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0px, 0px);
    }

    75% {
        transform: translate3d(10px, 0px, 0px);
    }

    90% {
        transform: translate3d(-5px, 0px, 0px);
    }

    100% {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0px, 3000px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(0px, -20px, 0px);
    }

    75% {
        transform: translate3d(0px, 10px, 0px);
    }

    90% {
        transform: translate3d(0px, -5px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0px, 3000px, 0px);
    }

    60% {
        opacity: 1;
        transform: translate3d(0px, -20px, 0px);
    }

    75% {
        transform: translate3d(0px, 10px, 0px);
    }

    90% {
        transform: translate3d(0px, -5px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0px, 10px, 0px);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0px, -20px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, 2000px, 0px);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0px, 10px, 0px);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0px, -20px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, 2000px, 0px);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0px, 0px);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0px, 0px);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0px, 0px);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0px, 0px);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0px, -10px, 0px);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0px, 20px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, -2000px, 0px);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0px, -10px, 0px);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0px, 20px, 0px);
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, -2000px, 0px);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0px, -2000px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0px, -2000px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0px, 2000px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0px, 2000px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, 2000px, 0px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, 2000px, 0px);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0px, 0px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0px, 0px);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0px, 0px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0px, 0px);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0px, 0px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(2000px, 0px, 0px);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, -2000px, 0px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, -2000px, 0px);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

.flipInX {
    animation-name: flipInX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

.flipInY {
    animation-name: flipInY;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    animation-duration: 0.75s;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    animation-name: flipOutY;
    animation-duration: 0.75s;
    backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0px, 0px) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0px, 0px) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate3d(100%, 0px, 0px) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate3d(100%, 0px, 0px) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center center;
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: left top;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: left top;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: left top;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        transform: translate3d(0px, 700px, 0px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: left top;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: left top;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: left top;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        transform: translate3d(0px, 700px, 0px);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0px, 0px);
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0px, 0px);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0px, 0px);
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
    }

    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0px, 0px);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0px);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        transform: translateX(0px);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        transform: translateX(0px);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0px);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        visibility: hidden;
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        visibility: hidden;
        transform: translateY(100%);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateX(0px);
    }

    100% {
        visibility: hidden;
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0px);
    }

    100% {
        visibility: hidden;
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateX(0px);
    }

    100% {
        visibility: hidden;
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0px);
    }

    100% {
        visibility: hidden;
        transform: translateX(100%);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0px);
    }

    100% {
        visibility: hidden;
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0px);
    }

    100% {
        visibility: hidden;
        transform: translateY(-100%);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

:root {
    --skeleton-color: #ccc;
    --skeleton-icon-color: rgba(0, 0, 0, 0.25);
}

.skeleton-block {
    height: 1em;
    width: 100%;
    display: block;
    background: var(--skeleton-color) !important;
}

@font-face {
    font-family: skeleton;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAYEAA0AAAAAEUAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABoAAAAcjvRG2U9TLzIAAAFMAAAASwAAAGBRtV1jY21hcAAAAZgAAAC9AAABamglddJjdnQgAAACWAAAAAQAAAAEABEBRGdhc3AAAAJcAAAACAAAAAj//wADZ2x5ZgAAAmQAAACXAAAJjHCzhiRoZWFkAAAC/AAAAC4AAAA2FrNd6WhoZWEAAAMsAAAAGgAAACQC8ADFaG10eAAAA0gAAAATAAAAtAMAABFsb2NhAAADXAAAAK4AAACuaNBmhG1heHAAAAQMAAAAHwAAACAAmgA5bmFtZQAABCwAAAE5AAACNKfxxURwb3N0AAAFaAAAAJkAAADOCKMIc3icY2BgYGQAghsJmjkg+rYX3zYYDQA7wwWhAAB4nGNgYWRgnMDAysDA6MOYxsDA4A6lvzJIMrQwMDAxsHIywAAjAxIISHNNYWhgUGCoZTzw/wCDHuMBBgeYGsYDQB4DUI4RAOnYC70AeJxjYGBgZoBgGQZGBhBIAfIYwXwWBg8gzcfAwcDEwMagxKDFYM0QyxDPUPv/P1BcgUGNQYfBEchP/P///+P/D/7f/3/r/83/N6DmIAFGNga4ICMTkGBCVwB0AgsrkMHGzsHJxcDNw8vHLyAoJCwiKiYuISkFViMtIysnr6CopKyiqqauoamlraOrp29gaGRsYmpmzmDBYGllbWNrZ+/g6OTs4urm7uHp5e3j6+cfEBgUHBKK7iL6AwBJLiG7AAAAABEBRAAAAAH//wACeJxjYGIQZGBgmMkYysDMwM6gt5GRQd9mEzsLw1ujjWysd2w2MTMBmQwbmUHCrCDhTexsjH9sNjGCxI0FjQXVjQWVBTvK09IYQ/+tFmQ0BprGyMDw/wAjA+MBoJkMooKKgowMDkwM/xgYRuVwyjEhybFDZBXBKv4zQFVBVA4mN4/KjcqNyo2WGaNyo3LDRW4A8xQAx51w5gB4nGNgZGBgAOItPD1s8fw2Xxm4mRhA4LYX3zYE/f8AIwPjASCXgwEsDQAA0AleAAB4nGNgZGBgPPD/AIMekAEEjGCEAlgAUGYCtwAAeJxjZGAQZAACRigeCgAADn0AFQAAAAAqACoAKgA4AEYAVABiAHAAfgCMAJoAqAC2AMQA2ADmAPQBAgEQAR4BLAE6AUgBVgFkAXIBgAGOAZwBqgG4AcYB1AHiAfAB/gIMAhoCKAI2AkQCUgJgAm4CfAKKApgCpgK0AsIC0ALeAvIDAAMOAxwDKgM4A0YDVANiA3ADfgOMA5oDqAO2A8QD0gPgA+4D/AQKBBgEJgQ0BEIEUAReBGwEegSIBJwEqgS4BMYAAHicY2BkYGAIY+BgYGIAARDJyAASc2DQAwkAAA0nANQAeJx9j7FuwjAYhM8QKF0qXqCShw4gQeqEgYoVCVViQQwZukVgJVYSgkwYUNVH6NpH6Njn69jDmKUDjn758+X8/2cAD/iBwGUNsPYs0MOn5xbu8O25jSf8eg7QE8+eO+iLN89d6h90iuCep5W7dWaBPt49tzj3y3Mbr8xw4YB9Hj13IMWL5y71AnPU2OMEC4MMORpIZt5gyD2GcjUiJyiRYktXxbJUlnSnpLNesYdxfzGv9ydrsryRg81QxipWI5mU6dZUxsplntoyrfZmS+cBBTSvaw6tsaNQ6FI3NWlNMcPR9bY86uxYpoSFMzZut3RolzJkRokZ63/LizpBhDGmrOuLsKh3zaK2mZZxqORMXkcTJ9F4Oj7nvpkwoWhpMH6O4he5JMqlQaLtwbChUlGolJK3uv0ByyBbWAAAAHicXc5ZM4IBAEbhp9RF1FhCRbmyVNYskSXG0CaEQvaf2j/LN112bt6Zc/HOETZiOJAJJmSc15ENmxARFTNpSlzCtBmz5iTNW7AoJR08LFmWlbNi1Zp1G/IKijZt2bZj156SfQcOHSk7dqLi1JlzF6ouXbl241ZNXUNTy522ew8edTx59qKrF3S9edf34dOXbz9+/f0DgycTFgAAAA==") format("woff");
    font-display: block;
}

.skeleton-text {
    user-select: none;
    font-family: skeleton !important;
}

.skeleton-text,
.skeleton-text * {
    color: var(--skeleton-color) !important;
    letter-spacing: -0.03em !important;
}

.skeleton-image {
    display: inline-block;
}

.skeleton-image svg {
    width: 100%;
    height: auto;
}

.skeleton-image polygon {
    fill: var(--skeleton-color);
}

.skeleton-image path {
    fill: var(--skeleton-icon-color);
}

.skeleton-avatar {
    display: inline-block;
}

.skeleton-avatar svg {
    width: 100%;
    height: auto;
}

.skeleton-avatar rect {
    fill: var(--skeleton-color);
}

.skeleton-avatar path {
    fill: var(--skeleton-icon-color);
}

.skeleton-effect-blink {
    mask-image: linear-gradient(to right, transparent 0px, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, transparent 100%);
    mask-size: 200% 100%;
    mask-repeat: repeat;
    mask-position: 50% top;
    animation: 1s ease 0s infinite normal none running skeleton-effect-blink;
}

.skeleton-effect-fade {
    animation: 1s ease 0s infinite normal none running skeleton-effect-fade;
}

.skeleton-effect-pulse {
    animation: 1s ease 0s infinite normal none running skeleton-effect-pulse;
}

@-webkit-keyframes skeleton-effect-fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes skeleton-effect-fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes skeleton-effect-blink {
    0% {
        mask-position: 50% top;
    }

    100% {
        mask-position: -150% top;
    }
}

@keyframes skeleton-effect-blink {
    0% {
        mask-position: 50% top;
    }

    100% {
        mask-position: -150% top;
    }
}

@-webkit-keyframes skeleton-effect-pulse {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.975);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes skeleton-effect-pulse {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.975);
    }

    100% {
        transform: scale(1);
    }
}

.cookie-bar {
    background: var(--colorgreen);
    font-weight: 300;
    padding: 15px 0px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0px;
    overflow: auto;
    z-index: 999999;
}

.cookie-bar .close-cookie {
    position: relative;
    right: 0px;
    top: 5px;
    float: right;
    cursor: pointer;
}

.cookie-bar .close-cookie img {
    width: 10px;
    height: 10px;
    filter: var(--cookie-cross);
}

.cookie-bar .note-cookie {
    font-size: 14px;
    line-height: 30px;
    color: var(--colorwhite);
}

.cookie-bar .note-cookie a {
    color: var(--colorwhite);
    font-weight: 400;
    text-decoration: underline !important;
}

.cookie-bar .note-cookie .white-btn {
    background-color: var(--colorwhite);
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 2px;
    color: var(--colorgreen);
    text-decoration: none !important;
}

.cookie-bar .note-cookie .white-btn:hover {
    background-color: rgb(51, 51, 51);
    color: var(--colorwhite);
}

@media (min-width: 320px) and (max-width: 575px) {
    .cookie-bar {
        padding: 10px 0px;
    }

    .cookie-bar .note-cookie {
        font-size: 12px;
    }

    .cookie-bar .note-cookie .white-btn {
        margin-left: 0px;
    }
}

.cus-width-70 {
    width: 70%;
}

.cus-width-60 {
    width: 60%;
}

.range-bx .err {
    position: absolute;
    top: 60px;
    text-align: center;
    color: red;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
}

@media (max-width: 1024px) and (min-width: 992px) {
    .social-footer.mob .row .col-lg-6 {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }

    .social-footer.mob .row .col-lg-3 {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }

    .social-footer.mob .row .col-lg-3 img {
        width: 100%;
    }

    .social-footer.mob .row .col-lg-2 {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }

    .social-footer.mob .row .col-lg-2 img {
        width: 100%;
    }
}

.range-bx span input::-webkit-outer-spin-button,
.range-bx span input::-webkit-inner-spin-button {
    appearance: none;
}

.range-bx span input[type="text"],
.range-bx span input[type="number"] {
    color: var(--colorgreen);
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: right;
    height: auto;
    background-color: transparent;
    border: 0px !important;
}

.range-bx span input[type="text"]:focus,
.range-bx span input[type="number"]:focus {
    outline: 0px !important;
}

@media (min-width: 320px) and (max-width: 769px) {
    .desktop-show {
        display: none !important;
    }

    .mob-show {
        display: block !important;
    }
}

.extended-text {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    text-transform: initial !important;
}

@media (min-width: 1700px) {
    .extended-text {
        font-size: 46px;
        line-height: 52px;
        text-transform: initial !important;
    }
}

.main-slider h1.sh-font,
.main-slider h2.sh-font {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
}

.sh-font-40 {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
}

h2.sh-font {
    text-transform: initial !important;
}

@media (max-width: 767px) {

    .main-slider h1.sh-font,
    .main-slider h2.sh-font {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .sh-font-40,
    .main-slider h1.sh-font {
        line-height: 32px;
    }
}

@media (min-width: 819px) and (max-width: 820px) {
    .mob-tab {
        margin: 0px auto 26px;
    }

    .icos-wrap .ico-box img {
        width: 55px;
    }

    .icos-wrap .ico-box h1,
    .icos-wrap .ico-box h5 {
        font-size: 13px;
        line-height: 13px;
        width: calc(100% - 35px);
    }

    .resp-rev .cus-mob {
        width: calc(70% + 0px);
    }

    .main-overlap-wrap .tile-txt-hgt h1 {
        line-height: 16px !important;
        font-size: 15px;
    }

    .main-overlap-wrap .d-text-overlap span {
        font-size: 10px;
        line-height: 12px !important;
    }
}


.inline-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* Remove bullets */
}

.inline-list li {
    display: inline-block;
    /* Display list items inline */
    margin-right: 15px;
    /* Add space between items */
}

.inline-list a {
    text-decoration: none;
    /* Optional: Remove underline */
    color: var(--maintext);
}

/* Top Bar Mobile */
/* Style the main list */
.custom-inline-list {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.custom-inline-list li {
    margin: 0 20px;
    /* Space between items */
    display: inline-block;
    color: var(--maintext);
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;

    transition: 0.1s ease-in-out
}

.custom-inline-list a {
    text-decoration: none;
    color: var(--nav-font);
    /* font-size: 11px; */
    font-weight: bold;
    /* padding: 10px 5px; */
    position: relative;
}

/* Hide the dropdown menu initially */
.custom-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    list-style-type: none;
    background-color: #000000;
    border: 1px solid #c4a654;
    margin-top: 10px;
    border-radius: 0px;
    text-align: center;
    /* transition: max-height 0.5s ease, visibility 0.5s ease; */
    position: absolute;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 10px 5px 10px 5px;
}

.custom-dropdown-menu li {
    border-bottom: 0px !important;
}

.custom-dropdown-menu li a {
    color: white !important;
    font-size: 13px !important;
}

/* Style for dropdown items */
.custom-dropdown-menu li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: var(--colorgreen);

}

.custom-dropdown-menu li:last-child {
    border-bottom: none;
}

.custom-dropdown-menu li a {
    color: var(--colorgreen);
    text-decoration: none;
}

/* Slide-down effect */
.custom-dropdown-menu.show {
    max-height: 200px;
    /* Adjust based on content */
    visibility: visible;
    /* transition: max-height 0.5s ease-in-out, visibility 0.5s ease; */
}

/* Align the dropdown icon properly */
.custom-dropdown a i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* Rotate the dropdown icon when expanded */
.custom-dropdown a.active i {
    transform: rotate(180deg);
}


.nav-link.active,
.nav-item.show .nav-link {
    border-color: none !important
}




.show-box-v2 {
    display: none;
}

.show-box-v2.visible {
    display: block;
    position: absolute;
    padding: 0;
    background: #000000;
    width: 35%;
    right: -15%;
    text-align: center;
    color: white;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #c4a654;
    transform: translateX(-50%);
    z-index: 1;
}

.show-box-v2 li {
    padding: 0px 15px !important;
    border-right: 1px solid #c4a654;
    line-height: 13px;
}

.show-box-v2 li a {
    color: white !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.show-box-v2 li:last-child {
    border-right: unset;
    padding: 0;
}


.mainactive {
    color: var(--colorgreen);
}


.float-whatsapp {
    position: fixed;
    bottom: 100px;
    right: 40px;
    /* background-color: #25d366; */
    /* color: white;
    border-radius: 50%; */
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.float-whatsapp:hover {
    transform: scale(1.1);
    /* Slight zoom effect on hover */
}

.my-float-whatsapp {
    font-size: 30px;
    /* Icon size */
}



.stretched-link::after {
    display: none !important;
}
