@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&amp;display=swap);

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    line-height: 1.15;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    background-color: #fff;
    color: #212529;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    margin-top: 0;
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}

dl,
ol,
ul {
    margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family:
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        Liberation Mono,
        Courier New,
        monospace;
    font-size: 1em;
}

pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: none;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

output {
    display: inline-block;
}

summary {
    cursor: pointer;
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.bajaj-home .container-fluid {
    padding-top: 0px !important;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: 80%;
}

.blockquote-footer:before {
    content: "\2014\00A0";
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}

.figure-caption {
    color: #6c757d;
    font-size: 90%;
}

code {
    color: #e83e8c;
    font-size: 87.5%;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    background-color: #212529;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 87.5%;
    padding: 0.2rem 0.4rem;
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0;
}

pre {
    color: #212529;
    display: block;
    font-size: 87.5%;
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.gallery-banner {
    margin-bottom: 50px;
}

@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 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.col {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

.carousel-item .carousel-caption .header-text {
    display: none;
}
.main-wrapper .whyus-text {
    font-size: 48px !important;
    font-weight: 700;
}
.why-us-wrapper .head-section .Title-text {
    font-size: 48px !important;
    font-weight: 700;
}
.blog-content .Recent-title .Recent-art {
    font-size: 29px !important;
    font-weight: bold;
}
@media screen and (max-width: 920px) {
    .blog-content .Recent-title .Recent-art {
        font-size: 18px !important;
        font-weight: bold;
    }
    .why-us-wrapper .head-section .Title-text {
        font-size: 24px !important;
        font-weight: 700;
    }
    .main-wrapper .whyus-text {
        font-size: 24px !important;
        font-weight: 700;
    }
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        /* max-width: 75%;
         */
        width: 375px;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%;
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
    color: #212529;
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff;
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
}

.table-dark {
    background-color: #343a40;
    color: #fff;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, 0.075);
    color: #fff;
}

@media (max-width: 575.98px) {
    .c-product-list-component .carousel-indicators {
        z-index: 91 !important;
    }

    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
}

.col-form-label-sm {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-bottom: calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
    width: 100%;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}

.form-control-sm {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    height: calc(1.5em + 0.5rem + 2px);
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}

.form-control-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: 0.5rem 1rem;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative;
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: 0.3rem;
    position: absolute;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.75rem;
    padding-left: 0;
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: 0.3125rem;
    margin-top: 0;
    position: static;
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: 80%;
    margin-top: 0.25rem;
    width: 100%;
}

.valid-tooltip {
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: center right calc(0.375em + 0.1875rem);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    padding-right: calc(1.5em + 0.75rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background:
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}

.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: 0.25rem;
    width: 100%;
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-position: center right calc(0.375em + 0.1875rem);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    padding-right: calc(1.5em + 0.75rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background:
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        -ms-flex-align: center;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto;
    }

    .form-inline .form-check-input {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: 0.25rem;
        margin-top: 0;
        position: relative;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0062cc;
    border-color: #005cbf;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #545b62;
    border-color: #4e555b;
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}

.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}

.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff;
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}

.btn-outline-success {
    border-color: #28a745;
    color: #28a745;
}

.btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8;
}

.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107;
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa;
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    border-color: #343a40;
    color: #343a40;
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    color: #007bff;
    font-weight: 400;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none;
    text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
}

.btn-group-sm > .btn,
.btn-sm {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto;
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto;
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto;
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto;
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0;
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: 0.125rem;
    margin-top: 0;
    top: auto;
}

.dropup .dropdown-toggle:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: 0;
    right: auto;
    top: 0;
}

.dropright .dropdown-toggle:after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropright .dropdown-toggle:after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: 0.125rem;
    margin-top: 0;
    right: 100%;
    top: 0;
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.dropleft .dropdown-toggle:before {
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    bottom: auto;
    right: auto;
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: 0.25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #6c757d;
    pointer-events: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
    white-space: nowrap;
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: 0.25rem 1.5rem;
}

.btn-group,
.btn-group-vertical {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}

.btn-toolbar {
    -ms-flex-pack: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-toggle-split {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-align: start;
    -ms-flex-pack: center;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}

.input-group {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group > .custom-file {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.custom-control {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none;
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: 0.25rem;
    width: 1rem;
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
    border-radius: 0.5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem;
}

.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: 0.5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(0.25rem + 2px);
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
    transition:
        transform 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        transform 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
    width: calc(1rem - 4px);
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    vertical-align: middle;
    width: 100%;
}

.custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: 0;
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: 0.75rem;
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    font-size: 0.875rem;
    height: calc(1.5em + 0.5rem + 2px);
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}

.custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.custom-file {
    display: inline-block;
    margin-bottom: 0;
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + 0.75rem + 2px);
    position: relative;
    width: 100%;
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    z-index: 2;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    left: 0;
    z-index: 1;
}

.custom-file-label,
.custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    position: absolute;
    right: 0;
    top: 0;
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + 0.75rem);
    z-index: 3;
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #007bff;
    color: #fff;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    padding: 0.5rem 1rem;
    position: relative;
}

.navbar,
.navbar > .container,
.navbar > .container-fluid {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static;
}

.navbar-text {
    display: inline-block;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    -ms-flex-positive: 1;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    background: no-repeat 50%;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-pack: start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
}

.card > hr {
    margin-left: 0;
    margin-right: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -0.75rem;
}

.card-header-pills,
.card-header-tabs {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
    width: 100%;
}

.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    width: 100%;
}

.card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    width: 100%;
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        border-left: 0;
        margin-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #007bff;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
    text-decoration: none;
    z-index: 2;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: 0;
    z-index: 2;
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    margin-left: 0;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 1;
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none;
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.badge {
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.25em 0.4em;
    text-align: center;
    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;
    vertical-align: baseline;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    border-radius: 10rem;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.badge-primary {
    background-color: #007bff;
    color: #fff;
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #0062cc;
    color: #fff;
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    outline: 0;
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
    outline: 0;
}

.badge-success {
    background-color: #28a745;
    color: #fff;
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff;
}

a.badge-success.focus,
a.badge-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    outline: 0;
}

.badge-info {
    background-color: #17a2b8;
    color: #fff;
}

a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff;
}

a.badge-info.focus,
a.badge-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    outline: 0;
}

.badge-warning {
    background-color: #ffc107;
    color: #212529;
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529;
}

a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    outline: 0;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff;
}

a.badge-danger.focus,
a.badge-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    outline: 0;
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529;
}

a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529;
}

a.badge-light.focus,
a.badge-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    outline: 0;
}

.badge-dark {
    background-color: #343a40;
    color: #fff;
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff;
}

a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    outline: 0;
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.alert {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    position: relative;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    color: inherit;
    padding: 0.75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}

.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    height: 1rem;
    overflow: hidden;
}

.progress,
.progress-bar {
    display: -ms-flexbox;
    display: flex;
}

.progress-bar {
    -ms-flex-pack: center;
    background-color: #007bff;
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width 0.6s ease;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1;
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529;
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: block;
    margin-bottom: -1px;
    padding: 0.75rem 1.25rem;
    position: relative;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    margin-bottom: 0;
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
}

.list-group-item.active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 2;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-right: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-bottom: 0;
        margin-right: -1px;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-bottom: 0;
        margin-right: -1px;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-bottom: 0;
        margin-right: -1px;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-bottom: 0;
        margin-right: -1px;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        margin-right: 0;
    }
}

.list-group-flush .list-group-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.list-group-item-primary {
    background-color: #b8daff;
    color: #004085;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #9fcdff;
    color: #004085;
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #004085;
    border-color: #004085;
    color: #fff;
}

.list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #383d41;
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
    color: #fff;
}

.list-group-item-success {
    background-color: #c3e6cb;
    color: #155724;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #155724;
}

.list-group-item-success.list-group-item-action.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff;
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460;
}

.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff;
}

.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #856404;
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff;
}

.list-group-item-danger {
    background-color: #f5c6cb;
    color: #721c24;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #721c24;
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #721c24;
    border-color: #721c24;
    color: #fff;
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #818182;
}

.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff;
}

.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #1b1e21;
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff;
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    text-shadow: 0 1px 0 #fff;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    max-width: 350px;
    opacity: 0;
    overflow: hidden;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #6c757d;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25rem 0.75rem;
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.modal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}

.modal-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}

.modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-top: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    display: block;
    height: 0.4rem;
    position: absolute;
    width: 0.8rem;
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: 0.4rem 0.4rem 0;
    top: 0;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    height: 0.8rem;
    left: 0;
    width: 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    right: 0;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 0.4rem 0.4rem;
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    height: 0.8rem;
    right: 0;
    width: 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    left: 0;
}

.tooltip-inner {
    background-color: #000;
    border-radius: 0.25rem;
    color: #fff;
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    text-align: center;
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}

.popover,
.popover .arrow {
    display: block;
    position: absolute;
}

.popover .arrow {
    height: 0.5rem;
    margin: 0 0.3rem;
    width: 1rem;
}

.popover .arrow:after,
.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0;
    bottom: 0;
}

.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    border-top-color: #fff;
    border-width: 0.5rem 0.5rem 0;
    bottom: 1px;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    height: 1rem;
    left: calc(-0.5rem + -1px);
    margin: 0.3rem 0;
    width: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 0;
}

.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    border-right-color: #fff;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 1px;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem + -1px);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 0.5rem 0.5rem;
    top: 0;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    border-bottom-color: #fff;
    border-width: 0 0.5rem 0.5rem;
    top: 1px;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -0.5rem;
    position: absolute;
    top: 0;
    width: 1rem;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    height: 1rem;
    margin: 0.3rem 0;
    right: calc(-0.5rem + -1px);
    width: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 0;
}

.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    border-left-color: #fff;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 1px;
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;
}

.popover-header:empty {
    display: none;
}

.popover-body {
    color: #212529;
    padding: 0.5rem 0.75rem;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#webengage-notification-container {
    display: none !important;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition:
        transform 0.6s ease-in-out,
        -webkit-transform 0.6s ease-in-out;
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s 0.6s;
    z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.15s ease;
    width: 15%;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: no-repeat 50%/100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    -ms-flex-pack: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15;
}

.carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 30px;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.spinner-border {
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    border: 0.25em solid;
    border-radius: 50%;
    border-right: 0.25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem;
}

.spinner-border-sm {
    border-width: 0.2em;
    height: 1rem;
    width: 1rem;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: text-bottom;
    width: 2rem;
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.embed-responsive:before {
    content: "";
    display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.embed-responsive-21by9:before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    white-space: nowrap;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.w-auto.phone {
    width: 34px !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family:
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        Liberation Mono,
        Courier New,
        monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container,
    body {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit;
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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");
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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 {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition:
        transform 0.2s,
        top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:
        transform 0.2s,
        left 0.2s;
}

.swiper-horizontal.swiper-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));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
}

.swiper-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}

.swiper-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
}

.carousel-control-next-icon {
    transform: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: url(../png/right-arrow.png);
    height: 48px;
    width: 48px;
}

.carousel-control-prev-icon {
    transform: rotate(180deg);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:before {
    content: url(../png/active-icon.png);
    left: -7px;
    padding-right: 5px;
    position: relative;
    top: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:before {
    content: url(../png/inactive-icon.png);
    padding-right: 19px;
    position: relative;
    top: 0;
    z-index: 1;
}

#productFeature .carousel-control-next-icon {
    transform: none;
}

#productFeature .carousel-control-next-icon,
#productFeature .carousel-control-prev-icon {
    background-image: url(../png/right-arrow-2.png);
    height: 48px;
    opacity: 1 !important;
    width: 48px;
}

#productFeature .carousel-control-prev-icon {
    transform: rotate(180deg);
}

.callout-section.quoted-text {
    background-image: url(../png/quote-right.png), url(../png/quote-left.png) !important;
    background-position:
        right 20px bottom 20px,
        left 20px top 20px !important;
    background-repeat: no-repeat, no-repeat !important;
}

.productHighlight .swiper-button-next {
    background-image: url(../png/leftarrow.png);
    height: 64px;
    transform: rotate(180deg);
    width: 64px;
}

@media only screen and (max-width: 769px) {
    .productHighlight .swiper-button-next {
        background-size: contain;
        height: 48px;
        top: 40%;
        width: 48px;
    }
}

.productHighlight .swiper-button-prev {
    background-image: url(../png/leftarrow.png);
    height: 64px;
    width: 64px;
}

@media only screen and (max-width: 769px) {
    .productHighlight .swiper-button-prev {
        background-size: contain;
        height: 48px;
        top: 40%;
        width: 48px;
    }
}

#videoCarousel .carousel-control-next-icon {
    background-image: url(../png/leftarrow.png);
    height: 48px;
    transform: rotate(180deg);
    width: 48px;
}

#videoCarousel .carousel-control-prev-icon {
    background-image: url(../png/leftarrow.png);
    height: 48px;
    transform: none;
    width: 48px;
}

span.dlr-loc-icon {
    background: url(../png/dlr-loc.png) no-repeat 0;
}

span.dlr-cal-icon,
span.dlr-loc-icon {
    height: 26px;
    margin-left: -30px;
    position: absolute;
    vertical-align: middle;
    width: 30px;
}

span.dlr-cal-icon {
    background: url(../png/dlr-cal.png) no-repeat 0;
    margin-top: -3px;
}

span.dlr.drc-icon {
    background: url(../png/dlr-drc.png) no-repeat 0;
    height: 26px;
    margin-left: -30px;
    position: absolute;
    vertical-align: middle;
    width: 30px;
}

.jobPlace {
    background: url(../png/location-icon-vacancies.png) 0 no-repeat;
    padding: 2px 0 2px 40px;
}

.carousel-control-next,
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

.searchBox-wrapper {
    display: none;
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s linear;
    width: 100%;
    z-index: 115;
}

.searchBox-wrapper.active {
    display: block;
}

.searchBox-wrapper .serachBox-main {
    float: left;
    width: 100%;
}

.searchBox-wrapper .serachBox-main .close-search {
    position: absolute;
    right: 2%;
    top: 30px;
}

.searchBox-wrapper .serachBox-main .s-box {
    background: #00448f;
    box-shadow: inset -113px 172px 33px -133px hsla(0, 5%, 4%, 0.06);
    -webkit-box-shadow: inset -113px 172px 33px -133px hsla(0, 5%, 4%, 0.06);
    -moz-box-shadow: inset -113px 172px 33px -133px hsla(0, 5%, 4%, 0.06);
    float: left;
    width: 100%;
}

.searchBox-wrapper .serachBox-main .s-box-content {
    margin: 0 auto;
    width: 80%;
}

.searchBox-wrapper .serachBox-main .s-box-content .search-placeholder {
    float: left;
    margin: 8% 0 6%;
    position: relative;
    width: 100%;
}

.searchBox-wrapper .serachBox-main .s-box-content .search-placeholder .sech-head {
    background: #fff;
    border: none;
    border-radius: 3px;
    color: #afafaf;
    float: left;
    font-family: DINNextLTProLight;
    font-size: 24px;
    height: 70px;
    padding: 10px 15% 10px 25px;
    width: 100%;
}

.searchBox-wrapper .serachBox-main .s-box-content .search-b {
    background: url(../png/search.png) no-repeat 50%;
    border: none;
    height: 50px;
    position: absolute;
    right: 100px;
    top: 10px;
    width: 50px;
}

.searchBox-wrapper .serachBox-main .s-box-content .mic {
    background: url(../png/mic.png) no-repeat 50%;
    border: none;
    border-left: 1px solid #f0f0f0;
    height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 80px;
}

@media only screen and (max-width: 991px) {
    .searchBox-wrapper .serachBox-main .s-box-content .search-placeholder .sech-head {
        font-size: 18px;
        height: 50px;
    }

    .searchBox-wrapper .serachBox-main .s-box-content .mic,
    .searchBox-wrapper .serachBox-main .s-box-content .search-b {
        background-size: contain;
    }

    .searchBox-wrapper .serachBox-main .s-box-content .search-b {
        height: 30px;
        right: 65px;
        width: 30px;
    }

    .searchBox-wrapper .serachBox-main .s-box-content .mic {
        height: 30px;
        width: 45px;
    }

    .searchBox-wrapper .serachBox-main .s-box-content .search-placeholder .sech-head {
        padding: 10px 35% 10px 25px;
    }

    .searchBox-wrapper .serachBox-main .s-box-content .search-placeholder {
        margin: 60px 0 6%;
    }

    .searchBox-wrapper .serachBox-main .close-search {
        right: 3%;
        top: 20px;
    }

    .searchBox-wrapper .serachBox-main .s-box-content {
        width: 90%;
    }
}

.si-wrapper button {
    display: none;
}

.bg-transparent-img {
    filter: brightness(0) invert(1);
}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    -ms-touch-action: none;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #97c445;
    border: none;
    border-radius: 0 !important;
    color: #222;
}

.ui-widget-content a {
    color: #222;
}

.ui-widget-header {
    background: #eaf3da;
    border: none;
    border-radius: 0 !important;
    color: #222;
    font-weight: 700;
}

.ui-widget-header a {
    color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #97c445;
    border: none;
    border-radius: 50%;
    height: 16px;
    top: -7px;
    width: 16px;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:focus-visible {
    outline: none;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: #97c445;
    border: none;
    border-radius: 50%;
    height: 16px;
    top: -7px;
    width: 16px;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #97c445;
    border: none;
    border-radius: 50%;
    height: 16px;
    top: -7px;
    width: 16px;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
    left: 0;
    position: absolute;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
    height: 1600px;
    -webkit-transform-origin: 0 0;
    width: 1600px;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    width: 0;
    z-index: 800;
}

.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    height: 1px;
    width: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

.leaflet-control {
    pointer-events: visiblePainted;
    pointer-events: auto;
    position: relative;
    z-index: 800;
}

.leaflet-bottom,
.leaflet-top {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
}

.leaflet-top {
    bottom: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    right: 0;
}

.leaflet-control {
    clear: both;
    float: left;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    will-change: transform;
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    background: hsla(0, 0%, 100%, 0.5);
    border: 2px dotted #38f;
}

.leaflet-container {
    font: 12px/1.5 $font-main;
}

.leaflet-bar {
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 26px;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    opacity: 0.7;
}

.leaflet-touch .leaflet-bar a {
    background: #006ad0;
    border: none;
    border-radius: 0;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
    width: 30px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 18px $font-main;
    text-indent: 1px;
}

.leaflet-control-zoom-out {
    font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
}

.leaflet-control-layers {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.leaflet-control-layers-toggle {
    background-image: url(../layers.html);
    height: 36px;
    width: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../layers-2x.html);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    height: 44px;
    width: 44px;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.leaflet-control-layers .leaflet-control-layers-list {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    background: #fff;
    color: #333;
    padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    border-top: 1px solid #ddd;
    height: 0;
    margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    color: #333;
    padding: 0 5px;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.5);
    border: 2px solid #777;
    border-top: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.1;
    overflow: hidden;
    padding: 2px 5px 1px;
    white-space: nowrap;
}

.leaflet-control-scale-line:not(:first-child) {
    border-bottom: none;
    border-top: 2px solid #777;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    background-clip: padding-box;
    float: left;
}

.leaflet-popup {
    margin-bottom: 20px;
    position: absolute;
    text-align: center;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
}

.leaflet-popup-content {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin: 13px 19px;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    height: 20px;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 40px;
}

.leaflet-popup-tip {
    height: 17px;
    margin: -10px auto 0;
    padding: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 17px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    color: #333;
}

.leaflet-container a.leaflet-popup-close-button {
    background: transparent;
    border: none;
    color: #c3c3c3;
    display: none;
    font: 16px/14px $font-main;
    font-weight: 700;
    height: 14px;
    padding: 4px 4px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 18px;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
    margin: 0 auto;
    width: 24px;
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

.leaflet-tooltip {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #222;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    background: transparent;
    border: 6px solid transparent;
    content: "";
    pointer-events: none;
    position: absolute;
}

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    border-top-color: #fff;
    bottom: 0;
    margin-bottom: -12px;
}

.leaflet-tooltip-bottom:before {
    border-bottom-color: #fff;
    margin-left: -6px;
    margin-top: -12px;
    top: 0;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    margin-top: -6px;
    top: 50%;
}

.leaflet-tooltip-left:before {
    border-left-color: #fff;
    margin-right: -12px;
    right: 0;
}

.leaflet-tooltip-right:before {
    border-right-color: #fff;
    left: 0;
    margin-left: -12px;
}

.about-us-container {
    float: left;
    width: 100%;
}

.about-us-container .aboutus-leftp {
    float: left;
    margin-right: 3%;
    width: 60%;
}

.about-us-container .aboutus-leftp .aboutus-image {
    float: left;
    position: relative;
    width: 100%;
}

.about-us-container .aboutus-leftp .aboutus-image img {
    width: 100%;
}

.about-us-container .knowmorebtn {
    bottom: 74px;
    left: 31%;
    position: absolute;
    width: 200px;
}

.about-us-container .knowmorebtn a {
    background: #ff6502;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.about-us-container .abDiscp {
    float: left;
    margin: 30px 0 0 15px;
    width: 86%;
}

.about-us-container .abDiscp h3 {
    color: #4c4c4c;
    font-family: $font-main;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.about-us-container .abDiscp h3:after {
    background: linear-gradient(90deg, #32689b 0, #70a855);
    bottom: -10px;
    content: "";
    height: 5px;
    left: 0;
    max-width: 50px;
    position: absolute;
    width: 20%;
}

.about-us-container .aboutUs .abDiscp p {
    color: #0f1f3e;
    font-size: 1.1em;
}

.about-us-container .aboutus-rightp {
    float: left;
    width: 37%;
}

.about-us-container .aboutus-rightp .abImage {
    float: left;
    position: relative;
    width: 100%;
}

.playicon {
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 40px;
}

.aboutusmap-container {
    background: #f6f6f6;
    float: left;
    height: 100%;
    margin-bottom: 50px;
    margin-top: 38px;
    max-height: 568px;
    width: 100%;
}

.aboutusmap-container .presence-c {
    float: left;
    position: relative;
    width: 100%;
}

.aboutusmap-container .presence-c .abDiscp.width30 {
    float: left;
    width: 28%;
}

.aboutusmap-container .presence-c .abDiscp.width30 .ourprence-text {
    margin-top: 90px;
    padding: 0 30px;
}

.aboutusmap-container .presence-c .abDiscp.width30 .ourprence-text p {
    margin-top: 15px;
}

.aboutusmap-container .presence-c .aboutmap.width70 {
    float: right;
    width: 70%;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
    z-index: 1;
}

.leaflet-marker-shadow {
    display: none !important;
}

.gradiant-c {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #32689b 0, #006ad0 8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    font-family: $font-main;
    font-size: 1.6em;
    font-weight: 700;
    margin-left: 3px;
    text-transform: uppercase;
}

.about-us-container .aboutus-rightp .abDiscp,
.about-us-container .aboutus-rightp .abImage img {
    width: 100%;
}

#wrapper {
    background: #ddd;
    border: 1px solid #fafafa;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

#wrapper img {
    float: left;
    min-width: 1120px;
    width: 100%;
}

.pin {
    display: none;
}

.tooltip-down,
.tooltip-up {
    background: url(https://cdn.bajajauto.com/css/rev-images/careers-new/Location-pin.svg);
    height: 25px;
    position: absolute;
    width: 20px;
}

.tooltip-down {
    background-position: 0 -52px;
}

.tooltip {
    background: #fff;
    border-bottom: 2px solid #346a99;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0;
    color: #222;
    cursor: help;
    display: none;
    margin-left: -115px;
    opacity: 1;
    padding: 15px;
    text-shadow: 0 1px 0 #fff;
    top: 10px;
    width: 200px;
    z-index: 999;
}

.tooltip,
.tooltip:after {
    left: 50%;
    position: absolute;
}

.tooltip:after {
    border-bottom: 10px solid #fff1d3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    margin-left: -10px;
    top: -10px;
}

.tooltip-down .tooltip {
    bottom: 12px;
    opacity: 1;
    top: auto;
}

.tooltip-down .tooltip:after {
    border-bottom: 0;
    border-top: 10px solid #fff;
    bottom: -10px;
    top: auto;
}

.tooltip p {
    font-size: 1.3em;
    font-weight: 700;
}

.tooltip ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.infocusLeft .heading-gradient {
    margin-bottom: 10%;
}

.flexslider .heading-gradient {
    margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
    .aboutusmap-container .presence-c .abDiscp.width30 {
        margin-bottom: 15px;
        width: 100%;
    }

    .aboutusmap-container .presence-c .aboutmap.width70 {
        width: 100%;
    }
}

body {
    background: inherit;
    background-color: inherit;
    font-family: Poppins;
}

.p-32 {
    padding-bottom: 7px;
    padding-top: 32px;
}

::-webkit-scrollbar {
    height: 6px;
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

img {
    height: auto;
    width: 100%;
}

.footer-contact-info {
    background: #fff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    padding: 16px 0;
}

.footer-contact-info h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 16px;
}

.footer-contact-info span {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.5px;
    /* margin-right: 24px; */
    vertical-align: middle;
}

.footer-contact-info .mail-info {
    margin-left: 20px;
}

.gallery-heading {
    text-align: center;
    font-family: "Poppins";
    font-weight: bold;
    margin: 20px 0 40px 0;
    font-size: 32px;
}

.footer-contact-info img {
    margin-right: 8px;
    max-width: 100%;
    width: auto;
}

.align-items-right {
    float: right;
}

.c-footer {
    font-family: Poppins;
}

.c-footer .footerSticky {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.c-footer .footer-section {
    background: #006ad0;
}

.c-footer .footer-section h5,.c-footer .footer-section p {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0 !important;
    padding: 20px 0;
}

.c-footer .footer-section h5:after,.c-footer .footer-section p:after {
    content: "+";
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.c-footer .footer-section h5.footer-last-item:after,.c-footer .footer-section p.footer-last-item:after {
    display: none;
}

.c-footer .footer-section ul {
    background: hsla(0, 0%, 100%, 0.15);
    display: none;
    list-style: none;
    margin-bottom: 30px !important;
    padding: 12px 0 5px !important;
}

.c-footer .footer-section ul li {
    margin-bottom: 16px;
    padding: 7px 20px;
}

.c-footer .footer-section ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.c-footer .footer-section ul li:hover {
    background: hsla(0, 0%, 100%, 0.15);
    transition: all 0.3s;
}

.c-footer .footer-copyright {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.c-footer .footer-bikes-menu,
.c-footer .footer-copyright {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
}

.c-footer .footer-bikes-menu {
    background: #f1f1f1;
}

.c-footer .footer-bikes-menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.c-footer .footer-bikes-menu ul li {
    display: block;
    list-style: none;
    margin: 7px 0;
}

.c-footer .footer-bikes-menu ul li a {
    color: #000;
    cursor: pointer !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    transition: all 0.5s;
}

.c-footer .footer-bikes-menu ul li a span img {
    height: 8px;
    margin: 0 0 0 10px;
    width: 14px;
}

.c-footer .footer-bikes-menu ul.drop-up {
    box-shadow: none;
    overflow: auto;
    padding: 18px 12px;
    text-align: left;
}

.c-footer .footer-bikes-menu ul.drop-up li {
    display: block;
    margin: 0;
    padding: 5px 0;
    width: max-content !important;
    width: 100%;
}

.c-footer .footer-bikes-menu ul.drop-up li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.c-footer .footer-section h5.open:after,.c-footer .footer-section p.open:after {
    content: "-";
}

.c-footer .footer-mob-links {
    background: #fff;
    text-align: center;
}

.c-footer .footer-btn {
    border: 1px solid #006ad0;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 5px;
    padding: 7px 30px;
}

.c-footer .footer-btn:hover {
    background: #006ad0;
    color: #fff;
    transition: all 0.2s;
}

@media screen and (min-width: 768px) {
    .c-footer .footer-section h5,.c-footer .footer-section p {
        margin-bottom: 30px !important;
        padding-bottom: 12px;
    }

    .c-footer .footer-section h5:after,.c-footer .footer-section p:after {
        content: "" !important;
    }

    .c-footer .footer-section ul {
        background: none;
        display: block !important;
        margin-bottom: 30px !important;
        padding: 0 !important;
    }

    .c-footer .footer-section ul li {
        padding: 0;
    }

    .c-footer .footer-section ul li a {
        cursor: pointer !important;
        font-size: 14px;
        line-height: 21px;
        transition: all 0.3s;
    }

    .c-footer .footer-section ul li a:hover {
        color: hsla(0, 0%, 100%, 0.7);
    }

    .c-footer .footer-section ul li:hover {
        background: none;
    }

    .c-footer .footer-bikes-menu ul {
        text-align: center;
    }

    .c-footer .footer-bikes-menu ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .c-footer .footer-bikes-menu ul.drop-up {
        background: #f1f1f1;
        border: none;
        border-bottom: 1px solid #f1f1f1;
        border-radius: 0;
        padding: 5px 12px 18px;
        z-index: 1;
    }

    .c-footer .footer-mob-links {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .c-footer .footer-bikes-menu {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .c-footer .footer-bikes-menu ul li {
        margin: 0 1%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1250px) {
    .c-footer .footer-bikes-menu ul li {
        margin: 0 0.65rem;
    }
}

#overlay {
    font-family: Poppins;
}

#overlay .hamburger-section {
    background: #006ad0;
    height: calc(100vh - 60px);
}

#overlay .hamburger-section .col-md-12 {
    padding-left: 24px;
    padding-right: 24px;
}

#overlay .hamburger-section .bottom {
    margin-top: auto;
    width: 100%;
}

#overlay .hamburger-section .bottom .d-flex {
    justify-content: space-evenly !important;
}

#overlay .hamburger-section .bottom ul {
    background: none;
}

#overlay .hamburger-section .bottom ul li {
    padding-left: 0;
    padding-right: 0;
}

#overlay .hamburger-section .bottom ul li:hover {
    background: none;
}

#overlay .hamburger-section h5 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
    padding: 10px 0;
}

#overlay .hamburger-section h5:after {
    content: "+";
    cursor: pointer;
    font-weight: 100;
    height: 14.1px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 13.5px;
}

#overlay .hamburger-section ul {
    background: hsla(0, 0%, 100%, 0.2);
    display: none;
    padding: 5px 0 !important;
}

#overlay .hamburger-section ul li {
    padding: 5px 24px;
}

#overlay .hamburger-section ul li:hover {
    background: hsla(0, 0%, 100%, 0.15);
}

#overlay .hamburger-section h4,
#overlay .hamburger-section ul li a,
#overlay .hamburger-section p {
    font-size: 14px;
    line-height: 16px;
}

#overlay .hamburger-section h4,#overlay .hamburger-section p {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 0;
}

#overlay .hamburger-section h4:after,#overlay .hamburger-section p:after {
    content: "";
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 20px;
}

#overlay .hamburger-section ul {
    list-style: none;
}

#overlay .hamburger-section ul li {
    margin-bottom: 0;
}

#overlay .hamburger-section ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

#overlay .hamburger-section ul li a:hover {
    color: hsla(0, 0%, 100%, 0.7);
    transition: all 0.3s;
}

#overlay .hamburger-section h5.open:after {
    content: "-";
}

@media screen and (max-width: 768px) {
    .footer-btn.E-Showroom {
        background: #006ad0;
        color: #fff;
    }

    #overlay .hamburger-section .col-md-12 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.stick {
    left: 15px;
    position: fixed;
    top: 70px;
    width: 100%;
}

.container-fluid {
    padding-top: 115px;
}

.homeHeader .fa-search {
    color: #000;
    cursor: pointer;
    font-size: 18px;
}

.header {
    color: #f1f1f1;
    padding: 13.5px 32px;
    position: fixed;
    top: 0px !important;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .header {
        top: 80px;
    }
}

.header a:nth-child(2) {
    margin-left: auto;
}

.header .btn {
    border-radius: 25px;
    color: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-right: 10px;
}

.header .btn:first-child {
    margin-left: auto;
}

.header .btn-outline-primary:hover {
    background: inherit !important;
}

.header .menu {
    cursor: pointer;
    margin-left: 1rem;
}

.header .callback {
    background: #006ad0;
    color: #fff !important;
    padding: 8.5px 20px;
}

.header .header-button {
    color: #006ad0;
    cursor: pointer !important;
    padding: 8.5px 20px;
}

.header .phoneIcon {
    cursor: pointer;
    display: none;
    margin-left: auto;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

#overlay .signIn {
    float: right;
    height: 100%;
    width: auto;
}

#overlay .sidepanel {
    background-color: #006ad0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    width: 0;
    z-index: 9999;
}

@media only screen and (max-width: 768px) {
    #overlay .sidepanel {
        width: 100% !important;
    }
}

#overlay .sidepanel .closeSidePanel {
    cursor: pointer;
    height: 30px;
    padding-right: 20px;
}

#overlay .sidepanel .closeIcon {
    color: #fff;
    font-weight: 100;
    height: 13.5px !important;
    width: 13.5px !important;
}

.btn-primary:hover {
    background-color: #00509d !important;
}

.btn-outline-primary:hover {
    border: 1px solid #00509d;
}

.c-breadcrumb {
    background: #e5e5e5;
    padding: 16px 60px;
}

@media only screen and (max-width: 768px) {
    .c-breadcrumb {
        padding: 16px;
    }
}

.c-breadcrumb .breadcrumb {
    background: inherit;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .c-breadcrumb .breadcrumb {
        font-size: 12px;
        line-height: 18px;
    }
}

.c-breadcrumb .breadcrumb .breadcrumb-item {
    padding-left: 0;
}

.c-breadcrumb .breadcrumb .breadcrumb-item:first-of-type:before {
    content: none;
}

.c-breadcrumb .breadcrumb .breadcrumb-item:before {
    color: #000;
    content: ">";
    display: inline-block;
    height: 4.25px;
    margin: 0 9px;
    width: 7.88px;
}

.c-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #006ad0;
    text-decoration: none;
}

.c-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #000;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .listingMainSection .listingTileSection .container .listingTiles ul.modelSort li.modelcodeIdentifier {
        margin: auto auto 22px;
    }

    .hero-banner-carousel .carousel-item {
        width: 100%;
    }

    .header .phoneIcon {
        display: flex;
        margin-left: auto;
    }

    .c-footer .footer-section {
        padding-bottom: 5px !important;
        padding-top: 20px !important;
    }

    .c-footer .footer-section h5,.c-footer .footer-section p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .c-footer .footer-section h5.footer-last-item,.c-footer .footer-section p.footer-last-item {
        border-bottom: none;
        padding-bottom: none;
    }
}

.corporate-modal .modal-content {
    background: #fff !important;
}

.bajaj-share {
    align-items: center;
    background-color: #218cc4;
    border-radius: 50%;
    bottom: 75px;
    cursor: pointer;
    display: flex;
    filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.4));
    height: 48px;
    justify-content: center;
    position: fixed;
    right: 15px;
    transition: all 0.3s;
    width: 48px;
    z-index: 999;
}

.bajaj-share svg {
    color: #fff;
    font-size: 18px;
}

.share-message {
    animation: fadeIn 3s;
    background: hsla(0, 0%, 100%, 0.9);
    border-radius: 4px;
    bottom: -90px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    left: 50%;
    margin-right: -50%;
    padding: 10px 25px;
    position: fixed;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    z-index: 999;
}

.share-message svg {
    color: #079638;
}

@media only screen and (max-width: 768px) {
    .bajaj-share {
        height: 32px;
        width: 32px;
    }

    .bajaj-share svg {
        font-size: 16px;
    }
}

.backToTop {
    align-items: center;
    background-color: #006ad0;
    border-radius: 50%;
    bottom: 90px;
    cursor: pointer;
    display: none;
    height: 48px;
    justify-content: center;
    opacity: 0.5;
    position: fixed;
    right: 15px;
    width: 48px;
}

.backToTop svg {
    color: #fff;
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .backToTop {
        height: 32px;
        width: 32px;
    }

    .backToTop svg {
        font-size: 18px;
    }

    .backToTop {
        z-index: 9999;
    }
}

.morelink {
    cursor: pointer !important;
}

.right-section .locate_dealer {
    padding: 0;
}

.locate_dealer {
    padding: 50px 20px;
}

@media only screen and (max-width: 769px) {
    .locate_dealer {
        padding: 20px;
    }
}

.locate_dealer .locate_head img {
    float: left;
    margin-right: 19px;
    width: 28px;
}

.locate_dealer .locate_head h3 {
    color: #000 !important;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal !important;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 0;
}

.locate_dealer .locate_head .dealer-form {
    font-family: Poppins;
}

.locate_dealer .locate_head .dealer-form .wrap_fields {
    display: flex;
    position: relative;
    top: 15px;
}

.locate_dealer .locate_head .dealer-form .wrap_fields label {
    margin: 0 !important;
    padding: 0 !important;
}

.locate_dealer .locate_head .dealer-form .wrap_fields .fieldbox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 10px;
}

.locate_dealer .locate_head .dealer-form .wrap_fields .fieldbox input {
    margin-right: 10px;
}

.locate_dealer .locate_head .dealer-form .wrap_fields .fieldbox label:after,
.locate_dealer .locate_head .dealer-form .wrap_fields .fieldbox label:before {
    display: none;
}

.locate_dealer .locate_head .search_box {
    justify-content: space-between !important;
    margin: 0 10px;
    max-width: 65%;
    top: 50px;
}

@media only screen and (max-width: 768px) {
    .locate_dealer .locate_head .search_box {
        margin: 0 1.5%;
        max-width: 97%;
        top: 42px;
        width: 100%;
    }
}

.locate_dealer .locate_head .search_box .selectBox select {
    font-family: Poppins;
    outline: none;
}

.locate_dealer .locate_head .search_box .selectBox span {
    display: none;
}

.locate_dealer .locate_head .search_box #scrollable-dropdown-menu {
    align-items: center;
    display: flex;
    float: left;
    justify-content: space-between;
    width: 90%;
}

.locate_dealer .locate_head .search_box #scrollable-dropdown-menu .tt-hint {
    font-family: Poppins;
}

.locate_dealer .locate_head .search_box #scrollable-dropdown-menu #txt_dealer_search {
    border: none !important;
    font-family: Poppins;
    padding: 0 !important;
}

.locate_dealer .locate_head .map_details {
    height: 480px;
    overflow-y: auto;
    padding: 30px;
    width: 33%;
}

@media only screen and (max-width: 768px) {
    .locate_dealer .locate_head .map_details {
        width: 100%;
    }
}

.locate_dealer .locate_head .map_details .map_details_all {
    max-height: none !important;
    padding: 0;
}

.locate_dealer .locate_head .map_details .map_details_all .mCustomScrollBox {
    max-height: none !important;
}

.locate_dealer .locate_head .map_details .map_details_all .back_results:after {
    top: 18px !important;
}

.locate_dealer .locate_head .map_details .map_details_all .detail_head p {
    color: #006ad0 !important;
    font-family: Poppins;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    padding-bottom: 12px;
}

.locate_dealer .locate_head .map_details .map_details_all .detail_head p span#lblCityName {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.locate_dealer .locate_head .map_details .map_details_all #dvDealers .dealerData .map_data h6 {
    color: #006ad0;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.locate_dealer .locate_head .map_details .map_details_all #dvDealers .dealerData .map_data p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.locate_dealer .locate_head .map_details .map_details_all #dvDealers .dealerData .map_data .address_options {
    list-style-type: none;
    padding-left: 0;
}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
    .dealerData
    .map_data
    .address_options
    .cat_name
    .view_map_icon
    a {
    color: #006ad0;
}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
    .dealerData
    .map_data
    .address_options
    .cat_name
    .view_map_icon
    .share_Popup
    span {
    color: #006ad0;
    font-family: Poppins;
}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
    .dealerData
    .map_data
    .address_options
    .cat_name
    span {
    font-size: 14px;
    font-weight: 600;
    font-weight: 300;
    line-height: 21px;
}

.locate_dealer .locate_head .map_details .map_details_all #dvDealers .dealerData .map_data .address_options li a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.5px;
}

.locate_dealer .locate_head .map_details .map_details_all #dvDealers .dealerData .map_data .address_options li a:hover {
    text-decoration: none !important;
}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
    .dealerData
    .map_data
    .address_options
    li
    .shae_popup {
    color: #006ad0;
}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
    .dealerData
    .map_data
    .address_options
    li
    .shae_popup
    span {
    font-family: Poppins !important;
}

.locate_dealer .search_box input {
    font-family: Poppins;
}

.locate_dealer .mapPopup {
    font-family: Poppins !important;
}

.locate_dealer .mapPopup .mapCall a,
.locate_dealer .mapPopup .mapMail a {
    display: block;
}

.locate_dealer .mapPopup span {
    font-family: Poppins !important;
}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
	.dealer-card h4 {
		color: #006ad0;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 21px;
	}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
	.dealer-card a {
		font-family: Poppins;
		font-size: 14px;
        padding: 8px 0 8px 30px;
        background-repeat: no-repeat;
	}

.locate_dealer
    .locate_head
    .map_details
    .map_details_all
    #dvDealers
	.dealer-card p {
		font-family: Poppins;
		font-size: 14px;
	}

.custom-container .row [class*=" col-"],
.custom-container .row [class^="col-"] {
    margin: 0 auto;
}

.custom-container .row [class*=" col-"] #dealer-app,
.custom-container .row [class^="col-"] #dealer-app {
    margin: 60px 0;
}

@media only screen and (max-width: 768px) {
    .custom-container .row [class*=" col-"] #dealer-app,
    .custom-container .row [class^="col-"] #dealer-app {
        margin: 40px 0;
    }
}

.custom-container .row [class*=" col-"] #dealer-app .hdng-style3,
.custom-container .row [class^="col-"] #dealer-app .hdng-style3 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .custom-container .row [class*=" col-"] #dealer-app .hdng-style3,
    .custom-container .row [class^="col-"] #dealer-app .hdng-style3 {
        font-size: 24px;
        line-height: 36px;
    }
}

.custom-container .row [class*=" col-"] #dealer-app .srch-rslt,
.custom-container .row [class^="col-"] #dealer-app .srch-rslt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.custom-container .row [class*=" col-"] #dealer-app .srch-rslt a,
.custom-container .row [class^="col-"] #dealer-app .srch-rslt a {
    color: #006ad0;
}

.custom-container .row [class*=" col-"] #dealer-app .srch-list .srch-optn,
.custom-container .row [class^="col-"] #dealer-app .srch-list .srch-optn {
    padding-bottom: 15px;
}

.custom-container .row [class*=" col-"] #dealer-app .srch-list .srch-optn .search-title a,
.custom-container .row [class^="col-"] #dealer-app .srch-list .srch-optn .search-title a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
}

.custom-container .row [class*=" col-"] #dealer-app .srch-list .srch-optn .search-dis p,
.custom-container .row [class^="col-"] #dealer-app .srch-list .srch-optn .search-dis p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24.5px;
}

@media screen and (max-width: 768px) {
    .footer-contact-info {
        /* width: 375px; */
        /* height: 411px; */
        width: 100%;
        height: auto;
        margin: auto 0 !important;
    }

    .productHighlight .highlight-text-wrapper {
        width: 297px;
        height: 187px !important;
    }

    .footer-contact-info img {
        display: block;
        margin: 0 0 8px;
    }

    .footer-contact-info span {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 2px !important;
    }

    .footer-contact-info .mail-info {
        margin-top: 15px;
        margin-left: 0;
    }

    .footer-contact-info a {
        display: block;
        margin: 8px 0 0;
    }

    .footer-contact-info .align-items-right {
        float: none;
        margin: 0;
    }

    .footer-contact-info .align-items-right a {
        display: inline-block;
        margin: 0 12px 0 0;
    }
}

.searchBox-wrapper {
    position: fixed !important;
}

.searchBox-wrapper .serachBox-main .s-box-content .search-placeholder .sech-head {
    font-family: Poppins !important;
    padding-right: 160px !important;
}

@media only screen and (max-width: 992px) {
    .searchBox-wrapper .serachBox-main .s-box-content .search-placeholder .sech-head {
        padding-right: 110px !important;
    }
}

.productHighlight .swiper-button-next,
.productHighlight .swiper-button-prev {
    top: 38%;
}

.productHighlight .swiper-button-next:after,
.productHighlight .swiper-button-prev:after {
    content: none !important;
}

.productHighlight .highlight-text-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}

.productHighlight .highlight-text-wrapper .highlight-title {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 15px;
}

@media only screen and (max-width: 768px) {
    .productHighlight .highlight-text-wrapper .highlight-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.productHighlight .highlight-text-wrapper .highlight-text {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    padding-bottom: 24px;
}

.productHighlight .highlight-text-wrapper .highlight-cta {
    background: #006ad0;
    border-radius: 100px;
    color: #fff !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: auto;
    max-width: max-content;
    padding: 10px 40px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .productHighlight .highlight-text-wrapper .highlight-cta {
        font-size: 12px;
        line-height: 18px;
    }
}

.productHighlight .card {
    border: none;
}

.corporateHighlight .corporateHighlight-container .swiper-slide {
    height: auto;
}

.corporateHighlight .swiper-button-next,
.corporateHighlight .swiper-button-prev {
    top: 38%;
}

.corporateHighlight .swiper-button-next:after,
.corporateHighlight .swiper-button-prev:after {
    content: none !important;
}

.corporateHighlight .highlight-text-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}

.corporateHighlight .highlight-text-wrapper .highlight-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 13px;
}

.corporateHighlight .highlight-text-wrapper .highlight-text {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding-bottom: 12px;
}

.corporateHighlight .highlight-text-wrapper .highlight-cta {
    color: #006ad0;
    cursor: pointer !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: auto;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .corporateHighlight .highlight-text-wrapper .highlight-cta {
        margin-bottom: 20px;
    }
}

.corporateHighlight .card {
    border: none;
}

.icon-content-block {
    margin: 0 0 32px;
}

.icon-content-block .icon-content-card {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 24%;
}

.icon-content-block img {
    display: inline-block;
    margin: 0 12px 0 0;
    width: auto;
}

.icon-content-block span.icon-text {
    color: #006ad0;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    vertical-align: middle;
}

.icon-content-block span.icon-text strong {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.icon-content-block:after {
    clear: both;
    content: "";
    display: block;
}

@media only screen and (max-device-width: 992px) {
    .icon-content-block span.icon-text {
        display: block;
        margin: 10px 0 0;
    }
}

@media only screen and (max-device-width: 768px) {
    .icon-content-block {
        vertical-align: top;
    }

    .icon-content-block .icon-content-card {
        margin: 0 13% 0 0;
        width: auto;
    }

    .icon-content-block .icon-content-card:last-child {
        margin: 0;
    }

    .icon-content-block img {
        margin: 0;
        width: 42%;
    }

    .icon-content-block .icon-text {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .icon-content-block .icon-text strong {
        font-size: 18px !important;
        line-height: 27px !important;
    }
}

@media only screen and (max-device-width: 360px) {
    .icon-content-block .icon-content-card {
        margin: 0 5% 0 0;
    }
}

@media only screen and (max-device-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        background-size: contain;
        height: 48px;
        top: 40%;
        width: 48px;
    }
}

@media screen and (max-device-width: 767px) {
    .corporateHighlight {
        padding-bottom: 0 !important;
    }

    .corporateHighlight .swiper-button-next,
    .corporateHighlight .swiper-button-prev {
        display: done !important;
    }

    .corporateHighlight .swiper-wrapper {
        display: block;
    }
}

.sitemap-page {
    padding: 40px 50px;
}

.sitemap-page .col-sm-12 {
    padding-left: 0;
    padding-top: 0;
}

.sitemap-page h1 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 22px;
    width: 100%;
}

.sitemap-page .sitemap-hdng,
.sitemap-page .sitemap-hdng a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding-bottom: 12px;
}

.sitemap-page ul.sitemap-links {
    list-style-type: none;
    margin-bottom: 32px;
    padding-left: 0;
}

.sitemap-page ul.sitemap-links li a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 12px;
}

.sitemap-page ul.sitemap-links li ul.sub-sitemap-links {
    list-style-type: none;
}

.sitemap-page ul.sitemap-links li ul.sub-sitemap-links li a {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 12px;
}

.bg-white {
    background: #fff;
}

.bg-white h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}

.bg-white p {
    font-size: 18px;
    font-weight: 300;
    line-height: 31.5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .bg-white p {
        font-size: 16px;
        line-height: 28px;
    }
}

.bg-blue-light {
    background: rgba(0, 106, 208, 0.1);
}

.error-banner {
    font-family: Poppins;
    text-align: center;
}

.error-banner h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
}

.error-banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.error-banner img {
    margin: 0 0 32px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .error-banner h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .error-banner p {
        font-size: 16px;
        line-height: 24px;
    }
}

.text-with-paragraph h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 15px;
}

.text-with-paragraph p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

@media screen and (max-width: 768px) {
    .text-with-paragraph h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .text-with-paragraph p {
        font-size: 16px;
        line-height: 24px;
    }
}

.column-5-links {
    font-family: Poppins;
}

.column-5-links h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 40px;
}

.column-5-links h5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.column-5-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.column-5-links ul li a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: done;
}

@media screen and (max-device-width: 768px) {
    .column-5-links {
        text-align: center;
    }

    .column-5-links h2,
    .column-5-links h5 {
        font-size: 18px;
        line-height: 27px;
    }

    .column-5-links h5 {
        display: inline-block;
    }

    .column-5-links .col {
        flex: auto;
    }

    .column-5-links ul {
        margin-bottom: 12px;
    }
}

.img-tiles-block {
    padding: 80px 0;
    text-align: center;
}

.img-tiles-block h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 32px;
}

.img-tiles-block .img-tiles img {
    margin: 0 10px;
    width: auto;
}

@media screen and (max-device-width: 768px) {
    .img-tiles-block h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .img-tiles-block .img-tiles img {
        display: block;
        margin: 20px auto;
        max-width: 202px;
        width: 100%;
    }
}

#canvas_container {
    background: #333;
    border: 3px solid;
    height: 450px;
    overflow: auto;
    text-align: center;
    width: 800px;
}

canvas {
    margin: 0 auto;
    width: 100%;
}

.embed-responsive {
    overflow: auto !important;
}

.embed-responsive-16by9:before {
    padding-top: unset !important;
}

.careersWrapper {
    font-family: Poppins;
}

@media only screen and (max-width: 769px) {
    .careersWrapper {
        padding: 0;
    }
}

.careersWrapper #job_title {
    margin: 0;
    padding: 20px 0;
}

.careersWrapper .asm-Container .managerDetails {
    background: #f1f1f1;
    border-radius: 8px;
    float: left;
    margin-right: 2%;
    padding: 32px;
    width: 68%;
}

@media only screen and (max-width: 1200px) {
    .careersWrapper .asm-Container .managerDetails {
        margin-bottom: 24px;
        padding: 24px;
        width: 100%;
    }
}

.careersWrapper .asm-Container .managerDetails span {
    font-family: Poppins !important;
    white-space: normal !important;
}

.careersWrapper .asm-Container .managerDetails .manager-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    padding-top: 40px;
    position: relative;
}

.careersWrapper .asm-Container .managerDetails .manager-info .share {
    position: absolute;
    right: 0;
    text-align: right;
    top: -20px;
}

.careersWrapper .asm-Container .managerDetails .manager-info .share img {
    width: 32px;
}

.careersWrapper .asm-Container .managerDetails .manager-info .share .shareLink {
    background: #006ad0;
    border-radius: 100px;
    color: #fff;
    height: 32px;
    padding: 7px;
    width: 32px !important;
}

.careersWrapper .asm-Container .managerDetails .manager-info .share .socialMedia {
    background: #fff;
    border-radius: 5px;
    bottom: 2px;
    display: none;
    padding: 2px 10px;
    position: relative;
}

.careersWrapper .asm-Container .managerDetails .manager-info ul {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
}

@media only screen and (max-width: 769px) {
    .careersWrapper .asm-Container .managerDetails .manager-info ul {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
}

.careersWrapper .asm-Container .managerDetails .manager-info ul li {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.careersWrapper .asm-Container .managerDetails .manager-info ul li#li_location span {
    padding-left: 10px;
}

.careersWrapper .asm-Container .managerDetails .manager-info ul li h2 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.careersWrapper .asm-Container .managerDetails .applicantDetails {
    font-family: Poppins;
    padding-top: 20px;
}

.careersWrapper .asm-Container .managerDetails .applicantDetails p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.careersWrapper .asm-Container .managerDetails .applicantDetails p:first-child {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.careersWrapper .asm-Container .managerDetails .applicantDetails .Table {
    border-collapse: inherit !important;
    display: block;
    margin-left: 0;
    overflow: auto;
    width: 100% !important;
}

.careersWrapper .asm-Container .managerDetails .applicantDetails .Table td {
    background-color: inherit !important;
    padding: 10px !important;
}

.careersWrapper .asm-Container .managerDetails .applicantDetails .MsoTableGrid {
    display: block;
    margin: 0 !important;
    overflow: auto;
    width: 100% !important;
}

.careersWrapper .asm-Container .managerDetails .applicantDetails .MsoTableGrid td {
    background-color: inherit !important;
    padding: 10px !important;
}

.careersWrapper .asm-Container .applicationFormContainer {
    float: right;
    width: 30%;
}

@media only screen and (max-width: 1200px) {
    .careersWrapper .asm-Container .applicationFormContainer {
        width: 100%;
    }
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails {
    background: #f1f1f1;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .apply-now {
    align-items: center;
    background: #006ad0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: flex;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 59px;
    justify-content: flex-start;
    line-height: 27px;
    padding-left: 24px;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .form-field {
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .form-field input {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    height: 59px;
    line-height: 27px;
    outline: none;
    text-indent: 15px;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .form-field:first-of-type {
    margin-right: 10px;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .form-field:nth-child(2) {
    width: calc(50% - 10px);
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .form-field:nth-child(3),
.careersWrapper .asm-Container .applicationFormContainer .formDetails .form-field:nth-child(4),
.careersWrapper .asm-Container .applicationFormContainer .formDetails .form-field:nth-child(5) {
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox {
    padding: 24px;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox .upload-resume {
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox .upload-resume .browseFile {
    order: 3;
    padding-bottom: 24px;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox .upload-resume .linkfile,
.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox .upload-resume .normalTxt {
    color: #000;
    display: contents;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    order: 1;
    padding-bottom: 10px;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox .upload-resume .max-size {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    order: 2;
    padding-bottom: 24px;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox .upload-resume .filePath {
    order: 4;
    padding-bottom: 24px;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .opt-sec .intField .otpField #codeInput {
    display: flex;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .opt-sec .intField .otpField #codeInput input {
    margin-bottom: 0;
    margin-left: 5px;
}

.careersWrapper
    .asm-Container
    .applicationFormContainer
    .formDetails
    .opt-sec
    .intField
    .otpField
    #codeInput
    input:last-of-type {
    margin-right: 0;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .opt-sec .intField a {
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    text-align: right;
    text-decoration: underline;
    width: auto;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .otpmsg {
    display: none;
    padding: 0 24px;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .otpmsg p {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .sbmit-btn {
    margin: 0 24px 24px;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .sbmit-btn button {
    background: #006ad0;
    border: 1px solid #006ad0;
    border-radius: 100px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 24px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .sbmit-btn a {
    display: inline-block;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .sbmit-btn span {
    display: block;
    padding: 15px 0 0;
}

.careersWrapper .asm-Container .applicationFormContainer .otherJobs h2 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
    padding: 24px 0;
}

.careersWrapper .asm-Container .applicationFormContainer .otherJobs .similar-job {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 24px;
}

.careersWrapper .asm-Container .applicationFormContainer .otherJobs .similar-job a h2 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding-bottom: 8px;
    padding-top: 0;
}

.careersWrapper .asm-Container .applicationFormContainer .otherJobs .similar-job a .jobPlace {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

.thanksMsg {
    color: green;
    justify-content: center;
    text-align: center;
}

.thanksMsg a,
.thanksMsg span {
    display: inline-block;
}

.gm-style .gm-style-iw-c {
    top: 20px !important;
}

@media only screen and (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

.listingMainSection {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important;
}

.listingMainSection .listingHeading {
    margin: 0 !important;
    padding: 40px 0;
}

@media only screen and (max-width: 769px) {
    .listingMainSection .listingHeading {
        padding: 20px 16px;
    }
}

.listingMainSection .listingHeading h1 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 24px;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .listingMainSection .listingHeading h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

.listingMainSection .listingHeading p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .listingMainSection .listingHeading p {
        font-size: 16px;
        line-height: 28px;
    }
}

.listingMainSection .listingTileSection {
    background: #e5e5e5 !important;
    margin: 0;
    padding: 40px;
}

@media only screen and (max-width: 769px) {
    .listingMainSection .listingTileSection {
        padding: 20px 0;
    }
}

.listingMainSection .listingTileSection .container {
    max-width: 100% !important;
    width: 100% !important;
}

.listingMainSection .listingTileSection .container .showroomPrice {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-align: justify;
}

.listingMainSection .listingTileSection .container .listingTiles ul.modelSort {
    justify-content: flex-start;
}

.listingMainSection .listingTileSection .container .listingTiles ul.modelSort li.modelcodeIdentifier {
    margin: 0 8px 22px;
}

.listingMainSection .listingTileSection .container .listingTiles ul.modelSort li.modelcodeIdentifier .listingBox {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox
    .bradLogo
    img {
    width: 150px !important;
}

@media only screen and (max-width: 1300px) {
    .listingMainSection
        .listingTileSection
        .container
        .listingTiles
        ul.modelSort
        li.modelcodeIdentifier
        .listingBox
        .bradLogo
        img {
        width: 40% !important;
    }
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox.blueBg {
    background: #fff !important;
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox
    .listingImg {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    margin-bottom: 0;
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox
    p.priceContent {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox
    .listContent
    ul
    li {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox
    .listContent
    ul
    li
    span {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox
    .explorBtn {
    padding: 24px 0 0;
}

.listingMainSection
    .listingTileSection
    .container
    .listingTiles
    ul.modelSort
    li.modelcodeIdentifier
    .listingBox
    .explorBtn
    a {
    border-radius: 100px !important;
    position: relative !important;
}

.listingMainSection .listingTileSection .container .listingTiles ul.modelSort li.modelcodeIdentifier .bestSelarBand {
    align-items: center;
    border-radius: 100px;
    bottom: 0;
    display: flex;
    height: 45px;
    left: auto;
    max-width: 60%;
    padding-right: 14px;
    position: absolute;
    right: 0;
    text-align: left;
    top: -60px;
    width: auto;
}

.listingMainSection .listingTileSection .container .listingTiles ul.modelSort li.modelcodeIdentifier .bestSelarBand p {
    margin: 5px 0;
}

@media only screen and (min-width: 769px) and (max-width: 1600px) {
    .listingMainSection
        .listingTileSection
        .container
        .listingTiles
        ul.modelSort
        li.modelcodeIdentifier
        .bestSelarBand {
        width: 180px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .listingMainSection
        .listingTileSection
        .container
        .listingTiles
        ul.modelSort
        li.modelcodeIdentifier
        .bestSelarBand {
        height: 35px;
        right: -20px;
        top: -50px;
    }
}

.whiteBars,
.whiteSearch {
    display: none;
}

.whiteBars,
.whiteSearch {
    color: #fff !important;
    font-size: 22px !important;
}

.blackBars,
.blackSearch {
    color: #000 !important;
    font-size: 22px !important;
}

p.normal-text {
    bottom: 10px;
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 15px !important;
    position: relative;
}

body.dominar400 .section-360 {
    margin-bottom: unset !important;
}

.section-360 .available-list.hide {
    display: none;
}

@media only screen and (min-width: 767px) {
    .SpinImages {
        height: calc(100vh - 175px) !important;
    }

    .section-360.three-wheeler .SpinImages {
        height: 360px !important;
    }
}

h2.common-head span {
    display: block;
}

.section-360,
.threeSixtyBg {
    float: left;
    width: 100%;
}

.threeSixtyBg {
    position: relative;
}

.section-360 .tagline {
    color: #494949;
    font-family: proxima_nova_condensed;
    font-size: 18px;
    line-height: 120%;
}

.section-360 .list1 {
    float: left;
    width: 100%;
}

.available-color {
    background: #d2d3d4;
    border-radius: 50px;
    float: left;
    margin: 0.5em 0;
    min-width: 280px;
    padding: 1.2em 1.3em;
}

.avail-txt {
    color: #000;
    display: inline;
    font-family: ProximaNovaBold;
    font-size: 0.9em;
    line-height: 100%;
    vertical-align: middle;
    width: auto;
}

.color-list {
    float: right;
    text-align: center;
    width: 50%;
}

.exteriorColorPallet li {
    display: inline-block;
    margin: 0 0.9em !important;
    position: relative;
}

.exteriorColorPallet li a {
    display: block;
}

.exteriorColorPallet li a .icon {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 15px;
}

.exteriorColorPallet li.active .icon {
    outline: 2px solid #006ad0;
}

@supports (-webkit-touch-callout: none) {
    .exteriorColorPallet li.active .icon {
        box-shadow: 0 0 0 2px #006ad0;
        outline: none;
    }
}

@media only screen and (max-width: 767px) {
    .exteriorColorPallet li.active .icon {
        box-shadow: 0 0 0 2px #006ad0;
        outline: none;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .exteriorColorPallet li.active .icon {
            box-shadow: 0 0 0 2px #006ad0;
            outline: none;
        }
    }
}

.exteriorColorPallet li a .color-name {
    bottom: -57px;
    color: #fff;
    display: none;
    font-family: ProximaNovaRegular;
    font-size: 12px;
    height: 40px;
    left: 50% !important;
    line-height: 17px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: max-content;
}

.exteriorColorPallet li.active:after {
    border: 10px solid transparent;
    border-bottom: 13px solid #222426;
    border-top: none;
    bottom: -20px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
}

.experience-wrap {
    background-size: contain;
    float: right;
    position: absolute;
    right: 0;
    top: 40px;
    width: 64%;
}

.spritespin-stage {
    cursor: grabbing;
}

@media (-ms-high-contrast: none) {
    ::-ms-backdrop,
    body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1440px) {
    .section-360 .SpinImages img {
        height: 100% !important;
        width: auto !important;
    }
}

@media screen and (max-width: 1080px) {
    .available-color {
        margin: 0.5em 4em;
        min-width: 300px;
    }

    .exteriorColorPallet li {
        margin: 0 0.4em;
    }

    .section-360 {
        margin: 0;
        padding: 5em 0 0;
    }
}

@media screen and (max-width: 580px) {
    .section-360 {
        background-size: 100% 68%;
        padding: 3em 0 0;
    }
}

.spin-wrapper {
    background-size: cover;
    margin: 0 auto;
    width: unset !important;
}

.spin-wrapper img {
    width: auto !important;
}

.spin-wrapper .spritespin-stage {
    align-content: center;
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.view-wrap {
    margin: 0 auto;
    width: 86%;
}

.three-sixty-wrap {
    width: 100%;
    height: auto !important;
}

.spin-360-wrapper {
    background-size: contain;
    float: none;
    position: unset;
    top: 40px;
    width: unset;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.colorTechnoGrey {
    background: #79797c;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.colorRacingRed {
    background: #e2302b;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.colorRacingBlue {
    background: #006ad0;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.colorRacingBlack {
    background: #000;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.colorGreen {
    background: #079638;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.colorWhite {
    background: #fff;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.green {
    background: #079638;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.blue {
    background: #006ad0;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.red {
    background: #e2302b;
}

.detail-page-360 .list1 .exteriorColorPallet li a .icon.yellow {
    background: #ff0;
}

@media only screen and (max-width: 768px) {
    .three-sixty-wrap .threeSixtyBg {
        display: flex;
        flex-direction: column;
    }

    .hide {
        display: none !important;
    }

    .section-360 .SpinImages {
        height: 70vw !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 580px) {
    .section-360 .SpinImages {
        height: 70vw !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .section-360 .SpinImages {
        height: 70vw !important;
        width: 100% !important;
    }
}

dl,
ol,
ul {
    margin-bottom: 0;
}

.details-360 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 2% 0 8%;
}

@media only screen and (max-width: 768px) {
    .details-360 {
        padding: 0 5%;
    }
}

.details-360 .colours-modal {
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.detail-page-360 {
    background-color: #e5e5e5;
    padding: 3rem 0;
}

.available-wrapper {
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    padding: 0 0.8rem 0.5rem;
}

@media only screen and (max-width: 769px) {
    .available-wrapper {
        border-radius: 0 !important;
        padding: 1rem !important;
    }
}

.available-wrapper .available-text {
    text-align: left;
}

.section-360 .available-list {
    display: flex;
    justify-content: center;
}

.section-360 .details-360 h2.colours-modal-name {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.section-360 .details-360 span.colours-modal-name {
    font-family: $font-main;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    margin-bottom: 0px;
    display: block;
    padding-top: 5px;
}

.colours-price .price-details {
    color: #006ad0;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.colours-price .feature-price span {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.colours-price .feature-price {
    line-height: 15px;
}

.colours-price .feature-price svg {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.colors-option {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.colors-option,
.colors-tagline {
    font-family: Poppins;
    font-style: normal;
}

.colors-tagline {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.color-list .exteriorColorPallet {
    justify-content: center;
}

.color-list .exteriorColorPallet li a .icon {
    border: 2px solid #c4c4c4;
    height: 22px;
    width: 22px;
}

.exteriorColorPallet li.active a .color-name {
    display: none;
}

.color-variant-name {
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    width: auto;
}

.section-360 .exteriorColorPallet li.active:after {
    display: none;
}

.section-360 .rotate-360-img {
    bottom: 10px;
    margin-bottom: 5px;
    position: relative;
    width: 50px;
}

@media only screen and (min-width: 1600px) {
    .section-360 .rotate-360-img {
        margin-bottom: 50px;
    }
}

.section-360.three-wheeler .rotate-360-img {
    margin-bottom: 5px;
}

@media screen and (max-width: 1080px) {
    .detail-page-360 {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .detail-page-360 {
        padding: 2rem 0;
    }

    .section-360 .rotate-360-img {
        align-self: center;
        width: fit-content;
    }

    .available-wrapper {
        border-radius: unset;
        flex-direction: column;
        padding: 5%;
        width: 100%;
    }

    .available-wrapper .available-text {
        text-align: center;
    }

    .colors-option {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 12px;
    }

    .colors-tagline {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 12px;
    }

    .color-list {
        align-items: center;
        display: flex;
        flex-direction: column;
        float: none;
        padding: 1rem 0 0;
        width: 100%;
    }

    .color-list ul {
        padding-left: 0;
    }

    .section-360 .list1 {
        padding: 0;
    }

    .color-variant-name {
        font-size: 14px;
        line-height: 21px;
        padding-left: 0;
    }

    .details-360 .colours-modal {
        font-size: 18px;
        line-height: 27px;
    }

    .section-360 .details-360 h2.colours-modal-name {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
    }

    .colours-price .price-details {
        font-size: 14px;
        line-height: 21px;
    }

    .colours-price .feature-price span {
        font-size: 18px;
        line-height: 27px;
    }

    .colours-price .feature-price svg {
        font-size: 16px;
    }
}

.custome-container {
    display: flex;
    justify-content: center;
}

.available-text .colors-tagline {
    display: block;
}

@media only screen and (max-width: 769px) {
    .available-text .colors-tagline {
        display: none;
    }
}

.color-list .colors-tagline {
    display: none;
}

@media only screen and (max-width: 769px) {
    .color-list .colors-tagline {
        display: block;
    }
}

p {
    margin-bottom: 0;
}

.gallery-heading-text {
    color: #000;
    font-family: poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    padding-bottom: 1rem !important;
}

.modal-footer {
    border: none;
}

.c-gallery__wrapper .leftLst,
.c-gallery__wrapper .rightLst {
    cursor: pointer;
    width: 48px;
}

.c-gallery__wrapper {
    background: #e5e5e5;
    padding: 40px 0 60px 40px;
}

.over {
    visibility: hidden;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 0 20px 0 0;
    position: relative;
    width: 100%;
}

.MultiCarousel .MultiCarousel-inner {
    float: left;
    transition: all 1s ease;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    background: #f1f1f1;
    color: #666;
    margin-right: 20px;
    text-align: center;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 20px;
    transform: rotate(180deg);
}

.MultiCarousel .rightLst {
    right: 10px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    background: #ccc;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .leftLst,
    .rightLst {
        width: 44px;
    }

    .gallery-heading-text {
        font-size: 32px;
        line-height: 48px;
        padding-bottom: 16px;
    }

    .c-gallery__wrapper {
        padding: 40px 0 40px 24px;
    }
}

#imageGallery img {
    padding: 0;
    width: -webkit-fill-available;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        #imageGallery img {
            width: 50vw;
        }
    }
}

@supports (-webkit-touch-callout: none) {
    #imageGallery img {
        width: 100vw;
    }
}

@media only screen and (max-width: 767px) {
    #imageGallery img {
        width: 100vw;
    }

    .c-gallery .carousel-control-next,
    .c-gallery .carousel-control-prev {
        display: none !important;
    }

    .modal-full {
        height: 100%;
        padding-left: 0;
        z-index: 10000;
    }
}

.modal-open,
.modal-open .modal {
    overflow: hidden !important;
}

.modal-content {
    background-color: #000 !important;
    border: none !important;
}

.close-wrapper {
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.close-wrapper .close {
    font-size: 40px;
    font-weight: 300;
    opacity: 1;
}

.c-gallery .carousel-control-next,
.c-gallery .carousel-control-prev {
    width: 5% !important;
}

.modal-full {
    height: 100vh;
    width: 100vw;
}

.modal-full .modal-dialog {
    height: 100%;
    margin: 0;
}

.modal-full .modal-content {
    height: 100%;
    width: 100vw;
}

.modal-full .modal-content .modal-body {
    height: 100%;
    padding: 0;
}

.modal-full .modal-content .carousel {
    height: 100%;
}

.modal-full .modal-content .carousel-actions {
    height: 100px;
    position: relative;
    width: 100%;
}

.modal-full .modal-content .carousel-inner {
    height: 100%;
    overflow: inherit !important;
}

.modal-full .modal-content .carousel-inner > .carousel-item {
    height: 100%;
    top: 0;
}

.modal-full .modal-content .carousel-inner > .carousel-item > picture {
    display: block;
    left: 50%;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close {
    background-color: unset !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 2.5rem;
    padding-right: 5px !important;
    text-shadow: unset !important;
}

.numberIndicator {
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    left: 48%;
    position: absolute;
}

.c-gallery .carousel-indicators {
    display: none !important;
}

.MultiCarousel .MultiCarousel-inner .item {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #leftDiv {
        position: sticky;
        top: 0;
    }

    #leftDivImg {
        object-fit: cover;
    }
}

@media screen and (min-width: 992px) {
    #leftDiv {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    #leftDivImg {
        object-fit: cover;
    }
}

#galleryFeature .close {
    color: #fff !important;
    cursor: pointer;
    font-size: 35px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
}

#galleryFeature img {
    padding: 0 10px;
    width: 100%;
}

#galleryFeature .mySlides {
    align-content: center;
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
}

#galleryFeature .modal-content iframe {
    display: block;
    margin: 0 auto;
}

.c-gallery-spr2 {
    background: #e5e5e5;
    padding: 50px;
}

.c-gallery-spr2 img {
    cursor: pointer;
    height: 100%;
}

.c-gallery-spr2 .col-md-4,
.c-gallery-spr2 .col-md-8 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.c-video {
    position: relative;
}

.c-video__content {
    align-items: center;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 0;
}

.c-video__content .c-video__btn-play {
    color: #fff;
    font-size: 70px;
    line-height: 1;
}

.c-video__content .c-video__btn-play a {
    color: #fff;
}

[class*="c-video__btn-"] {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .c-gallery-spr2 {
        background: #e5e5e5;
        padding: 32px 16px;
    }

    .c-gallery-spr2 .col-md-4,
    .c-gallery-spr2 .col-md-8 {
        padding-bottom: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.bajajauto.com/fonts/fontawesome-webfont.eot?v=4.7.0);
    src:
        url(https://cdn.bajajauto.com/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
        url(https://cdn.bajajauto.com/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
        url(https://cdn.bajajauto.com/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(https://cdn.bajajauto.com/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
        url(https://cdn.bajajauto.com/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
}

.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    text-align: center;
    width: 1.28571429em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: 0.14285714em;
    width: 2.14285714em;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-cog:before,
.fa-gear:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-cogs:before,
.fa-gears:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-gavel:before,
.fa-legal:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-bolt:before,
.fa-flash:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "";
}

.fa-eur:before,
.fa-euro:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-inr:before,
.fa-rupee:before {
    content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "";
}

.fa-krw:before,
.fa-won:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "";
}

.fa-empire:before,
.fa-ge:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-bed:before,
.fa-hotel:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-television:before,
.fa-tv:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-sign-language:before,
.fa-signing:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-address-card:before,
.fa-vcard:before {
    content: "";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

#catPulsarImage {
    width: 493px;
    height: 345px;
}

.c-product-list-component .nav-tabs .nav-item.show .nav-link,
.c-product-list-component .nav-tabs .nav-link {
    background: none;
    border: none !important;
    color: rgba(0, 0, 0, 0.5);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 0;
}

.c-product-list-component .nav-tabs {
    border: none;
}

.c-product-list-component .nav-item {
    height: 15vh;
}

.c-product-list-component .nav-item:last-child,
.c-product-list-component .nav-item:last-of-type {
    height: 0;
}

.c-product-list-component .nav-tabs .nav-item.show .nav-link,
.c-product-list-component .nav-tabs .nav-link.active {
    background-color: inherit;
    border-color: inherit;
    color: #000;
}

.c-product-list-component .nav-tabs .nav-item.show .nav-link,
.c-product-list-component .nav-tabs .nav-link:after {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    content: "";
    height: 15vh;
    left: 19px;
    margin-top: 18px;
    position: absolute;
    z-index: 0;
}

.c-product-list-component .nav-tabs .nav-item:last-child a.nav-link:after {
    border: none;
}

.c-product-list-component .brand-title {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.c-product-list-component .explore-button {
    background: #006ad0;
    border-radius: 100px;
    color: #fff !important;
    display: block;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 auto 10px;
    padding: 6.5px 38px;
    text-align: center;
    width: fit-content;
    min-width: 205px;
}

.c-product-list-component .explore-button.tour-ride-btn {
    display: inline-block;
}

.c-product-list-component .explore-button:hover {
    background: #00509d;
}

.c-product-list-component .carousel-item {
    text-align: center;
    /* height: 451px;
    width: 795px; */
}

.c-product-list-component .carousel-item .logo img.logo-img {
    width: 30%;
    margin-bottom: 10px;
}

.c-product-list-component .carousel-indicators {
    bottom: 0;
    z-index: 1;
}

.c-product-list-component .carousel-indicators li {
    background: #999;
    border: none !important;
    border-radius: 10px;
    height: 12px;
    margin-right: 24px;
    width: 12px;
}

.c-product-list-component .carousel-indicators .active {
    background: #006ad0;
}

.c-product-list-component .image-caption {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.5);
    cursor: default;
    display: -webkit-box;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .c-product-list-component .image-caption {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50% !important;
    }

    .c-product-list-component .image-caption.data-prev-img-text {
        text-align: left;
    }

    .c-product-list-component .image-caption.data-next-img-text {
        text-align: right;
    }
}

.c-product-list-component .data-next-img-text {
    right: 0;
}

.c-product-list-component .data-next-img-text,
.c-product-list-component .data-prev-img-text {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 12%;
}

.c-product-list-component .product-list {
    background: #e5e5e5;
    padding: 32px 0;
}

.c-product-list-component .product-list .img-fluid {
    height: calc(100vh - 240px);
    width: auto;
}

.c-product-list-component .tab-pane .brand-title {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .c-product-list-component .dropdown {
        display: flex !important;
        justify-content: center;
    }

    #dropdownMenuButton {
        width: 288px;
        height: 45px;
    }

    #mobileCatImage {
        width: 384px;
        height: 330px;
    }

    .carousel-item {
        width: 375px;
        height: 577px;
    }

    .c-product-list-component .dropdown button {
        align-items: center;
        background: #fff !important;
        border: none !important;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        color: #000 !important;
        display: flex;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        height: 45px;
        justify-content: space-between;
        line-height: 21px;
        padding-left: 16px;
        padding-right: 16px;
        width: 288px;
    }

    .c-product-list-component .btn-primary:not(:disabled):not(.disabled).active:focus,
    .c-product-list-component .btn-primary:not(:disabled):not(.disabled):active:focus,
    .c-product-list-component .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none !important;
    }

    .c-product-list-component .dropdown-item.active,
    .c-product-list-component .dropdown-item:active {
        background-color: inherit;
        color: inherit;
    }

    .c-product-list-component .dropdown.show button {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .c-product-list-component .dropdown-menu {
        padding: 0;
    }

    .c-product-list-component .dropdown-item {
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        padding: 12px 16px;
    }

    .c-product-list-component .dropdown-interest-rate.show,
    .c-product-list-component .dropdown-menu.show {
        background: #fff;
        border: none;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        top: -2px !important;
        width: 288px;
        z-index: 2;
    }

    .c-product-list-component .brand-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
    }

    .c-product-list-component .explore-button {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        padding: 7px 48px;
    }

    .c-product-list-component .carousel-control-next,
    .c-product-list-component .carousel-control-prev {
        align-items: flex-end;
        bottom: -30px;
    }

    .c-product-list-component .data-next-img-text,
    .c-product-list-component .data-prev-img-text {
        bottom: 25px;
        top: auto;
        width: auto;
        color: black;
    }

    .c-product-list-component .carousel-indicators {
        flex-direction: column;
        height: 100%;
        left: 15px;
        margin-left: 0;
        position: absolute;
        width: 3%;
        z-index: 0;
    }

    .c-product-list-component .carousel-indicators li {
        margin-bottom: 12px;
    }

    .c-product-list-component .tab-pane .carousel-img {
        padding: 20px 0 40px;
    }

    .c-product-list-component .product-list {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .c-product-list-component .product-list .img-fluid {
        height: auto;
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .c-product-list-component .pt-breadcrumb {
        align-items: center;
        left: 48px;
        padding-top: 100px;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
    .c-product-list-component .product-list .carousel-control-next,
    .c-product-list-component .product-list .carousel-control-prev {
        top: 25%;
    }

    .c-product-list-component .product-list .data-next-img-text,
    .c-product-list-component .product-list .data-prev-img-text {
        top: 50%;
        color: black;
    }
}

.c-features-navigation-component p {
    margin-bottom: 0;
}

.c-features-navigation-component .block-head-text {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 0;
}

@media only screen and (max-width: 769px) {
    .c-features-navigation-component .block-head-text {
        font-size: 18px;
        padding-bottom: 0;
        text-align: left;
    }
}

.c-features-navigation-component .feature-navigation a {
    color: inherit;
    text-decoration: none;
}

.c-features-navigation-component .block-normal-text {
    color: #000;
    display: flex;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    height: 100%;
    line-height: 23px;
}

@media only screen and (max-width: 769px) {
    .c-features-navigation-component .block-normal-text {
        font-size: 15px;
        line-height: 24px;
        text-align: left;
    }
}

.c-features-navigation-component .block {
    height: 100%;
}

.c-features-navigation-component .block img {
    height: 65px;
    width: 65px;
}

@media only screen and (max-width: 769px) {
    .c-features-navigation-component .block img {
        height: 60px;
        width: 60px;
    }
}

.c-features-navigation-component .col-half-offset {
    margin-left: 4.166666667%;
}

.c-features-navigation-component .col-lg-2 .col-xs-12 {
    flex: 1;
}

.c-features-navigation-component .px-60py-40 {
    padding: 20px 60px;
}

.c-features-navigation-component .blueBG {
    background: rgba(0, 106, 208, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 10px hsla(0, 0%, 54%, 0.25);
    cursor: pointer !important;
    height: fit-content;
    padding-bottom: 10px;
}

.c-features-navigation-component .blueBG a {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.c-features-navigation-component .blueBG .block-normal-text {
    color: #006ad0;
}

.c-features-navigation-component .blueBG:hover {
    background: #006ad0;
    box-shadow: 0 4px 10px hsla(0, 0%, 54%, 0.25);
}

.c-features-navigation-component .blueBG:hover .block-normal-text {
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .c-features-navigation-component .col-half-offset {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-features-navigation-component .px-60py-40 {
        padding: 20px;
    }

    .c-features-navigation-component .block {
        flex-direction: row !important;
        justify-content: flex-start !important;
        padding: 10px 0;
    }
}

a[href=""],
a[href="#"] {
    cursor: default;
}

@media only screen and (max-width: 769px) {
    .mr-img {
        margin-right: inherit;
    }
}

.img-feature .mr-img img {
    margin: 8px 0;
    width: 75px;
}

@media only screen and (max-width: 769px) {
    .img-feature {
        flex-direction: row !important;
    }
}

.c-features-component .carousel-control-vector {
    height: 41px;
    position: relative;
    right: 0;
    top: 0;
    width: 23px;
}

.c-features-component .leftArrow,
.c-features-component .rightArrow {
    color: #006ad0;
    height: 15.4px;
    width: 18px;
}

.c-features-component .rightArrow {
    transform: rotate(180deg);
}

.c-features-component .super-sub-heading {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 31.5px;
}

.c-features-component p {
    margin-bottom: 0;
}

.c-features-component .feature-arrow-right-img {
    bottom: 12px;
    position: relative;
}

.c-features-component .feature-arrow-left-img {
    position: relative;
    top: 8px;
}

.c-features-component .blue-heading-text {
    color: #006ad0;
    font-family: Poppins;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
}

.c-features-component .sub-heading-text {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 55.2px;
}

.c-features-component .desc-text {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    padding-bottom: 39px;
}

@media only screen and (max-width: 1099px) {
    .c-features-component .feature-section .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 25px;
    }

    .c-features-component .feature-section .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1100px) {
    .c-features-component .feature-section .right-clip {
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    }

    .c-features-component .feature-section .left-clip {
        clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    }
}

.c-features-component .feature-section .carousel .carousel-indicators {
    align-items: flex-end;
    bottom: 0;
    margin-left: 0;
    position: relative;
    right: auto;
    z-index: 0;
}

.c-features-component .feature-section .carousel .carousel-indicators li {
    background-color: #d3d3d3;
    border-radius: 100%;
    height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    width: 12px;
}

.c-features-component .feature-section .carousel .carousel-indicators li.active {
    background-color: #006ad0;
}

.c-features-component .feature-section .carousel .carousel-control-prev {
    align-items: flex-start;
    left: auto;
    opacity: unset;
    position: relative;
    right: auto;
    top: 0;
    width: unset;
    z-index: 0;
}

.c-features-component .feature-section .carousel .carousel-control-next {
    align-items: flex-start;
    bottom: 0;
    opacity: unset;
    position: relative;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    width: auto;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .c-features-component .sub-heading-text {
        font-size: 32px;
        line-height: 48px;
        padding-bottom: 16px;
    }

    .c-features-component .blue-heading-text {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 5px;
    }
}

.container-fluid div.c-features-component:nth-child(odd) .row {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 1100px) {
    .container-fluid div.c-features-component:nth-child(2n) .row .col-md-5 {
        order: 2;
    }

    .container-fluid div.c-features-component:nth-child(2n) .row .col-md-7 {
        order: 1;
    }

    .container-fluid div.c-features-component .row .col-md-6:first-child {
        order: 2;
        padding-bottom: 25px;
    }

    .container-fluid div.c-features-component .row .col-md-6:nth-child(2) {
        order: 1;
    }
}

.hero-banner.full-width {
    font-family: Poppins;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.hero-banner.full-width .banner-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.hero-banner.full-width .hero-banner-btn {
    background: #fff;
    border-radius: 100px;
    color: #006ad0;
    cursor: pointer !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 20px;
    padding: 8px 33px;
    text-decoration: none;
    transition: all 0.5s;
}

.hero-banner.full-width .carousel {
    z-index: 0;
}

.hero-banner.full-width .carousel h1 {
    color: #fff;
    font-family: Poppins;
    font-size: 64px;
    font-weight: 700;
    line-height: 96px;
}

@media only screen and (max-width: 769px) {
    .hero-banner.full-width .carousel h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
}

.hero-banner.full-width .carousel p,
.hero-banner.full-width .carousel .banner-heading {
    color: #f9d036;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media only screen and (max-width: 769px) {
    .hero-banner.full-width .carousel p,
    .hero-banner.full-width .carousel .banner-heading {
        font-size: 16px;
        line-height: 24px;
    }
}

.hero-banner.full-width .carousel .carousel-caption {
    padding-bottom: 30px;
    text-align: left;
}

.hero-banner.full-width .carousel .carousel-item img {
    width: 100%;
}

.hero-banner.full-width .carousel .carousel-indicators {
    bottom: 20px;
    z-index: 20;
}

.hero-banner.full-width .carousel .carousel-indicators li {
    background: #d3d3d3;
    border: none;
    border-radius: 50%;
    height: 12px;
    margin: 0 12px;
    width: 12px;
}

.hero-banner.full-width .carousel .carousel-indicators li.active {
    background: #006ad0;
}

.hero-banner.full-width .carousel .carousel-control-prev {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
    opacity: 0.8;
    z-index: 3;
}

.hero-banner.full-width .carousel .carousel-control-prev img {
    width: auto;
}

.hero-banner.full-width .carousel .carousel-control-next {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6), transparent);
    opacity: 0.8;
    z-index: 3;
}

.hero-banner.full-width .carousel .carousel-control-next img {
    width: auto;
}

.hero-banner.full-width .carousel .carousel-control img {
    height: 48px;
    width: 48px;
}

.hero-banner-disclaimer-text {
    bottom: 10px;
    color: #fff;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 500;
    left: 20px;
    position: absolute;
    z-index: 999999;
}

@media screen and (max-width: 768px) {
    .hero-banner-disclaimer-text {
        font-size: 10px;
        font-weight: 400;
    }
}

.secondary-hero-banner .carousel-control,
.secondary-hero-banner .carousel-indicators {
    display: none !important;
}

.secondary-hero-banner .carousel-caption {
    text-align: center !important;
}

@media screen and (max-width: 767px) {
    .hero-banner.full-width {
        margin-left: -15px;
        margin-right: -15px;
    }
    /* #heroBanner-variant .carousel-inner .carousel-item img {
        height: 130px !important;
        width:415px !important;
    }  */
    .listingMainSection
        .listingTileSection
        .container
        .listingTiles
        ul.modelSort
        li.modelcodeIdentifier
        .listingBox.blueBg {
        /* width:342px;
        height:662px; */
    }

    .c-product-list-component .carousel-item {
        width: 345px;
        height: 387px;
    }

    .hero-banner.full-width .banner-overlay {
        background: linear-gradient(
            270deg,
            rgba(0, 0, 0, 0.61),
            rgba(0, 0, 0, 0.356) 65.1%,
            rgba(0, 0, 0, 0.191) 83.85%,
            transparent
        );
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .hero-banner.full-width .carousel-item img {
        width: 100%;
    }

    .hero-banner.full-width .carousel-control {
        display: none !important;
    }

    .hero-banner.full-width .hero-banner-btn {
        padding: 4px 18px;
    }

    .hero-banner.full-width .d-none {
        display: block !important;
        left: 0;
        padding-left: 30px;
        text-align: left !important;
        top: 30px;
        width: 100%;
    }

    .hero-banner.full-width .d-none h2 {
        font-size: 32px !important;
        line-height: 48px !important;
    }

    .hero-banner.full-width .d-none p {
        font-size: 18px !important;
        line-height: 27px !important;
    }

    .hero-banner.full-width .secondary-hero-banner .banner-overlay {
        background: linear-gradient(
            270deg,
            rgba(0, 0, 0, 0.61),
            rgba(0, 0, 0, 0.356) 65.1%,
            rgba(0, 0, 0, 0.191) 83.85%,
            transparent
        );
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .hero-banner.full-width .secondary-hero-banner .carousel-item img {
        width: 100%;
    }

    .hero-banner.full-width .secondary-hero-banner .d-none {
        align-items: center;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        text-align: center !important;
    }
}

#heroBanner-variant .carousel-inner .carousel-item img {
    height: 100% !important;
}

#heroBanner-variant .carousel-inner .carousel-item .carousel-caption {
    bottom: 24px;
    color: #fff;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: inherit;
    right: 0;
    text-align: left !important;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    #heroBanner-variant .carousel-inner .carousel-item .carousel-caption {
        bottom: 12.82px;
    }
}

#heroBanner-variant .banner-overlay {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#heroBanner-variant .box-text {
    align-items: flex-end;
    display: flex;
    height: 100%;
    padding-left: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    #heroBanner-variant .box-text {
        padding-left: 24.3px;
    }
}

#heroBanner-variant .box-text .banner-text {
    color: #fff;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    max-width: 25ch;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    word-break: break-word;
}

@media screen and (max-width: 992px) {
    #heroBanner-variant .box-text .banner-text {
        font-size: 24px;
        line-height: 36px;
        padding-right: 20px;
    }
}

.c-horz-scrolling-gallery {
    padding: 30px;
}

.c-horz-scrolling-gallery h2 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .c-horz-scrolling-gallery h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
}

.c-horz-scrolling-gallery .flex-nowrap {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    overflow: auto;
}

.c-horz-scrolling-gallery .card {
    height: 100%;
    width: 100%;
}

.c-horz-scrolling-gallery .card picture {
    height: auto;
}

.c-horz-scrolling-gallery .card picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c-horz-scrolling-gallery .card .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    justify-content: center;
    text-align: center;
}

.c-horz-scrolling-gallery .card .card-img-overlay .card-title {
    color: #f9d036;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 0;
}

.c-horz-scrolling-gallery .card .card-img-overlay .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.c-horz-scrolling-gallery .swiper {
    -webkit-touch-callout: none;
    cursor: pointer;
    height: 100%;
    padding-bottom: 20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 0;
}

.c-horz-scrolling-gallery .swiper .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.c-horz-scrolling-gallery .swiper .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c-horz-scrolling-gallery .swiper .swiper-scrollbar {
    background: #e1e1e1;
    bottom: 20px;
    height: 1px;
    left: 0;
    width: 100%;
}

.c-horz-scrolling-gallery .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #006ad0;
    height: 2px;
}

.c-horz-scrolling-gallery .swiper .swiper-horizontal > .swiper-pagination-progressbar,
.c-horz-scrolling-gallery .swiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
.c-horz-scrolling-gallery
    .swiper
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.c-horz-scrolling-gallery
    .swiper
    .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    background: #e1e1e1;
    bottom: 1px;
    height: 1px;
    top: auto;
}

.c-horz-scrolling-gallery .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
}

.c-horz-scrolling-gallery .swiper .swiper-button-disabled {
    display: none;
}

@media only screen and (max-device-width: 767px) {
    .c-horz-scrolling-gallery {
        padding: 50px 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .c-horz-scrolling-gallery .card .card-img-overlay .card-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 0;
    }

    .c-horz-scrolling-gallery .card .card-img-overlay .card-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

.c-emi-calculator {
    display: flex;
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    .c-emi-calculator {
        flex-direction: column;
    }
}

.c-emi-calculator__left-side {
    align-items: center;
    display: flex;
    justify-content: center;
}

.c-emi-calculator__left-side img {
    width: auto;
}

@media only screen and (max-width: 992px) {
    .c-emi-calculator__left-side img {
        width: 100%;
    }
}

@media screen and (min-width: 993px) {
    .c-emi-calculator__left-side img {
        margin: 0 auto;
        width: 70%;
    }
}

.c-emi-calculator__right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.c-emi-calculator__right-side__disclaimer {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .c-emi-calculator__right-side {
        margin-bottom: 50px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .c-emi-calculator__right-side {
        margin-bottom: 50px;
        padding: 0 15px;
    }
}

.c-emi-calculator__right-side__heading {
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .c-emi-calculator__right-side__heading {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .c-emi-calculator__right-side__heading {
        font-size: 28px;
        line-height: 40px;
    }
}

.c-emi-calculator__right-side__sub-heading {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .c-emi-calculator__right-side__sub-heading {
        font-size: 16px;
        line-height: 24px;
    }
}

.c-emi-calculator__right-side__emi-form {
    background-color: #f1f1f1;
    border-radius: 16px;
    box-shadow: 0 0 10px 5px #f1f1f1;
    font-family: Poppins;
    margin-bottom: 0;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    .c-emi-calculator__right-side__emi-form {
        padding: 40px 16px;
    }
}

.c-emi-calculator__right-side__emi-form #loan {
    color: #8a8a8a;
    font-family: Poppins;
    font-size: 14px;
    height: 51px;
    line-height: 21px;
}

.c-emi-calculator__right-side__emi-form #tenure {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    color: #8a8a8a;
    font-family: Poppins;
    font-size: 14px;
    height: 48px;
    line-height: 21px;
    text-align: left;
    width: 100%;
}

.c-emi-calculator__right-side__emi-form #tenure:after {
    float: right;
    margin-top: 9px;
}

.c-emi-calculator__right-side__emi-form #tenure .tenure {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.c-emi-calculator__right-side__emi-form #InterestRate {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    color: #8a8a8a;
    font-family: Poppins;
    font-size: 14px;
    height: 48px;
    line-height: 21px;
    text-align: left;
    width: 100%;
}

.c-emi-calculator__right-side__emi-form #InterestRate:after {
    float: right;
    margin-top: 9px;
}

.c-emi-calculator__right-side__emi-form #InterestRate .interestRate {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.c-emi-calculator__right-side__emi-form input::placeholder {
    color: #8a8a8a;
    font-family: Poppins;
    font-size: 14px;
}

.c-emi-calculator__right-side__emi-form #loan-error {
    color: red;
    font-size: 12px;
    text-emphasis: center;
}

.c-emi-calculator__right-side__emi-form__screen-reader {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0 0, 0 0, 0 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    height: 1px;
    overflow: hidden !important;
    position: absolute;
    width: 1px;
}

.c-emi-calculator__right-side__emi-form__emi-amt-wrapper {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 6px;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding: 23px;
}

.c-emi-calculator__right-side__emi-form__emi-amt-wrapper .fa-rupee-sign {
    padding: 0.7px;
    position: relative;
    top: 0.7px;
}

.c-emi-calculator .dropdown-item.active,
.c-emi-calculator .dropdown-item:active {
    background: #fff;
    color: #8a8a8a;
}

.c-emi-calculator .dropdown-menu {
    top: -2px !important;
}

.c-emi-calculator .dropdown-menu .dropdown-item {
    color: #8a8a8a;
}

.c-emi-calculator .dropdown-interest-rate {
    top: -2px !important;
}

.c-emi-calculator .dropdown-interest-rate .dropdown-item {
    color: #8a8a8a;
}

.dropdown-interest-rate {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.auto-360 {
    background: #e5e5e5;
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    .auto-360 {
        padding: 32px 0 24px;
    }
}

.auto-360 .available-wrapper {
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    padding: 0 0.8rem 0.5rem;
    width: 100%;
}

.auto-360 .available-wrapper .available-text {
    width: 60%;
}

.auto-360 .section-360 .list1 {
    float: left;
    padding: 0;
    width: inherit;
}

.auto-360 .detail-page-360 {
    padding: 0;
}

.auto-360 .specs.active {
    display: block;
}

.auto-360 .section-360-tabs-and-colors {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 463px;
}

.auto-360 .section-360-tabs-and-colors .tabber {
    display: flex;
    justify-content: center;
    width: 100%;
}

.auto-360 .section-360-tabs-and-colors .tabber ul {
    align-content: center;
    align-items: center;
    background: rgba(0, 106, 208, 0.1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    list-style-type: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.auto-360 .section-360-tabs-and-colors .tabber ul li {
    width: inherit;
}

.auto-360 .section-360-tabs-and-colors .tabber ul li:first-child a {
    border-top-left-radius: 16px;
}

.auto-360 .section-360-tabs-and-colors .tabber ul li:last-child a {
    border-top-right-radius: 16px;
}

.auto-360 .section-360-tabs-and-colors .tabber ul li a {
    cursor: pointer !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 !important;
}

.auto-360 .section-360-tabs-and-colors .tabber ul li a:hover {
    background: #006ad0;
    color: #fff;
    text-decoration: none;
}

.auto-360 .section-360-tabs-and-colors .tabber ul li a.activelink1 {
    background: #006ad0;
    border: none;
    color: #fff;
}

.auto-360 .active {
    display: flex;
}

.auto-360 .color-list {
    padding: 0 0 1rem;
    position: relative;
    top: 5px;
    width: 40%;
}

@media only screen and (max-width: 768px) {
    .auto-360 .color-list {
        width: 100%;
    }
}

.auto-360 .color-variant-name {
    font-size: 12px;
    line-height: 0px;
    position: relative;
    top: 5px;
}

.auto-360 .flex-row img {
    height: 48px;
    margin-top: 4px;
    width: 48px;
}

.auto-360 .flex-row .pr-3 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-right: 50px;
    padding-bottom: 10px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .auto-360 .flex-row .pr-3 {
        margin-right: 20px;
    }
}

.auto-360 .flex-row:last-child .pr-3 {
    border: none;
}

.auto-360 .specsTitle {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
}

.auto-360 .specsText {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    overflow: hidden;
}

.auto-360 .exteriorColorPallet li.active a .color-name {
    bottom: -38px;
    color: #000;
    font-family: Poppins;
    line-height: 14px;
}

@media only screen and (max-width: 992px) {
    .auto-360 .specsText {
        max-width: none;
        white-space: normal;
    }

    .auto-360 .specsTitle {
        max-width: none;
    }

    .auto-360 .specs {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .auto-360 .section-360-tabs-and-colors,
    .auto-360 .tabber {
        width: 100%;
    }

    .auto-360 .specs {
        padding-top: 25px;
    }

    .auto-360 .section-360 .tabber ul {
        border-radius: 0 !important;
        width: 100%;
    }

    .auto-360 .section-360 .tabber ul li a {
        border-radius: 0 !important;
    }

    .auto-360 .available-wrapper {
        border-radius: 0;
    }

    .auto-360 .available-wrapper .available-text {
        width: 100%;
    }

    .auto-360 #colours {
        padding-bottom: 0;
    }
}

.legal-contents {
    color: #020202;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.legal-contents br {
    content: "";
    display: block;
    padding: 3px 0;
}

.legal-contents span {
    display: inline;
    line-height: 28px;
}

.legal-contents img {
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

.legal-contents h2.legal-title {
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}

.legal-contents h3.legal-sub-title {
    color: #006ad0;
    font-style: italic;
    font-weight: 500;
}

.legal-contents b,
.legal-contents strong {
    display: block;
    font-weight: 700;
}

.legal-contents p {
    color: #020202;
    margin-bottom: 10px;
}

.legal-contents ul {
    margin: 0;
    padding: 0 0 15px 20px;
}

.legal-contents ul li {
    color: #020202;
    list-style: disc;
    margin: 0 0 10px;
}

.legal-contents ol {
    color: #020202;
    margin: 0;
    padding: 0;
}

.legal-contents ol li {
    list-style-position: inside;
    margin-bottom: 10px;
}

.legal-contents ol ul {
    margin: 0 0 20px 5px;
}

.legal-contents ol ul li {
    list-style: disc;
    margin: 10px 0 0;
    padding: 0;
}

.legal-contents ol.list-no-bottom-spacing,
.legal-contents ul.list-no-bottom-spacing {
    margin-bottom: 10px !important;
}

.legal-contents ol.list-no-bottom-spacing li,
.legal-contents ul.list-no-bottom-spacing li {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}

.legal-contents ol.list-no-bottom-spacing li ul,
.legal-contents ul.list-no-bottom-spacing li ul {
    margin-bottom: 0 !important;
}

.legal-contents ol.list-style-outside {
    margin-left: 15px;
}

.legal-contents ol.list-style-outside li {
    list-style-position: outside;
}

.legal-contents ol.list-lower-alpha-bracket {
    list-style-type: none;
}

.legal-contents ol.list-lower-alpha-bracket > li {
    counter-increment: section;
}

.legal-contents ol.list-lower-alpha-bracket > li:before {
    content: counter(section, lower-alpha) ") ";
}

.legal-contents ol.list-lower-alpha-bracket ul li:before {
    content: "";
}

.legal-contents ol.list-lower-alpha-bracket.list-style-outside {
    margin-left: 0;
}

.legal-contents ol.list-lower-alpha-bracket.list-style-outside li {
    padding-left: 20px;
    position: relative;
}

.legal-contents ol.list-lower-alpha-bracket.list-style-outside li:before {
    left: 0;
    position: absolute;
}

.legal-contents ol.list-numeric-bracket {
    list-style-type: none;
}

.legal-contents ol.list-numeric-bracket > li {
    counter-increment: section;
}

.legal-contents ol.list-numeric-bracket > li:before {
    content: counter(section) ") ";
}

.legal-contents ol.list-numeric-bracket ul li:before {
    content: "";
}

@media only screen and (max-width: 767px) {
    h2.legal-title {
        font-size: 24px;
        line-height: 36px;
    }

    h3.legal-sub-title {
        font-size: 18px;
        line-height: 27px;
    }

    .legal-contents.container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    h2.legal-title {
        font-size: 32px;
        line-height: 48px;
    }

    h3.legal-sub-title {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 992px) {
    .legal-contents.container {
        max-width: 874px;
    }
}

@media only screen and (min-width: 1600) {
    .legal-contents.container {
        max-width: 90vw;
    }
}

.mobileScrollspy {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: none;
    z-index: 3;
}

@media only screen and (max-width: 992px) {
    .mobileScrollspy {
        display: flex;
    }

    .mobileScrollspy li.nav-item {
        display: none;
    }
}

.mobileScrollspy .accordion-active:after {
    content: "" !important;
}

.mobileScrollspy .btn {
    align-items: center;
    background-color: inherit !important;
    border: none;
    box-shadow: none !important;
    color: #000 !important;
    display: flex;
    flex-direction: row;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    justify-content: space-between;
    line-height: 21px;
    padding: 13.5px 31px 13.5px 16px;
    width: 100vw;
}

.mobileScrollspy .btn:after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: none;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: auto;
}

.mobileScrollspy .dropdown-menu {
    background: #fff;
    left: -4px !important;
    top: -3px !important;
    width: 100%;
}

.mobileScrollspy .dropdown-menu .dropdown-item.active,
.mobileScrollspy .dropdown-menu .dropdown-item:active {
    background-color: inherit;
    color: #000 !important;
}

.stick .dropdown-menu {
    left: 6px !important;
}

#scrolly-side {
    padding: 60px 0;
}

@media only screen and (max-width: 992px) {
    #scrolly-side {
        padding: 0 16px;
    }
}

#scrolly-side .row.nowrap {
    flex-wrap: nowrap;
}

#scrolly-side .scrolly {
    display: flex;
}

#scrolly-side .scrolly > * {
    flex: 1;
}

#scrolly-side .scrolly .accordion .list-group {
    flex-direction: row !important;
}

#scrolly-side .scrolly .accordion .list-group.active {
    border-bottom: 0 !important;
}

#scrolly-side .scrolly .accordion .list-group:after {
    color: #006ad0;
    content: "+";
    cursor: pointer;
    float: right;
    font-size: 20px;
    margin-left: 5px;
}

#scrolly-side .scrolly .accordion .active:after {
    content: "−";
}

#scrolly-side .scrolly .accordion.accordview .active:after {
    display: none;
}

#scrolly-side .scrolly .accordion.accordview .list-group:after {
    display: none;
}

#scrolly-side .scrolly .accordion .toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#scrolly-side .scrolly .accordion.accordview .toggle-content {
    max-height: 100% !important;
}

#scrolly-side .scrolly .accordion .toggle-content a {
    color: #000;
    cursor: pointer !important;
}

#scrolly-side .scrolly .accordion .toggle-content .content-wrapper {
    background: #f1f1f1;
    padding: 16px;
}

#scrolly-side .scrolly .accordion .toggle-content .content-wrapper p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

#scrolly-side .scrolly .accordion .toggle-content .content-wrapper p.bold,
#scrolly-side .scrolly .accordion .toggle-content .content-wrapper p .bold {
    font-weight: 700;
}

#scrolly-side .scrolly .accordion .toggle-content .content-wrapper p span {
    display: block;
}

#scrolly-side .scrolly article .right-section {
    display: flex;
    flex-direction: column;
    float: right;
    margin-bottom: 1rem;
    padding-right: 60px;
    position: relative;
    transition: background-color 0.25s ease-in-out;
    width: calc(100% - 337px);
}

#scrolly-side .scrolly article .right-section .corp-singleImg {
    margin: 25px 0 50px;
    padding-bottom: 0 !important;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    #scrolly-side .scrolly article .right-section {
        left: 0;
        min-height: auto;
        padding: 20px 0;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .policy-wrapper {
    margin: 0 -10px;
}

#scrolly-side .scrolly article .right-section .policy-wrapper .col-sm-4 {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0 10px;
}

@media only screen and (max-width: 600px) {
    #scrolly-side .scrolly article .right-section .policy-wrapper .col-sm-4 {
        padding: 0 10px;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .policy-wrapper .col-sm-4 p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.5px;
    margin: 0;
    padding-bottom: 24px;
}

@media only screen and (max-width: 600px) {
    #scrolly-side .scrolly article .right-section .policy-wrapper .col-sm-4 p {
        padding-top: 14px;
    }
}

#scrolly-side .scrolly article .right-section .contact-us-content {
    align-items: flex-start;
    display: flex;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .contact-us-content {
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .img-two-column {
    margin-bottom: 30px;
    text-align: center;
    width: 315px;
}

#scrolly-side .scrolly article .right-section .img-two-column:nth-child(2n) {
    margin-left: 20px;
}

@media only screen and (max-width: 690px) {
    #scrolly-side .scrolly article .right-section .img-two-column {
        margin-bottom: 20px;
        margin-left: 0 !important;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1330px) {
    #scrolly-side .scrolly article .right-section .img-two-column {
        width: 47%;
    }
}

#scrolly-side .scrolly article .right-section .img-two-column img {
    background: #f1f1f1;
    margin-bottom: 12px;
    width: 100%;
}

#scrolly-side .scrolly article .right-section .img-two-column p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
    padding-bottom: 5px !important;
    text-align: center;
}

#scrolly-side .scrolly article .right-section .img-two-column a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#scrolly-side .scrolly article .right-section .mobile-apps {
    margin-top: 80px;
}

#scrolly-side .scrolly article .right-section .mobile-apps img {
    max-width: 100%;
    width: auto;
}

#scrolly-side .scrolly article .right-section .mobile-apps img:first-of-type {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .mobile-apps img.mob-fullWidth {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .raid-reports {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

#scrolly-side .scrolly article .right-section .corp-img-gallery {
    margin: 24px 0 0;
    padding-bottom: 0 !important;
    position: relative;
    width: 47%;
}

#scrolly-side .scrolly article .right-section .corp-img-gallery:nth-child(2n) {
    margin: 24px 0 0 20px;
}

@media screen and (min-width: 993px) and (max-width: 1130px) {
    #scrolly-side .scrolly article .right-section .corp-img-gallery {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .corp-img-gallery {
        width: 100%;
    }

    #scrolly-side .scrolly article .right-section .corp-img-gallery:nth-child(2n) {
        margin: 24px 0 0;
    }
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .overlay-contents {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .overlay-contents p {
    bottom: 8px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 40px 0 16px !important;
    position: absolute;
    width: 100%;
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .overlay-contents p span {
    bottom: 0;
    position: absolute;
    right: 16px;
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content {
    border: 0;
    border-radius: 0;
    height: 470px;
    max-height: calc(100vh - 60px);
    padding: 40px;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content {
        max-height: calc(100vh - 16px);
        padding: 10px;
    }

    #scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .close {
        margin-top: -30px;
    }

    #scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-body {
        padding-right: 10px;
    }
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-body {
    margin: 1rem;
    max-height: calc(100vh - 16px);
    overflow-y: auto;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-body {
        padding-right: 10px;
    }
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-header {
    border-bottom: none;
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-header .close {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 24px !important;
    margin: 0;
    opacity: 1;
    outline: none;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 24px;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-header .close {
        right: 24px;
    }
}

#scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .corp-img-gallery .modal-content .modal-title {
        width: 90%;
    }
}

#scrolly-side .scrolly article .right-section .genuineLubricants,
#scrolly-side .scrolly article .right-section .img-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 24px 20px 0 0;
    padding: 0 0 20px;
    text-align: center;
    width: 203px;
}

#scrolly-side .scrolly article .right-section .genuineLubricants:nth-child(3n),
#scrolly-side .scrolly article .right-section .img-border:nth-child(3n) {
    margin: 24px 0 0;
}

@media screen and (min-width: 993px) and (max-width: 1430px) {
    #scrolly-side .scrolly article .right-section .genuineLubricants,
    #scrolly-side .scrolly article .right-section .img-border {
        width: 30%;
    }

    #scrolly-side .scrolly article .right-section .genuineLubricants img,
    #scrolly-side .scrolly article .right-section .img-border img {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    #scrolly-side .scrolly article .right-section .genuineLubricants,
    #scrolly-side .scrolly article .right-section .img-border {
        width: 29%;
    }

    #scrolly-side .scrolly article .right-section .genuineLubricants:nth-child(3n),
    #scrolly-side .scrolly article .right-section .img-border:nth-child(3n) {
        margin: 24px 20px 0 0;
    }
}

@media only screen and (max-width: 690px) {
    #scrolly-side .scrolly article .right-section .genuineLubricants,
    #scrolly-side .scrolly article .right-section .img-border {
        margin-bottom: 20px;
        margin-left: 0 !important;
        margin-right: 0;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .genuineLubricants img,
#scrolly-side .scrolly article .right-section .img-border img {
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 100%;
}

@media only screen and (max-width: 350px) {
    #scrolly-side .scrolly article .right-section .genuineLubricants img,
    #scrolly-side .scrolly article .right-section .img-border img {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .genuineLubricants p,
#scrolly-side .scrolly article .right-section .img-border p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 5px !important;
    text-align: center;
}

#scrolly-side .scrolly article .right-section .genuineLubricants a,
#scrolly-side .scrolly article .right-section .img-border a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#scrolly-side .scrolly article .right-section .video-block .video-link {
    height: 330px;
    position: relative;
}

#scrolly-side .scrolly article .right-section .video-block .video-link .video-share {
    bottom: 16px;
    position: absolute;
    right: 16px;
}

#scrolly-side .scrolly article .right-section .video-block .video-link .video-share img {
    cursor: pointer;
    width: auto;
}

#scrolly-side .scrolly article .right-section .video-block .video-link .share-message {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#scrolly-side .scrolly article .right-section .genuineLubricants {
    border-bottom: none !important;
    margin-bottom: 20px;
}

#scrolly-side .scrolly article .right-section .genuineLubricants img {
    background: #f1f1f1;
    padding: 0;
}

#scrolly-side .scrolly article .right-section .genuineLubricants p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#scrolly-side .scrolly article .right-section .genuineLubricants p strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

#scrolly-side .scrolly article .right-section .table-dropdown-filter {
    background: #f1f1f1;
    margin-top: 32px;
    padding: 24px;
}

#scrolly-side .scrolly article .right-section .table-dropdown-filter select {
    background: #fff;
    border: 1px solid #cacaca !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    outline: none;
    padding: 12px 16px;
}

#scrolly-side .scrolly article .right-section .table-dropdown-filter select:focus-visible {
    border: 1px solid #cacaca;
}

#scrolly-side .scrolly article .right-section .table-dropdown-filter select:focus {
    border: 1px solid #cacaca;
}

#scrolly-side .scrolly article .right-section .recommended-grade-details {
    margin-top: 30px;
}

#scrolly-side .scrolly article .right-section .recommended-grade-details table {
    border: none;
    font-size: 12px;
    line-height: 21px;
}

#scrolly-side .scrolly article .right-section .recommended-grade-details table tbody,
#scrolly-side .scrolly article .right-section .recommended-grade-details table thead {
    width: 100%;
}

#scrolly-side .scrolly article .right-section .recommended-grade-details table thead th {
    background: #006ad0;
    border: 1px solid #f1f1f1;
    color: #fff;
    font-weight: 300;
    padding: 12px !important;
    vertical-align: middle;
}

#scrolly-side .scrolly article .right-section .recommended-grade-details table tbody td {
    background: #fff;
    border: 1px solid #f1f1f1;
    color: #000;
    padding: 12px !important;
    vertical-align: middle;
}

#scrolly-side .scrolly article .right-section .fullWidth {
    left: -337px;
    position: relative;
    width: 100vw !important;
    z-index: 0;
}

@media only screen and (max-width: 992px) {
    #scrolly-side .scrolly article .right-section .fullWidth {
        left: -16px;
    }
}

#scrolly-side .scrolly article .right-section h3 {
    color: #006ad0;
    font-family: Poppins;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 4px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section h3 {
        font-size: 18px;
        line-height: 27px;
    }
}

#scrolly-side .scrolly article .right-section .black {
    color: #000;
}

#scrolly-side .scrolly article .right-section .fa-map-marker-alt {
    color: #006ad0;
    height: 36px;
    margin-right: 15px;
    position: relative;
    top: 8px;
    width: 27.04px;
}

#scrolly-side .scrolly article .right-section h1 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

#scrolly-side .scrolly article .right-section h5 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 24px;
}

#scrolly-side .scrolly article .right-section h6 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.5px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#scrolly-side .scrolly article .right-section p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
}

#scrolly-side .scrolly article .right-section p b,
#scrolly-side .scrolly article .right-section p strong {
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section p {
        font-size: 16px;
        line-height: 28px;
    }
}

#scrolly-side .scrolly article .right-section a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    margin-bottom: 0;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section a {
        font-size: 16px;
        line-height: 28px;
    }
}

#scrolly-side .scrolly article .right-section:last-of-type {
    margin-bottom: 0;
}

#scrolly-side .scrolly article .right-section.is-active {
    background-color: teal;
}

#scrolly-side .scrolly article .right-section .w-650 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding-bottom: 10px;
    position: relative;
    width: 68%;
}

#scrolly-side .scrolly article .right-section .w-650 h1 {
    position: relative;
}

#scrolly-side .scrolly article .right-section .w-650 h1 .text-link-right {
    display: block;
    position: absolute;
    right: -50%;
    text-transform: none;
    top: -3px;
}

#scrolly-side .scrolly article .right-section .w-650 h1 .text-link-right a {
    cursor: pointer !important;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .w-650 h1 .text-link-right {
        display: block;
        margin-bottom: 20px;
        position: static;
    }
}

#scrolly-side .scrolly article .right-section .w-650 .faq-spec-sec-cont .faqspec-detail table {
    display: flex;
    padding-left: 16px;
}

#scrolly-side .scrolly article .right-section .w-650 .faq-spec-sec-cont .faqspec-detail table td,
#scrolly-side .scrolly article .right-section .w-650 .faq-spec-sec-cont .faqspec-detail table th {
    display: flex;
    flex-direction: row;
}

#scrolly-side .scrolly article .right-section .w-650 .faq-spec-sec-cont .faqspec-detail table .faqleft-text {
    font-weight: 700;
}

#scrolly-side .scrolly article .right-section .w-650 .faq-spec-sec-cont .faqspec-detail table .faqright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

#scrolly-side .scrolly article .right-section .w-650 .faq-spec-sec-cont .faqspec-detail table .faqright-text strong {
    margin-right: 10px;
}

#scrolly-side .scrolly article .right-section .w-650 p {
    padding-bottom: 10px;
}

#scrolly-side .scrolly article .right-section .w-650 .p-16 {
    font-size: 16px;
    line-height: 28px;
}

#scrolly-side .scrolly article .right-section .w-650 b,
#scrolly-side .scrolly article .right-section .w-650 strong {
    font-weight: 700;
}

#scrolly-side .scrolly article .right-section .w-650 ul {
    margin: 0 0 0 22px;
    padding: 0;
}

@media only screen and (max-width: 1035px) {
    #scrolly-side .scrolly article .right-section .w-650 {
        width: 65%;
    }
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .w-650 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .w-650 .empty-block {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .w-650 .empty-block {
        font-size: 16px;
        line-height: 28px;
    }
}

#scrolly-side .scrolly article .right-section .w-650.spares P {
    padding-bottom: 20px;
}

#scrolly-side .scrolly article .right-section .w-650 .three-col-paragraphs a,
#scrolly-side .scrolly article .right-section .w-650 .three-col-paragraphs p {
    font-size: 14px;
    font-weight: 14px;
    line-height: 24.5px;
}

#scrolly-side .scrolly article .right-section .w-650 .table-row {
    border: none;
    color: #000;
}

#scrolly-side .scrolly article .right-section .w-650 .table-row thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    font-weight: 700;
    width: 55%;
}

#scrolly-side .scrolly article .right-section .w-650 .table-row thead th:first-child {
    width: 35%;
}

#scrolly-side .scrolly article .right-section .w-650 .table-row tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.5px;
}

#scrolly-side .scrolly article .right-section .w-650 .small-italic {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding-bottom: 10px;
    position: relative;
    width: 90%;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .w-fullwidth {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .w-fullwidth h1 {
    position: relative;
}

#scrolly-side .scrolly article .right-section .w-fullwidth h1 .text-link-right {
    display: block;
    position: absolute;
    right: -50%;
    top: -3px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth h1 .text-link-right a {
    cursor: pointer !important;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .w-fullwidth h1 .text-link-right {
        position: static;
    }
}

#scrolly-side .scrolly article .right-section .w-fullwidth .faq-spec-sec-cont .faqspec-detail table {
    display: flex;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .faq-spec-sec-cont .faqspec-detail table td,
#scrolly-side .scrolly article .right-section .w-fullwidth .faq-spec-sec-cont .faqspec-detail table th {
    display: flex;
    flex-direction: row;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .faq-spec-sec-cont .faqspec-detail table .faqleft-text {
    font-weight: 700;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .faq-spec-sec-cont .faqspec-detail table .faqright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

#scrolly-side
    .scrolly
    article
    .right-section
    .w-fullwidth
    .faq-spec-sec-cont
    .faqspec-detail
    table
    .faqright-text
    strong {
    margin-right: 10px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth p {
    padding-bottom: 10px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .p-16 {
    font-size: 16px;
    line-height: 28px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth b,
#scrolly-side .scrolly article .right-section .w-fullwidth strong {
    font-weight: 700;
}

#scrolly-side .scrolly article .right-section .w-fullwidth ul {
    margin: 0 0 0 17px;
    padding: 0;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .empty-block {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .w-fullwidth .empty-block {
        font-size: 16px;
        line-height: 28px;
    }
}

#scrolly-side .scrolly article .right-section .w-fullwidth.spares P {
    padding-bottom: 10px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .three-col-paragraphs a,
#scrolly-side .scrolly article .right-section .w-fullwidth .three-col-paragraphs p {
    font-size: 14px;
    font-weight: 14px;
    line-height: 24.5px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .table-row {
    border: none;
    color: #000;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .table-row thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    font-weight: 700;
    width: 55%;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .table-row thead th:first-child {
    width: 35%;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .table-row tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.5px;
}

#scrolly-side .scrolly article .right-section .w-fullwidth .small-italic {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
}

#scrolly-side .scrolly article .right-section .blue-bg {
    background: rgba(0, 106, 208, 0.1);
    margin: 0 0 16px;
    padding: 12px 16px;
    text-transform: uppercase;
}

@media screen and (max-device-width: 768px) {
    #scrolly-side .scrolly article .right-section .blue-bg {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#scrolly-side .scrolly article .right-section .w-650.contact-us p {
    padding-bottom: 0;
}

#scrolly-side .scrolly article .right-section div.pagination {
    margin-top: 10px;
    width: 68%;
}

#scrolly-side .scrolly article .right-section div.pagination.pagination-w90 {
    width: 90%;
}

@media only screen and (max-width: 1035px) {
    #scrolly-side .scrolly article .right-section div.pagination.pagination-w90 {
        width: 87%;
    }
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section div.pagination.pagination-w90 {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section div.pagination.pagination-w100 {
    width: 100%;
}

#scrolly-side .scrolly article .right-section div.pagination a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    position: relative;
    top: 1px;
}

#scrolly-side .scrolly article .right-section div.pagination a img {
    padding-left: 10px;
    position: relative;
    width: auto;
}

#scrolly-side .scrolly article .right-section div.pagination a .leftChevron {
    top: -1px;
    transform: rotate(180deg);
}

#scrolly-side .scrolly article .right-section div.pagination a .rightChevron {
    top: -1px;
}

@media only screen and (max-width: 1035px) {
    #scrolly-side .scrolly article .right-section div.pagination {
        width: 65%;
    }
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section div.pagination {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .page-next-link,
#scrolly-side .scrolly article .right-section .page-prev-link {
    cursor: pointer !important;
}

#scrolly-side .scrolly article .right-section .infiniteList .clear-filter {
    padding-top: 7px;
}

#scrolly-side .scrolly article .right-section .infiniteList ul.list-group {
    margin-bottom: 32px;
    margin-left: 0;
    min-height: 70px;
}

#scrolly-side .scrolly article .right-section .infiniteList ul.list-group li.list-group-item {
    align-items: center;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 12px 0;
}

#scrolly-side .scrolly article .right-section .infiniteList ul.list-group li.list-group-item div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#scrolly-side .scrolly article .right-section .infiniteList ul.list-group li.list-group-item div:first-of-type p {
    padding-bottom: 0;
}

#scrolly-side
    .scrolly
    article
    .right-section
    .infiniteList
    ul.list-group
    li.list-group-item
    div:first-of-type
    p:first-of-type {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    width: 100%;
}

#scrolly-side
    .scrolly
    article
    .right-section
    .infiniteList
    ul.list-group
    li.list-group-item
    div:first-of-type
    p:last-of-type {
    color: #a0a0a0;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

#scrolly-side .scrolly article .right-section .infiniteList ul.list-group li.list-group-item div:last-of-type a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
}

#scrolly-side .scrolly article .right-section .infiniteList ul.list-group li.list-group-item.show {
    display: flex;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .infiniteList ul.list-group li.list-group-item.show {
        align-items: flex-start;
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .infiniteList .btn-loadmore {
    background: inherit !important;
    border-radius: 100px;
    box-shadow: none;
    color: #006ad0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 auto;
    outline: none;
    padding: 10px 48px;
    text-align: center;
}

#scrolly-side .scrolly article .right-section .infiniteList .hide {
    display: none;
}

#scrolly-side .scrolly article .right-section .infiniteList .show {
    display: flex;
}

#scrolly-side .scrolly article .right-section .load-paginate-filter {
    width: 100%;
}

#scrolly-side .scrolly article .right-section .load-paginate-filter .no-results {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 769px) {
    #scrolly-side .scrolly article .right-section .load-paginate-filter {
        width: auto;
        z-index: 1;
    }
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .load-paginate-filter {
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .load-paginate-filter .load-paginate-filter-select-month,
#scrolly-side .scrolly article .right-section .load-paginate-filter .load-paginate-filter-select-year {
    background: #fff !important;
    border: 1px solid #cacaca !important;
    border-radius: 8px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-right: 20px;
    outline: none !important;
    padding: 12px 16px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .load-paginate-filter .load-paginate-filter-select-month,
    #scrolly-side .scrolly article .right-section .load-paginate-filter .load-paginate-filter-select-year {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .callout-section {
    background: rgba(0, 106, 208, 0.1);
    border-left: 4px solid #006ad0;
    margin-top: 8%;
    position: absolute;
    right: -50%;
    top: 0;
    width: 45%;
}

@media only screen and (min-width: 1500px) {
    #scrolly-side .scrolly article .right-section .callout-section {
        min-height: auto;
    }
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .callout-section {
        margin: 24px 0;
        position: static;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .callout-section p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding: 10px 14px !important;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .callout-section p {
        font-size: 16px;
        line-height: 28px;
    }
}

#scrolly-side .scrolly article .right-section .callout-section.quoted-text {
    border-left: none;
    border-radius: 8px;
    padding: 40px 0;
}

#scrolly-side .scrolly article .right-section .callout-section.quoted-text p {
    font-style: italic;
}

#scrolly-side .scrolly article .right-section .callout-section.quoted-text p .author-name {
    display: block;
    font-weight: 700;
    margin: 8px 0 0;
}

#scrolly-side .scrolly article .right-section .nse-tracker {
    margin-top: 130px;
    position: absolute;
    right: -50%;
    top: 0;
    width: 45%;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .nse-tracker {
        margin: 24px 0;
        position: static;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .nse-tracker .card-body {
    padding: 0;
    text-align: center;
}

#scrolly-side .scrolly article .right-section .nse-tracker .card-title {
    background: #006ad0;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    padding: 12px 70px;
}

#scrolly-side .scrolly article .right-section .nse-tracker .card-text {
    background-color: #f1f1f1;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding: 24px !important;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .nse-tracker .card-text {
        font-size: 16px;
        line-height: 28px;
    }
}

#scrolly-side .scrolly article .right-section .nse-tracker .card-text span {
    color: red;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .nse-tracker .card-text span {
        font-size: 16px;
        line-height: 28px;
    }
}

#scrolly-side .scrolly article .right-section .nse-tracker .miscellaneous-button {
    align-items: flex-end;
    display: flex;
}

#scrolly-side .scrolly article .right-section .nse-tracker .miscellaneous-button a {
    background-color: #006ad0;
    border-radius: 25px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 28px;
}

#scrolly-side .scrolly article .right-section .callout-block {
    background: rgba(0, 106, 208, 0.1);
    border-left: 4px solid #006ad0;
    margin-bottom: 16px;
    padding: 24px !important;
}

#scrolly-side .scrolly article .right-section .callout-block:last-of-type {
    margin-bottom: 0;
}

#scrolly-side .scrolly article .right-section .callout-block strong {
    font-weight: 600;
}

#scrolly-side .scrolly article .right-section .callout-block p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    padding-bottom: 12px !important;
}

#scrolly-side .scrolly article .right-section .callout-block p:last-of-type {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .callout-block p {
        font-size: 16px;
        line-height: 24px;
    }
}

#scrolly-side .scrolly article .right-section a.content-btn {
    border: 1px solid #006ad0;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 30px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section a.content-btn {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section a.content-btn:hover {
    background: #006ad0;
    color: #fff;
    transition: all 0.2s;
}

#scrolly-side .scrolly article .right-section .c-callout-section {
    background: rgba(0, 106, 208, 0.1);
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 24px;
}

#scrolly-side .scrolly article .right-section .c-callout-section p a {
    overflow-wrap: break-word;
}

#scrolly-side .scrolly article .right-section .c-featured-gallery .openFeaturedGallery {
    cursor: pointer;
}

#scrolly-side .scrolly article .right-section .c-featured-gallery img {
    cursor: pointer;
    height: 100%;
}

#scrolly-side .scrolly article .right-section .c-featured-gallery .col-md-4,
#scrolly-side .scrolly article .right-section .c-featured-gallery .col-md-8 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#scrolly-side .scrolly article .right-section .c-featured-gallery .c-video__content {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
    z-index: 0;
}

#scrolly-side .scrolly article .right-section .c-featured-gallery .c-video__content .c-video__btn-play {
    color: #fff;
    cursor: pointer;
    font-size: 70px;
    line-height: 1;
}

#scrolly-side .scrolly article .right-section .c-featured-gallery .c-video__content .c-video__btn-play a {
    color: #fff;
    cursor: pointer;
}

#scrolly-side
    .scrolly
    article
    .right-section
    .c-featured-gallery
    .c-video__content
    .c-video__btn-play
    a
    .fa-play-circle {
    cursor: pointer;
    font-size: 50px;
}

#scrolly-side .scrolly article .right-section .c-featured-gallery [class*="c-video__btn-"] {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-featured-gallery .col-md-4,
    #scrolly-side .scrolly article .right-section .c-featured-gallery .col-md-8 {
        flex: 100%;
        max-width: 100%;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

#scrolly-side .scrolly article .right-section .timeline {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

#scrolly-side .scrolly article .right-section .timeline:after {
    background-color: #c4c4c4;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: 0;
    position: absolute;
    top: 8vh;
    width: 2px;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .timeline:after {
        display: none;
    }
}

#scrolly-side .scrolly article .right-section .timeline .main-timeline {
    background-color: inherit;
    padding: 0 16px;
    position: relative;
    width: 50%;
}

#scrolly-side .scrolly article .right-section .timeline .main-timeline:after {
    background-color: #006ad0;
    border-radius: 50%;
    content: "";
    height: 12px;
    position: absolute;
    right: -7px;
    top: 8vh;
    width: 12px;
    z-index: 1;
}

#scrolly-side .scrolly article .right-section .timeline .left {
    left: 0;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .timeline .left {
        margin-bottom: 16px;
        padding: 0;
        width: 100%;
    }

    #scrolly-side .scrolly article .right-section .timeline .left:after {
        display: none;
    }
}

#scrolly-side .scrolly article .right-section .timeline .right {
    left: 50%;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .timeline .right {
        left: 0;
        margin-bottom: 16px;
        padding: 0;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .timeline .right:after {
    left: -5px;
}

@media screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .timeline .right:after {
        display: none;
    }
}

#scrolly-side .scrolly article .right-section .timeline .content {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 12px 24px;
    position: relative;
}

#scrolly-side .scrolly article .right-section .timeline .content h2 {
    color: #006ad0;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 0;
}

#scrolly-side .scrolly article .right-section .timeline .content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 0;
}

#scrolly-side .scrolly article .right-section .timeline .content a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#scrolly-side .scrolly article .right-section .dealer-row {
    padding: 0 !important;
}

#scrolly-side .scrolly article .right-section .dealer-row .dealer-field {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .dealer-row .dealer-field {
        align-items: inherit;
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .dealer-row .dealer-field .dealer-select select {
    background: #fff !important;
    border: 1px solid #cacaca !important;
    border-radius: 8px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 32px;
    margin-right: 20px;
    outline: none !important;
    padding: 12px 16px;
    width: auto;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .dealer-row .dealer-field .dealer-select select {
        margin-bottom: 25px;
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .dealer-row .dealer-field .dealer-locate {
    margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .dealer-row .dealer-field .dealer-locate {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
}

#scrolly-side .scrolly article .right-section .dealer-row .dealer-field .dealer-locate a {
    background: #006ad0;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 40px;
}

#scrolly-side .scrolly article .right-section #dealer-map {
    margin-bottom: 25px;
    max-height: 500px;
}

#scrolly-side .scrolly article .right-section #dealer-map .map {
    float: left;
    width: 70%;
}

@media only screen and (max-width: 992px) {
    #scrolly-side .scrolly article .right-section #dealer-map .map {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section #dealer-map .map .expand-map img {
    display: none;
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting {
    display: flex;
    flex-wrap: wrap;
    float: left;
    list-style-type: none;
    margin: 0;
    max-height: 500px;
    overflow: auto;
    padding: 15px 0;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    #scrolly-side .scrolly article .right-section #dealer-map #storelisting {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 10px;
    width: 49%;
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li:nth-child(odd) {
    margin-right: 1%;
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li:nth-child(2n) {
    margin-left: 1%;
}

@media only screen and (max-width: 769px) {
    #scrolly-side .scrolly article .right-section #dealer-map #storelisting > li li {
        width: 100%;
    }

    #scrolly-side .scrolly article .right-section #dealer-map #storelisting > li li:nth-child(odd) {
        margin-right: 0;
    }

    #scrolly-side .scrolly article .right-section #dealer-map #storelisting > li li:nth-child(2n) {
        margin-left: 0;
    }
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li h5 {
    color: #006ad0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 12px;
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li ul {
    list-style-type: none;
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li ul li {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-left: 15px;
    padding-bottom: 12px;
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li ul li:hover {
    color: #006ad0;
    font-weight: 500;
}

#scrolly-side .scrolly article .right-section #dealer-map #storelisting > li ul li a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 769px) {
    #scrolly-side .scrolly article .right-section #dealer-map #storelisting {
        display: block;
    }

    #scrolly-side .scrolly article .right-section #dealer-map #storelisting li {
        margin-left: 0;
        width: 100%;
    }

    #scrolly-side .scrolly article .right-section #dealer-map #storelisting li ul li {
        margin-left: 15px !important;
    }
}

#scrolly-side .scrolly article .right-section .c-cta {
    align-items: center;
    background: #006ad0;
    bottom: 0;
    display: flex;
    height: 29px;
    padding: 0 10px;
    width: 100%;
}

#scrolly-side .scrolly article .right-section .c-cta p {
    color: #fff;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-right: auto;
    padding-bottom: 0;
}

#scrolly-side .scrolly article .right-section .c-cta .fa-download,
#scrolly-side .scrolly article .right-section .c-cta .fa-share {
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
}

#scrolly-side .scrolly article .right-section .c-cta a {
    cursor: pointer !important;
}

#scrolly-side .scrolly div.left-sticky-section {
    float: left;
    left: 60px;
    margin: 65px 0 0;
    position: sticky;
    top: 200px;
    width: 205px;
    z-index: 1;
}

@media screen and (max-device-width: 768px) {
    #scrolly-side .scrolly div.left-sticky-section {
        margin: 10px 0 40px !important;
        position: static;
        width: 100%;
    }
}

#scrolly-side .scrolly div.left-sticky-section #myScrollspy {
    display: block;
}

@media only screen and (max-width: 992px) {
    #scrolly-side .scrolly div.left-sticky-section #myScrollspy {
        display: none;
    }
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .list-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 12px 0;
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .list-group:first-child {
    padding: 12px 0;
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .list-group .list-group-item-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

@media screen and (max-device-width: 768px) {
    #scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .list-group:after {
        right: 13px !important;
    }
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .toggle-content {
    background: #f1f1f1;
    padding-bottom: 0 !important;
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .toggle-content p {
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0 16px 16px;
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .toggle-content p:first-child {
    padding-top: 16px;
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .toggle-content p a {
    cursor: pointer;
    text-decoration: none;
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .toggle-content p a.active {
    color: #006ad0;
}

#scrolly-side .scrolly div.left-sticky-section .c-left-navigation-accordion .toggle-content p a.active:after {
    content: "";
}

#scrolly-side .scrolly div.left-sticky-section .accordion .list-group {
    display: block;
    position: relative;
}

#scrolly-side .scrolly div.left-sticky-section .accordion .list-group:after {
    position: absolute;
    right: 0;
    top: 10px;
}

#scrolly-side .scrolly div.left-sticky-section .accordion .list-group.active h4 {
    color: #006ad0;
}

@media only screen and (max-width: 992px) {
    #scrolly-side .scrolly div.left-sticky-section {
        left: 16px;
        margin: 0;
    }
}

#scrolly-side .scrolly div.left-sticky-section .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 203px;
}

#scrolly-side .scrolly div.left-sticky-section .nav-item:last-of-type {
    border: none;
}

#scrolly-side .scrolly div.left-sticky-section .nav-item .nav-link {
    color: #494949;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 12px 0;
}

#scrolly-side .scrolly div.left-sticky-section .nav-item .nav-link.active,
#scrolly-side .scrolly div.left-sticky-section .nav-item .nav-link:hover {
    background-color: inherit;
    color: #006ad0;
}

.main-wrapper {
    background: #f1f1f1;
    padding: 60px;
}

.main-wrapper p {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 32px;
}

@media only screen and (max-width: 768px) {
    .main-wrapper {
        padding: 40px 24px;
    }
}

.main-wrapper h1 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 32px;
}

@media only screen and (max-width: 768px) {
    .main-wrapper h1 {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 24px;
    }
}

.main-wrapper #tabs .tab {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 15px;
    position: relative;
    top: 1px;
}

.main-wrapper #tabs .tab.whiteborder {
    border-bottom: 2px solid #006ad0;
}

@media only screen and (max-width: 768px) {
    .main-wrapper #tabs .tab {
        display: none;
    }
}

.main-wrapper #tabs .tabContent {
    border-radius: 0 0 3px 3px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding: 32px 0;
    position: relative;
    top: -1px;
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .main-wrapper #tabs .tabContent {
        border-top: none;
        padding-top: 80px;
    }
}

.main-wrapper #tabs .tabContent .w-650,
.main-wrapper #tabs .tabContent .w-fullwidth {
    width: 100% !important;
}

.main-wrapper .dropdown {
    display: inline-block;
    left: -25px;
    position: absolute;
    width: calc(100% + 49px);
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .main-wrapper .dropdown {
        width: 30%;
    }

    .main-wrapper .dropdown:first-of-type {
        display: none;
    }
}

.main-wrapper .dropdown .dropbtn {
    background: #fff;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 21px;
    outline: none;
    padding: 12px 16px;
    width: 100%;
}

.main-wrapper .dropdown .dropbtn:focus {
    outline: none;
}

.main-wrapper .dropdown .dropbtn .fa {
    font-size: 21px;
}

.main-wrapper .dropdown .dropdown-content {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 2;
}

.main-wrapper .dropdown .dropdown-content a {
    color: #000;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.main-wrapper .dropdown .dropdown-content a:hover {
    background: #f1f1f1;
}

.main-wrapper .dropdown .dropdown-content.show {
    display: block;
}

.video_carousel p {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 32px;
}

.video_carousel .videoPop:after {
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    color: #fff;
    content: "▶";
    cursor: pointer;
    display: flex;
    font-size: 32px;
    height: 70px;
    justify-content: center;
    left: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    width: 70px;
    z-index: 1;
}

.video_carousel .magnific-img .video-caption,
.video_carousel .video_wrapper .video-caption {
    align-content: center;
    align-items: end;
    bottom: 0;
    color: #fff;
    display: flex;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    height: auto;
    line-height: 175%;
    margin-bottom: 15px;
    padding: 15px;
    position: absolute;
    width: 100%;
}

.video_carousel .magnific-img img {
    cursor: auto;
    height: 100%;
}

.video_carousel .col-12,
.video_carousel .col-md-4,
.video_carousel .col-md-8 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.video_carousel img {
    cursor: auto;
    height: 100%;
}

.video_carousel .share-link {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 1;
}

.video_carousel .share-link .fa-share-alt {
    background: rgba(0, 106, 208, 0.6);
    border-radius: 100px;
    color: #fff;
    height: 48px;
    padding: 12px;
    width: 48px;
}

@media only screen and (max-width: 769px) {
    .video_carousel .col-12,
    .video_carousel .col-md-4,
    .video_carousel .col-md-8 {
        flex: 100%;
        max-width: 100%;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
    }
}

.video_carousel .swiper-button-next.swiper-button-disabled,
.video_carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

#tabs .tab {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-right: 30px;
    position: relative;
    top: 1px;
}

#tabs .tab:last-of-type {
    margin: 0;
}

#tabs .tab.whiteborder {
    border-bottom: 2px solid #006ad0;
}

@media only screen and (max-width: 768px) {
    #tabs .tab {
        display: none;
    }
}

#tabs .tabContent {
    border-radius: 0 0 3px 3px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
    position: relative;
    top: -1px;
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    #tabs .tabContent {
        border-top: none;
        padding-top: 0;
    }
}

#tabs .tabContent .w-650,
#tabs .tabContent .w-fullwidth {
    width: 100% !important;
}

#sub-tabs .sub-tab {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-right: 30px;
    position: relative;
    top: 1px;
}

#sub-tabs .sub-tab:last-of-type {
    margin-right: 0;
}

#sub-tabs .sub-tab.whiteborder {
    border-bottom: 2px solid #006ad0;
}

@media only screen and (max-width: 768px) {
    #sub-tabs .sub-tab {
        display: none;
    }
}

#sub-tabs .sub-tabContent {
    border-radius: 0 0 3px 3px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
    position: relative;
    top: -1px;
    width: 100%;
    z-index: 0;
}

@media only screen and (min-width: 769px) {
    #sub-tabs .sub-tabContent .c-about-us-profile-card .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    #sub-tabs .sub-tabContent .c-about-us-profile-card .row .col-md-4 {
        max-width: 33.333333%;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media only screen and (max-width: 768px) {
    #sub-tabs .sub-tabContent {
        border-top: none;
        padding-top: 0;
    }
}

#sub-tabs .sub-tabContent .w-650,
#sub-tabs .sub-tabContent .w-fullwidth {
    width: 100% !important;
}

.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .dropdown {
        width: 30%;
    }

    .dropdown:first-of-type {
        display: none;
    }
}

.dropdown .dropbtn {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 21px;
    outline: none;
    padding: 12px 16px;
    width: 100%;
}

.dropdown .dropbtn:focus {
    outline: none;
}

.dropdown .dropbtn .fa {
    font-size: 21px;
}

.dropdown .dropdown-content {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 2;
}

.dropdown .dropdown-content a {
    color: #000;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.dropdown .dropdown-content a:hover {
    background: #f1f1f1;
}

.dropdown .dropdown-content.show {
    display: block;
}

#openPdf .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
}

#openPdf .modal-content {
    background-color: #fff !important;
    max-height: fit-content !important;
    overflow-y: hidden;
    padding: 0;
}

#openPdf .modal-content .modal-body {
    overflow-y: auto;
    padding: 37px 30px 30px;
}

#openPdf .modal-content .modal-body a {
    color: #000 !important;
    font-size: 12px !important;
    position: absolute;
    right: 32px;
    top: 10px;
}

#openPdf .modal-content .modal-body a:first-child {
    right: 12px;
}

#openPdf .modal-content .modal-body .embed-responsive {
    height: calc(100vh - 37px);
}

#openGallery .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
}

#openGallery .modal-content {
    background-color: #fff !important;
    max-height: fit-content !important;
    overflow-y: hidden;
    padding: 0;
}

#openGallery .modal-content .modal-body {
    height: 100vh;
    overflow-y: auto;
    padding: 37px 30px 30px;
}

#openGallery .modal-content .modal-body .body-content {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

#openGallery .modal-content .modal-body .body-content img {
    width: auto;
}

#openGallery .modal-content .modal-body a {
    color: #000 !important;
    cursor: pointer;
    font-size: 12px !important;
    position: absolute;
    right: 32px;
    top: 10px;
}

#openGallery .modal-content .modal-body a:first-child {
    right: 12px;
}

@media only screen and (max-width: 769px) {
    #openPopup {
        padding: 0 !important;
    }
}

#openPopup .modal-dialog {
    margin: 0 auto;
    max-width: 50vw;
}

@media only screen and (max-width: 769px) {
    #openPopup .modal-dialog {
        max-width: 100vw;
    }
}

#openPopup .modal-content {
    background-color: #fff !important;
    max-height: fit-content !important;
    overflow-y: hidden;
    padding: 0;
}

#openPopup .modal-content .modal-header {
    align-items: center;
    border: none;
    display: flex;
    height: 41px;
    padding: 0 30px;
}

#openPopup .modal-content .modal-header a {
    color: #000 !important;
    font-size: 20px !important;
    position: absolute;
    right: 55px;
    top: 10px;
}

#openPopup .modal-content .modal-header a:first-child {
    right: 25px;
}

#openPopup .modal-content .modal-body {
    height: calc(100vh - 42px);
    overflow-y: auto;
    padding: 0 40px 40px;
}

#openPopup .modal-content .modal-body .modalHeader img {
    height: 64px;
    margin-bottom: 25px;
    margin-right: 16px;
    width: 64px;
}

#openPopup .modal-content .modal-body .modalHeader h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
}

#openPopup .modal-content .modal-body .modalHeader p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
}

#openPopup .modal-content .modal-body p.desc {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24.5px;
}

.content-wrapper {
    background: #f1f1f1;
    padding: 16px;
}

.content-wrapper p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.content-wrapper p.bold,
.content-wrapper p .bold {
    font-weight: 700;
}

.content-wrapper p span {
    display: block;
}

.distributor-table .table-bordered {
    border: 1px solid #eee !important;
}

.distributor-table .table-bordered tbody tr th {
    background: #006ad0;
    color: #fff;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination {
    position: relative;
    width: 100%;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .miscellaneous-button {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .miscellaneous-button a {
    background-color: #006ad0;
    border-radius: 25px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 28px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .heading {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .heading .heading-title p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 31.5px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .heading .paginate-filter {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .heading .paginate-filter {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .heading .paginate-filter {
        margin-top: 24px;
    }
}

#scrolly-side
    .scrolly
    article
    .right-section
    .c-filtered-pagination
    .paginate
    .heading
    .paginate-filter
    .paginate-filter-select {
    border: 1px solid #cacaca;
    border-radius: 8px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    height: 48px;
    line-height: 21px;
    outline: none !important;
    padding: 13px 16px;
    width: 100%;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .description {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    padding-bottom: 20px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-top: 12px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group {
        align-items: flex-start;
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .list-img {
    padding-right: 12px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .list-img img {
    height: 48px;
    width: 48px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .list-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .list-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .list-group-item-heading {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
    color: #000;
    display: -webkit-box;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 78%;
    word-break: break-word;
}

@media only screen and (max-width: 768px) {
    #scrolly-side
        .scrolly
        article
        .right-section
        .c-filtered-pagination
        .paginate
        .list-group
        .list-group-item-heading {
        width: 100%;
    }
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group p.dmy {
    color: #a0a0a0;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .list-group-item-download {
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 31.5px;
    display: inline-flex;
    gap: 5px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .list-group-item-download a {
    color: #006ad0;
    cursor: pointer !important;
    font-size: 18px !important;
    line-height: 31.5px !important;
    text-decoration: none;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .list-group .description-content {
    display: none;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 0;
    padding: 30px 0;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination {
        align-items: baseline;
        justify-content: center;
    }
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination li {
    margin-right: 32px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination li.active {
    margin-right: 16px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination li:last-of-type {
    margin-right: 0;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination .next-page a,
#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination .previous-page a {
    color: #000;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination .disabled a {
    color: rgba(0, 0, 0, 0.1);
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination .active {
    background-color: rgba(0, 106, 208, 0.1);
    border-radius: 8px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate .pagination .current-page {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    height: 32px;
    line-height: 31.5px;
    text-align: center;
    width: 32px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate p {
    padding-bottom: 0;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .heading {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .heading .heading-title p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 31.5px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .description {
    padding-bottom: 20px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .list-group {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .list-group {
        align-items: center;
        flex-direction: row;
    }

    #scrolly-side
        .scrolly
        article
        .right-section
        .c-filtered-pagination
        .paginate.policy
        .list-group
        .list-group-item-download {
        font-size: 18px !important;
        line-height: 31.5px !important;
    }
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .list-group .list-img {
    padding-right: 12px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .list-group .list-img img {
    height: 48px;
    width: 48px;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .list-group .list-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.policy .list-group .list-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

#scrolly-side
    .scrolly
    article
    .right-section
    .c-filtered-pagination
    .paginate.policy
    .list-group
    .list-group-item-heading {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin: 0;
    padding-bottom: 0;
}

#scrolly-side
    .scrolly
    article
    .right-section
    .c-filtered-pagination
    .paginate.policy
    .list-group
    .list-group-item-download {
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 31.5px;
}

#scrolly-side
    .scrolly
    article
    .right-section
    .c-filtered-pagination
    .paginate.policy
    .list-group
    .list-group-item-download
    a {
    color: #006ad0;
    cursor: pointer !important;
    text-decoration: none;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.accordion .list-group-item-heading {
    display: flex;
    word-break: break-word;
}

#scrolly-side .scrolly article .right-section .c-filtered-pagination .paginate.accordion .toggle-content {
    padding-bottom: 0 !important;
}

.faq-contents {
    color: #020202;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.faq-contents br {
    content: "";
    display: block;
    padding: 3px 0;
}

.faq-contents span {
    display: inline;
    line-height: 28px;
}

.faq-contents img {
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

.faq-contents h2.faq-title {
    color: #000;
    font-weight: 700;
    margin: 0 0 32px;
}

.faq-contents h3.faq-sub-title {
    color: #006ad0;
    font-style: italic;
    font-weight: 500;
}

.faq-contents b,
.faq-contents strong {
    display: block;
    font-weight: 700;
}

.faq-contents p {
    color: #020202;
    margin-bottom: 30px;
}

.faq-contents ul {
    margin: 0;
    padding: 0 0 15px 20px;
}

.faq-contents ul li {
    color: #020202;
    list-style: disc;
    margin: 0 0 10px;
}

.faq-contents ol {
    color: #020202;
    margin: 0;
    padding: 0;
}

.faq-contents ol li {
    list-style-position: inside;
    margin-bottom: 30px;
}

.faq-contents ol ul {
    margin: 0 0 20px 5px;
}

.faq-contents ol ul li {
    list-style: disc;
    margin: 10px 0 0;
    padding: 0;
}

.faq-contents ol.list-no-bottom-spacing,
.faq-contents ul.list-no-bottom-spacing {
    margin-bottom: 30px !important;
}

.faq-contents ol.list-no-bottom-spacing li,
.faq-contents ul.list-no-bottom-spacing li {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}

.faq-contents ol.list-no-bottom-spacing li ul,
.faq-contents ul.list-no-bottom-spacing li ul {
    margin-bottom: 0 !important;
}

.faq-contents ol.list-style-outside {
    margin-left: 15px;
}

.faq-contents ol.list-style-outside li {
    list-style-position: outside;
}

.faq-contents ol.list-lower-alpha-bracket {
    list-style-type: none;
}

.faq-contents ol.list-lower-alpha-bracket > li {
    counter-increment: section;
}

.faq-contents ol.list-lower-alpha-bracket > li:before {
    content: counter(section, lower-alpha) ") ";
}

.faq-contents ol.list-lower-alpha-bracket ul li:before {
    content: "";
}

.faq-contents ol.list-lower-alpha-bracket.list-style-outside {
    margin-left: 0;
}

.faq-contents ol.list-lower-alpha-bracket.list-style-outside li {
    padding-left: 20px;
    position: relative;
}

.faq-contents ol.list-lower-alpha-bracket.list-style-outside li:before {
    left: 0;
    position: absolute;
}

.faq-contents ol.list-numeric-bracket {
    list-style-type: none;
}

.faq-contents ol.list-numeric-bracket > li {
    counter-increment: section;
}

.faq-contents ol.list-numeric-bracket > li:before {
    content: counter(section) ") ";
}

.faq-contents ol.list-numeric-bracket ul li:before {
    content: "";
}

@media only screen and (max-width: 767px) {
    h2.faq-title {
        font-size: 24px;
        line-height: 36px;
    }

    h3.faq-sub-title {
        font-size: 18px;
        line-height: 27px;
    }

    .faq-contents.container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    h2.faq-title {
        font-size: 32px;
        line-height: 48px;
    }

    h3.faq-sub-title {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 992px) {
    .faq-contents.container {
        max-width: 874px;
    }
}

.c-about-us-profile-card {
    cursor: pointer;
    position: relative;
    width: 100%;
}

.c-about-us-profile-card__heading {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .c-about-us-profile-card__heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

.c-about-us-profile-card__heading__title h4 {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 31.5px;
}

@media only screen and (min-width: 768px) {
    .c-about-us-profile-card__heading__title h4 {
        font-size: 24px;
    }
}

.c-about-us-profile-card__heading__filter {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .c-about-us-profile-card__heading__filter {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .c-about-us-profile-card__heading__filter {
        margin-top: 24px;
    }
}

.c-about-us-profile-card__heading__filter .about-us-filter {
    background: #fff !important;
    border: 1px solid #cacaca !important;
    border-radius: 8px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    outline: none !important;
    padding: 12px 16px;
    width: 100%;
}

.c-about-us-profile-card__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .c-about-us-profile-card__items {
        flex-direction: column;
    }
}

.c-about-us-profile-card__items__item {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .c-about-us-profile-card__items__item {
        align-items: center;
        justify-content: center;
        margin-right: unset !important;
        max-width: 100%;
    }
}

.c-about-us-profile-card__items__item__image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.c-about-us-profile-card__items__item__content {
    background-color: #f1f1f1;
    padding: 10px;
}

.c-about-us-profile-card__items__item__content__description {
    display: none;
}

.c-about-us-profile-card__items__item__content__title h5 {
    color: #006ad0 !important;
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px !important;
    margin: 0;
    padding: 0;
}

.c-about-us-profile-card__items__item__content__designation {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.c-about-us-profile-card__items__item__content__designation p {
    font-size: 12px !important;
    line-height: 21px !important;
    margin: 0;
    padding-bottom: 0 !important;
}

.c-about-us-profile-card__items__item__content__designation span {
    color: #006ad0;
}

.c-about-us-profile-card__items__item__description {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 24px 0;
}

.c-about-us-profile-card__items__item__description img {
    width: auto;
}

.c-about-us-profile-card__items__item__description__subHeading {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 769px) {
    .c-about-us-profile-card__items__item__description__subHeading {
        font-size: 18px;
        line-height: 27px;
    }
}

.c-about-us-profile-card__items__item__description__title {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    padding-bottom: 4px;
}

.c-about-us-profile-card__items__item__description__designation {
    color: #a0a0a0;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

@media (min-width: 576px) {
    .c-about-us-profile-card #about-profile .modal-dialog {
        max-width: 600px;
    }
}

.c-about-us-profile-card #about-profile .modal-content {
    background-color: #fff !important;
}

.c-about-us-profile-card #about-profile .modal-content .modal-header {
    border-bottom: unset;
    justify-content: flex-end;
}

.c-about-us-profile-card #about-profile .modal-content .modal-header a {
    color: #000;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body {
    font-family: Poppins;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body .modalHeader .profileimage {
    border-radius: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    width: 70px;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body .modalHeader .about-bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body .modalHeader .about-bio h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 0;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body .modalHeader .about-bio p {
    font-family: Poppins;
    font-size: 14px;
    line-height: 14px;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body .description {
    padding-top: 20px;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body .description p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
}

.c-about-us-profile-card #about-profile .modal-content .modal-body .description ul li {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

@media only screen and (min-width: 769px) {
    .c-about-us-profile-card .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .c-about-us-profile-card .row .col-md-4 {
        max-width: 33.333333%;
    }

    .c-about-us-profile-card .row .col-md-4,
    .c-about-us-profile-card .row .col-md-12 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.press-custom-container {
    margin: 0 auto;
}

.press-wrapper {
    padding: 0 10%;
}

.press-wrapper .detail-descr p {
    margin-bottom: 1rem;
}

.detail-head-row {
    display: flex;
    justify-content: space-between;
}

.detail-head-row .deatil-heading {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.detail-head-row .detail-sharing ul {
    list-style: none;
}

.detail-head-row .detail-sharing ul li .fa-download {
    color: #000;
    height: 18px;
    width: 18px;
}

.detail-descr {
    padding-top: 24px;
}

.detail-descr h2,
.detail-descr h3,
.detail-descr h4 {
    font-style: normal !important;
    font-weight: 700 !important;
    padding-bottom: 20px !important;
}

.detail-descr h2,
.detail-descr h3,
.detail-descr h4,
.detail-descr p {
    color: #000 !important;
    font-family: Poppins;
    font-size: 18px !important;
    line-height: 30px !important;
}

.detail-descr p {
    font-size: normal;
}

.detail-descr table {
    border-collapse: separate;
    border-spacing: 0;
    font-family: Poppins;
    font-weight: 300;
    margin-bottom: 30px;
}

.detail-descr table td {
    padding: 4px 0;
}

.detail-descr table th {
    line-height: 24px;
    padding: 10px 0;
}

.detail-descr tr:first-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 35px;
}

.detail-descr td {
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
}

.back-btn {
    padding: 3em 0 2em;
    width: 100%;
}

.back-btn .fa-angle-left {
    color: #000;
    margin-right: 4px;
}

.table td,
.table th {
    border-top: none;
}

.tabs-1 {
    list-style: none;
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .tabs-1 {
        margin: 20px 0;
    }
}

.tabs-1 .active-tab {
    color: #000;
    position: relative;
}

.tabs-1 .active-tab:after {
    background: #fff;
    bottom: -0.1em;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tabs-1 li {
    color: #006ad0;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.tabs-1 li:first-child {
    margin-left: 10px;
    margin-right: 32px;
}

@media only screen and (max-width: 768px) {
    .tabs-1 li:first-child {
        margin-left: 0;
        margin-right: 32px;
    }
}

.tabs-content {
    list-style: none;
    padding: 0;
}

.tabs-content li {
    display: none;
}

.why-us-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}

@media only screen and (max-width: 768px) {
    .why-us-wrapper {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.why-us-wrapper .head-section {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

@media only screen and (max-width: 768px) {
    .why-us-wrapper .head-section {
        align-items: baseline;
        flex-direction: column;
    }
}

.why-us-wrapper .head-section h1 {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

@media only screen and (max-width: 768px) {
    .why-us-wrapper .head-section h1 {
        font-size: 24px;
        line-height: 150%;
    }
}

.why-us-wrapper .swiper.testimonial-swiper {
    padding: 132px 1.5em 1.5em;
}

.why-us-wrapper .swiper.testimonial-swiper .swiper-nav-wrapper {
    bottom: 50%;
    justify-content: space-between;
    padding-top: 0;
    position: absolute;
}

.why-us-wrapper .swiper.testimonial-swiper .content-wrapper {
    background: rgba(0, 106, 208, 0.1);
}

.why-us-wrapper .swiper.testimonial-swiper .content-wrapper .content {
    padding: 70px 32px 32px;
}

.why-us-wrapper .swiper.testimonial-swiper .content-wrapper .content .swiper-avatar {
    height: auto;
    max-width: 120px;
    position: absolute;
    top: -60px;
    width: 100%;
}

.why-us-wrapper .swiper.testimonial-swiper .content-wrapper p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .why-us-wrapper .swiper.testimonial-swiper .content-wrapper p {
        font-size: 16px;
        line-height: 28px;
    }
}

.why-us-wrapper .swiper.testimonial-swiper .content-wrapper .cite {
    font-weight: 600;
}

.why-us-wrapper .swiper.video-carousel {
    padding: 1.5em;
}

.why-us-wrapper .swiper.video-carousel .swiper-slide.swiper-slide-active {
    background: #fff;
    opacity: 1;
    transform: scale(1.1);
}

.why-us-wrapper .swiper.video-carousel .swiper-slide.swiper-slide-active .mir-swiper-image:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='128' height='128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 97V31l55 32-55 34z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64 128A64 64 0 1 0 64 0a64 64 0 0 0 0 128zm0-9A55 55 0 1 0 64 9a55 55 0 0 0 0 110z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 4em;
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: all 0.6s;
    width: 100%;
}

.why-us-wrapper .swiper.video-carousel .swiper-slide-next,
.why-us-wrapper .swiper.video-carousel .swiper-slide-prev {
    opacity: 0.2;
}

.why-us-wrapper .swiper.video-carousel .content-wrapper,
.why-us-wrapper .swiper.video-carousel .content-wrapper .content {
    padding: 0 !important;
}

.why-us-wrapper .swiper.video-carousel .swiper-nav-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.why-us-wrapper .swiper .swiper-button-next {
    background: rgba(0, 106, 208, 0.6);
    border-radius: 100px;
    color: #fff;
    font-size: 36px;
    height: 64px !important;
    width: 64px !important;
}

@media only screen and (max-width: 768px) {
    .why-us-wrapper .swiper .swiper-button-next {
        font-size: 20px;
        height: 32px !important;
        width: 32px !important;
    }
}

.why-us-wrapper .swiper .swiper-button-prev {
    background: rgba(0, 106, 208, 0.6);
    border-radius: 100px;
    color: #fff;
    font-size: 36px;
    height: 64px !important;
    width: 64px !important;
}

@media only screen and (max-width: 768px) {
    .why-us-wrapper .swiper .swiper-button-prev {
        font-size: 20px;
        height: 32px !important;
        width: 32px !important;
    }
}

.video_carousel .swiper.video-carousel1 .swiper-slide.swiper-slide-active {
    background: #fff;
}

.video_carousel .swiper.video-carousel1 .content-wrapper,
.video_carousel .swiper.video-carousel1 .content-wrapper .content {
    padding: 0 !important;
}

.video_carousel .swiper.video-carousel1 .swiper-nav-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.video_carousel .swiper.video-carousel1 .swiper-nav-wrapper .swiper-button-next {
    background: rgba(0, 106, 208, 0.6);
    border-radius: 100px;
    color: #fff;
    font-size: 36px;
    height: 64px !important;
    width: 64px !important;
}

.video_carousel .swiper.video-carousel1 .swiper-nav-wrapper .swiper-button-next:after {
    display: none;
}

@media only screen and (max-width: 768px) {
    .video_carousel .swiper.video-carousel1 .swiper-nav-wrapper .swiper-button-next {
        font-size: 20px;
        height: 32px !important;
        margin: 0;
        right: 0;
        top: auto;
        width: 32px !important;
    }
}

.video_carousel .swiper.video-carousel1 .swiper-nav-wrapper .swiper-button-prev {
    background: rgba(0, 106, 208, 0.6);
    border-radius: 100px;
    color: #fff;
    font-size: 36px;
    height: 64px !important;
    width: 64px !important;
}

.video_carousel .swiper.video-carousel1 .swiper-nav-wrapper .swiper-button-prev:after {
    display: none;
}

@media only screen and (max-width: 768px) {
    .video_carousel .swiper.video-carousel1 .swiper-nav-wrapper .swiper-button-prev {
        font-size: 20px;
        height: 32px !important;
        left: 0;
        margin: 0;
        top: auto;
        width: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    .video-carousel {
        padding-bottom: 0 !important;
    }
}

.video-carousel .carousel-item.show .carousel-video .video {
    display: block;
}

.video-carousel .carousel-item img {
    height: auto;
    object-fit: cover;
}

.video-carousel .carousel-caption {
    left: 0 !important;
    padding: 20px 60px !important;
    right: 0 !important;
    text-align: left !important;
    z-index: 1;
}

.video-carousel .carousel-caption.captionText {
    margin-left: auto;
    width: fit-content;
}

@media only screen and (max-width: 767px) {
    .video-carousel .carousel-caption.captionText {
        margin-left: unset;
        width: inherit;
    }
}

.video-carousel .carousel-caption .banner-text {
    color: #fff;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    word-break: break-all;
}

.video-carousel .carousel-caption .play {
    align-items: center;
    background-color: #dadada;
    border-radius: 50%;
    color: #006ad0;
    cursor: pointer;
    display: flex;
    float: right;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.video-carousel .carousel-caption .video-text {
    display: none;
}

@media only screen and (min-width: 767px) {
    .video-carousel .carousel-caption .video-text {
        bottom: 0;
        color: #fff;
        display: block;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        opacity: 0.8;
        position: absolute;
        right: 120px;
        width: 30vw;
    }
}

.video-carousel .carousel-caption a {
    background-color: #006ad0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
}

.video-carousel .carousel-caption p {
    margin-bottom: 20px;
}

.video-carousel .carousel-videoiframe.show,
.video-carousel .carousel-videoiframe.show .close,
.video-carousel .carousel-videoiframe.show .video {
    display: block;
}

.video-carousel .carousel-videoiframe .close {
    color: #fff;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 20;
}

.video-carousel .carousel-videoiframe .video {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15;
}

.video-carousel .carousel-control-prev {
    background: #dadada;
    border-radius: 50%;
    color: #006ad0;
    height: 50px !important;
    left: 24px;
    opacity: 0.5 !important;
    top: 40%;
    width: 50px !important;
    z-index: 2;
}

.video-carousel .carousel-control-prev:hover {
    opacity: 1 !important;
}

.video-carousel .carousel-control-next {
    background: #dadada;
    border-radius: 50%;
    color: #006ad0;
    height: 50px !important;
    opacity: 0.5 !important;
    right: 24px;
    top: 40%;
    width: 50px !important;
    z-index: 2;
}

.video-carousel .carousel-control-next:hover {
    opacity: 1 !important;
}

.video-carousel .carousel-indicators li {
    border-radius: 50%;
    height: 10px;
    margin-right: 20px;
    width: 10px;
}

.video-carousel .carousel-indicators li.active {
    background-color: #006ad0;
}

.video-carousel .carousel-indicators li:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .video-carousel .carousel-item img {
        height: 520px !important;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .video-carousel .carousel-item img {
        height: auto !important;
        object-fit: cover;
    }

    .video-carousel .carousel-caption {
        text-align: center !important;
    }

    .video-carousel .carousel-caption .banner-text {
        font-size: 30px;
        line-height: 30px;
    }

    .video-carousel .carousel-caption .play {
        float: none;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: -40px;
    }

    .video-carousel .carousel-control-next,
    .video-carousel .carousel-control-prev {
        display: none;
    }
}

.bg-grey {
    background: #e5e5e5;
    padding: 40px 0 0;
}

@media only screen and (max-width: 768px) {
    .bg-grey {
        padding: 25px 0;
    }
}

.bg-grey .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.bg-grey .center-block .carousel {
    overflow: hidden;
}

.bg-grey .center-block .carousel .carousel-inner {
    left: -24%;
    width: 150%;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-inner {
        left: -40%;
        width: 190%;
    }

    .bg-grey .center-block .carousel .carousel-inner .carousel-item .col-4 {
        padding-top: 30px !important;
    }
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active {
    align-items: center;
    display: flex !important;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:nth-child(2) img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 769px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:nth-child(2) img {
        transform: scale(1.5);
    }
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:first-child {
    opacity: 0.5;
    text-align: right;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:first-child img {
    width: 65%;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:first-child .carousel-caption {
    visibility: hidden;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:nth-child(3) {
    opacity: 0.5;
    text-align: left;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:nth-child(3) img {
    width: 65%;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active .col-4:nth-child(3) .carousel-caption {
    visibility: hidden;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.active.left {
    left: 0;
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.next {
    align-items: center;
    display: flex !important;
    left: 0;
    opacity: 0.5;
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
    width: auto;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item.prev {
    left: 0;
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption {
    background: #fff;
    bottom: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0 auto;
    padding: 20px 40px;
    position: relative;
    right: 0;
    z-index: 0;
}

@media only screen and (min-width: 769px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption {
        bottom: 80px;
        width: 287px;
    }
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption {
        bottom: 0;
        margin-top: 30px;
        width: max-content;
    }
}

@media only screen and (min-width: 319px) and (max-width: 500px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption {
        padding: 10px;
        width: 55vw;
    }
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption p:first-child {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 17px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption p:first-child {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 8px;
    }
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption p:nth-child(2) {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    padding-bottom: 12px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption p:nth-child(2) span {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption p:nth-child(2) span {
        font-size: 12px;
        line-height: 18px;
    }
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption p:nth-child(2) span .fas {
    left: 6px;
    position: relative;
    top: 1px;
}

.bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-inner .carousel-item .carousel-caption a {
        font-size: 14px;
        line-height: 21px;
    }
}

.bg-grey .center-block .carousel .product-title-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-grey .center-block .carousel .product-title-section .product-title {
    color: #006ad0;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .product-title-section .product-title {
        font-size: 18px;
        line-height: 27px;
    }
}

.bg-grey .center-block .carousel .product-title-section .product-sub {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .product-title-section .product-sub {
        font-size: 25px;
        line-height: 36px;
    }
}

.bg-grey .center-block .carousel .carousel-control-prev {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-control-prev {
        bottom: 40px;
        top: auto;
    }
}

.bg-grey .center-block .carousel .carousel-control-next {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .bg-grey .center-block .carousel .carousel-control-next {
        bottom: 40px;
        top: auto;
    }
}

@media (max-width: 991px) {
    #productFeature .carousel-inner .carousel-item-next,
    #productFeature .carousel-inner .carousel-item-right.active {
        transform: translateX(50%);
    }

    #productFeature .carousel-inner .carousel-item-left.active,
    #productFeature .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) {
    #productFeature .carousel-inner .carousel-item-next,
    #productFeature .carousel-inner .carousel-item-right.active {
        opacity: 1;
        transform: translateX(25%);
    }

    #productFeature .carousel-inner .carousel-item-left.active,
    #productFeature .carousel-inner .carousel-item-prev {
        opacity: 1;
        transform: translateX(-25%);
    }
}

#productFeature .carousel-inner .carousel-item-next,
#productFeature .carousel-inner .carousel-item-prev,
#productFeature .carousel-inner .carousel-item.active {
    display: flex;
}

#productFeature .carousel-inner .carousel-item-left,
#productFeature .carousel-inner .carousel-item-right {
    opacity: 0;
    transform: translateX(0);
}

.carousel-cascade {
    overflow: hidden;
    width: 100%;
}

.carousel-cascade .product-title-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 40px;
}

.carousel-cascade .product-title-section .product-title {
    color: #006ad0;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

@media only screen and (max-width: 768px) {
    .carousel-cascade .product-title-section .product-title {
        font-size: 18px;
        line-height: 27px;
    }
}

.carousel-cascade .product-title-section .product-sub {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

@media only screen and (max-width: 768px) {
    .carousel-cascade .product-title-section .product-sub {
        font-size: 25px;
        line-height: 36px;
    }
}

.carousel-cascade .cascade-slider_slides .cascade-slider_item.now img {
    height: 450px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .carousel-cascade .cascade-slider_slides .cascade-slider_item.now img {
        height: 250px;
    }
}

.carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption {
    /* background: #fff; */
    border-radius: 10%;
    background: rgba(0, 0, 0, 0.07);
    bottom: 72px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    margin: 0 auto;
    padding: 9px 30px;
    position: relative;
    right: 0;
    width: max-content;
    z-index: 0;
}

@media only screen and (min-width: 319px) and (max-width: 500px) {
    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption {
        padding: 10px;
        width: 55vw;
        background: rgba(0, 0, 0, 0.07) !important;
    }
}

.carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption p:first-child,
.carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption .product-name-text:first-child {
    color: #000;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption p:first-child,
    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption .product-name-text:first-child {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 8px;
    }

    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption {
        background: rgba(0, 0, 0, 0.07) !important;
    }
}

.carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption p:nth-child(2) {
    color: #000;
    text-align: right;
    font-family: Poppins;
    font-size: 15.277px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }

    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption {
        background: rgba(0, 0, 0, 0.07) !important;
    }
}

.carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption p:nth-child(2) span {
    color: #000;
    font-family: Poppins;
    font-size: 21.218px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption p:nth-child(2) span {
        font-size: 12px;
        line-height: 18px;
    }

    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption {
        background: rgba(0, 0, 0, 0.07) !important;
    }
}

.carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption p:nth-child(2) span .fas {
    left: 6px;
    position: relative;
    top: 1px;
}

/* .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center
} */

.carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption a {
    background: #006ad0;
    top: 13px;
    position: relative;
    border-radius: 100px;
    color: #fff !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: auto;
    max-width: max-content;
    padding: 10px 40px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption {
        background: rgba(0, 0, 0, 0.07) !important;
    }

    .carousel-cascade .cascade-slider_slides .cascade-slider_item .carousel-caption a {
        font-size: 14px;
        line-height: 21px;
    }
}

.carousel-cascade .cascade-slider_slides .cascade-slider_item.now .carousel-caption {
    display: block;
}

.carousel-cascade .cascade-slider_container {
    height: 500px;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    width: auto;
}

.carousel-cascade .cascade-slider_container .cascade-slider_item {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.8);
    transition: all 0.5s linear;
    z-index: -1;
}

.carousel-cascade .cascade-slider_container .cascade-slider_item.next {
    left: 50%;
    opacity: 0.5;
    top: 45%;
    transform: translateY(-50%) translateX(-150%) scale(0.7);
    z-index: 1;
}

.carousel-cascade .cascade-slider_container .cascade-slider_item.prev {
    left: 50%;
    opacity: 0.5;
    top: 45%;
    transform: translateY(-50%) translateX(50%) scale(0.7);
    z-index: 1;
}

.carousel-cascade .cascade-slider_container .cascade-slider_item.now {
    left: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .carousel-cascade .cascade-slider_container .cascade-slider_item {
        transition: all 0.3s;
    }

    .carousel-cascade .cascade-slider_container .cascade-slider_item.next,
    .carousel-cascade .cascade-slider_container .cascade-slider_item.prev {
        opacity: 0.3 !important;
    }
}

.carousel-cascade .cascade-slider_arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 35%;
    z-index: 1;
}

.carousel-cascade .cascade-slider_arrow-left {
    left: 0;
}

.carousel-cascade .cascade-slider_arrow-right {
    right: 0;
}

.carousel-cascade .cascade-slider_nav {
    bottom: -120px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.carousel-cascade .cascade-slider_dot {
    background: #ddd;
    cursor: pointer;
    display: inline-block;
    height: 1em;
    list-style: none;
    margin: 1em;
    width: 1em;
}

.carousel-cascade .cascade-slider_dot.cur,
.carousel-cascade .cascade-slider_dot:hover {
    background: #555;
}

@media screen and (max-width: 769px) {
    .carousel-cascade .product-title-section {
        margin-bottom: 10px;
    }

    .carousel-cascade .carousel-caption {
        bottom: 25px !important;
    }

    .carousel-cascade .cascade-slider_container {
        height: auto;
        max-height: 500px;
        min-height: 350px;
    }

    .carousel-cascade .cascade-slider_container .cascade-slider_arrow {
        bottom: 17%;
        height: 32px;
        top: auto;
        width: 32px;
    }

    .carousel-cascade .cascade-slider_container .cascade-slider_arrow-left {
        left: 20px;
    }

    .carousel-cascade .cascade-slider_container .cascade-slider_arrow-right {
        right: 20px;
    }

    .carousel-cascade .cascade-slider_container .cascade-slider_item.next,
    .carousel-cascade .cascade-slider_container .cascade-slider_item.prev {
        opacity: 0 !important;
    }
}

.swiper.testimonial-swiper .content-wrapper,
.swiper.video-carousel .content-wrapper {
    align-items: center;
    display: grid;
    grid-template-areas: ".";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    position: relative;
    width: 100%;
}

.swiper.testimonial-swiper .content-wrapper .content,
.swiper.video-carousel .content-wrapper .content {
    align-items: center;
    color: #000;
    display: grid;
    justify-items: center;
    margin: 0 auto;
    padding: 3em 1.5em;
    text-align: center;
}

.swiper.testimonial-swiper .content-wrapper .content :first-child,
.swiper.video-carousel .content-wrapper .content :first-child {
    margin: 0;
}

.swiper.testimonial-swiper .content-wrapper .content .swiper-avatar,
.swiper.video-carousel .content-wrapper .content .swiper-avatar {
    height: auto;
    max-width: 125px;
    width: 100%;
}

.swiper.testimonial-swiper .content-wrapper .content .swiper-avatar img,
.swiper.video-carousel .content-wrapper .content .swiper-avatar img {
    border-radius: 500px;
}

.swiper.testimonial-swiper .content-wrapper .content .cite,
.swiper.video-carousel .content-wrapper .content .cite {
    font-size: 14px;
    font-weight: 700;
}

.swiper.testimonial-swiper .swiper-slide,
.swiper.video-carousel .swiper-slide {
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 6px;
    height: auto;
    margin: 0;
    opacity: 0.2;
    padding: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.swiper.testimonial-swiper .swiper-slide.swiper-slide-active,
.swiper.video-carousel .swiper-slide.swiper-slide-active {
    background: #fff;
    opacity: 1;
    transform: scale(1.1);
}

.swiper.testimonial-swiper .swiper-nav-wrapper,
.swiper.video-carousel .swiper-nav-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    padding-top: 3em;
    right: 0;
    width: auto;
}

.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-button-next,
.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-button-prev,
.swiper.video-carousel .swiper-nav-wrapper .swiper-button-next,
.swiper.video-carousel .swiper-nav-wrapper .swiper-button-prev {
    left: auto;
    position: relative !important;
    right: auto;
    top: 0;
    top: auto;
}

.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-button-next:after,
.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-button-prev:after,
.swiper.video-carousel .swiper-nav-wrapper .swiper-button-next:after,
.swiper.video-carousel .swiper-nav-wrapper .swiper-button-prev:after {
    display: none;
}

.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-button-next,
.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-button-prev,
.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next,
.swiper.testimonial-swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev,
.swiper.video-carousel .swiper-nav-wrapper .swiper-button-next,
.swiper.video-carousel .swiper-nav-wrapper .swiper-button-prev,
.swiper.video-carousel .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next,
.swiper.video-carousel .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;
}

.carrers-header {
    padding-left: 0;
    padding-right: 0;
}

.carrers-header .tt-suggestion {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 17px;
    text-align: left;
}

.carrers-header .tt-menu {
    background-color: #fff;
    border-top: 1px solid #ccc;
    font-family: Poppins !important;
    margin: 0;
    padding: 8px 0;
    top: 45px !important;
    width: 100%;
}

.carrers-header .careersHeader .custom-container,
.carrers-header .careersWrapper .custom-container {
    max-width: 1280px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .carrers-header .careersHeader .custom-container,
    .carrers-header .careersWrapper .custom-container {
        max-width: 100%;
        width: 100%;
    }
}

.carrers-header .career-custom-container {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 768px) {
    .carrers-header .careersWrapper .carreer-img {
        height: 700px;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carrers-header .careersWrapper .carreer-img {
        height: 700px;
        object-fit: cover;
    }
}

.carrers-header .flex-wrapper {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .carrers-header .flex-wrapper {
        flex-direction: column;
    }
}

.carrers-header .join-us-wrapper {
    left: 50%;
    padding-top: 66px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1060px) {
    .carrers-header .join-us-wrapper {
        padding-top: 10px;
        width: 53vw;
    }
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper {
        left: 49%;
        padding-top: unset;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 74.5%;
    }
}

.carrers-header .career-search-wrapper {
    display: flex;
}

.carrers-header .page-heading h1 {
    color: #fff;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .carrers-header .page-heading h1 {
        font-size: 18px;
        text-align: center;
    }
}

.carrers-header .join-us-wrapper .career-drop-down {
    background: #fff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down {
        background: none;
        border-bottom-left-radius: unset;
        border-top-left-radius: unset;
        display: flex;
        flex-direction: column;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .jobType {
    float: left;
    position: relative;
    width: 45%;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down .jobType {
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 20px;
        width: 100%;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .career-jpbs {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down .career-jpbs {
        background: #fff;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carrers-header .join-us-wrapper .career-drop-down .career-jpbs {
        width: 100%;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .search {
    float: right;
    height: 69px;
    margin: -3px;
    padding-top: 1px;
    width: 80px;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down .search {
        margin: 0;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .experience .typesof,
.carrers-header .join-us-wrapper .career-drop-down .jobType .typesof {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-right: 1px solid #c6c6c6;
    float: left;
    font-family: Poppins;
    font-weight: 500;
    margin: 12px 0;
    padding: 7px 16px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down .experience .typesof,
    .carrers-header .join-us-wrapper .career-drop-down .jobType .typesof {
        border-right: unset;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .experience .typesof:after,
.carrers-header .join-us-wrapper .career-drop-down .jobType .typesof:after {
    content: "";
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
}

.carrers-header .join-us-wrapper .career-drop-down .jobType .typesof span {
    bottom: -8px;
    float: left;
    font-size: 0.8em;
    height: 15px;
    left: 20px;
    margin: 2px 0 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 80%;
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs,
.carrers-header .join-us-wrapper .career-drop-down.vacancies .experience .mainJobs.exprienceJob,
.carrers-header .join-us-wrapper .career-drop-down.vacancies .mainJobs {
    padding: 15px 25px;
    top: 49px;
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs .j-box {
    float: left;
    min-width: 25%;
    width: 25%;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down .mainJobs .j-box {
        width: 100%;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs .j-box:nth-child(4n + 1) {
    clear: left;
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs .j-box {
    margin-bottom: 10px;
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs .j-box h3 {
    color: #4d4d4d;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    margin: 20px 0;
    position: relative;
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs .j-box label input {
    border: 1px solid #4d4d4d;
    margin-right: 10px;
}

.carrers-header fieldset[disabled] input[type="checkbox"],
.carrers-header fieldset[disabled] input[type="radio"],
.carrers-header input[type="checkbox"].disabled,
.carrers-header input[type="checkbox"][disabled],
.carrers-header input[type="radio"].disabled,
.carrers-header input[type="radio"][disabled] {
    cursor: not-allowed;
}

.carrers-header .join-us-wrapper .search button {
    background-color: #006ad0;
    border: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    float: left;
    height: 100%;
    margin: 0;
    outline: none;
    padding: 0;
    width: 100%;
}

.carrers-header .join-us-wrapper .search button:after {
    align-items: center;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    justify-content: center;
    text-align: center;
}

.carrers-header .join-us-wrapper .search {
    height: 65px;
    width: 65px;
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: none;
    height: 420px;
    left: -1px;
    margin: 0;
    overflow: auto;
    padding: 50px;
    position: absolute;
    top: 60px;
    width: 896px;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down .mainJobs {
        left: -1px;
        margin: 0;
        max-height: 400px;
        overflow: auto;
        top: 55px;
        width: 330px;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .mainJobs .j-box label {
    color: #4d4d4d;
    float: left;
    font-size: 0.9em;
    margin: 3px 0;
    width: 100%;
}

.carrers-header .join-us-wrapper .career-drop-down .career-jpbs input {
    border: none;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 12px 0;
    outline: none;
    padding: 7px 70px 2px 21px;
    text-indent: 16px;
    text-transform: uppercase;
    width: 97%;
}

@media only screen and (max-width: 768px) {
    .carrers-header .join-us-wrapper .career-drop-down .career-jpbs input {
        padding: 7px 70px 2px 0;
    }
}

.carrers-header .join-us-wrapper .career-drop-down .career-jpbs input::focus {
    outline: none;
}

.carrers-header .job-essentials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px;
}

@media only screen and (max-width: 768px) {
    .carrers-header .job-essentials {
        display: flex;
        flex-direction: column;
        margin: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carrers-header .job-essentials {
        display: flex;
        flex-direction: column;
        margin: 20px 0;
    }
}

.carrers-header .job-essentials .job {
    background-color: #fff;
    border: 1px solid #007bff;
    border-radius: 25px;
    color: #006ad0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-right: 10px;
    padding: 10px 40px;
}

@media only screen and (max-width: 768px) {
    .carrers-header .job-essentials .job {
        margin-bottom: 10px;
        margin-right: unset;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carrers-header .job-essentials .job {
        margin-bottom: 10px;
        text-align: center;
    }
}

.carrers-header .job-essentials .job a {
    color: #006ad0;
}

.carrers-header input[name="txt_job_search"]::-webkit-input-placeholder {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
}

.carrers-header .campus-hiring {
    margin-top: 40px;
    position: relative;
}

.carrers-header .campus-hiring .campus-hiring-title {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}

.carrers-header .campus-hiring .campus-partner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.carrers-header .campus-hiring .campus-partner .campus-logo {
    background: #fff;
    border-radius: 90px;
    display: flex;
    height: 90px;
    justify-content: center;
    margin-left: 20px;
    padding: 18px;
    width: 90px;
}

.carrers-header .public-notice {
    padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1060px) {
    .carrers-header .public-notice {
        padding-top: 20px;
    }
}

.carrers-header .public-notice p {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.carrers-header .public-notice a {
    color: #fff;
    text-decoration: none;
}

.carrers-header .search-wrapper {
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 40px 60px;
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper {
        padding: 40px 20px;
    }
}

.carrers-header .search-wrapper .twitter-typeahead {
    width: 100% !important;
}

.carrers-header .search-wrapper .page-heading h1 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700px;
    padding-bottom: 20px;
}

.carrers-header .search-wrapper .career-drop-down.vacancies {
    display: flex;
    width: 75%;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down.vacancies {
        display: inline-block;
        width: 100%;
    }
}

.carrers-header .search-wrapper .career-drop-down {
    margin: 40px 0;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .carrers-header .search-wrapper .career-drop-down {
        border: 1px solid rgba(0, 0, 0, 0.3);
    }
}

.carrers-header .search-wrapper .career-drop-down .jobType {
    width: 33.333%;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down .jobType {
        width: 100%;
    }
}

.carrers-header .search-wrapper .career-drop-down .jobType .typesof {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
    display: flex;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 56px;
    justify-content: space-between;
    line-height: 24px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .carrers-header .search-wrapper .career-drop-down .jobType .typesof {
        border: none;
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        height: 40px;
        margin: 8px 0;
        padding: 0 12px;
    }
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down .jobType .typesof {
        margin: 0;
    }
}

.carrers-header .search-wrapper .career-drop-down .jobType .typesof span {
    bottom: 3px;
    overflow: unset;
}

.carrers-header .search-wrapper .career-drop-down .career-jpbs {
    width: 33.333%;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down .career-jpbs {
        margin-bottom: 20px;
        width: 100%;
    }
}

.carrers-header .search-wrapper .career-drop-down .career-jpbs > .twitter-typeahead {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
    display: flex !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 56px;
    justify-content: space-between;
    line-height: 24px;
}

@media only screen and (min-width: 768px) {
    .carrers-header .search-wrapper .career-drop-down .career-jpbs > .twitter-typeahead {
        border: none;
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        height: 40px;
        margin: 8px 0;
        padding: 0 12px;
    }
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down .career-jpbs > .twitter-typeahead {
        margin: 0;
    }
}

.carrers-header .search-wrapper .career-drop-down .career-jpbs input {
    margin: 0;
    padding: 0;
    text-indent: 10px;
    width: 100%;
}

.carrers-header .search-wrapper .career-drop-down .experience {
    position: relative;
    width: 33.333%;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down .experience {
        margin-bottom: 20px;
        width: 85%;
    }
}

.carrers-header .search-wrapper .career-drop-down .experience .typesof {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
    display: flex;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 56px;
    justify-content: space-between;
    line-height: 24px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .carrers-header .search-wrapper .career-drop-down .experience .typesof {
        border: none;
        height: 40px;
        margin: 8px 0;
        padding: 0 12px;
    }
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down .experience .typesof {
        margin: 0;
    }
}

.carrers-header .search-wrapper .career-drop-down .search {
    background: #006ad0;
    border: 1px solid #006ad0;
    height: 56px;
    margin: 0;
    width: 56px;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .career-drop-down .search {
        width: 15%;
    }
}

.carrers-header .search-wrapper .jon-essentials.vacancies-alerts {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 25%;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .jon-essentials.vacancies-alerts {
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
    }
}

.carrers-header .search-wrapper .jon-essentials.vacancies-alerts .job-resume {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 40px 10px;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .jon-essentials.vacancies-alerts .job-resume {
        margin: 10px 0;
        width: 100%;
    }
}

.carrers-header .search-wrapper .jon-essentials.vacancies-alerts .job-resume a {
    border: 1px solid #006ad0;
    border-radius: 100px;
    color: #006ad0;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.carrers-header .search-wrapper .jon-essentials.vacancies-alerts .job-alert {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 40px 10px;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .jon-essentials.vacancies-alerts .job-alert {
        margin: 10px 0;
        width: 100%;
    }
}

.carrers-header .search-wrapper .jon-essentials.vacancies-alerts .job-alert a {
    border: 1px solid #006ad0;
    border-radius: 100px;
    color: #006ad0;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.carrers-header .search-wrapper .detailsBoxWrapper .detailTitle {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer {
    background: rgba(0, 106, 208, 0.1);
    border: 1px solid #006ad0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    line-height: 27px;
    margin: 24px 0;
    padding: 30px 24px;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer .postPlace {
        padding-left: 35px;
    }
}

.carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer .postPlace span:before {
    content: url(https://cdnprod.bajajauto.com/-/media/Feature/BajajAuto/Dealer-Locator/Dealer-Locator.ashx);
    height: 18px;
    margin-left: -35px;
    margin-top: -6px;
    position: absolute;
    width: 14px;
}

@media only screen and (max-width: 769px) {
    .carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer {
        flex-direction: column;
    }

    .carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer .jp-box {
        padding-bottom: 24px;
    }

    .carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer .knowMoreBtn {
        display: flex;
    }

    .carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer .knowMoreBtn a {
        text-align: center;
        width: 100%;
    }
}

.carrers-header .search-wrapper .detailsBoxWrapper .jobWrapper .jobContainer a {
    background: #006ad0;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px;
}

#drop-resume .modal-content {
    background-color: #fff !important;
}

#drop-resume .modal-content .modal-header {
    border-bottom: unset;
    height: 0;
    padding: 0 15px;
}

#drop-resume .modal-content .modal-header a {
    background: none;
    border: none;
    color: #000;
    position: relative;
    text-align: right;
    z-index: 1;
}

#drop-resume .modal-content .drop-resume {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}

#drop-resume .modal-content .drop-resume-rule {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
}

#drop-resume .modal-content .modal-body {
    max-height: 80vh;
    overflow-y: auto;
    padding: 24px !important;
}

#drop-resume .modal-content .modal-body .modalHeader {
    padding-bottom: 20px;
}

#drop-resume .modal-content .modal-body input[type="file"] {
    display: none;
}

#drop-resume .modal-content .modal-body .custom-file-upload {
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    display: flex;
    font-family: Poppins;
    font-size: 16px;
    justify-content: space-between;
    padding: 6px 12px;
}

#drop-resume .modal-content .modal-body .custom-file-upload span {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}

#drop-resume .modal-content .modal-body .requiredField {
    color: red;
    font-size: 10px;
}

#drop-resume .modal-content .modal-body .formDetails {
    display: flex;
    flex-wrap: wrap;
}

#drop-resume .modal-content .modal-body .formDetails .form-field {
    padding-bottom: 20px;
}

#drop-resume .modal-content .modal-body .formDetails .form-field input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    height: 59px;
    line-height: 27px;
    outline: none;
    text-indent: 15px;
    width: 100%;
}

#drop-resume .modal-content .modal-body .formDetails .form-field:first-of-type {
    margin-right: 10px;
}

#drop-resume .modal-content .modal-body .formDetails .form-field:nth-child(2) {
    width: calc(50% - 10px);
}

#drop-resume .modal-content .modal-body .formDetails .form-field:nth-child(3),
#drop-resume .modal-content .modal-body .formDetails .form-field:nth-child(4),
#drop-resume .modal-content .modal-body .formDetails .form-field:nth-child(5) {
    width: 100%;
}

#drop-resume .modal-content .modal-body .formDetails .userBox {
    position: relative;
    width: 100%;
}

#drop-resume .modal-content .modal-body .formDetails .userBox .upload-resume {
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    width: 100%;
}

#drop-resume .modal-content .modal-body .formDetails .userBox .upload-resume .browseFile {
    order: 3;
    padding-bottom: 24px;
}

#drop-resume .modal-content .modal-body .formDetails .userBox .upload-resume .linkfile,
#drop-resume .modal-content .modal-body .formDetails .userBox .upload-resume .normalTxt {
    color: #000;
    display: contents;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    order: 1;
    padding-bottom: 10px;
}

#drop-resume .modal-content .modal-body .formDetails .userBox .upload-resume .max-size {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    padding-bottom: 24px;
}

#drop-resume .modal-content .modal-body .formDetails .userBox .upload-resume .filePath {
    order: 4;
    padding-bottom: 24px;
}

#drop-resume .modal-content .modal-body .formDetails .opt-sec .intField .otpField #codeInput {
    display: flex;
}

#drop-resume .modal-content .modal-body .formDetails .opt-sec .intField .otpField #codeInput input {
    margin-bottom: 0;
    margin-left: 5px;
}

#drop-resume .modal-content .modal-body .formDetails .opt-sec .intField .otpField #codeInput input:last-of-type {
    margin-right: 0;
}

#drop-resume .modal-content .modal-body .formDetails .opt-sec .intField a {
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    text-align: right;
    text-decoration: underline;
    width: auto;
}

#drop-resume .modal-content .modal-body .formDetails .otpmsg {
    display: none;
}

#drop-resume .modal-content .modal-body .formDetails .otpmsg p {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

#drop-resume .modal-content .modal-body .formDetails .sbmt-btn {
    margin: 24px 0;
    width: 100%;
}

#drop-resume .modal-content .modal-body .formDetails .sbmt-btn button {
    background: #006ad0;
    border: 1px solid #006ad0;
    border-radius: 100px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

#drop-resume .thanksMsg {
    color: green;
    display: none;
    justify-content: center;
    text-align: center;
}

#create-alert .form-wrapper .jobCategoryAlert.locationSearchBox .typesof #spn_jobCategory {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

#create-alert .modal-content {
    background-color: #fff !important;
}

#create-alert .modal-content .modal-header {
    border-bottom: unset;
    height: 0;
    padding: 0 15px;
}

#create-alert .modal-content .modal-header a {
    background: none;
    border: none;
    color: #000;
    position: relative;
    text-align: right;
    z-index: 1;
}

#create-alert .modal-content .modal-body {
    max-height: 90vh;
    overflow: auto;
    padding: 24px !important;
}

#create-alert .modal-content .modal-body .modalHeader {
    padding-bottom: 20px;
}

#create-alert .modal-content .modal-body .create-alert-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}

#create-alert .modal-content .modal-body .alert-Wrapper .form-field .requiredField {
    color: red;
    font-size: 10px;
}

#create-alert .modal-content .modal-body .alert-Wrapper .form-field input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    height: 59px;
    line-height: 27px;
    margin-bottom: 20px;
    outline: none;
    text-indent: 15px;
    width: 100%;
}

#create-alert .modal-content .modal-body .alert-Wrapper .jobCategoryAlert {
    display: flex;
    flex-direction: column;
}

#create-alert .modal-content .modal-body .alert-Wrapper .jobCategoryAlert .typesof {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    height: 66px;
    justify-content: space-between;
    line-height: 27px;
    margin-bottom: 20px;
    outline: none;
    padding-top: 16px;
    text-indent: 15px;
    width: 100%;
}

#create-alert .modal-content .modal-body .alert-Wrapper .jobCategoryAlert .typesof:after {
    bottom: 34px;
    content: "⌄";
    font-size: 25px;
    position: relative;
    right: 10px;
}

#create-alert .modal-content .modal-body .alert-Wrapper .jobCategoryAlert .mainJobs .j-box input,
#create-alert .modal-content .modal-body .alert-Wrapper .jobCategoryAlert .mainJobs .j-box label {
    margin-right: 10px;
}

#create-alert .modal-content .modal-body .alert-Wrapper .sbmt-btn {
    margin: 24px 0;
    width: 100%;
}

#create-alert .modal-content .modal-body .alert-Wrapper .sbmt-btn button {
    background: #006ad0;
    border: 1px solid #006ad0;
    border-radius: 100px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

#create-alert .alertThanksMsg {
    color: green;
    display: none;
    justify-content: center;
    text-align: center;
}

.noDisplay {
    display: none;
}

.carrers-header .search-wrapper .career-drop-down .mainJobs {
    top: 56px !important;
}

.carrers-header .search-wrapper .career-drop-down .experience .mainJobs {
    top: 56px !important;
    width: 300px;
}

@media only screen and (max-width: 768px) {
    .carrers-header .search-wrapper .career-drop-down .experience .mainJobs {
        top: 208px !important;
    }
}

#fl_resume_file,
.filePath {
    display: none;
}

.careersWrapper .asm-Container .applicationFormContainer .formDetails .userBox .upload-resume .max-size {
    order: unset;
}

.custom-file-upload {
    background: #fff !important;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    display: flex;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    height: 59px;
    justify-content: space-between;
    padding: 14px 12px;
}

.custom-file-upload span {
    color: #006ad0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}

#ourPresence-Map {
    font-family: Poppins;
    height: 576px;
    width: 100%;
}

#ourPresence-Map .gm-style .gm-style-iw-t:after {
    top: 20px;
}

#ourPresence-Map .gm-ui-hover-effect {
    opacity: 1 !important;
    right: -3px;
    top: -3px;
}

#ourPresence-Map .gm-ui-hover-effect img {
    max-width: none;
}

#ourPresence-Map .map-info-cont {
    min-height: 40px;
    width: 200px;
}

#ourPresence-Map .gm-style-iw {
    border-radius: 5px;
    box-shadow: 0 1px 6px hsla(0, 0%, 70%, 0.6);
    color: #000 !important;
    text-align: center;
}

#ourPresence-Map .gm-style-iw,
#ourPresence-Map button:focus {
    outline: 0;
}

#ourPresence-Map .position-map-zoom-icns {
    bottom: 20px !important;
    right: 10px !important;
}

#ourPresence-Map .map-plus-icn {
    background-color: #006ad0;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: center;
    vertical-align: top;
}

#ourPresence-Map .map-plus-icn div.map-plus-txt {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    height: 32px;
    line-height: 15px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}

#ourPresence-Map .map-minus-icn {
    background-color: #75aadd;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: center;
    vertical-align: top;
}

#ourPresence-Map .map-minus-icn div.map-minus-txt {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    height: 32px;
    line-height: 15px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}

@media screen and (max-width: 768px) {
    #ourPresence-Map {
        height: 150px !important;
    }
}

#ourPresence-Map .gm-style-iw-t {
    bottom: 50px !important;
}

.colours-price span {
    color: #000;
}

.colours-price a,
.colours-price span {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 9px;
}

.colours-price a {
    color: #006ad0;
    display: inline-block;
    margin-left: 5px;
    text-decoration-line: underline;
}

.color-list .colors-option {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 769px) {
    .color-list .colors-option {
        margin-bottom: 0;
    }

    .section-360 {
        margin-bottom: 0 !important;
    }
}

.section-360 .list1 {
    flex-direction: column;
    float: none;
    margin: 0 auto;
    padding: 1.1em 0;
    width: 463px;
}

@media only screen and (max-width: 769px) {
    .section-360 .list1 {
        width: 100%;
    }
}

.available-wrapper {
    align-items: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.available-wrapper .available-text {
    padding-right: 25px;
}

@media only screen and (max-width: 769px) {
    .available-wrapper .available-text {
        padding-right: 0;
    }
}

.available-wrapper .input-radio {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .available-wrapper .input-radio {
        padding-right: 25px;
    }
}

.available-wrapper .input-radio label {
    color: #494949;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 15px 0 5px;
}

.available-wrapper .colors-tagline {
    color: #494949;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.seat {
    align-items: center;
    background: #006ad0;
    display: flex;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    height: 56px;
    justify-content: center;
    line-height: 36px;
    width: 231.5px;
}

.single {
    border-top-left-radius: 16px;
}

.single,
.split {
    background: rgba(0, 106, 208, 0.1);
    color: #006ad0;
}

.split {
    border-top-right-radius: 16px;
}

.single.activeTabs,
.split.activeTabs {
    background: #006ad0;
    color: #fff;
}

.seat-tab {
    display: flex;
}

.colour-picker .available-wrapper .available-text {
    width: 100%;
}

.colour-picker .available-wrapper .color-list {
    flex-direction: column;
}

.colour-picker .available-wrapper .color-list .exteriorColorPallet {
    padding-left: 0 !important;
}

body {
    overflow-x: hidden;
}

.bajautoHome .deskOnly {
    display: block !important;
    height: auto !important;
}

.bajautoHome .mobOnly {
    display: none !important;
    height: auto !important;
}

.bajautoHome img {
    max-width: 100%;
}

.bajautoHome .bike-thumb {
    width: 80%;
}

.back_results,
.bajautoHome a {
    cursor: pointer;
}

.back_results {
    color: #006ad0;
    display: inline-block;
    padding: 8px 15px 0;
    position: relative;
}

.back_results:after {
    background: url(../png/back-icon.png) no-repeat;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 50px;
}

.allBikesTab .container,
.offerBox .container {
    margin: 0 auto;
    max-width: 90%;
}

.allBikesTab .figure {
    margin: 0;
    padding: 0;
}

.bajajShowroom img,
.bajautoHome .bannerWrapper img {
    width: 100%;
}

.allBikesTab {
    margin: 70px 0 0;
    text-align: center;
    width: 100%;
}

.allBikesTab .allBikesType {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.allBikesTab .allBikesType li {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 18px;
    justify-content: center;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase;
}

.allBikesTab .allBikesType li.active {
    color: #006ad0;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 18px;
}

.allBikesTab .allBikesType li.active:before {
    background-color: #006ad0;
    bottom: -11px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.allBikesTab .tabInner {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.allBikesTab .tabdetail {
    display: none;
}

.allBikesTab .tabdetailin {
    padding-bottom: 9px;
    text-align: center;
    width: 100%;
}

.allBikesTab .tabdetailinWrap {
    display: flex;
    justify-content: center;
}

.allBikesTab .tabdetailinWrap p {
    color: #000;
    cursor: pointer;
    font-family: DIN_Next_LT_Pro_Medium;
    font-size: 18px;
    margin: 0 10px;
    padding: 12px 15px 3px;
    position: relative;
}

.allBikesTab .tabdetailinWrap p.active {
    color: #006ad0;
}

.allBikesTab .tabdetailinWrap p.active:before {
    background-color: #006ad0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.allBikesTab .tabSubdetail {
    display: none;
    margin-top: 0;
}

.allBikesTab.fixed #pulsar {
    padding-top: 93px;
}

#maximaX .pulserLogo img {
    max-width: 210px !important;
}

.allBikesTab .bikeDetailW {
    background: #f6f6f6;
    box-shadow: inset -113px 172px 33px -133px #eee;
    -webkit-box-shadow: inset -113px 172px 33px -133px #eee;
    -moz-box-shadow: inset -113px 172px 33px -133px #eee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
}

.allBikesTab .bikeDetailW ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 20px;
}

.allBikesTab .bikeDetailW ul li {
    background: linear-gradient(180deg, #fff, #fff 10%, #f7f7f7 70%, #f6f6f6);
    border-radius: 2px;
    border-top: 2px solid transparent;
    margin-bottom: 40px;
    margin-right: 13px;
    padding: 18px 30px;
    position: relative;
    transition: all 0.3s linear;
    width: 24%;
}

.allBikesTab .bikeDetailW ul li span {
    display: block;
    font-family: DIN_Next_LT_Pro_Medium;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.allBikesTab .bikeDetailW ul li abbr {
    color: #666;
    display: block;
    font-size: 16px;
    min-height: 60px;
    padding-right: 32px;
    text-transform: capitalize;
}

.allBikesTab .bikeDetailW ul li p,
.allBikesTab .bikeDetailW ul li p > span {
    color: #000;
    display: block;
    display: flex;
    font-family: proxima_novaregular;
    font-size: 14px;
    font-weight: 400;
}

.allBikesTab .bikeDetailW ul li p > span {
    padding-left: 3px;
}

.allBikesTab .bikeDetailW ul li .bikeBook {
    margin-top: 16px;
}

.allBikesTab .bikeDetailW ul li p {
    pointer-events: none;
}

.allBikesTab .bikeDetailW ul li .bikeBook a {
    background: url(../png/bs-select-arrow.png) no-repeat 0;
    color: #006ad0;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 14px;
    margin-right: 14px;
    padding-left: 14px;
    position: relative;
    text-transform: uppercase;
}

.allBikesTab .bikeDetailW ul li:after,
.allBikesTab .bikeDetailW ul li:before {
    background: linear-gradient(180deg, #006ad0, #006ad0 10%, #f7f7f7 70%, #f6f6f6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s linear;
    width: 2px;
}

.allBikesTab .bikeDetailW ul li:after {
    left: auto;
    right: 0;
}

.allBikesTab .bikeDetailW ul li:hover {
    border-color: #006ad0;
    transition: all 0.3s linear;
}

.allBikesTab .bikeDetailW ul li:hover:after,
.allBikesTab .bikeDetailW ul li:hover:before {
    opacity: 1;
    transition: all 0.3s linear;
}

.allBikesTab .bikeDetailW ul li .bike-thumb {
    margin: 0 auto;
    transition: all 0.3s linear;
}

.allBikesTab .bikeDetailW ul li:hover .bike-thumb {
    transform: translateY(-10px);
    transition: all 0.3s linear;
}

.allBikesTab .bikeDetailW ul li .pulserLogo img {
    height: auto;
    margin-left: 0;
    max-width: 135px;
}

.allBikesTab #avenger .bikeDetailW ul li .pulserLogo img {
    max-width: 170px;
}

.allBikesTab #ct .bikeDetailW ul li .pulserLogo img {
    max-width: 90px;
}

.allBikesTab .bikeDetailW ul li .bikeBook a:before {
    background-color: #c5daee;
    bottom: -5px;
    content: "";
    height: 2px;
    left: -3px;
    position: absolute;
    width: 104%;
}

.allBikesTab .bikeDetailW ul li .bikeLogo {
    position: absolute;
    right: 10px;
    top: 0;
}

.bajajButton {
    text-align: center;
}

.bajajButton a {
    border-radius: 2px;
    color: #006ad0;
    display: inline-block;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: normal;
    padding: 13px 49px 11px;
    position: relative;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.bajajButton a:after {
    background: #006ad0;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: 1;
    z-index: -1;
}

.bajajButton a:hover {
    color: #fff;
}

.bajajButton a:hover:after {
    color: #fff;
    width: 100%;
}

.pusardButton a {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pusardButton a.pusardTrans:hover {
    background-color: #006ad0;
    border: 2px solid #006ad0;
    border-radius: 3px;
}

.pusardButton a.pusardColor:hover {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #006ad0;
}

.pusardButton a.pusardColor:hover:after {
    background-color: transparent;
}

.pusardButton.bajajButton {
    margin: 0;
    padding: 0;
}

.bikeAllDetail .pusardButton a.pusardTrans:hover {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #006ad0;
}

.bikeAllDetail .pusardButton a.pusardColor:hover {
    background-color: #006ad0;
    border: 2px solid #3388d9;
    border-radius: 3px;
    color: #fff;
}

.bikeAllDetail .pusardButton a.pusardTrans:after {
    background-color: #fff;
}

.bikeAllDetail .pusardButton a.pusardTrans:hover:after {
    color: #006ad0;
}

.allBikesTab .bikeDetailW ul li .pulserLogo {
    margin-bottom: 4px;
}

.allBikesTab .bikeDetailW ul li abbr > em {
    color: #666;
    display: block;
    font-size: 12px;
    font-style: normal;
    padding-top: 2px;
    width: 100%;
}

.allBikesTab .bikeDetailW ul li .bikeAllOffer {
    align-items: center;
    background: linear-gradient(270deg, hsla(52, 79%, 85%, 0), #f7efba 50%, #f7efba);
    border-radius: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    bottom: 84px;
    display: flex;
    left: 20px;
    padding: 7px 10px 4px;
    position: absolute;
    width: 66%;
}

.allBikesTab .bikeDetailW ul li .bikeAllOffer .bikeAllOfferIn {
    margin-left: 6px;
}

.allBikesTab .bikeDetailW ul li .bikeAllOffer span {
    color: #b11814;
    font-family: proxima_novabold;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
}

.allBikesTab .bikeDetailW ul li .bikeAllOffer p {
    color: #b11814;
    font-size: 10px;
    line-height: normal;
}

.allBikesTab .bikeDetailW ul li .bikeAllOffer.bestSeller {
    background: #005bff;
    background: linear-gradient(270deg, rgba(255, 214, 225, 0), #ccd6e1 50%, #ccd6e1);
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    height: 38px;
    padding: 7px 10px 4px;
}

.allBikesTab .bikeDetailW ul li.bestSellerWrap {
    background: linear-gradient(215deg, #e2e8ee, #f6f6f6 50%, #f6f6f6 70%, #f6f6f6);
}

.allBikesTab .bikeDetailW ul li.bikeOfferWrap {
    background: linear-gradient(
        to left bottom,
        #fffce6,
        rgba(255, 252, 230, 0.6) 5%,
        rgba(255, 252, 230, 0) 70%,
        rgba(255, 252, 230, 0) 90%,
        rgba(255, 252, 230, 0)
    );
}

.allBikesTab .bikeDetailW ul li .bikeAllOffer.bestSeller p,
.allBikesTab .bikeDetailW ul li .bikeAllOffer.bestSeller span {
    color: #292b2c;
}

.offerBox {
    padding: 90px 0;
    text-align: center;
    width: 100%;
}

.offerBox img {
    margin: 0 auto;
}

.offerBox .offerSlider img {
    width: 100%;
}

.offerBox h3 {
    color: #000;
    font-size: 35px;
    font-weight: 900;
    margin: 4px 0 28px;
    text-transform: uppercase;
}

.offerBox ul li {
    position: relative;
}

.offerBox ul li .availbleNow {
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.offerBox ul li .availbleNow a {
    background-color: #c33;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0.8em;
    padding: 12px 30px 8px;
    text-align: center;
    text-transform: uppercase;
}

.offerBox ul li .availbleNow a:hover {
    background-color: #ee3035;
}

.offerBox .slick-dots li button,
.offerBox .slick-prev:before,
.slick-next:before {
    display: none;
}

.offerBox .slick-dots li {
    background-color: #b2b2b2;
    border-radius: 20px;
    height: 6px;
    margin: 0 10px;
    width: 6px;
}

.offerBox .slick-dots li.slick-active {
    background-color: #0069cd;
}

.offerBox .slick-dots {
    bottom: -5px;
    left: 50%;
    position: relative;
    right: 15px;
    transform: translateX(-50%);
    width: auto;
}

.offerBox .slick-slide {
    height: auto !important;
}

.offerBox .slick-list {
    width: 100%;
}

.offerBox .slick-list,
.offerBox .slick-slide,
.offerBox .slick-slide:focus,
.slick-slide a {
    outline: none !important;
}

.offerBox .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.locate_dealer .search_box {
    align-items: center;
    background: #fff;
    border: 1px solid #efeeed;
    border-bottom: 0;
    border-radius: 4px;
    box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    height: 65px;
    justify-content: flex-end;
    margin: 16px auto 0;
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.locate_dealer .location_icon {
    background: url(../png/map_icon.png) no-repeat 50%;
    height: 19px;
    width: 20px;
}

.locate_dealer .search_icon {
    background: url(../png/search_icon.png) no-repeat 50%;
    height: 29px;
    width: 29px;
}

.locate_dealer .search_box input {
    border: none;
    color: #454444;
    padding: 25px 20px;
    width: calc(100% - 110px);
}

.locate_dealer .search_box input:-ms-input-placeholder {
    color: #ccc;
}

.locate_dealer .search_box input:-moz-placeholder {
    color: #ccc;
}

.locate_dealer .search_box input::-webkit-input-placeholder {
    color: #ccc;
}

.locate_dealer .search_box input::placeholder {
    color: #ccc;
}

.search_box span {
    margin: 0 5px;
}

.locate_dealer .map_content {
    align-items: flex-start;
    background: #f5f5f4;
    box-shadow: 0 15px 20px 0 #dcd8d8;
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px;
}

.locate_dealer .map_details {
    padding: 50px 10px 50px 40px;
    width: 30%;
}

.locate_dealer .nicescroll-rails,
.locate_dealer .nicescroll-rails > div {
    width: 3px !important;
}

.locate_dealer .map_details_all {
    max-height: 350px;
    padding-right: 30px;
}

.locate_dealer .map_details_all .dealerData {
    margin-bottom: 48px;
}

.locate_dealer .map {
    display: flex;
    height: 100%;
    width: 67%;
}

.locate_dealer .map #map-canvas {
    width: 100%;
}

.locate_dealer .detail_head span {
    font-family: proxima_novaextrabold;
}

.locate_dealer .detail_head p {
    color: #000;
    font-family: DIN_Next_LT_Pro_Medium;
    font-size: 16px;
    text-transform: uppercase;
}

.locate_dealer .detail_head span {
    color: #000;
    display: block;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 24px;
}

.locate_dealer .map_data {
    margin: 6px 0 8px;
    padding: 5px 0;
}

.locate_dealer .map_data > h6 {
    color: #006ad0;
    font-family: proxima_novaextrabold;
    font-size: 18px;
}

.locate_dealer .map_data p {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    padding: 1px 0 5px;
}

.locate_dealer .address_options li {
    color: #000;
    font-size: 14px;
    padding: 8px 0 8px 30px;
}

.locate_dealer .tel_icon {
    background: url(../png/call_icon.png) no-repeat 0;
}

.locate_dealer .email_icon {
    background: url(../png/mail_icon.png) no-repeat 0;
}

.locate_dealer .view_map_icon {
    background: url(../png/map_locate_icon.png) no-repeat 0;
}

.locate_dealer .book_ride_btn {
    border: 1px solid #c4d9ed;
    border-radius: 2px;
    color: #006ad0;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 34px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s linear;
    z-index: 2;
}

.locate_dealer .book_ride_btn:after {
    background: #006ad0;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: 1;
    z-index: -1;
}

.locate_dealer .book_ride_btn:hover {
    border-radius: 4px;
    color: #fff;
}

.locate_dealer .book_ride_btn:hover:after {
    background-color: #006ad0;
    color: #fff;
    width: 100%;
}

.locate_dealer li.view_map_icon {
    font-family: Poppins;
}

@media screen and (min-width: 990px) and (max-width: 1220px) {
    .locate_dealer li.view_map_icon {
        display: flex;
    }
}

.locate_dealer .address_options li span {
    background: url(../png/share.png) no-repeat 0;
    background-size: contain;
    color: #006ad0;
    cursor: pointer;
    font-family: Poppins;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.locate_dealer .selectBox.w50 {
    align-items: center;
    display: inline-block;
    justify-content: center;
    padding: 0 20px;
    width: 49%;
    border-left: 1px solid #e5e5e5;
}

.locate_dealer .selectBox.w50 select {
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    overflow: hidden !important;
    text-overflow: clip;
    white-space: nowrap;
}

.locate_dealer .selectBox.w50:last-child {
    border-right: none;
}

.locate_dealer .selectBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../png/select-arrow.png) no-repeat scroll 96%;
    border: 0;
    border-right: 1px #000;
    color: #333;
    font-family: proxima_novaregular;
    font-size: 18px;
    height: 34px;
    padding: 0 30px 0 18px;
}

.locate_dealer .selectBox select::-ms-expand {
    display: none;
}

.locate_dealer .col-w20 {
    display: flex;
    height: 41px;
    align-items: center;
   
}

.locate_dealer .col-w20 .form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #e5e5e5;
}

.locate_dealer .col-w20 .form-box icon {
    margin-right: -35px;
}

.locate_dealer .col-w20 .form-box select-box dealer-f {
    height: 44px; 
}

.locate_dealer .search_box input {
    align-items: center;
    color: #333;
    display: flex;
    font-family: proxima_novaregular;
    font-size: 18px;
    height: 100%;
    margin-left: 10px;
    padding-left: 24px;
    vertical-align: middle;
}

#fld_bike_city{
    height: 30px;
    margin-left: -33px;
    padding-left: 10px;  
    width: 140% !important;
}

.locate_dealer .search_box input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    outline: 0;
}

.locate_dealer .search_box input[type="text"]::-webkit-input-placeholder {
    color: #333;
}

.locate_dealer .search_box input[type="text"]::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.locate_dealer .search_box input[type="text"]:-ms-input-placeholder {
    color: #333;
}

.locate_dealer .search_box input[type="text"]:-moz-placeholder {
    color: #333;
}

.locate_dealer .search_box label {
    color: #666;
    display: block;
    font-size: 12px;
    width: 100%;
}

.locate_dealer .search_icon_Box {
    background-color: #006ad0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 70px;
}

.locate_dealer .location_icon_Box,
.locate_dealer .search_icon_Box {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.locate_dealer .location_icon_Box {
    margin-right: 10px;
    width: 8%;
}

.locate_dealer .location_icon_Box a {
    border: 1px solid #efeeed;
    border-radius: 50%;
    padding: 18px;
}

.map_content {
    position: relative;
}

.locate_dealer .mapPopup {
    background-color: #fff;
    border-radius: 4px;
    left: 12%;
    padding: 26px;
    position: static;
    top: 40px;
    width: 360px;
}

.gm-ui-hover-effect {
    opacity: 0 !important;
}

.locate_dealer .mapPopup span {
    color: #000;
    font-family: proxima_novabold;
    font-size: 18px;
}

.locate_dealer .mapPopup p {
    color: #000;
    font-size: 14px;
}

.locate_dealer .mapPopup .mapCall {
    background: url(../png/call_icon.png) no-repeat 0;
    display: flex;
    margin: 14px 0 10px;
}

.locate_dealer .mapPopup a {
    color: #000;
    font-size: 14px;
    padding-left: 30px;
}

.locate_dealer .mapPopup .mapMail {
    background: url(../png/mail_icon.png) no-repeat 0;
}

.locate_dealer .mapPopup .mapClose {
    background: url(../png/map-close.png) no-repeat 0;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 12px;
}

.locate_dealer .mapPopup:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 0;
}

.bajajShowroom {
    position: relative;
    width: 100%;
}

.bajajShowroom .bsVisit {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
}

.bajajShowroom .bsDropDownMenu {
    bottom: 10px;
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 94%;
}

.bajajShowroom .bsDropDownMenu ul {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.bajajShowroom .bsVisit {
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    max-width: 360px;
}

.bajajShowroom .bsVisit .bsIcon {
    align-items: center;
    background-color: #006ad0;
    border-radius: 2px;
    display: flex;
    margin-right: 4px;
    padding: 10px 16px;
}

.bajajShowroom .bsVisit .bsDropDownMenu {
    text-align: left;
}

.bajajShowroom .bsVisit .bsDropDownMenu li {
    background-color: rgba(0, 69, 138, 0.9);
    background: rgba(0, 69, 138, 0.9) url(../png/bs-select-arrow.png) no-repeat 12%;
    border-bottom: 1px solid #006ad0;
    cursor: pointer;
    padding: 10px 10px 10px 27px;
}

.bajajShowroom .bsVisit .bsDropDownMenu li:last-child,
.bajajShowroom .bsVisit .bsDropDownMenu li:nth-child(4) {
    border: 0;
}

.bajajShowroom .bsDropDown > p {
    align-items: center;
    background-color: #000;
    background: #000 url(../png/e-select-down.png) no-repeat 86%;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 16px;
    height: 100%;
    letter-spacing: 2px;
    padding: 4px 70px 0 40px;
    text-align: center;
    text-transform: uppercase;
}

.bajajShowroom .bsVisit .bsDropDownMenu a {
    color: hsla(0, 0%, 100%, 0.9);
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 11px;
    padding-left: 20px;
    text-transform: uppercase;
}

.bajajShowroom .bsVisit .bsDropDownMenu li.bseshow {
    background-color: #00458a;
    background: #00458a url(../png/e-select-up.png) no-repeat 88% 58%;
    color: hsla(0, 0%, 100%, 0.7);
    font-family: DIN_Next_LT_Pro_Bold;
    letter-spacing: 2px;
    padding: 19px 28px 9px;
}

.bajajShowroom .bsVisit .bsDropDownMenu li.bseshow a {
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 14px;
    letter-spacing: 3px;
    padding-left: 4px;
}

.bajajShowroom .bsVisit .bsDropDownMenu li:last-child:before {
    display: none;
}

.bajajShowroom .bsVisit .bsDropDown {
    position: relative;
}

.bajajShowroom .bsHead {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px;
}

.bajajShowroom .bsHead h3 {
    font-size: 35px;
}

.bajajShowroom .bsHead h2,
.bajajShowroom .bsHead h3 {
    color: #fff;
    font-family: DIN_Next_LT_Pro_Bold;
    text-transform: uppercase;
}

.bajajShowroom .bsHead h2 {
    font-size: 50px;
    line-height: 36px;
}

.bajajShowroom .bsHead p {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 16px;
    margin-top: 6px;
}

.floating-label {
    position: relative;
}

.floating-label:after {
    background-color: #006ac4;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s linear;
    width: 0;
}

.floating-label.bajaj_data_in:after,
.floating-label:focus-within:after {
    width: 100%;
}

.floating-label.bajaj_data_in:after {
    background: transparent;
    border-bottom: 1px solid #bfbebe;
    height: 1px;
}

.floating-input,
.floating-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    display: block;
    font-size: 14px;
    height: 30px;
    padding: 4px;
    width: 100%;
}

.floating-input:focus,
.floating-select:focus {
    border-bottom: 2px solid #5264ae;
    outline: none;
}

.floating-label label {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 5px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.floating-input:focus ~ label,
.floating-label.bajaj_data_in label {
    top: -18px;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: -18px;
}

.floating-input:focus ~ .bar:after,
.floating-input:focus ~ .bar:before,
.floating-select:focus ~ .bar:after,
.floating-select:focus ~ .bar:before {
    width: 50%;
}

.floating-textarea {
    max-height: 260px;
    min-height: 30px;
    overflow: hidden;
    overflow-x: hidden;
}

.highlight {
    height: 50%;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    top: 15%;
    width: 100%;
}

.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.bjFiledWrap .errorMessage {
    bottom: 0;
    position: relative;
}

.bajautoHome .radio {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 30px;
    font-weight: 500;
}

.bajautoHome input[type="radio"] {
    display: none;
}

.bajautoHome .radio input:checked ~ .circle:after {
    opacity: 1;
}

.bajautoHome .dealer-form {
    position: relative;
}

.bajautoHome .dealer-form h2 {
    color: #000;
    font-size: 35px;
    font-weight: 900;
    margin: 4px 0 5px;
    text-align: center;
    text-transform: uppercase;
}

.bajautoHome .dealer-form p {
    margin-bottom: 40px;
    text-align: center;
}

.bajautoHome .dealer-form [type="radio"]:checked + label,
.dealer-form [type="radio"]:not(:checked) + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 26px;
}

.bajautoHome .dealer-form .fieldbox label {
    color: #000;
    display: inline;
    font-size: 1.1em;
    line-height: 100%;
}

.bajautoHome .dealer-form [type="radio"]:checked + label:before,
.dealer-form [type="radio"]:not(:checked) + label:before {
    background: #fff;
    border: 2px solid #06c;
    border-radius: 100%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 16px;
}

.bajautoHome .dealer-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bajautoHome .dealer-form [type="radio"]:checked + label:after,
.dealer-form [type="radio"]:not(:checked) + label:after {
    background: #06c;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 7px;
    position: absolute;
    top: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 6px;
}

.bajautoHome .dealer-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.bajautoHome .locate_head img {
    margin: 0 auto;
}

.bajautoHome .locate_head > h3 {
    color: #000;
    font-family: DIN_Next_LT_Pro_Bold;
    font-size: 35px;
    line-height: 38px;
    padding: 20px 0;
    text-align: center;
}

.bajautoHome .wrap_fields {
    align-items: center;
    display: flex;
    justify-content: center;
}

.bajautoHome .fieldbox {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 5px;
}

.bajautoHome .wrap_fields label {
    font-family: Poppins;
    font-size: 14px;
    padding-left: 4px;
}

.bajautoHome .locate_dealer .fieldbox {
    margin: 0 9px;
}

.bajautoHome .bajajForm .fieldbox {
    margin: 0 20px;
}

.bajautoHome .commentBox {
    bottom: 82px;
    font-size: 11px;
    margin-top: 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 2;
}

.bajautoHome .commentBox img {
    background-color: transparent;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.bajautoHome .scrollTop {
    background-color: rgba(179, 210, 241, 0.6);
    border-radius: 50%;
    bottom: 50px;
    cursor: pointer;
    display: none;
    font-size: 11px;
    height: 50px;
    margin-right: 16px;
    margin-top: 40px;
    position: fixed;
    right: 4px;
    text-align: center;
    width: 50px;
    z-index: 2;
}

.bajautoHome .scrollTop img {
    max-width: 24px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.bajautoHome .scrollTop img:hover {
    transform: scale(0.9);
}

.bajautoHome .scrollTop .scrollin {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.allBikesTab .bikeDetailW ul li .bikeAllOffer.bestSeller .bikeAllOfferIn {
    position: relative;
    top: 2px;
}

.map_content .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dce7f0;
    border-radius: 0;
    width: 3px;
}

.map_content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #006ad0;
    border-radius: 0;
    width: 3px;
}

.map_content .mCSB_scrollTools .mCSB_dragger {
    height: 100px !important;
}

.mapFrame {
    min-height: 480px;
    position: relative;
    width: 100%;
}

.mapFrame iframe {
    border: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.allBikesTab.fixed ul.allBikesType {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.allBikesTab.fixed .tabdetailin {
    background: #fff;
    -webkit-box-shadow: 0 15px 20px 0 #dcd8d8;
    -moz-box-shadow: 0 15px 20px 0 #dcd8d8;
    box-shadow: 0 15px 20px 0 #dcd8d8;
    left: 0;
    padding-bottom: 9px;
    position: fixed;
    text-align: center;
    top: 48px;
    width: 100%;
    z-index: 99;
}

.active {
    display: block;
}

.hide,
.share_pop {
    display: none;
}

.share_pop {
    align-items: center;
    background: #d8dada;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #67d4db;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: absolute;
    top: -50px;
    width: 120px;
}

.share_pop:after {
    border-color: #d8dada transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    height: 0;
    left: 10px;
    position: absolute;
    width: 0;
}

.share_pop a {
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    width: 20px;
}

.share_pop.active {
    display: flex;
}

.fb_pop {
    background: url(../png/fb_pop_icon.png);
}

.tw_pop {
    background: url(../png/tw_pop_icon.png);
}

.whatsapp_pop {
    background: url(../png/whatsapp_pop_icon.png);
}

.share_Popup {
    display: inline-block;
}

.bajajForm .bajajFormIn ul li .bfHeadCopy p,
.headerrtleft ul li a,
.locate_dealer .address_options li a,
.offerBox ul li .availbleNow a,
.share_Popup {
    position: relative;
}

.allBikesTab .allBikesType li:before,
.allBikesTab .tabdetailinWrap p:before,
.headerrtleft ul li a:before {
    background-color: #006ac4;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s linear;
    width: 0;
}

.allBikesTab .allBikesType li:hover:before,
.allBikesTab .tabdetailinWrap p:hover:before,
.headerleft a:hover:before,
.headerrtleft ul li a:hover:before {
    width: 100%;
}

.allBikesTab .allBikesType li:hover,
.allBikesTab .tabdetailinWrap p:hover,
.headerleft a:hover,
.headerrtleft ul li a:hover {
    color: #006ad0;
}

.allBikesTab .allBikesType li:before {
    bottom: -11px;
}

.allBikesTab .allBikesType li.active:before,
.allBikesTab .allBikesType li:hover:before {
    width: 99%;
}

.allBikesTab .bikeDetailW ul li .bikeBook a:after {
    background-color: #006ac4;
    bottom: -5px;
    content: "";
    height: 2px;
    left: -3px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s linear;
    width: 0;
}

.bajajForm .bajajFormIn ul li .bfHeadCopy p {
    border: 0;
}

.bajajForm .bajajFormIn ul li .bfHeadCopy p a {
    color: #fff;
}

.bajajForm .bajajFormIn ul li .bfHeadCopy p:before {
    background-color: #3388d9;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s linear;
    width: 100%;
}

.bajajForm .bajajFormIn ul li .bfHeadCopy p:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s linear;
    width: 0;
}

.allBikesTab .bikeDetailW ul li .bikeBook a:hover:after {
    width: 104%;
}

.bajajForm .bajajFormIn ul li .bfHeadCopy p:hover:after {
    width: 100%;
}

.offerBox ul li .availbleNow a {
    background-color: transparent;
}

.offerBox ul li .availbleNow a:before {
    background: #006ad0;
    border: 2px solid #006ad0;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.offerBox ul li .availbleNow a:after {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: 1;
    z-index: -1;
}

.offerBox ul li .availbleNow a:hover:after {
    background: #fff;
    border-color: #fff;
    width: 100%;
}

.offerBox ul li .availbleNow a:hover {
    background-color: transparent;
    color: #006ad0;
}

.offerBox ul li .availbleNow a.ktm-btn:before {
    background: #f60;
    border: 2px solid #f60;
}

.offerBox ul li .availbleNow a.ktm-btn:after {
    border: 2px solid transparent;
}

.offerBox ul li .availbleNow a.ktm-btn:hover {
    color: #000;
}

.offerBox ul li .availbleNow a.no-bg:before {
    background: transparent;
    border-color: #fff;
}

.offerBox ul li .availbleNow a.no-bg:after {
    background: transparent;
    border-color: transparent;
}

.offerBox ul li .availbleNow a.no-bg:hover:after {
    background: #006ad0;
    border-color: #006ad0;
}

.offerBox ul li .availbleNow a.no-bg:hover {
    color: #fff;
}

.offerBox ul li .availbleNow a.ktm-btnno-bg:before {
    background: transparent;
    border-color: #fff;
}

.offerBox ul li .availbleNow a.ktm-btnno-bg:after {
    background: transparent;
    border-color: transparent;
}

.offerBox ul li .availbleNow a.ktm-btnno-bg:hover:after {
    background: #f60;
    border-color: #f60;
}

.offerBox ul li .availbleNow a.ktm-btnno-bg:hover {
    color: #fff;
}

.locate_dealer .address_options li a:before,
.locate_dealer .address_options li span:before {
    background-color: #3388d9;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s linear;
    width: 0;
}

.locate_dealer .address_options li a:hover:before,
.locate_dealer .address_options li span:hover:before {
    width: 100%;
}

.locate_dealer .address_options li a:hover {
    color: #3388d9;
}

.bajautoHome .scrollTop {
    transition: all 0.3s linear;
}

.bajautoHome .scrollTop:hover {
    background-color: rgba(179, 210, 241, 0.9);
}

.bajajShowroom .bsDropDown > p {
    background-color: transparent;
    position: relative;
}

.bajajShowroom .bsDropDown > p:before {
    background: #000;
    width: 100%;
}

.bajajShowroom .bsDropDown > p:after,
.bajajShowroom .bsDropDown > p:before {
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    z-index: -1;
}

.bajajShowroom .bsDropDown > p:after {
    background: #006ad0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
}

.bajajShowroom .bsDropDown > p:hover:after {
    width: 100%;
}

.bajajShowroom .bsDropDown > p:hover {
    background-color: transparent;
}

.allBikesTab .bajajButton {
    display: none;
}

.e-showroom-overlay {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.e-showroom-overlay.active {
    display: block;
}

#formEnuery .thanks-screen {
    background: transparent;
    padding: 3em 0 5em;
    position: static;
    text-align: center;
    width: 100%;
}

#formEnuery .thanks-container .thanks-main {
    height: auto;
}

#formEnuery .thanks-thumb img {
    display: inline-block;
    padding-bottom: 1.5em;
}

#formEnuery .thank-text {
    font-size: 3em;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}

#formEnuery .thanks-container .thanks-main p {
    font-size: 1.3em;
    line-height: 140%;
}

.thank-bold {
    font-weight: 700;
    text-transform: uppercase;
}

#scrollable-dropdown-menu .tt-hint {
    color: #fff;
    height: 85%;
    top: -13px !important;
    width: 94%;
}

#scrollable-dropdown-menu .tt-menu {
    background: #fff;
    border: 1px solid #767676;
    font-size: 14px;
    left: 11px !important;
    margin-top: 18px;
    min-width: 175px;
    padding: 8px 13px;
    width: 100%;
}

#scrollable-dropdown-menu .tt-menu .tt-suggestion {
    cursor: pointer;
    line-height: 150%;
}

.locate_dealer .map_data h6 {
    cursor: pointer;
}

#scrollable-dropdown-menu {
    float: left;
    width: 49%;
}

.twitter-typeahead {
    width: 95%;
}

.ex-showroom {
    background: #efefef;
    color: #000;
    font-size: 15px;
    padding: 21px 49px 0;
    position: relative;
    text-align: right;
    top: 25px;
    width: 100%;
}

.ex-showroom .ex-showsub {
    margin: 0 auto;
    max-width: 90%;
}

.ex-showroom .ex-showsub .chnage-city {
    margin-left: 0;
}

.ex-showroom .ex-showsub .chnage-city a {
    color: #006ad0;
    text-decoration: underline;
}

.e-showroom-new-layout .bsHead {
    z-index: 9;
}

.e-showroom-new-layout .container {
    margin: 0 auto;
    max-width: 90%;
}

.e-showroom-new-layout .container .eshowroom-bg {
    height: 680px;
    object-fit: cover;
    object-position: bottom;
}

.e-showroom-new-layout .container .col-sm-12 {
    position: relative;
}

.e-showroom-new-layout h2,
.e-showroom-new-layout h3,
.e-showroom-new-layout p {
    color: #000 !important;
}

.e-showroom-new-layout p {
    opacity: 0.6;
}

.e-showroom-new-layout .bajaj-set-prod {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.e-showroom-new-layout .bajaj-set-prod img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    width: auto;
}

.e-showroom-new-layout .bajaj-set-prod li:first-child .bajaj-img-text-div-n img,
.e-showroom-new-layout .bajaj-set-prod li:nth-child(2) .bajaj-img-text-div-n img,
.e-showroom-new-layout .bajaj-set-prod li:nth-child(3) .bajaj-img-text-div-n img {
    transform: translate(-5px);
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(4) .bajaj-img-text-div-n img,
.e-showroom-new-layout .bajaj-set-prod li:nth-child(5) .bajaj-img-text-div-n img {
    transform: translate(5px);
}

.e-showroom-new-layout .bajaj-set-prod li:hover .bajaj-img-text-div-n img {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}

.e-showroom-new-layout .bajaj-set-prod li {
    bottom: 0;
    position: absolute;
}

.e-showroom-new-layout .bajaj-set-prod li:first-child {
    bottom: 85px;
    left: 95px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(2) {
    bottom: 140px;
    left: 440px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(3) {
    bottom: 186px;
    left: -20px;
    margin: 0 auto;
    right: 0;
    width: 189px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(4) {
    bottom: 170px;
    left: auto;
    right: 450px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(5) {
    bottom: 135px;
    left: auto;
    right: 80px;
}

.e-showroom-new-layout .bajaj-set-prod li a img {
    max-width: 100%;
    width: auto;
}

.e-showroom-new-layout .bajaj-set-prod li a .arrow-n {
    fill: #006ad0;
    height: 10px;
    transition: all 0.3s ease-in-out;
    width: 10px;
}

.e-showroom-new-layout .bajaj-set-prod li a {
    align-items: center;
    border-radius: 4px;
    bottom: 0;
    color: #006ad0;
    display: flex;
    font-size: 14px;
    justify-content: flex-start;
    line-height: 14px;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    right: 5px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    z-index: 1;
}

.e-showroom-new-layout .bajaj-set-prod li:first-child a {
    bottom: 50px;
    right: -20px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(2) a {
    bottom: 35px;
    right: -20px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(3) a {
    bottom: 15px;
    right: -20px;
}

.e-showroom-new-layout .bajaj-set-prod li:first-child:hover a,
.e-showroom-new-layout .bajaj-set-prod li:nth-child(2):hover a,
.e-showroom-new-layout .bajaj-set-prod li:nth-child(3):hover a {
    right: -100px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(4) a {
    bottom: -7px;
    right: 37px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(4):hover a {
    right: -38px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(5) a {
    bottom: 0;
    right: 110px;
}

.e-showroom-new-layout .bajaj-set-prod li:nth-child(5):hover a {
    right: 25px;
}

.e-showroom-new-layout .bajaj-set-prod li:hover a {
    background: #006ad0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    right: -75px;
    transition: all 0.3s ease-in-out;
}

.e-showroom-new-layout .bajaj-set-prod li:hover a .arrow-n {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.e-showroom-new-layout .bajaj-set-prod li a span {
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    margin-left: 5px;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: 0;
}

.e-showroom-new-layout .bajaj-set-prod li:hover a span {
    transition: all 0.3s ease-in-out;
    width: 55px;
}

#scrolly-side .scrolly article .right-section p.select-title {
    font-size: 0.6875rem;
    color: #878787;
    margin: 0px;
    line-height: 1.5;
    margin-left: 20px;
}

@media only screen and (max-width: 768px) {
    #scrolly-side .scrolly article .right-section p.select-title {
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .locate_dealer .selectBox.w50.dealer-type {
        width: 32%;
    }
}

@media only screen and (max-width: 1800px) {
    .allBikesTab .bikeDetailW ul li abbr {
        min-height: 70px;
    }

    .allBikesTab .bikeDetailW ul li .bikeBook {
        margin-top: 14px;
    }
}

@media (-ms-high-contrast: none) {
    ::-ms-backdrop,
    body {
        overflow-x: hidden;
    }

    .bajajShowroom .bsVisit {
        max-width: none;
    }
}

@media only screen and (min-width: 1550px) {
    .bajajShowroom .bsVisit {
        bottom: 50px;
    }
}

@media only screen and (min-width: 1440px) {
    .bajajShowroom .bsVisit {
        bottom: 34px;
    }
}

@media only screen and (max-width: 1600px) {
    .bajajForm .bjFiledWrap .bjotpAll {
        width: 70%;
    }

    .allBikesTab .bikeDetailW ul li span {
        font-size: 15px;
        padding-right: 45px;
    }

    .allBikesTab .bikeDetailW ul li .bikeAllOffer .bikeAllOfferIn span {
        padding-right: 10px;
    }

    .allBikesTab .bikeDetailW ul li p span {
        padding-right: 2px;
    }

    .allBikesTab .bikeDetailW ul li abbr {
        font-size: 12px;
        padding-right: 45px;
    }

    .allBikesTab .bikeDetailW ul li p,
    .allBikesTab .bikeDetailW ul li p > span {
        font-size: 12px;
    }

    .allBikesTab .bikeDetailW ul li abbr {
        min-height: 35px;
    }

    .allBikesTab .bikeDetailW ul li .bikeAllOffer {
        bottom: 85px;
    }
}

@media only screen and (max-width: 1440px) {
    .allBikesTab .container,
    .offerBox .container {
        max-width: 1180px;
    }

    .allBikesTab .bikeDetailW ul li {
        margin-right: 11px;
        margin-right: 2%;
        width: 31%;
    }

    .e-showroom-new-layout .container {
        max-width: 1180px;
    }

    .e-showroom-new-layout .container .eshowroom-bg {
        height: 470px;
    }

    .e-showroom-new-layout .bajaj-set-prod li .bajaj-img-text-div-n img {
        margin: 0 auto;
        width: 75%;
    }

    .e-showroom-new-layout .bajaj-set-prod li:first-child {
        bottom: 55px;
        left: 35px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(2) {
        bottom: 95px;
        left: 280px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(3) {
        bottom: 128px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(4) {
        bottom: 115px;
        left: auto;
        right: 285px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(5) {
        bottom: 90px;
        left: auto;
        right: 15px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:first-child a {
        right: 0;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(2) a {
        bottom: 25px;
        right: 0;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(3) a {
        bottom: 10px;
        right: 8px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(4) a {
        bottom: -3px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:first-child:hover a,
    .e-showroom-new-layout .bajaj-set-prod li:nth-child(2):hover a {
        right: -72px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(3):hover a {
        right: -64px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(4) a {
        bottom: -7px;
        right: 37px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(4):hover a {
        right: -30px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(5) a {
        bottom: 0;
        right: 110px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(5):hover a {
        right: 18px;
    }
}

@media only screen and (max-width: 1439px) {
    .bajajShowroom .bsVisit {
        bottom: 29px;
    }

    .allBikesTab .bikeDetailW ul li {
        margin-right: 27px;
        width: 31%;
    }

    .container {
        max-width: 84%;
    }
}

@media only screen and (max-width: 1280px) {
    .allBikesTab .bikeDetailW ul li .bikeBook a {
        font-size: 12px;
    }

    .bajajForm .bjFiledWrap .bjCheckBox label span {
        width: 97%;
    }
}

@media only screen and (max-width: 1025px) {
    .allBikesTab .bikeDetailW ul li {
        margin-right: 12px;
    }

    .bajajShowroomOuter {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .bajajShowroomOuter::-webkit-scrollbar {
        display: none;
    }

    .bajajShowroomInner {
        position: relative;
        width: 1366px;
    }

    .e-showroom-new-layout .container .eshowroom-bg {
        height: 545px;
        object-fit: unset;
        object-position: unset;
    }

    .bajajShowroomOuter {
        overflow-x: auto;
    }

    .e-showroom-new-layout .bajaj-set-prod li:first-child {
        bottom: 78px;
        left: 58px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(2) {
        bottom: 119px;
        left: 336px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(3) {
        bottom: 148px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(4) {
        bottom: 140px;
        right: 356px;
    }

    .e-showroom-new-layout .bajaj-set-prod li:nth-child(5) {
        bottom: 100px;
        right: 52px;
    }

    .e-showroom-new-layout .bajajShowroomScroll {
        bottom: 14px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
    }

    .e-showroom-new-layout .bajajShowroomScroll img {
        margin: 0 auto;
        max-width: 30px;
    }

    .e-showroom-new-layout .bajajShowroomScroll p {
        color: #fff !important;
        font-size: 14px;
        opacity: 1;
        padding-top: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .allBikesTab .bikeDetailW ul li {
        width: 48%;
    }

    .bajajForm .bjFiledWrap ul li {
        margin-right: 32px;
        width: 30%;
    }

    .bajajForm .bjFiledWrap {
        max-width: 100%;
        width: 100%;
    }

    .bajajForm .bjFiledWrap ul li:nth-child(3),
    .bajajForm .bjFiledWrap ul li:nth-child(6),
    .bajajForm .bjFiledWrap ul li:nth-child(9) {
        margin-right: 0;
    }

    .bajajForm .bjFiledWrap ul li a,
    .bjCheckBox .bjChekIn a {
        font-size: 11px;
    }

    .bajajForm .bjFiledWrap ul li.bjFiledresend .bjFiledotpBox input {
        width: 20%;
    }

    .locate_dealer .map,
    .locate_dealer .map_details {
        width: 100%;
    }

    .page-layout.slide-page {
        overflow-x: hidden;
    }

    .thanks-screen {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
    }

    .locate_dealer .selectBox.w50 {
        padding: 0 8px;
    }
}

@media only screen and (min-width: 768px) {
    .locate_dealer .locate_head .search_box {
        max-width: 65%;
    }
}

@media only screen and (max-width: 767px) {
    .bajautoHome .deskOnly {
        display: none !important;
    }

    .bajautoHome .mobOnly {
        display: block !important;
    }

    .mobQuikLinks.mobOnly {
        height: 54px !important;
    }

    .allBikesTab .allBikesType li {
        font-size: 14px;
        padding: 8px 15px 2px;
        text-align: center !important;
    }

    .allBikesTab .tabdetailinWrap p,
    .bajajForm .bajajFormIn ul li .bfHeadCopy h4 {
        font-size: 14px;
    }

    .allBikesTab .tabdetailinWrap p {
        margin: 0;
        min-width: auto;
        padding: 12px 17px 3px;
    }

    .allBikesTab .tabdetailin {
        box-shadow: 0 11px 15px 0 #d3d3d3;
        -webkit-box-shadow: 0 11px 15px 0 #d3d3d3;
        -moz-box-shadow: 0 11px 15px 0 #d3d3d3;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .allBikesTab.fixed .tabdetailin {
        top: 41px;
    }

    .allBikesTab .bikeDetailW ul li,
    .bajajForm .bajajFormIn ul li,
    .bajajForm .bjFiledWrap li.bjFileTextarea,
    .bajajForm .bjFiledWrap ul li {
        width: 100%;
    }

    .bajajForm .bajajFormIn ul {
        flex-wrap: wrap;
    }

    .bajajForm .bajajFormIn ul li .bfHeadCopy {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        margin-left: 4px;
        width: 100%;
    }

    .bajautoHome .dealer-form .fieldbox label {
        font-size: 13px;
    }

    .bajajForm .bjFiledWrap ul li {
        margin-right: 0;
    }

    .bajajForm .bjFiledWrap ul li a,
    .bjCheckBox .bjChekIn a {
        font-size: 10px;
    }

    .bajajButton a {
        display: block;
        padding: 14px 40px;
    }

    .bajajForm .bjFiledWrap ul li.bjFiledresend a,
    .bajajForm .bjFiledWrap ul li.bjFiledsend a {
        font-size: 12px;
        position: relative;
        top: 7px;
    }

    .allBikesTab .bajajButton {
        padding: 14px 30px 70px;
    }

    .bajajForm .bjFiledWrap ul li.bjFiledresend .bjFiledotpBox input {
        width: 23%;
    }

    .bajajShowroom .bsHead h3,
    .offerBox h3 {
        font-size: 28px;
    }

    .bajajShowroom .bsHead h2 {
        font-size: 35px;
    }

    .offerBox {
        padding: 50px 0;
    }

    .offerBox ul li .availbleNow {
        bottom: 8px;
        left: auto;
        padding: 0 30px;
        text-align: center;
        transform: none;
        width: 100%;
    }

    .offerBox ul li .availbleNow a {
        display: block;
        margin: 0 auto 1.2em;
        max-width: 260px;
        width: auto;
    }

    .offerBox .container > img {
        height: auto;
        max-width: 46px;
    }

    .bajajShowroom .bsDropDown > p {
        font-size: 14px;
        text-transform: uppercase;
    }

    .bajajShowroom .bsVisit .bsIcon img {
        max-width: 20px;
    }

    .bajajShowroom .bsVisit {
        height: 50px;
    }

    .bajajShowroom .bsVisit .bsDropDownMenu li.bseshow a {
        font-size: 12px;
    }

    .bajajShowroom .bsHead h3,
    .bajautoHome .locate_head > h3 {
        font-size: 24px;
    }

    .bajajShowroom .bsHead h2 {
        font-size: 30px;
    }

    .bajajShowroom .bsHead p {
        margin-top: 6px;
    }

    .bajajShowroom .bsVisit .bsDropDownMenu li.bseshow {
        background: #00458a url(../png/e-select-up.png) no-repeat 88% 57%;
        padding: 16px 20px 8px;
    }

    .bajautoHome .locate_head > img {
        max-width: 50px;
    }

    .locate_dealer {
        padding: 60px 0 80px;
    }

    .bajautoHome .locate_head > h3 {
        line-height: normal;
        padding: 8px 0 10px;
    }

    .bajautoHome .dealer-form [type="radio"]:checked + label:before,
    .dealer-form [type="radio"]:not(:checked) + label:before {
        height: 16px;
        top: -4px;
        width: 16px;
    }

    .bajautoHome .dealer-form [type="radio"]:checked + label:after,
    .dealer-form [type="radio"]:not(:checked) + label:after {
        left: 7px;
        top: 3px;
    }

    .bajautoHome .dealer-form [type="radio"]:checked + label,
    .dealer-form [type="radio"]:not(:checked) + label {
        padding-left: 24px;
    }

    .locate_dealer .search_box {
        height: 56px;
        margin: 22px auto 0;
        max-width: 94%;
    }

    .locate_dealer .search_box input,
    .locate_dealer .selectBox select {
        font-size: 12px;
    }

    .locate_dealer .selectBox select {
        padding: 0 24px 0 12px;
    }

    .locate_dealer .search_box input {
        padding-left: 14px;
        width: 98%;
    }

    #scrollable-dropdown-menu .tt-hint {
        color: #fff;
        height: 85%;
        top: -13px !important;
        width: 94%;
    }

    .locate_dealer .search_icon_Box {
        padding: 0 14px;
        width: auto;
    }

    .locate_dealer .location_icon_Box a {
        padding: 16px;
    }

    .locate_dealer .location_icon_Box {
        width: auto;
    }

    .locate_dealer .search_icon {
        background-size: 24px;
    }

    .locate_dealer .map_details {
        padding: 30px 25px 34px;
    }

    .locate_dealer .book_ride_btn {
        display: block;
        margin-bottom: 2em;
        text-align: center;
        width: 100%;
    }

    .bajajForm .bfBox {
        padding: 100px 16px 75px;
    }

    .bajajForm .bajajFormIn ul li {
        align-items: flex-start;
        border-bottom: 1px solid #fff;
        justify-content: flex-start;
        padding: 24px 18px 34px 22px;
    }

    .bajajForm .bajajFormIn ul li .bfHead {
        align-items: center;
        left: 0;
        width: 100%;
    }

    .bajajForm .bajajFormIn ul li:nth-child(2) img {
        max-width: 60px;
    }

    .bajajForm .bajajFormIn ul li .bfHead figure {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        width: 100px;
    }

    .bajajForm .bajajFormIn ul li:last-child {
        border: 0;
    }

    .bajajForm .bfBox .formClose {
        right: 20px;
        top: 16px;
    }

    .bajajForm .bfBox .bjFiledWrap {
        padding: 30px;
    }

    .locate_dealer .mapPopup {
        left: 4%;
        padding: 20px;
        width: 90%;
        z-index: 3;
    }

    .allBikesTab .allBikesType li.active {
        font-size: 14px;
    }

    .allBikesTab .bikeDetailW ul li .bikeBook a {
        background-position: 0 0;
    }

    .bajajForm .bjFiledWrap .bjotpAll {
        width: 73%;
    }

    .bajajForm .bjFiledWrap ul li .bjFiledotpBox {
        justify-content: flex-start;
    }

    .bajajForm .bjFiledWrap ul li.bjFiledsend a {
        padding-left: 4px;
    }

    .bajajButton {
        padding: 14px 0 26px;
    }

    .bajautoHome .commentBox img {
        max-width: 54px;
    }

    .bajautoHome .scrollTop {
        bottom: 110px;
        height: 40px;
        margin-right: 0;
        right: 22px;
        width: 40px;
    }

    .bajautoHome .scrollTop img {
        max-width: 22px;
    }

    .allBikesTab .bikeDetailW ul li {
        margin: 0 auto;
        max-width: 86%;
    }

    .mobQuikLinks {
        background-color: #006ad0;
        bottom: 38%;
        height: 54px !important;
        position: fixed;
        width: 54px;
        z-index: 2;
    }

    .bajautoHome .commentBox,
    .mobQuikLinks {
        border-radius: 50%;
        -webkit-box-shadow: 0 6px 14px 1px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 6px 14px 1px rgba(0, 0, 0, 0.24);
        box-shadow: 0 6px 14px 1px rgba(0, 0, 0, 0.24);
        right: 16px;
    }

    .bajautoHome .commentBox {
        bottom: 27%;
    }

    .mobQuikLinks .mobQuikOpn {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .mobQuikLinks .mobQuikOpn span {
        background-color: #fff;
        border-radius: 50%;
        height: 5px;
        margin: 0 2px;
        width: 5px;
    }

    .mobQuikLinks .mobQuikClose {
        background-color: #222426;
        border-radius: 50%;
        bottom: 38%;
        display: none;
        height: 54px;
        position: fixed;
        right: 16px;
        width: 54px;
        z-index: 2;
    }

    .mobQuikLinks .mobQuikClose figure {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .mobQuikLinks .mobQuikClose img {
        max-width: 14px;
    }

    .mobQuikLinks .mobQuikBox {
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 4px;
        border-bottom-right-radius: 31px;
        border-top-right-radius: 31px;
        bottom: 60px;
        display: none;
        padding: 4px;
        position: absolute;
        right: -10px;
        width: 185px;
    }

    .mobQuikLinks .mobQuikBox ul li figure {
        background-color: #006ad0;
        border-radius: 50%;
        height: 54px;
        width: 54px;
    }

    .mobQuikLinks .mobQuikBox ul li {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0;
        padding: 0 0 5px;
    }

    .mobQuikLinks .mobQuikBox ul li:last-child {
        margin-bottom: 0;
    }

    .mobQuikLinks .mobQuikBox ul li p {
        color: #fff;
        font-family: DIN_Next_LT_Pro_Medium;
        font-size: 13px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .locate_dealer .map_details_all {
        padding-right: 0;
    }

    .map_content .mCSB_inside > .mCSB_container {
        margin-right: 18px;
    }

    .mapFrame {
        min-height: 380px;
    }

    .allBikesTab .bikeDetailW ul li span {
        font-size: 16px;
    }

    .allBikesTab .bikeDetailW ul li abbr {
        font-size: 13px;
    }

    .allBikesTab .bikeDetailW ul li {
        margin-bottom: 5%;
        padding: 18px 22px 30px;
    }

    .allBikesTab .bikeDetailW ul li .bikeBook {
        text-transform: uppercase;
    }

    .footer-copyright.active {
        bottom: 170px;
    }

    .allBikesTab .bikeDetailW ul li .bikeAllOffer {
        margin-bottom: 8px;
    }

    .connect-wrap .social-icons h4 {
        margin-bottom: 0;
    }

    .allBikesTab .tabdetailinWrap {
        justify-content: left;
    }

    .allBikesTab .bikeDetailW {
        box-shadow: inset -73px 156px 33px -123px #d3d3d3;
        -webkit-box-shadow: inset -73px 156px 33px -123px #d3d3d3;
        -moz-box-shadow: inset -73px 156px 33px -123px #d3d3d3;
        padding-top: 5px;
    }

    .bajajForm .bajajFormIn ul li .bfHeadCopy p {
        font-size: 10px;
    }

    .bajajForm .bjFiledWrap label {
        font-size: 11px;
        line-height: 100%;
    }

    .bajajForm .bajajFormIn ul li .bfHeadCopy p {
        padding-bottom: 1px;
    }

    .allBikesTab img.bike-thumb {
        width: 70%;
    }

    .offerBox ul li .availbleNow a {
        z-index: 1;
    }

    .bajautoHome .dealer-form h2 {
        font-size: 28px;
    }

    .allBikesTab .bikeDetailW ul li span {
        padding-right: 55px;
    }

    .allBikesTab .bikeDetailW ul li p span {
        padding-right: 2px;
    }

    .bajautoHome .wrap_fields {
        margin-bottom: 1em;
    }

    .bajautoHome .dealer-form p {
        margin-bottom: 25px;
    }

    .ex-showroom {
        background: #d3d3d3;
        box-shadow: inset -73px 156px 33px -123px #d3d3d3;
        -webkit-box-shadow: inset -73px 156px 33px -123px #d3d3d3;
        -moz-box-shadow: inset -73px 156px 33px -123px #d3d3d3;
        color: #000;
        font-size: 15px;
        padding: 20px 16px 0;
        position: relative;
        top: 0;
    }

    .bajajForm .bjFiledWrap .bjCheckBox label span {
        width: 95%;
    }

    .allBikesTab #electricTab .tabdetailinWrap {
        display: inline-block;
        text-align: center;
    }
}

@media only screen and (max-width: 540px) {
    .bajautoHome .bajajForm .bfBox .wrap_fields {
        display: block;
        text-align: left;
        width: 100%;
    }

    .bajautoHome .bajajForm .bfBox .fieldbox {
        display: inline-block;
        margin: 0 8px 15px;
        width: auto;
    }

    .bajautoHome .bajajForm .bfBox .fieldbox:last-child {
        width: 100%;
    }

    .bajajForm .bjFiledWrap .bjCheckBox label span {
        width: 90%;
    }

    .locate_dealer .selectBox.w50 {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 480px) {
    .allBikesTab .tabdetailinWrap {
        justify-content: left;
    }

    .allBikesTab .tabdetailinWrap p {
        padding: 12px 11px 3px;
    }

    .getheight {
        background: #f5f5f5;
        clear: left;
        min-height: 20px;
    }

    .allBikesTab .allBikesType li {
        font-size: 13px;
        line-height: 110%;
        padding: 8px 15px 0;
        text-align: left;
    }

    .allBikesTab .bikeDetailW ul li .bikeAllOffer {
        left: 15px;
    }

    .locate_dealer .selectBox.w50 {
        padding: 0 6px;
    }

    .locate_dealer .selectBox.w50 select {
        padding: 0 17px 0px 5px;
        background-size: 8px;
    }

    .locate_dealer .selectBox.w50.dealer-type {
        width: 40%;
    }

    .locate_dealer .search_icon {
        background-size: 18px;
    }

    .locate_dealer .search_icon_Box {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 340px) {
    .allBikesTab .allBikesType li {
        padding: 8px 11px 2px;
    }

    .allBikesTab .tabdetailinWrap p {
        font-size: 13px;
        padding: 12px 8px 3px;
    }

    .bajautoHome .bajajForm .fieldbox {
        margin: 0 6px;
    }

    .bajautoHome .dealer-form .fieldbox label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 330px) {
    .allBikesTab .bikeDetailW ul li span {
        font-size: 18px;
    }

    .allBikesTab .bikeDetailW ul li abbr {
        font-size: 13px;
    }

    .allBikesTab .bikeDetailW ul li {
        padding: 16px 18px;
    }

    .allBikesTab .allBikesType li {
        font-size: 12px;
    }

    .allBikesTab .bikeDetailW ul li {
        max-width: 92%;
    }
}

.cookieDisclaimer {
    background-color: #0f0b0d;
    color: #ffffff;
    display: none;
    font-family: Poppins;
    font-size: 12px;
    /*  height: auto;
    height: 40px;*/
    left: 0;
    line-height: 24px;
    padding: 24px 80px 24px 80px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(15, 11, 13, 0.8);
    z-index: 9999;
}

.cookieDisclaimer a {
    color: #ffffff;
    text-decoration: underline;
}

span.cookieDisclaimerAcceptBtn {
    display: inline-block;
    position: absolute;
    right: 10%;
    top: 27%;
}

span.cookieDisclaimerAcceptBtn a {
    background: #ffffff;
    color: #181818;
    display: inline-block;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 100px;
}

@media only screen and (max-width: 768px) {
    .cookieDisclaimer {
        height: auto;
        padding: 24px 16px;
        z-index: 100010;
        text-align: center;
        bottom: 55px;
    }

    span.cookieDisclaimerAcceptBtn {
        display: block;
        position: initial;
        padding-top: 5px !important;
    }

    .cookietags {
        max-width: 328px;
        margin: auto;
    }
}

.bajajForm ul li {
    list-style: none;
    position: relative;
}

.enquirePop {
    display: none;
    font-family: Poppins;
    overflow-x: hidden;
}

.enquirePop .active {
    display: block;
    margin-right: 0;
}

.bajajForm .bjFiledWrap input[type="text"],
.bajajForm .bjFiledWrap textarea,
.bajajForm .bjFiledWrap ul li.bjFiledresend .bjFiledotpBox input,
input[type="email"],
input[type="number"] {
    color: #000;
}

.bajajForm .bjFiledWrap ul li .bjFiledotpBox a {
    margin-top: 10px;
}

.enquirePop h2 {
    text-transform: unset;
}

.enquirePop.bajajForm .closemenu {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 32px;
    z-index: 9999;
}

.enquirePop.bajajForm .closemenu img {
    width: 18px;
}

.bajajForm .bjFiledWrap label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.bajajForm .bjFiledWrap ul li {
    margin-right: 30px;
    padding-top: 5px;
}

.bajajForm .bjFiledWrap ul {
    padding-left: 0;
}

.bajajForm .bjFiledWrap ul li a {
    font-size: 18px;
    text-transform: unset;
}

.bajajForm .bjFiledWrap ul li .bjotpAll {
    background: rgba(0, 106, 208, 0.1);
    border: 1px solid rgba(0, 106, 208, 0.5);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 20px 10px 30px;
    width: 100%;
}

.bajajForm .bjFiledWrap ul li.bjFiledresend .bjFiledotpBox input {
    color: #000 !important;
}

.bajajForm .bjFiledWrap ul li .bjFiledotpBox input::placeholder {
    color: #000 !important;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.bajajForm .bjFiledWrap .bjCheckBox label {
    cursor: pointer;
    padding-top: 12px;
    position: relative;
}

.bajajForm .bjFiledWrap .bjCheckBox {
    margin-top: 5px;
}

.bjCheckBox .bjChekIn a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 14px;
}

.bajajForm .bjFiledWrap .bjCheckBox {
    text-align: inherit;
}

.bjCheckBox .bjChekIn {
    display: inline-block;
}

.bjCheckBox .bjChekIn input {
    color: #000;
    cursor: pointer;
    display: none;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    width: auto;
}

.bajajForm .bjFiledWrap .bjCheckBox label {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    float: right;
    font-family: Poppins;
    font-size: 14px;
    line-height: 17px;
    padding-right: 15px;
    text-align: left;
    width: 100%;
}

.bjCheckBox .bjChekIn label:before {
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c5daee;
    content: "";
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    padding: 7px;
    position: relative;
    vertical-align: middle;
}

.bjCheckBox .bjChekIn input:checked + label:after {
    border: solid #006ad0;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 11px;
    height: 8px;
    left: 9px;
    left: 7px;
    position: absolute;
    top: 16px;
    top: 1px;
    transform: rotate(45deg);
    width: 3px;
}

.bajajForm .bjFiledWrap .bajajButton {
    line-height: 30px;
    margin: 0 40px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.get-a-call-back a {
    border: none;
}

.bajajButton {
    cursor: pointer;
    padding: 14px 0 70px;
    text-align: left !important;
    width: 100%;
}

.bajajForm .bjFiledWrap .bjCheckBox label span {
    float: none;
    margin-left: 0;
}

.bajajForm .bjFiledWrap .bjCheckBox label span.morecontent span {
    display: none;
}

.bjCheckBox .bjChekIn input:checked + label:before {
    border-color: #006ad0;
}

.bjCheckBox .bjChekIn input:checked + label:after {
    height: 9px;
    left: 6px;
    top: 15px;
    width: 6px;
}

.bajajForm .bjFiledWrap .bajajButton {
    margin: 0 30px;
    text-align: center !important;
    width: auto;
}

.bajajForm .bjFiledWrap .bajajButton a {
    border: unset;
    border-radius: 100px;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
}

.bajajButton a:after {
    border-radius: 100px;
}

.enquirePop .thanks-screen {
    display: none;
    float: left;
    position: relative;
    text-align: center;
    top: 10px;
    width: 100%;
}

.enquirePop {
    overflow-y: scroll;
    z-index: 9999;
}

.closethanks {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.thanks-screen .thanks-container {
    display: table;
    float: left;
    padding: 1em 3em 0;
    text-align: left;
    width: 100%;
}

.thanks-container .thanks-main {
    display: inline-block;
    height: auto !important;
    vertical-align: middle;
    width: 100%;
}

.thanks-thumb {
    padding-bottom: 5px;
    text-align: left;
}

.thanks-thumb img {
    display: inline-block;
    width: 70px !important;
}

.thanks-container .thanks-main .thank-text {
    color: #006ad0;
    font-family: Poppins;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0.2em;
    text-align: left;
    text-transform: uppercase;
}

.thanks-container .thanks-main .thank-text span {
    color: #006ad0;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 80%;
    margin-bottom: 0.2em;
    text-align: left;
    text-transform: uppercase;
}

.thanks-container .thanks-main p {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    display: inline-block;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 0.7em;
}

.menuoverlay {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    width: 100%;
    z-index: 110;
}

.thanks-screen .dealer-details {
    display: block;
    float: left;
    padding: 10px 0 0;
    width: 100%;
}

.thanks-screen .dealer-details p {
    color: #707070;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
}

.thanks-screen .dealer-row {
    float: left;
    padding: 0.5em 0;
    text-align: left;
    width: 100%;
}

.thanks-screen .dealer-head {
    color: #737373;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    padding-bottom: 1.2em;
    text-align: left;
}

.thanks-screen .dealer-head span {
    color: #006ad0;
    display: block;
    font-family: Poppins;
    padding: 0.6em 0 0;
    text-transform: capitalize;
}

.thanks-screen .expore-txt {
    clear: left;
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    line-height: 120%;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.thanks-screen .dealer-btn a {
    background-color: #006ad0 !important;
    border: 2px solid #006ad0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-family: Poppins !important;
    font-weight: 500;
}

.thanks-screen .dealer-btn a:hover {
    background-color: transparent !important;
    border: 2px solid #006ad0 !important;
    color: #fff !important;
}

.menuoverlay.active {
    opacity: 1;
    transition: all 0.3s linear;
    visibility: visible;
}

.bajajForm .bjFiledWrap ul li .bjFiledotpBox a#ancReSendOTP {
    float: right;
    right: 0;
    transform: unset;
}

@media only screen and (max-width: 768px) {
    .enquirePop {
        margin-right: 0;
        width: 100%;
    }

    .bajajForm .bjFiledWrap ul li.bjFiledresend .bjFiledotpBox input {
        color: #000;
        width: 18%;
    }

    .bajajForm .bjFiledWrap ul li .bjFiledotpBox a#ancReSendOTP {
        margin-top: 10px;
        right: 0;
    }

    #iaminterested_otp_text_1_err {
        bottom: 0;
        position: relative;
    }

    .modal-full .modal-content .carousel {
        height: 95% !important;
    }

    .enquirePop.bajajForm .closemenu {
        right: 12px;
        top: 5px;
    }
}

.get-a-call-back {
    background-color: #006ad0;
    border: 2px solid #006ad0;
    border-radius: 100px;
    color: #fff;
    font-family: Poppins;
    width: 100%;
}

.get-a-call-back :after {
    background: #006ad0;
    border-radius: 2px;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: -1;
}

.get-a-call-back :hover:after {
    color: #fff;
    width: 100%;
}

.enquirePop {
    background-color: #fff;
    height: 100vh;
    margin-right: -400px;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.1s linear;
    width: 400px;
    z-index: 111;
}

@media only screen and (max-width: 450px) {
    .enquirePop {
        width: 100%;
    }
}

.enquirePop.active {
    margin-right: 0;
}

.enquirePop h2 {
    font-size: 24px;
    margin: 20px 0 20px 30px;
    text-transform: uppercase;
}

.enquirePop.bajajForm .bjFiledWrap {
    padding-bottom: 40px;
}

.enquirePop.bajajForm .bjFiledWrap .enquirePopTop {
    background: #006ad0;
    color: #fff;
    float: left;
    width: 100%;
}

.enquirePop.bajajForm .closemenu {
    top: 20px;
}

.enquirePop.bajajForm .enquirePopIn.bjFiledWrap {
    padding-top: 0;
}

.enquirePop .mCSB_inside > .mCSB_container {
    margin-right: 40px;
    padding-bottom: 40px;
}

.enquirePop.bajajForm .bjFiledWrap ul li {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.enquirePop.bajajForm .enqPopBox {
    float: left;
    height: auto;
    margin-right: 0;
    padding: 1em 1.5em;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .enquirePop.bajajForm .enqPopBox {
        height: 100vh;
    }
}

.enquirePop.bajajForm .errorMessage {
    bottom: unset !important;
    color: #f70a0a;
    display: inline-block;
    font-size: 0.8em;
    left: 0;
}

.bajajForm .bfBox {
    background-color: #efeeed;
    display: none;
    padding: 40px 30px 16px;
    position: relative;
}

.bajajForm .bfBox .formClose {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
}

.bjCheckBox {
    text-align: center;
}

.bajajButton .bjFiledWrap .bajajButton a {
    padding: 8px 54px;
}

.bajajForm .bjFiledWrap {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.bajajForm .bjFiledWrap ul {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bajajForm .bjFiledWrap ul li {
    margin-bottom: 5px;
    margin-left: 25px;
    margin-right: 70px;
    width: 100%;
}

.bajajForm .bjFiledWrap select:focus {
    outline: 0;
}

.bajajForm .bjFiledWrap input[type="text"],
.bajajForm .bjFiledWrap textarea,
input[type="email"],
input[type="number"] {
    -ms-expand: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #bfbebe;
    border-radius: 0;
    color: #222;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 10px 6px 0;
    width: 100%;
}

.bajajForm .bjFiledWrap input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    outline: 0;
}

.bajajForm .bjFiledWrap input[type="text"]::-webkit-input-placeholder {
    color: #000;
    font-family: Poppins;
}

.bajajForm .bjFiledWrap input[type="text"]::-moz-placeholder {
    color: #000;
    font-family: Poppins;
    opacity: 1;
}

.bajajForm .bjFiledWrap input[type="text"]:-ms-input-placeholder {
    color: #000;
    font-family: Poppins;
}

.bajajForm .bjFiledWrap input[type="text"]:-moz-placeholder {
    color: #000;
    font-family: Poppins;
}

.bajajForm .bjFiledWrap label {
    color: #666;
    display: block;
    font-family: Poppins;
    font-size: 12px;
    width: 100%;
}

.bajajForm .bjFiledWrap li.bjFileTextarea textarea::-webkit-input-placeholder {
    font-size: 12px;
}

.bajajForm .bjFiledWrap li.bjFileTextarea {
    position: relative;
    width: 100%;
}

.bajajForm .bjFiledWrap select {
    -ms-expand: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../png/book-drop.png) no-repeat scroll 96% 25%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #bfbebe;
    border-radius: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px 6px 0;
    width: 100%;
}

.bajajForm .bjFiledWrap select::-ms-expand {
    display: none;
}

.bajajForm .bjFiledWrap ul li .bjFiledotpBox {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.bajajForm .bjFiledWrap ul li .bjFiledotpBox input {
    width: 100%;
}

.bajajForm .bjFiledWrap ul li .bjFiledotpBox a {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

.bajajForm .bjFiledWrap ul li.bjFiledresend .bjFiledotpBox input {
    margin-right: 10px;
    text-align: center;
    width: 20%;
}

.bajajForm .bjFiledWrap ul li .bjotpAll {
    display: inline;
}

.bajajForm .bjFiledWrap .bjotpAll {
    width: 80%;
}

.bajajForm .bjFiledWrap ul li a {
    color: #006ad0;
    font-family: Poppins;
    font-size: 12px;
    text-transform: uppercase;
}

.bajajForm .bjFiledWrap li.bjFileTextarea textarea {
    overflow: hidden;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.9em;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .select2-container {
        left: 0 !important;
    }
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    border: 0;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

@media only screen and (max-width: 768px) {
    .select2-container--open .select2-dropdown {
        left: auto;
        right: 34px;
    }
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99;
}

#frmEnQuire .select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: 0;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: 0;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0;
    border: 0;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0;
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: gray;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-search--dropdown {
    position: relative;
}

.select2-search--dropdown:after {
    background: url(../png/css_sprites.png) -9px -47px no-repeat;
    content: " ";
    height: 18px;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 18px;
    z-index: 4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../png/book-drop.png) no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.select2-search--dropdown .select2-search__field {
    padding-right: 28px;
}

input::placeholder {
    color: #000;
}

.c-emi-cal-container {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}

.c-emi-cal-container .c-emi-cal-heading {
    float: left;
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.slider-box {
    display: inline-flex;
    margin: 0 auto 2em;
    width: 100%;
}

.slider {
    margin: 0;
}

.rangeslide-thumb {
    margin-left: -30px;
    margin-right: 10px;
    position: relative;
    width: 50px;
}

.rangeslide1,
.rangeslide-thumb {
    display: inline-block;
    vertical-align: middle;
}

.rangeslide1 {
    margin-left: 14%;
}

.range-label {
    font-family: Open Sans;
    width: 100%;
}

.range-label label {
    float: left;
    font-size: 14px;
    font-weight: bolder;
}

.range-label span {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50px;
}

.range-label span input {
    border: none;
    color: #000;
    display: inline;
    font-family: Open Sans;
    font-size: 16px;
    min-width: 30px;
    padding: 0;
    text-align: right;
    width: 16%;
}

.range-label span input#amount2 {
    min-width: 29px;
    width: 12%;
}

.range-label span input:focus {
    outline: none;
}

.rangevalue-wrap {
    float: left;
    width: 380px;
}

.range-value:nth-child(2) {
    width: 38px;
}

.range-value:nth-child(3) {
    width: 153px;
}

.range-value:nth-child(4) {
    width: 37px;
}

.range-value:nth-child(5) {
    width: 40px;
}

.range-value {
    color: #737373;
    float: left;
    font-family: Open Sans;
    font-size: 10px;
    position: relative;
    text-align: center;
    width: 20%;
}

.range-value:before {
    color: #d9d9d9;
    content: "|";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -17px;
}

.range-value:first-child {
    left: -5px;
    position: relative;
    text-align: left;
    width: 73px;
}

.range-value:last-child {
    text-align: right;
    width: 79px;
}

.fuel-head {
    background: url(../png/fuel-headbg.png) no-repeat 50%;
    float: left;
    width: 100%;
}

.fuel-head span {
    background: #dfe01b;
    border-radius: 25px;
    color: #116433;
    display: inline-block;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: bolder;
    line-height: 120%;
    padding: 0.5em 2.81em;
}

.slider-wrap {
    float: left;
    margin: 3em 0;
    width: 100%;
}

.slider-col {
    display: inline-block;
    padding: 0 3em;
    width: 40%;
}

.slider-col .range-label span i {
    padding-right: 3px;
}

.slider-col .rangeslide1 {
    display: inline-block;
    vertical-align: middle;
}

.slider-col .range-value:last-child {
    float: right;
    text-align: right;
}

.content-head.saveupto-txt {
    background: url(../png/head-linebg-less.png) no-repeat 50%;
    margin-bottom: 1em;
}

.save-txt {
    color: #000;
    float: left;
    font-family: DINNextLTProLight;
    font-size: 25px;
    line-height: 140%;
    text-align: center;
    width: 100%;
}

.save-txt span {
    display: block;
    font-family: DINNextLTProBold;
    font-size: 50px;
    padding: 0 0 0.5em;
}

.save-txt span i {
    padding-right: 9px;
}

.bootom-green {
    background: #116433;
    float: left;
    width: 100%;
}

.green-head {
    background: url(../png/know-headbg.png) no-repeat 50%;
    float: left;
    padding: 1.7em 0;
    text-align: center;
    width: 100%;
}

.green-head span {
    color: #fdfdfd;
    font-size: 22px;
    max-width: 450px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.green-btn,
.green-head span {
    display: inline-block;
    font-family: Open Sans;
    font-weight: bolder;
    line-height: 120%;
}

.green-btn {
    background: #97c445;
    border-radius: 25px;
    color: #fff;
    margin-bottom: -30px;
    padding: 1em 3.4em;
    text-decoration: none;
}

.km-range {
    float: left;
    margin: 1em 0;
    width: 100%;
}

.rangeslide1 .ui-state-default,
.rangeslide1 .ui-widget-content,
.ui-widget-content .ui-state-default {
    background: #006ad0;
}

.rangeslide1 .ui-slider-horizontal .ui-slider-range {
    background: #c4c4c4;
}

.rangeslide-thumb img {
    width: 60px;
}

.rangeslide1.rangestyle2 {
    width: 65%;
}

.rangeslide1.rangestyle2 .range-value:last-child {
    width: 128px;
}

.c-emi-cal-container .saving-up {
    display: block;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.c-emi-cal-container .saving-up .saving-text {
    display: inline-block;
}

.c-emi-cal-container .saving-up .saving-price-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.c-emi-calculator.graypatch {
    background: #f1f1f1;
}

@media only screen and (max-width: 1600px) {
    .green-patch {
        height: 340px;
    }

    .calc-row {
        margin: 0 8% 5%;
        width: 84%;
    }

    .vehicle-thumb {
        left: 80px;
    }

    .rangeslide1 {
        margin-left: 7%;
    }

    .rangeslide1.rangestyle2 .range-value:last-child {
        width: 96px;
    }

    .rangeslide1.rangestyle2 {
        width: 75%;
    }
}

@media screen and (max-width: 1440px) {
    .rangeslide1 {
        margin-left: 3%;
    }

    .rangeslide1.rangestyle2 {
        width: 78%;
    }

    .rangeslide1.rangestyle2 .range-value:last-child {
        width: 78px;
    }

    .c-emi-cal-container .c-emi-cal-heading {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1400px) {
    .green-patch {
        height: 300px;
    }

    .rangeslide1 {
        width: 85%;
    }

    .range-value:nth-child(2) {
        width: 30px;
    }

    .range-value:nth-child(3) {
        width: 135px;
    }

    .range-value:nth-child(4) {
        width: 28px;
    }

    .rangeslide1.rangestyle2 .range-value:last-child {
        width: 78px;
    }
}

@media screen and (max-width: 1280px) {
    .range-label label {
        font-size: 12px;
    }

    .range-value:nth-child(2) {
        width: 17px;
    }

    .range-value:nth-child(3) {
        width: 116px;
    }

    .rangeslide1.rangestyle2 .range-value:last-child {
        width: 63px;
    }

    .range-label .svg-inline--fa.fa-w-10 {
        font-size: 12px;
    }

    .range-label span input {
        font-size: 13px;
        min-width: 27px;
    }
}

@media only screen and (max-width: 1080px) {
    .range-value:first-child {
        width: 50px;
    }

    .range-value:nth-child(2) {
        width: 6px;
    }

    .range-value:nth-child(3) {
        width: 88px;
    }

    .range-value:last-child {
        width: 62px;
    }

    .range-value:nth-child(4) {
        width: 17px;
    }

    .rangeslide1.rangestyle2 .range-value:last-child {
        width: 33px;
    }
}

@media only screen and (max-width: 840px) {
    .rangevalue-wrap {
        width: 100%;
    }

    .calc-head {
        font-size: 15px;
        padding: 1em;
    }

    .range-value:first-child,
    .range-value:last-child,
    .range-value:nth-child(2),
    .range-value:nth-child(3),
    .range-value:nth-child(4) {
        width: 20%;
    }

    .rangeslide1.rangestyle2 .range-value:last-child {
        width: 80%;
    }

    .rangeslide1.rangestyle2 {
        width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .green-patch {
        height: 320px;
    }

    .calc-row {
        margin: 0 4% 5%;
        max-width: 92%;
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    .slider-wrap {
        width: 70%;
    }

    .content-head span {
        font-size: 17px;
        line-height: 130%;
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .content-head {
        margin-bottom: 2em;
        padding: 0 1em;
    }
}

@media only screen and (max-width: 520px) {
    .expense-col {
        padding: 0 20px 40px;
        width: 100%;
    }

    .rangevalue-wrap {
        float: left;
        width: 310px;
    }

    .calc-tophead.screen3-wrap {
        padding: 50px 15px 0;
    }

    .rebanner-fixed.fix-thumb {
        right: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .green-head span {
        font-size: 16px;
    }

    ul.f-nav li {
        padding: 0 13px;
    }
}

@media only screen and (max-width: 420px) {
    .rangeslide1 {
        display: inline-block;
        vertical-align: middle;
        width: 281px;
    }

    .rangevalue-wrap {
        float: left;
        width: 100%;
    }

    .save-txt span {
        font-size: 40px;
    }

    .calc-content {
        padding-top: 1.5em;
    }
}

@media only screen and (max-width: 379px) {
    .range-label span {
        width: 30%;
    }
}

.bajajForm .bjFiledWrap input[id="iaminterested_name"] {
    color: #000;
}

.bajajForm .bjFiledWrap input[id="iaminterested_name"]::placeholder {
    color: #000 !important;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.c-footer li.sub-item:not(.show) {
    display: none;
}

.c-footer li.sub-item {
    margin-left: 10px;
}

.c-footer li.sub-head::after {
    content: ">";
    color: #ffffff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    display: inline-block;
    position: relative;
    left: 5px;
    top: 1px;
}

.c-footer li.sub-head.show::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.c-footer li.sub-head {
    width: max-content;
    cursor: pointer;
}

.heading-text-class {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.highlight-text,
.product-sub {
    margin-bottom: 0px;
}

.price-btn,
.finance-btn {
    font-size: 1rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .heading-text-class {
        font-size: 38px;
    }
}

.col-w20 w30 {
    display: flex;
    height: 41px;
    align-items: center;
}
	
.form-box drop {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
	
.icon {
	margin-right: -35px;
}

.select-box dealer-f {
	height: 44px; 
}

.detects {
    display: flex;
    align-items: center;
}

.detect {
    display: inline-table;
    width: 50%;
    color: #006ad0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    margin-bottom: 0;
    font-size: 11px;
    color: #006ad0;
    letter-spacing: .22px;
    line-height: 18px;
    border: 1px solid #006ad0;
    border-radius: 23px;
    padding: 4px 15px 6px 30px;
    background: url(https://cdn.bajajauto.com/images/lead-form-images/location.svg) 8px center no-repeat;
    vertical-align: middle;
    font-weight: 600;
    margin-right: -35px;
    margin-left: 25px;
}

@media only screen and (max-width: 767px) {
    #fld_bike_city {
        width: 178% !important;
    }

    .detect {
        display: inline-table;
        margin-left: 0px !important;
        padding: 1px 8px 3px 21px;
    }

    .detects .or {
        margin-left: -11px;
    }

    #ddlDealerType, #fld_bike_city, #ddlDealerState, #ddlDealerCity {
        font-size: 16px;
    }
}

#ddlDealerType {
    width: auto;
}
