/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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 {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    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;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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 {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .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;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

    .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;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .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;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .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 {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.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 {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.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 {
    background-color: #9fcdff
}

.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 {
    background-color: #c8cbcf
}

.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 {
    background-color: #b1dfbb
}

.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 {
    background-color: #abdde5
}

.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 {
    background-color: #ffe8a1
}

.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 {
    background-color: #f1b0b7
}

.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 {
    background-color: #ececf6
}

.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 {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.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: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

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

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

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

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

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

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

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

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

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

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

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

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.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:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-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: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 {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.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:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-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: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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

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

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.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 {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.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 rgba(130, 138, 145, 0.5)
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

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

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.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 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.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 {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.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 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.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 {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

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

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.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 rgba(216, 217, 219, 0.5)
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

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

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.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 {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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 {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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 {
    color: #6c757d;
    border-color: #6c757d
}

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

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.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 rgba(108, 117, 125, 0.5)
}

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

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

.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 {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.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 {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.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 {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.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 {
    color: #ffc107;
    border-color: #ffc107
}

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

.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 {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.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 {
    color: #dc3545;
    border-color: #dc3545
}

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

.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 {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.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 {
    color: #f8f9fa;
    border-color: #f8f9fa
}

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

.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 {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.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 {
    color: #343a40;
    border-color: #343a40
}

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

.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 {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.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 {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

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

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

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

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

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

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

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

.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] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .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-right: .375rem;
    padding-left: .375rem
}

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

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    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-right-radius: 0;
    border-bottom-left-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 input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.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 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .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 {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.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-top-right-radius: 0;
    border-bottom-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-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.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 {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-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 {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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 {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@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 {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

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

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.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,
.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

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

.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 {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

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

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

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

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

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

.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: .25rem;
    border-top-right-radius: .25rem
}

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

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

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

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

.nav-pills .nav-link {
    border-radius: .25rem
}

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

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

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

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    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;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        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-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

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

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 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-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

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

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

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

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

.card-link+.card-link {
    margin-left: 1.25rem
}

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

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

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

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

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

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

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

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -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 {
        margin-left: 0;
        border-left: 0
    }

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

    .card-group>.card:not(:last-child) .card-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-top-left-radius: 0;
        border-bottom-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: .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 {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

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

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

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

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

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

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

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

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

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

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

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

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        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);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .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 {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .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 {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .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 {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-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;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@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 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 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;
    border-top-right-radius: 0.25rem !important
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-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 {
    display: block;
    clear: both;
    content: ""
}

.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 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

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

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: 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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    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
}

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

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.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: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-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
    }

    body {
        min-width: 992px !important
    }

    .container {
        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 {
        color: inherit;
        border-color: #dee2e6
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.banner_slide1 .owl-dots {
    width: 50px;
    height: 30px;
    background: green
}

.banner_slide1 .owl-dots:hover .banner_slide1 .owl-dots.active {
    background: yellow
}

.owl-dots {
    width: 50px
}

button.owl-prev {
    background: url(../images/surgery-prev.png) no-repeat left top;
    width: 22px;
    height: 35px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -33px
}

button.owl-next {
    background: url(../images/surgery-next.png) no-repeat left top;
    width: 22px;
    height: 35px;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -33px
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: 0.4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #fff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern {
    height: 55px
}

.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: black
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1)
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.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=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.webp")
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.webp")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.webp")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.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;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    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-right: 8px;
    padding-left: 20px
}

.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 {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    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
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 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;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    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 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    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;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.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;
    font-weight: bold;
    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-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    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: solid black 1px;
    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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    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 {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 190px;
    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: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=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;
    font-weight: bold;
    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;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    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: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-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: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    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;
    font-weight: bold;
    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: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    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 {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.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: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

b,
strong {
    font-weight: bold
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select::-ms-expand {
    display: none
}

::-moz-focus-inner {
    border: 0
}

a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    cursor: pointer
}

a:focus {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

select:focus {
    outline: none
}

textarea,
select,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none
}

.verticalCenter {
    display: table;
    width: 100%;
    height: 100%
}

.verticalInner {
    display: table-cell;
    vertical-align: middle
}

img {
    max-width: 100%;
    display: block
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

b,
strong {
    font-weight: bold
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select::-ms-expand {
    display: none
}

::-moz-focus-inner {
    border: 0
}

a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    cursor: pointer
}

a:focus {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

select:focus {
    outline: none
}

textarea,
select,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none
}

.verticalCenter {
    display: table;
    width: 100%;
    height: 100%
}

.verticalInner {
    display: table-cell;
    vertical-align: middle
}

img {
    max-width: 100%;
    display: block
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #FFFFFF;
    transform: none;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased
}

input,
select,
textarea,
.form-control {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    border: 2px solid #00b4e4
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #000000
}

p:last-child {
    margin-bottom: 0
}

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

.right {
    float: right
}

.left {
    float: left
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-weight: 300
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.btn-small {
    font-family: "Roboto", sans-serif;
    font-size: 12px !important
}

a.login-text {
    text-decoration: none
}

.padding-0 {
    padding-top: 0;
    padding-bottom: 0
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding-75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.clear-top {
    padding-top: 0;
    margin-top: 0
}

.clear-bottom {
    padding-bottom: 0;
    margin-bottom: 0
}

.clear-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

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

.btn+.btn {
    margin-left: 11px
}

input::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

input:required {
    box-shadow: none
}

input:invalid {
    box-shadow: none
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.ra-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header {
    position: relative;
    z-index: 1010;
    float: left;
    width: 100%;
    box-shadow: 0 2px 10px 0 #2b33a2
}

@media (max-width: 992px) {
    header {
        box-shadow: 0px 0px 5px #ccc;
        z-index: 100;
        height: 55px
    }
}

@media (max-width: 480px) {
    header {
        height: 40px
    }
}

@media (max-width: 992px) {
    header.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9999999 !important
    }
}

@media (max-width: 480px) {
    header.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
}

header .headertop {
    width: 100%;
    float: left;
    padding: 0px 50px;
    border-bottom: 1px solid #d6d6d6
}

@media (max-width: 1420px) {
    header .headertop {
        padding: 0px 30px
    }
}

@media (max-width: 992px) {
    header .headertop {
        display: none
    }
}

header .headertop .text-right {
    height: 61px
}

header .headertop ul {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

header .headertop ul li {
    padding: 10px;
    display: inline-block;
    position: relative
}

header .headertop ul li .cityTooltip {
    position: absolute;
    background: #2b33a2;
    border-radius: 2px;
    width: 260px;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 10px;
    margin-left: -85px;
    z-index: 1
}

@media (max-width: 1199px) {
    header .headertop ul li .cityTooltip {
        margin-left: 25px
    }
}

@media (max-width: 992px) {
    header .headertop ul li .cityTooltip {
        display: none
    }
}

header .headertop ul li .cityTooltip:after {
    position: absolute;
    background: url(../images/header/buttonIcon.webp) no-repeat center;
    width: 22px;
    height: 9px;
    content: '';
    top: -9px;
    display: block;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 1199px) {
    header .headertop ul li .cityTooltip:after {
        left: 8%
    }
}

@media (max-width: 992px) {
    header .headertop ul li .cityTooltip:after {
        display: none
    }
}

header .headertop ul li a {
    font-size: 0.75rem;
    color: #454545;
    font-weight: 600;
    padding: 0;
    position: relative;
    text-decoration: none;
    outline: none
}

header .headertop ul li a.callbtn {
    pointer-events: none
}

header .headertop ul li a.smsbtn {
    pointer-events: none
}

header .headertop ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    top: -2px;
    width: 13px;
    height: 13px;
    position: relative
}

header .headertop ul li a:after {
    bottom: -2px;
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

header .headertop ul li a:hover {
    color: #2b3395
}

header .headertop ul li a:hover:after {
    width: 100%
}

header .headertop button {
    font-size: 0.75rem;
    background: transparent;
    border: 1px solid #9c9c9c;
    color: #2b3395
}

header .headertop .loginbutton {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
    align-self: center
}

header .headertop .loginbutton a {
    font-size: 0.75rem;
    display: block;
    color: #2b3395;
    background: #f8f8f8;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 13px 7px
}

header .headertop .loginbutton a:hover {
    background: #2b3395;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #2b3395
}

header .headermiddle {
    width: 100%;
    float: left;
    padding: 15px 60px
}

header .headermiddle .row .col-md-8>.right {
    display: flex;
    justify-content: end
}

@media (max-width: 1420px) {
    header .headermiddle {
        padding: 15px 40px
    }
}

@media (max-width: 992px) {
    header .headermiddle {
        padding: 10px 15px;
        z-index: 999999 !important
    }
}

@media (max-width: 480px) {
    header .headermiddle {
        padding: 6px 15px
    }
}

header .headermiddle .col-5 a {
    float: left
}

@media (min-width: 521px) {
    header .headermiddle .col-5 a img {
        height: 33px
    }
}

@media (min-width: 460px) and (max-width: 520px) {
    header .headermiddle .col-5 a img {
        height: 27px
    }
}

@media (min-width: 400px) and (max-width: 459px) {
    header .headermiddle .col-5 a img {
        height: 24px
    }
}

@media (min-width: 350px) and (max-width: 399px) {
    header .headermiddle .col-5 a img {
        height: 20px
    }
}

@media (max-width: 349px) {
    header .headermiddle .col-5 a img {
        height: 18px
    }
}

header .headermiddle .marutilogo {
    height: 23px
}

@media (max-width: 992px) {
    header .headermiddle .marutilogo {
        display: none
    }
}

header .headermiddle .languagebox {
    display: none
}

@media (max-width: 992px) {
    header .headermiddle .languagebox {
        display: inline-block;
        margin: 0px
    }
}

@media (min-width: 993px) {
    header .headermiddle .wishlistShareHeader {
        display: none
    }
}

@media (max-width: 992px) {
    header .headermiddle .col-7 {
        padding-left: 0px
    }
}

header .headermiddle .locationselectbox {
    display: none
}

@media (max-width: 992px) {
    header .headermiddle .locationselectbox {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 25px 10px 0px;
        background: url(../images/header/down.webp) no-repeat 96% center;
        background-size: 15px
    }

    header .headermiddle .locationselectbox a {
        font-size: 0.875rem;
        color: #454545;
        font-weight: 600;
        padding: 0;
        position: relative;
        text-decoration: none;
        outline: none;
        cursor: pointer
    }

    header .headermiddle .locationselectbox a img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0px 0 0;
        top: -1px;
        width: 14px;
        position: relative
    }

    header .headermiddle .locationselectbox a small {
        width: 5px;
        height: 5px;
        border-radius: 50px;
        background: #ff0000;
        position: absolute;
        z-index: 10;
        top: 3px;
        display: none
    }

    header .headermiddle .locationselectbox a small.active {
        display: block
    }
}

@media (max-width: 359px) {
    header .headermiddle .locationselectbox {
        background-size: 12px
    }

    header .headermiddle .locationselectbox a {
        font-size: 0.75rem
    }
}

header .headermiddle .loginbutton {
    display: none;
    vertical-align: middle;
    padding: 0 0 0 0px
}

@media (max-width: 992px) {
    header .headermiddle .loginbutton {
        display: inline-block;
        align-self: center;
        padding-left: 3px
    }

    header .headermiddle .loginbutton a {
        font-size: 0.775rem;
        display: block;
        color: #2b3395;
        background: #f8f8f8;
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none
    }

    header .headermiddle .loginbutton a img {
        width: 22px
    }
}

@media (max-width: 767px) {
    header .headermiddle .loginbutton {
        padding: 0 0 0 0px;
        align-self: center;
        padding-left: 3px
    }

    header .headermiddle .loginbutton a {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    header .headermiddle .loginbutton {
        align-self: center
    }
}

@media (max-width: 452px) {
    header .headermiddle .loginbutton a {
        font-size: 9px;
        padding-left: 3px
    }
}

@media (max-width: 420px) {
    header .headermiddle .loginbutton a {
        font-size: 9px
    }
}

@media (max-width: 359px) {
    header .headermiddle .loginbutton a {
        font-size: 9px
    }
}

@media (max-width: 480px) {
    header .headermiddle .right {
        width: 100%;
        position: relative;
        top: 2px;
        text-align: right;
        display: flex;
        justify-content: end
    }
}

header .headerbottom {
    width: 100%;
    float: left;
    padding: 0 60px;
    background: #2b3395
}

@media (max-width: 1420px) {
    header .headerbottom {
        padding: 0px 40px
    }
}

@media (max-width: 992px) {
    header .headerbottom {
        padding: 0px 15px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox {
        position: fixed;
        height: 100%;
        left: 0;
        top: auto;
        background: #2b3395;
        padding: 20px 20px 60px;
        z-index: 98;
        width: 100%;
        overflow-y: scroll;
        bottom: -100%;
        transition-duration: 1s;
        -webkit-transition-duration: 1s
    }

    header .headerbottom .menubox.active {
        bottom: 0;
        transition-duration: 1s;
        -webkit-transition-duration: 1s
    }
}

header .headerbottom .menubox form .searchbox {
    display: none;
    background: url(../images/searchicon.webp) no-repeat right 10px center;
    border: none;
    height: 40px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: content-box;
    color: #3a4652;
    outline: none;
    position: relative;
    font-size: 0.875rem;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    z-index: 10;
    padding: 0 15px;
    margin: 0 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

header .headerbottom .menubox form .searchbox::-webkit-input-placeholder {
    color: #FFFFFF
}

header .headerbottom .menubox form .searchbox:-moz-placeholder {
    color: #FFFFFF
}

header .headerbottom .menubox form .searchbox::-moz-placeholder {
    color: #FFFFFF
}

header .headerbottom .menubox form .searchbox:-ms-input-placeholder {
    color: #FFFFFF
}

@media (max-width: 992px) {
    header .headerbottom .menubox form .searchbox {
        display: block
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul {
        padding: 15px 0 0
    }
}

header .headerbottom .menubox ul li {
    display: inline-block;
    padding: 12px 5px 12px 0;
    border: 0;
    position: relative
}

@media (max-width: 1199px) {
    header .headerbottom .menubox ul li {
        padding: 12px 0px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li {
        display: inline-block;
        padding: 0 0px 20px 0;
        border: 0;
        position: relative;
        width: 100%
    }
}

header .headerbottom .menubox ul li a {
    color: #FFFFFF;
    background: #3b45c1;
    padding: 8px 35px 7px 20px;
    border-radius: 20px;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    position: relative;
    display: block;
    line-height: normal
}

@media (max-width: 1280px) {
    header .headerbottom .menubox ul li a {
        font-size: 0.75rem;
        line-height: 1rem;
        padding: 8px 20px 7px 15px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li a {
        background: none;
        padding: 0 0 15px 0;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0
    }
}

@media (max-width: 767px) {
    header .headerbottom .menubox ul li a {
        font-size: 0.9375rem;
        line-height: 1.125rem
    }
}

header .headerbottom .menubox ul li a:after {
    background: url(../images/menu-drop.webp) no-repeat center right;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    top: 13px;
    right: 15px
}

@media (max-width: 1280px) {
    header .headerbottom .menubox ul li a:after {
        right: 6px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li a:after {
        opacity: 0
    }
}

header .headerbottom .menubox ul li.has-submenu {
    padding: 12px 5px 12px 0
}

header .headerbottom .menubox ul li.has-submenu.active a::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

@media (max-width: 1280px) {
    header .headerbottom .menubox ul li.has-submenu {
        padding: 12px 0 12px 0
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu {
        display: inline-block;
        padding: 0 0px 20px 0;
        border: 0;
        position: relative;
        width: 100%
    }
}

header .headerbottom .menubox ul li.has-submenu a {
    background: none;
    padding: 10px 30px 10px 10px
}

@media (max-width: 1280px) {
    header .headerbottom .menubox ul li.has-submenu a {
        padding: 10px 25px 10px 5px
    }
}

@media (max-width: 1199px) {
    header .headerbottom .menubox ul li.has-submenu a {
        padding: 10px 20px 10px 5px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu a {
        padding: 0 0 20px 0
    }
}

header .headerbottom .menubox ul li.has-submenu a:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: 15px;
    right: 12px
}

@media (max-width: 1280px) {
    header .headerbottom .menubox ul li.has-submenu a:after {
        right: 9px
    }
}

@media (max-width: 1199px) {
    header .headerbottom .menubox ul li.has-submenu a:after {
        right: 4px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu a:after {
        top: 10px
    }
}

@media (max-width: 992px) and (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu a:after {
        background: url(../images/menu-drop.webp) no-repeat center right !important;
        opacity: 1
    }
}

header .headerbottom .menubox ul li.has-submenu:hover:before {
    content: '';
    position: absolute;
    left: -30px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2b3395;
    bottom: -8px;
    z-index: 10;
    margin: 0 auto
}

header .headerbottom .menubox ul li.has-submenu:hover .dropdown-submenu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -10px;
    top: 100%;
    background: #FFFFFF;
    width: 360px;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    transform: translateY(-2em);
    z-index: -1;
    box-shadow: 0 3px 5px #bfbfbf;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu {
        padding: 10px 20px;
        transition: none !important;
        transform: none !important;
        display: none;
        box-shadow: none
    }

    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.active {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        float: left;
        border-radius: 0;
        visibility: visible;
        opacity: 1
    }
}

@media (max-width: 767px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu {
        padding: 10px 15px
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 0
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul {
        width: 100%;
        padding: 0
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li {
    display: inline-block;
    padding: 12px 0;
    width: 50%
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li {
        padding: 15px 0;
        width: 100%
    }

    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li:first-child {
        padding: 15px 0
    }

    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li:last-child {
        padding: 15px 0
    }
}

@media (max-width: 767px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li {
        padding: 10px 0
    }

    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li:first-child {
        padding: 10px 0
    }

    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li:last-child {
        padding: 10px 0
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li a {
    padding: 0;
    font-weight: 500;
    display: inline-block;
    color: #2e2e2e
}

@media (max-width: 767px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li a {
        font-size: 0.875rem
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li a:hover {
    color: #2b3395
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li a:hover:after {
    width: 100%
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu ul li a:after {
    bottom: -2px;
    top: auto;
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown {
    width: 800px
}

@media (max-width: 1199px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown {
        width: 700px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown {
        width: 100%
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown ul {
    width: 25%
}

@media (max-width: 480px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown ul {
        width: 100%;
        margin-bottom: 10px
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown ul li {
    width: 100%
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown ul li:first-child {
    color: #2b3395;
    font-size: 1rem;
    font-weight: 600
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown .viewAllCityButt {
    font-size: 0.875rem;
    margin-top: 10px;
    display: inline-block
}

@media (max-width: 480px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown .viewAllCityButt {
        margin-top: 0px
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown .viewAllCityButt a {
    background: #2b3395;
    border: #2b3395 solid 1px;
    display: inline-block;
    padding: 7px 15px
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown .viewAllCityButt a:after {
    display: none
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.cityDropDown .viewAllCityButt a:hover {
    background: #FFFFFF;
    color: #2b3395;
    border: 1px solid #bfbfbf
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown {
    width: 700px
}

@media (max-width: 1199px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown {
        width: 700px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown {
        width: 100%
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown ul {
    width: 33%
}

@media (max-width: 480px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown ul {
        width: 100%;
        margin-bottom: 10px
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown ul li {
    width: 100%
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown ul li:first-child {
    color: #2b3395;
    font-size: 1rem;
    font-weight: 600
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown .viewAllCityButt {
    font-size: 0.875rem;
    margin-top: 10px;
    display: inline-block
}

@media (max-width: 480px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown .viewAllCityButt {
        margin-top: 0px
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown .viewAllCityButt a {
    background: #2b3395;
    border: #2b3395 solid 1px;
    display: inline-block;
    padding: 7px 15px
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown .viewAllCityButt a:after {
    display: none
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.modelDropDown .viewAllCityButt a:hover {
    background: #FFFFFF;
    color: #2b3395;
    border: 1px solid #bfbfbf
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator {
    width: 800px;
    right: 0px;
    left: auto
}

@media (max-width: 1199px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator {
        width: 700px
    }
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator {
        width: 100%
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator ul {
    width: 25%
}

@media (max-width: 480px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator ul {
        width: 100%;
        margin-bottom: 10px
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator ul li {
    width: 100%
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator ul li:first-child {
    color: #2b3395;
    font-size: 1rem;
    font-weight: 600
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator .viewAllCityButt {
    font-size: 0.875rem;
    margin-top: 10px
}

@media (max-width: 480px) {
    header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator .viewAllCityButt {
        margin-top: 0px
    }
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator .viewAllCityButt a {
    background: #2b3395;
    border: #2b3395 solid 1px;
    display: inline-block;
    padding: 7px 15px
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator .viewAllCityButt a:after {
    display: none
}

header .headerbottom .menubox ul li.has-submenu .dropdown-submenu.showRoomLocator .viewAllCityButt a:hover {
    background: #FFFFFF;
    color: #2b3395;
    border: 1px solid #bfbfbf
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.sellTabMenu {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 20px
    }
}

header .headerbottom .menubox ul li.sellTabMenu a {
    background: #ec383b;
    padding: 8px 25px 7px 25px;
    border-bottom: 0px
}

@media (max-width: 992px) {
    header .headerbottom .menubox ul li.sellTabMenu a {
        display: inline-block;
        width: auto
    }
}

header .headerbottom .menubox ul li.sellTabMenu a:after {
    display: none
}

header .headerbottom .menubox ul li:nth-child(8) a {
    background: unset;
    border-radius: unset
}

header .headerbottom .menubox ul li:nth-child(8) a::after {
    content: unset
}

header .headerbottom .menubox ul li:nth-child(8) a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px
}

.selectcity_modalbox {
    padding: 30px;
    float: left;
    background: #FFFFFF;
    width: 100%;
    border-radius: 6px
}

@media (max-width: 992px) {
    .selectcity_modalbox {
        padding: 25px
    }
}

@media (max-width: 767px) {
    .selectcity_modalbox {
        padding: 25px 15px;
        overflow: auto
    }
}

.selectcity_modalbox .closemodal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

@media (max-width: 767px) {
    .selectcity_modalbox .closemodal {
        position: relative;
        right: 0px;
        top: -10px;
        float: right
    }
}

.selectcity_modalbox .selectcityheader {
    float: left;
    width: 100%;
    border-bottom: 1px solid #636363;
    padding: 0 0 15px
}

.selectcity_modalbox .selectcityheader .locationimage {
    float: left
}

@media (max-width: 767px) {
    .selectcity_modalbox .selectcityheader .locationimage {
        float: left;
        width: 100%
    }
}

.selectcity_modalbox .selectcityheader .locationimage h3,
.selectcity_modalbox .selectcityheader .locationimage p {
    background: url(../images/address-image.webp) no-repeat 3px 0;
    padding: 3px 0 3px 50px;
    color: #2e2e2e;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin: 0
}

@media (max-width: 992px) {

    .selectcity_modalbox .selectcityheader .locationimage h3,
    .selectcity_modalbox .selectcityheader .locationimage p {
        font-size: 1.3125rem;
        line-height: 1.75rem
    }
}

@media (max-width: 767px) {

    .selectcity_modalbox .selectcityheader .locationimage h3,
    .selectcity_modalbox .selectcityheader .locationimage p {
        padding: 0 0 0 30px;
        background: url(../images/address-image.webp) no-repeat 3px 0;
        background-size: 25px;
        font-size: 1.125rem;
        line-height: 1.375rem
    }
}

.selectcity_modalbox .selectcityheader .locationimage h3 span,
.selectcity_modalbox .selectcityheader .locationimage p span {
    font-size: 0.875rem;
    display: block
}

.selectcity_modalbox .selectcityheader .detectlocationbox {
    float: right;
    padding: 15px 0
}

@media (max-width: 767px) {
    .selectcity_modalbox .selectcityheader .detectlocationbox {
        float: right;
        padding: 10px 0 0;
        width: 100%
    }
}

.selectcity_modalbox .selectcityheader .detectlocationbox img {
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 5px;
    width: 20px
}

@media (max-width: 767px) {
    .selectcity_modalbox .selectcityheader .detectlocationbox img {
        top: 4px
    }
}

.selectcity_modalbox .selectcityheader .detectlocationbox p {
    display: inline-block;
    font-size: 1.125rem;
    color: #2e2e2e;
    font-weight: 500
}

.selectcity_modalbox .locationselectbox {
    float: left;
    width: 100%;
    padding: 25px 0 0
}

@media (max-width: 767px) {
    .selectcity_modalbox .locationselectbox {
        padding: 15px 0 0
    }
}

.selectcity_modalbox .locationselectbox input {
    border-radius: 6px;
    padding: 0 10px;
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #636363;
    color: #636363;
    font-size: 1rem;
    outline: none
}

.selectcity_modalbox .locationselectbox select {
    border-radius: 6px;
    padding: 0 10px;
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #636363;
    color: #636363;
    font-size: 1rem;
    outline: none
}

.selectcity_modalbox .locationselectbox h3,
.selectcity_modalbox .locationselectbox p {
    color: #000000;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 30px 0 0;
    float: left;
    width: 100%
}

.selectcity_modalbox .locationselectbox ul {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 0
}

@media (max-width: 992px) {
    .selectcity_modalbox .locationselectbox ul {
        margin: 10px 0 0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .selectcity_modalbox .locationselectbox ul {
        margin: 5px 0 0
    }
}

.selectcity_modalbox .locationselectbox ul li {
    width: 20%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 6px
}

@media (max-width: 992px) {
    .selectcity_modalbox .locationselectbox ul li {
        width: 25%
    }
}

@media (max-width: 767px) {
    .selectcity_modalbox .locationselectbox ul li {
        width: 33.3%;
        padding: 10px 5px
    }
}

.selectcity_modalbox .locationselectbox ul li.active {
    border: 1px solid #c9c9c9
}

.selectcity_modalbox .locationselectbox ul li:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.selectcity_modalbox .locationselectbox ul li:last-child {
    right: 0px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    position: relative;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.selectcity_modalbox .locationselectbox ul li:last-child:hover img {
    right: -10px;
    position: relative;
    transform: inherit;
    -webkit-transform: inherit;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.selectcity_modalbox .locationselectbox ul li span {
    border: #616ff8 solid 2px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
    padding: 5.5px 0
}

.selectcity_modalbox .locationselectbox ul li span img {
    margin: 0 auto;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.selectcity_modalbox .locationselectbox ul li label {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1rem;
    color: #2e2e2e;
    padding: 20px 0;
    cursor: pointer
}

@media (max-width: 992px) {
    .selectcity_modalbox .locationselectbox ul li label {
        padding: 15px 0 10px
    }
}

@media (max-width: 767px) {
    .selectcity_modalbox .locationselectbox ul li label {
        padding: 10px 0 0px;
        font-size: 0.8125rem
    }
}

.searchList ul {
    z-index: 100;
    padding: 0;
    width: auto;
    display: inline-block;
    background: #c8c8c8;
    -webkit-box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #aaa;
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-top: 0;
    position: absolute;
    right: 10px;
    width: 410px;
    top: 100%;
    max-height: 200px;
    overflow: auto;
    color: #171c8f;
    font-size: 29px;
    font-weight: bold
}

@media screen and (max-width: 1519px) {
    .searchList ul {
        width: 330px
    }
}

@media (max-width: 1420px) {
    .searchList ul {
        width: 280px
    }
}

@media (max-width: 1280px) {
    .searchList ul {
        width: 350px
    }
}

@media (max-width: 1199px) {
    .searchList ul {
        width: 205px
    }
}

.searchList ul li {
    padding: 7px 10px;
    background: #FFFFFF;
    font-size: 0.75rem;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #c8c8c8
}

.searchList .selected {
    background: #171c8f !important;
    color: #FFFFFF !important;
    border-color: #171c8f !important
}

.loader {
    border: 16px solid #ccc;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 999;
    right: 10px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.otp-loader .modal-dialog {
    max-width: 95px;
    margin: 1rem auto
}

.otp-loader .otploader {
    text-align: center;
    padding: 15px 0
}

.otp-loader .otploader img {
    margin: 0 auto;
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + 1rem)
}

.pac-container {
    z-index: 2000 !important
}

.languagebox {
    display: inline-block;
    padding: 0
}

.languagebox img {
    display: inline-block;
    margin: 0 0px 0 0;
    position: relative;
    top: 2px;
    height: 14px
}

@media (max-width: 992px) {
    .languagebox img {
        width: 15px;
        height: 15px
    }
}

@media (max-width: 452px) {
    .languagebox img {
        width: 12px;
        height: 12px
    }
}

@media (max-width: 359px) {
    .languagebox img {
        width: 12px;
        height: 12px
    }
}

.languagebox select {
    font-size: 0.75rem;
    color: #454545;
    line-height: normal;
    display: inline-block;
    font-weight: 600;
    padding: 5px 20px 5px 0;
    background: url(../images/select.webp) no-repeat 100% center;
    border: 0
}

@media (max-width: 992px) {
    .languagebox select {
        font-size: 0.875rem;
        background: url(../images/header/down.webp) no-repeat 100% center;
        background-size: 15px;
        width: 66px;
        margin-right: 0px
    }
}

@media (max-width: 452px) {
    .languagebox select {
        font-size: 0.775rem;
        width: 57px;
        padding: 5px 14px 5px 0
    }
}

@media (max-width: 420px) {
    .languagebox select {
        font-size: 0.675rem;
        width: 47px;
        padding: 5px 10px 5px 0;
        background-size: 10px
    }
}

.languagebox select option {
    text-indent: 5px;
    padding: 2px 5px
}

.custom-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999999999 !important
}

.custom-loader .customloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 6px
}

.locationselectbox .customselect .select2-container--default .selection .select2-selection--single {
    padding: 13px 13px 12px 13px;
    background: url(../images/select.webp) no-repeat 98% center
}

@media (max-width: 992px) {
    .locationselectbox .customselect .select2-container--default .selection .select2-selection--single {
        background: url(../images/select.webp) no-repeat 97% center
    }
}

.locationselectbox .customselect .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    font-size: 15px
}

.loginMob {
    float: left;
    width: 100%;
    display: none
}

@media (max-width: 992px) {
    .loginMob {
        display: block
    }
}

.loginMob p {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0px
}

.loginMob .loginbutton {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0px 20px 0px
}

.loginMob .loginbutton a {
    font-size: 0.875rem;
    display: block;
    color: #2b3395;
    background: #f8f8f8;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px
}

.loginMob .loginbutton a:hover {
    background: #2b3395;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FFFFFF
}

.selectLocation {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0px;
    font-size: 1rem;
    font-weight: 500;
    color: #2b33a2;
    line-height: 1.2;
    display: none;
    box-shadow: 0px 0px 5px #ccc
}

@media (max-width: 992px) {
    .selectLocation {
        display: block;
        font-size: 0.8125rem;
        padding: 10px 0px;
        height: 58px
    }
}

@media (max-width: 992px) {
    .selectLocation.active {
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        z-index: 999999 !important
    }
}

@media (max-width: 480px) {
    .selectLocation.active {
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%
    }
}

.selectLocation .locationselectbox {
    width: 100%;
    border-bottom: #2b33a2 solid 1px
}

@media (max-width: 992px) {
    .selectLocation .locationselectbox {
        display: inline-block;
        vertical-align: middle;
        background: url(../images/header/down.webp) no-repeat 100% center;
        background-size: 15px
    }

    .selectLocation .locationselectbox a {
        font-size: 0.875rem;
        padding: 10px 25px 10px 0px;
        color: #454545;
        font-weight: 600;
        position: relative;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        display: inline-block;
        width: 100%
    }

    .selectLocation .locationselectbox a img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px 0 0;
        top: -1px;
        width: 14px;
        position: relative
    }

    .selectLocation .locationselectbox a small {
        width: 5px;
        height: 5px;
        border-radius: 50px;
        background: #ff0000;
        position: absolute;
        z-index: 10;
        top: 3px;
        display: none
    }

    .selectLocation .locationselectbox a small.active {
        display: block
    }
}

.modal-backdrop {
    z-index: 999998 !important
}

.modal {
    z-index: 9999999 !important
}

#cityModal {
    z-index: 9999999 !important
}

.errorModal,
#errorModal,
.successModal {
    z-index: 9999999999 !important
}

@media (max-width: 992px) {
    .pageContainerFix {
        margin-top: 113px
    }
}

@media (max-width: 480px) {
    .pageContainerFix {
        margin-top: 98px
    }
}

@media (max-width: 767px) {
    #cityModal .modal-dialog .modal-content .selectcity_modalbox {
        height: 650px
    }
}

.getAppMain {
    display: none;
    background: #ebf3fa;
    position: relative;
    z-index: 99
}

@media (max-width: 992px) {
    .getAppMain {
        display: block;
        display: flex;
        padding: 0px 10px 0px 0px;
        border-bottom: #B9B9B9 solid 1px;
        justify-content: space-between;
        transition: 0.5s;
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        align-items: center;
        z-index: 999999 !important
    }
}

@media (max-width: 992px) {
    .getAppMain .cross {
        margin-top: 0px;
        width: 13px;
        height: 13px;
        position: absolute;
        left: 10px
    }
}

@media (max-width: 992px) {
    .getAppMain p {
        font-size: 0.875rem;
        color: #707070;
        margin-bottom: 0px;
        margin-top: 0px;
        line-height: 1.4;
        font-weight: 500
    }
}

@media (max-width: 480px) {
    .getAppMain p {
        width: 50%;
        padding-right: 5px;
        margin-top: 0px;
        font-size: 0.75rem
    }
}

@media (max-width: 359px) {
    .getAppMain p {
        margin-top: 0px
    }
}

.getAppMain .blueButton {
    display: flex;
    align-items: center
}

.getAppMain .blueButton a {
    font-size: 0.75rem;
    color: #fff;
    text-transform: capitalize;
    background: #2b3395;
    border: #2b3395 solid 1px;
    border-radius: 5px;
    font-weight: 500;
    white-space: nowrap
}

@media (max-width: 992px) {
    .getAppMain .blueButton a {
        font-size: 0.875rem;
        color: #fff;
        text-transform: capitalize;
        padding: 10px 20px
    }
}

@media (max-width: 767px) {
    .getAppMain .blueButton a {
        font-size: 0.75rem;
        padding: 7px 10px
    }
}

@media (max-width: 480px) {
    .getAppMain .blueButton a {
        padding: 8px 12px
    }
}

@media (max-width: 359px) {
    .getAppMain .blueButton a {
        padding: 7px 10px;
        white-space: nowrap
    }
}

.getAppMain .blueButton a:hover {
    color: #2b3395;
    background: #fff
}

@media (max-width: 992px) {
    .getAppMain.active {
        display: none;
        transition: 0.5s
    }
}

@media (max-width: 767px) {
    .getAppMain.active {
        display: none;
        transition: 0.5s
    }
}

@media (max-width: 992px) {
    header.active.getappheader_d1 {
        top: 64px
    }
}

@media (max-width: 767px) {
    header.active.getappheader_d1 {
        top: 64px
    }
}

@media (max-width: 359px) {
    header.active.getappheader_d1 {
        top: 60px
    }
}

@media (max-width: 992px) {
    header.active .headermiddle .left a img {
        width: 150px
    }
}

@media (max-width: 767px) {
    header.active .headermiddle .left a img {
        width: 150px
    }
}

@media (max-width: 480px) {
    header.active .headermiddle .left a img {
        width: 125px
    }
}

@media (max-width: 992px) {
    .selectLocation {
        top: 118px;
        position: fixed;
        z-index: 11;
        display: none
    }
}

@media (max-width: 767px) {
    .selectLocation {
        top: 55px
    }
}

@media (max-width: 480px) {
    .selectLocation {
        top: 105px
    }
}

.selectLocation.active {
    z-index: 11;
    z-index: 100
}

@media (max-width: 992px) {
    .selectLocation.active {
        z-index: 10;
        display: block;
        position: fixed;
        top: 55px
    }
}

@media (max-width: 767px) {
    .selectLocation.active {
        top: 55px
    }
}

@media (max-width: 480px) {
    .selectLocation.active {
        top: 40px
    }
}

@media (max-width: 992px) {
    .selectLocation.active.getapplocation {
        top: 118px;
        display: block;
        position: fixed
    }
}

@media (max-width: 767px) {
    .selectLocation.active.getapplocation {
        top: 115px
    }
}

@media (max-width: 480px) {
    .selectLocation.active.getapplocation {
        top: 103px
    }
}

@media (max-width: 992px) {
    .pageContentContainer {
        margin-top: 55px
    }
}

@media (max-width: 767px) {
    .pageContentContainer {
        margin-top: 55px
    }
}

@media (max-width: 480px) {
    .pageContentContainer {
        margin-top: 40px
    }
}

@media (max-width: 992px) {
    .pageContentContainer.active {
        float: left;
        width: 100%;
        margin-top: 123px
    }
}

@media (max-width: 767px) {
    .pageContentContainer.active {
        margin-top: 40px
    }
}

@media (max-width: 480px) {
    .pageContentContainer.active {
        margin-top: 40px
    }
}

@media (max-width: 992px) {
    .pageContentContainer.active.selectLoc1 {
        margin-top: 40px
    }
}

@media (max-width: 480px) {
    .pageContentContainer.active.selectLoc1 {
        margin-top: 40px
    }
}

@media (max-width: 992px) {
    .pageContentContainer.selectLoc1 {
        margin-top: 45px
    }
}

@media (max-width: 480px) {
    .pageContentContainer.selectLoc1 {
        margin-top: 100px
    }
}

.wishlistShareHeader {
    background: #FFFFFF;
    z-index: 1;
    display: inline-block;
    align-self: center
}

.wishlistShareHeader ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center
}

.wishlistShareHeader ul li>a {
    display: inline-block;
    width: 28px;
    height: 28px;
    float: left;
    transition: 0.5s;
    position: relative
}

.wishlistShareHeader ul li>a .toolTipTxt {
    color: #666666;
    font-size: 0.775rem;
    padding: 7px 10px;
    border-radius: 5px;
    border: #999999 solid 1px;
    float: left;
    white-space: nowrap;
    font-weight: normal;
    background: white;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    top: 54px;
    transform: translate(-50%, -25px);
    left: 50%;
    display: none
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li>a .toolTipTxt {
        top: 49px
    }
}

@media (max-width: 767px) {
    .wishlistShareHeader ul li>a .toolTipTxt {
        top: 38px
    }
}

@media (max-width: 452px) {
    .wishlistShareHeader ul li>a {
        width: 20px
    }
}

.wishlistShareHeader ul li>a:after {
    background: none !important
}

.wishlistShareHeader ul li {
    display: inline-block;
    padding: 10px 0px !important;
    position: relative
}

@media screen and (max-width: 992px) {
    .wishlistShareHeader ul li {
        padding: 0px !important
    }
}

@media screen and (max-width: 452px) {
    .wishlistShareHeader ul li:first-child .badge {
        right: 3px
    }
}

.wishlistShareHeader ul li .badge {
    position: absolute;
    top: 17px;
    right: -2px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px;
    font-size: 10px;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 1
}

@media screen and (max-width: 992px) {
    .wishlistShareHeader ul li .badge {
        top: -3px;
        right: 3px;
        padding: 2px;
        font-size: 9px;
        width: 12px;
        height: 12px
    }
}

@media screen and (max-width: 452px) {
    .wishlistShareHeader ul li .badge {
        top: 0px;
        width: 10.5px;
        height: 10.5px;
        right: 0px;
        padding: 1px;
        font-size: 8px
    }
}

.wishlistShareHeader ul li.fmpCompareList>a {
    background: url("/assets/TRV/images/trvfinance/car-listing/compare-cars.webp") center center no-repeat;
    transition: 0.5s;
    background-size: 18px 18px;
    margin: 5px 0px 5px 5px
}

.wishlistShareHeader ul li.fmpCompareList>a.active {
    background: url("/assets/TRV/images/trvfinance/car-listing/compare-cars-active.webp") center center no-repeat;
    transition: 0.5s;
    background-size: 18px 18px
}

@media screen and (min-width: 768px) {
    .wishlistShareHeader ul li.fmpCompareList>a:hover .toolTipTxt {
        display: block
    }
}

@media screen and (max-width: 992px) {
    .wishlistShareHeader ul li.fmpCompareList>a {
        height: 22px;
        background-size: 18px 18px;
        margin: 0px 3px 0px 7px
    }
}

@media screen and (max-width: 452px) {
    .wishlistShareHeader ul li.fmpCompareList>a {
        height: 22px;
        background-size: 18px 18px;
        margin: 0px 7px 0px 7px
    }
}

.wishlistShareHeader ul li:last-child.fmpWishList>a {
    background: url("/assets/TRV/images/trvfinance/car-listing/wishlistNew.webp") center center no-repeat;
    transition: 0.5s;
    background-size: 21px 21px;
    margin: 5px 0px 5px 0px
}

.wishlistShareHeader ul li:last-child.fmpWishList>a.active {
    background: url("/assets/TRV/images/trvfinance/car-listing/newHeart.webp") center center no-repeat;
    transition: 0.5s;
    background-size: 20px 22px
}

@media screen and (min-width: 768px) {
    .wishlistShareHeader ul li:last-child.fmpWishList>a:hover .toolTipTxt {
        display: block
    }
}

@media screen and (max-width: 992px) {
    .wishlistShareHeader ul li:last-child.fmpWishList>a {
        height: 22px;
        background-size: 19px 19px;
        margin: 0px 3px 0px 0px
    }
}

.wishlistShareHeader ul li .fmpSocialMain {
    float: right;
    top: -40px;
    position: absolute;
    right: -100px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: #FFFFFF;
    width: 85px;
    display: none
}

.wishlistShareHeader ul li .fmpSocialMain.active {
    right: 0px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    display: block
}

.wishlistShareHeader ul li .fmpSocialMain .fmpSocialIcon {
    display: inline-block;
    width: 28px;
    padding: 3px;
    float: left
}

.wishlistShareHeader ul li .fmpSocialMain .fmpSocialIcon a {
    margin: 0px;
    width: auto;
    height: auto;
    background: #FFFFFF
}

.wishlistShareHeader ul li .wishCarPop {
    position: absolute;
    width: 445px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 25px;
    top: 52px;
    right: -20px;
    display: none;
    max-height: fit-content;
    z-index: 9999
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop {
        top: 32px
    }
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop {
        width: 335px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .wishlistShareHeader ul li .wishCarPop {
        width: 320px;
        padding: 20px;
        margin-right: 6px
    }
}

@media (max-width: 480px) {
    .wishlistShareHeader ul li .wishCarPop {
        width: 320px;
        padding: 20px;
        right: -17px
    }
}

.wishlistShareHeader ul li .wishCarPop.active {
    display: block
}

.wishlistShareHeader ul li .wishCarPop:before {
    width: 28px;
    height: 13px;
    content: "";
    background: url("../images/trvfinance/car-listing/down-arrow.png") center center no-repeat;
    position: absolute;
    top: -13px;
    right: 25px;
    transform: rotate(180deg)
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop:before {
        right: 5%
    }
}

.wishlistShareHeader ul li .wishCarPop h2 {
    font-size: 1.5rem;
    color: #2E2E2E;
    text-align: left;
    width: 100%;
    font-weight: bold
}

.wishlistShareHeader ul li .wishCarPop .crossBtn {
    position: absolute;
    right: 25px;
    top: 25px
}

.wishlistShareHeader ul li .wishCarPop .crossBtn a {
    background: none;
    width: auto;
    height: auto
}

.wishlistShareHeader ul li .wishCarPop .crossBtn a:hover::after {
    width: 0px;
    height: 0px
}

.wishlistShareHeader ul li .wishCarPop ::-webkit-scrollbar {
    width: 5px
}

.wishlistShareHeader ul li .wishCarPop ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4)
}

.wishlistShareHeader ul li .wishCarPop ::-webkit-scrollbar-thumb {
    background: #2b3395
}

.wishlistShareHeader ul li .wishCarPop ::-webkit-scrollbar-thumb:hover {
    background: #2b3395
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 10px;
    margin-top: 10px;
    border-top: #999999 solid 2px;
    max-height: 245px;
    overflow-y: auto
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    border-bottom: #999999 solid 2px;
    position: relative
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList {
        padding-left: 30px
    }
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .fmpCheckBoxMain {
    margin-top: 0px;
    margin-left: 20px;
    width: auto;
    position: absolute;
    left: -15px;
    top: 0px
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .fmpCheckBoxMain .CustumCheckbox {
    font-size: 1.125rem;
    color: #666;
    font-weight: normal;
    margin-top: 0px
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .fmpCheckBoxMain .CustumCheckbox .checkmark {
    top: 0px;
    width: 18px;
    height: 18px
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .fmpCheckBoxMain .CustumCheckbox .checkmark:after {
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
    background: #2b33a2;
    transform: none;
    border: 0px
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListThumb {
    float: left
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListThumb img {
    width: 61px;
    height: 61px
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt {
    text-align: left;
    width: 50%;
    padding-top: 8px
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt {
        padding: 0 10px
    }
}

@media (max-width: 480px) {
    .wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt {
        padding-left: 10px
    }
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt strong {
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    float: left;
    color: #2E2E2E;
    margin-bottom: 5px;
    text-transform: capitalize
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt strong {
        font-size: 1.25rem
    }
}

@media (max-width: 480px) {
    .wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt strong {
        font-size: 1.125rem
    }
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt p {
    width: 100%;
    float: left;
    font-size: 0.875rem;
    color: #999999;
    text-align: left;
    text-transform: capitalize
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .offerListTxt p {
        font-size: 0.8125rem
    }
}

.wishlistShareHeader ul li .wishCarPop .offerLoanListMain .offerLoanList .certifiedImg {
    float: right
}

.wishlistShareHeader ul li .wishCarPop .whiteButton a {
    width: 100%;
    float: left;
    text-align: center;
    color: #2b33a2;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 15px 12px;
    height: inherit;
    margin: 0px;
    background: #FFFFFF
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .wishCarPop .whiteButton a {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .wishlistShareHeader ul li .wishCarPop .whiteButton a {
        font-size: 0.8125rem
    }
}

.wishlistShareHeader ul li .wishCarPop .whiteButton a:hover {
    color: #FFFFFF;
    background: #2b33a2
}

.wishlistShareHeader ul li .compCarPop {
    position: absolute;
    z-index: 999;
    width: 445px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 25px;
    top: 61px;
    right: -20px;
    display: none;
    max-height: fit-content
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop {
        top: 32px
    }
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop {
        width: 335px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .wishlistShareHeader ul li .compCarPop {
        padding: 20px
    }
}

@media (max-width: 423px) {
    .wishlistShareHeader ul li .compCarPop {
        right: -63px
    }
}

@media screen and (max-width: 380px) {
    .wishlistShareHeader ul li .compCarPop {
        width: 300px;
        padding: 15px
    }
}

.wishlistShareHeader ul li .compCarPop.active {
    display: block
}

.wishlistShareHeader ul li .compCarPop:before {
    width: 28px;
    height: 13px;
    content: "";
    background: url("../images/trvfinance/car-listing/down-arrow.webp") center center no-repeat;
    position: absolute;
    top: -13px;
    right: 22px;
    transform: rotate(180deg)
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop:before {
        right: 7%
    }
}

@media (max-width: 423px) {
    .wishlistShareHeader ul li .compCarPop:before {
        right: 18%
    }
}

.wishlistShareHeader ul li .compCarPop h2 {
    font-size: 1.5rem;
    color: #2E2E2E;
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: left
}

.wishlistShareHeader ul li .compCarPop .crossBtn {
    position: absolute;
    right: 25px;
    top: 25px
}

.wishlistShareHeader ul li .compCarPop .crossBtn a:hover::after {
    width: 0px;
    height: 0px
}

.wishlistShareHeader ul li .compCarPop ::-webkit-scrollbar {
    width: 5px
}

.wishlistShareHeader ul li .compCarPop ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4)
}

.wishlistShareHeader ul li .compCarPop ::-webkit-scrollbar-thumb {
    background: #2b3395
}

.wishlistShareHeader ul li .compCarPop ::-webkit-scrollbar-thumb:hover {
    background: #2b3395
}

.wishlistShareHeader ul li .compCarPop .compareListMain {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-right: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
    border-top: #999999 solid 2px;
    max-height: 350px;
    overflow-y: auto
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    border-bottom: #999999 solid 2px;
    position: relative
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop .compareListMain .compareList {
        padding-left: 30px
    }
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .fmpCheckBoxMain {
    margin-top: 0px;
    margin-left: 20px;
    width: auto;
    position: absolute;
    left: -15px;
    top: 0px
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .fmpCheckBoxMain .CustumCheckbox {
    font-size: 1.125rem;
    color: #666;
    font-weight: normal;
    margin-top: 0px;
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .fmpCheckBoxMain .CustumCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .fmpCheckBoxMain .CustumCheckbox .checkmark {
    top: 0px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    border: 1px solid #2b33a2;
    border-radius: 0;
    background: none
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .fmpCheckBoxMain .CustumCheckbox .checkmark:after {
    left: 4px;
    top: 0px;
    height: 13px;
    width: 7px;
    border-bottom: 3px solid #2b3395;
    border-right: 3px solid #2b3395;
    transform: rotate(45deg);
    margin: 0px;
    background-color: white;
    content: "";
    position: absolute
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListThumb {
    float: left
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListThumb img {
    width: 61px;
    height: 61px
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt {
    width: 50%;
    padding-top: 8px;
    text-align: left
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt {
        padding: 0 10px
    }
}

@media (max-width: 480px) {
    .wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt {
        padding-left: 10px
    }
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt strong {
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    float: left;
    color: #2E2E2E;
    margin-bottom: 5px;
    text-transform: capitalize
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt strong {
        font-size: 1.25rem
    }
}

@media (max-width: 480px) {
    .wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt strong {
        font-size: 1.125rem
    }
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt p {
    width: 100%;
    float: left;
    font-size: 0.875rem;
    color: #999999;
    text-align: left;
    text-transform: capitalize
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop .compareListMain .compareList .offerListTxt p {
        font-size: 0.8125rem;
        line-height: normal
    }
}

.wishlistShareHeader ul li .compCarPop .compareListMain .compareList .certifiedImg {
    float: right
}

.wishlistShareHeader ul li .compCarPop .whiteButton a {
    width: 100%;
    float: left;
    text-align: center;
    color: #2b33a2;
    font-size: 1.125rem !important;
    font-weight: bold;
    padding: 15px 12px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #2b3395;
    display: inline-block;
    text-transform: uppercase
}

.wishlistShareHeader ul li .compCarPop .whiteButton a:hover {
    border: 1px solid #2b33a2;
    background: #2b33a2;
    color: #FFFFFF !important
}

.wishlistShareHeader ul li .compCarPop .whiteButton a:hover::after {
    width: 0px;
    height: 0px
}

@media (max-width: 992px) {
    .wishlistShareHeader ul li .compCarPop .whiteButton a {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .wishlistShareHeader ul li .compCarPop .whiteButton a {
        font-size: 0.8125rem
    }
}

.headersearchbox {
    margin: 10px 0
}

@media (max-width: 992px) {
    .headersearchbox {
        width: 100%;
        display: none
    }
}

.headersearchbox .ds_block.active .close_search {
    visibility: visible;
    opacity: 1
}

.headersearchbox .ds_block.active .desktop_search {
    width: 330px;
    cursor: text;
    padding: 0 40px;
    color: #000000;
    background: #fff url(../images/searchicon-active.webp) no-repeat 10px center;
    border-radius: 6px
}

@media screen and (max-width: 1519px) {
    .headersearchbox .ds_block.active .desktop_search {
        width: 250px
    }
}

@media (max-width: 1420px) {
    .headersearchbox .ds_block.active .desktop_search {
        width: 200px
    }
}

@media (max-width: 1280px) {
    .headersearchbox .ds_block.active .desktop_search {
        width: 270px
    }
}

@media (max-width: 1199px) {
    .headersearchbox .ds_block.active .desktop_search {
        width: 125px
    }
}

.headersearchbox .ds_block .desktop_search {
    background: url(../images/searchicon.webp) no-repeat 10px center;
    background-size: 18px;
    border: none;
    height: 45px;
    width: 0px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: content-box;
    color: #3a4652;
    outline: none;
    position: absolute;
    right: 10px;
    top: -4px;
    font-size: 1rem;
    color: #FFFFFF;
    z-index: 10;
    padding: 0 0px 0 30px;
    margin: 12px 0
}

.headersearchbox .ds_block .close_search {
    position: absolute;
    right: 20px;
    top: 21px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    width: 17px
}

@media (max-width: 992px) {
    .headersearchbox .ds_block .close_search {
        display: none
    }
}

@media (max-width: 992px) {
    .headersearchbox .mobile_search {
        margin: 0;
        padding: 0;
        height: 40px;
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        color: #FFFFFF;
        line-height: 1.3125rem;
        font-size: 1.125rem;
        background: url(../images/searchicon.webp) no-repeat 99% center;
        box-sizing: border-box;
        outline: none;
        border: 0
    }

    .headersearchbox .mobile_search::-webkit-input-placeholder {
        color: #FFFFFF
    }

    .headersearchbox .mobile_search:-moz-placeholder {
        color: #FFFFFF
    }

    .headersearchbox .mobile_search::-moz-placeholder {
        color: #FFFFFF
    }

    .headersearchbox .mobile_search:-ms-input-placeholder {
        color: #FFFFFF
    }
}

.headertop .headersearchbox {
    display: inline-block;
    position: relative;
    margin: 10px 18px
}

.headertop .headersearchbox .desktop_search {
    background: url(../images/searchicon-active.webp) no-repeat 10px center !important;
    position: absolute;
    right: -12px;
    top: -18px;
    margin: 0 0
}

.headertop .headersearchbox .active .desktop_search {
    background: #2b3395 url(../images/searchicon.webp) no-repeat 10px center !important;
    position: absolute;
    right: -12px;
    top: -18px;
    color: #FFFFFF
}

.headertop .headersearchbox .active .close_search {
    right: 0;
    top: -3px
}

.headertop .headersearchbox .active .loader {
    right: -4px;
    top: -11px
}

.headertop .headersearchbox .searchList ul {
    right: -12px;
    top: 28px;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width: 1300px) {
    .forbuypage .cityTooltip {
        font-size: 0.625rem !important;
        width: 180px !important;
        margin-left: -50px !important
    }
}

@media screen and (max-width: 1200px) {
    .forbuypage .cityTooltip {
        font-size: 0.5625rem !important;
        margin-left: 0 !important
    }
}

@media screen and (max-width: 1200px) {
    .forbuypage .cityTooltip:after {
        left: 23% !important
    }
}

@media screen and (max-width: 1300px) {
    .forbuypage ul li a {
        font-size: 0.625rem !important
    }
}

@media screen and (max-width: 1100px) {
    .forbuypage ul li a {
        font-size: 0.5625rem !important
    }
}

@media screen and (max-width: 1300px) {
    .forbuypage .languagebox select {
        font-size: 0.625rem !important
    }
}

@media screen and (max-width: 1100px) {
    .forbuypage .languagebox select {
        font-size: 0.5625rem !important
    }
}

@media screen and (max-width: 1200px) {
    .forbuypage ul li {
        padding: 10px 5px !important
    }
}

@media screen and (max-width: 1300px) {
    .forbuypage .searchList ul li {
        padding: 7px 5px !important;
        font-size: 0.625rem !important
    }
}

@media screen and (max-width: 1200px) {
    .forbuypage .searchList ul li {
        padding: 5px 5px !important;
        font-size: 0.5625rem !important
    }
}

.captchaModal .modal-content {
    padding: 40px 0;
    text-align: center
}

.captchaModal .modal-content h2 {
    font-weight: 700;
    color: #2b3395
}

.captchaModal .modal-content .XAEXII-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 20px
}

.captchaModal .modal-content .XAEXII-container canvas {
    border: 1px solid #000;
    background-color: #b1b1b1
}

.captchaModal .modal-content .XAEXII-container .reload-image {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out
}

.captchaModal .modal-content .XAEXII-container .reload-image:hover {
    transform: rotate(360deg)
}

.captchaModal .modal-content #XAEXIIInput {
    outline: none;
    border: 1px solid #2b3395;
    padding: 3px;
    border-radius: 3px
}

.captchaModal .modal-content button {
    border: 1px solid #2b3395;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 12px;
    background: #2b3395;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    outline: none
}

.captchaModal .modal-content button:hover {
    color: #2b3395;
    background: #ffffff
}

.captchaModal .modal-content #result {
    font-size: 14px;
    font-weight: 400;
    color: red
}

.otp-error {
    font-size: 12px;
    position: relative;
    color: red;
    font-style: italic
}

.homepage footer {
    padding: 0 0 50px
}

.homepage .headerbottom .headersearchbox {
    display: block
}

footer .footermiddle .foot1 ul li.financebtn {
    display: none
}

@media (max-width: 767px) {
    footer .footermiddle .foot1 ul li.financebtn {
        display: block
    }
}

footer {
    float: left;
    width: 100%;
    background: #FFFFFF
}

@media (max-width: 992px) {
    footer {
        margin: 0 0 60px
    }
}

@media (max-width: 767px) {
    footer {
        background: #ededed
    }
}

footer .footermiddle {
    padding: 45px 50px;
    float: left;
    width: 100%;
    background: #ededed
}

@media (max-width: 1420px) {
    footer .footermiddle {
        padding: 40px 20px
    }
}

@media (max-width: 992px) {
    footer .footermiddle {
        padding: 30px 0
    }
}

@media (max-width: 767px) {
    footer .footermiddle {
        padding: 25px 15px 10px
    }
}

@media (max-width: 480px) {
    footer .footermiddle {
        padding: 25px 0 10px
    }
}

footer .footermiddle .foot1 {
    width: 100%;
    float: left
}

footer .footermiddle .foot1 ul {
    float: left;
    width: 22%;
    font-size: 0
}

@media (max-width: 1280px) {
    footer .footermiddle .foot1 ul {
        width: 25%
    }
}

@media (max-width: 767px) {
    footer .footermiddle .foot1 ul {
        width: 100%
    }
}

footer .footermiddle .foot1 ul li {
    font-size: 0.875rem;
    line-height: 1rem;
    margin: 0 0 20px;
    display: block
}

@media (max-width: 992px) {
    footer .footermiddle .foot1 ul li {
        margin: 0 0 15px
    }
}

@media (max-width: 767px) {
    footer .footermiddle .foot1 ul li {
        width: 50%;
        display: inline-block
    }
}

@media (max-width: 359px) {
    footer .footermiddle .foot1 ul li {
        font-size: 0.75rem;
        margin: 0 0 10px
    }
}

footer .footermiddle .foot1 ul li:last-child {
    margin: 0
}

footer .footermiddle .foot1 ul li a {
    color: #000000;
    outline: none;
    font-weight: 400;
    display: inline-block;
    position: relative
}

footer .footermiddle .foot1 ul li a:after {
    bottom: -2px;
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

footer .footermiddle .foot1 ul li a:hover {
    color: #2b3395
}

footer .footermiddle .foot1 ul li a:hover:after {
    width: 100%
}

@media (max-width: 767px) {
    footer .footermiddle .footerdetail {
        display: none
    }
}

footer .footermiddle .footerdetail ul li {
    display: block;
    margin: 0 0 20px
}

footer .footermiddle .footerdetail ul li img {
    display: inline-block;
    vertical-align: middle
}

footer .footermiddle .footerdetail ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #2b3395;
    font-weight: 500;
    padding: 0 0 0 10px
}

footer .footermiddle .footerdetail ul li:last-child {
    margin: 0
}

footer .footermiddle .carImgTxt {
    color: #000;
    font-size: 0.6875rem;
    margin-top: 10px;
    display: inline-block;
    bottom: -25px;
    position: relative;
    line-height: 1.2;
    font-weight: normal
}

@media (max-width: 992px) {
    footer .footermiddle .carImgTxt {
        margin-top: 20px;
        bottom: 0px
    }
}

footer .copyrightbox {
    float: left;
    width: 100%;
    border-top: 1px solid #c3c3c3;
    padding: 20px 0
}

@media (max-width: 1280px) {
    footer .copyrightbox {
        padding: 15px 0
    }
}

@media (max-width: 992px) {
    footer .copyrightbox {
        text-align: center;
        padding: 10px 0
    }

    footer .copyrightbox .left {
        width: 100%
    }

    footer .copyrightbox .right {
        width: 100%
    }
}

footer .copyrightbox p {
    font-size: 0.75rem;
    color: #767676
}

@media (max-width: 992px) {
    footer .copyrightbox p {
        font-weight: 500;
        font-size: 0.8125rem;
        color: #000000
    }
}

@media (max-width: 767px) {
    footer .copyrightbox p {
        font-size: 0.75rem
    }
}

@media (max-width: 359px) {
    footer .copyrightbox p {
        font-size: 0.6875rem
    }
}

.mobileNavigation {
    width: 100%;
    float: left;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-box-shadow: 0px -4px 30px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px -4px 30px rgba(50, 50, 50, 0.2);
    box-shadow: 0px -4px 30px rgba(50, 50, 50, 0.2);
    display: none
}

@media (max-width: 992px) {
    .mobileNavigation {
        display: block
    }
}

.mobileNavigation .leftSection {
    width: auto;
    float: left
}

.mobileNavigation .leftSection ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 0
}

.mobileNavigation .leftSection ul li {
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 20px 0;
    position: relative
}

.mobileNavigation .leftSection ul li::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    background: #2b3395;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    border-radius: 10px;
    opacity: 0;
    z-index: -1
}

.mobileNavigation .leftSection ul li:hover::before {
    opacity: 1;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 0px
}

.mobileNavigation .leftSection ul li:hover a {
    color: #FFFFFF;
    border-right: 1px solid #2b3395
}

@media (max-width: 767px) {
    .mobileNavigation .leftSection ul li {
        padding: 20px 0
    }
}

@media (max-width: 359px) {
    .mobileNavigation .leftSection ul li {
        padding: 20px 0
    }
}

.mobileNavigation .leftSection ul li:last-child a {
    border-right: 0
}

.mobileNavigation .leftSection ul li a {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2b3395;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    padding: 0 20px
}

@media (max-width: 767px) {
    .mobileNavigation .leftSection ul li a {
        padding: 0 15px;
        font-size: 0.875rem
    }
}

@media (max-width: 480px) {
    .mobileNavigation .leftSection ul li a {
        padding: 0 12px;
        font-size: 0.875rem
    }
}

@media (max-width: 359px) {
    .mobileNavigation .leftSection ul li a {
        padding: 0px 10px;
        font-size: 0.8125rem
    }
}

.mobileNavigation .rightSection {
    width: auto;
    float: right;
    text-align: right;
    padding: 20px 15px;
    position: relative
}

.mobileNavigation .rightSection .menutogglebtn {
    width: 30px;
    float: right
}

.mobileNavigation .rightSection .menutogglebtn::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    background: #2b3395;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    border-radius: 10px;
    opacity: 0;
    z-index: -1
}

.mobileNavigation .rightSection .menutogglebtn:hover::before {
    opacity: 1;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 0px
}

.mobileNavigation .rightSection .menutogglebtn:hover span {
    background: #FFFFFF
}

.mobileNavigation .rightSection .menutogglebtn.active span {
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.mobileNavigation .rightSection .menutogglebtn.active span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    top: 10px;
    position: relative
}

.mobileNavigation .rightSection .menutogglebtn.active span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    top: -6px;
    position: relative
}

.mobileNavigation .rightSection .menutogglebtn.active span:nth-child(2) {
    opacity: 0
}

.mobileNavigation .rightSection .menutogglebtn span {
    display: block;
    background: #2b3395;
    height: 4px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 4px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.mobileNavigation .rightSection .menutogglebtn span:last-child {
    margin-bottom: 0
}

@media (max-width: 992px) {
    .mobileNavigation.footerNew {
        background: #2b3395;
        border-radius: 10px
    }

    .mobileNavigation.footerNew .leftSection ul li {
        padding: 11px 5px 10px 5px
    }

    .mobileNavigation.footerNew .leftSection ul li a {
        color: #000000;
        font-size: 0.875rem;
        font-weight: bold;
        background: #FFFFFF;
        border-right: 0px;
        padding: 10px 20px;
        border-radius: 10px;
        line-height: normal;
        border: #FFFFFF solid 1px
    }

    .mobileNavigation.footerNew .leftSection ul li a:hover {
        background: none;
        color: #FFFFFF
    }

    .mobileNavigation.footerNew .leftSection ul li+li {
        margin-left: 7px
    }

    .mobileNavigation.footerNew .rightSection {
        padding: 0px;
        margin-top: 18px;
        margin-right: 3px
    }

    .mobileNavigation.footerNew .rightSection .menutogglebtn {
        width: 35px;
        margin-top: 0px
    }

    .mobileNavigation.footerNew .rightSection .menutogglebtn.active {
        margin-top: 0px
    }

    .mobileNavigation.footerNew .rightSection .menutogglebtn span {
        background: #FFFFFF;
        border-radius: 0px;
        margin-bottom: 7px
    }

    .mobileNavigation.footerNew .rightSection .menutogglebtn span:first-child {
        top: 16px
    }
}

.customselect .select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 10px;
    height: auto;
    outline: none;
    font-size: 0.875rem;
    background: url(../images/select.webp) no-repeat 96% center
}

.customselect .select2-selection__arrow {
    display: none
}

.customselect .select2-container {
    display: block;
    width: 100% !important
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 30px 10px 10px;
    outline: none;
    font-size: 0.875rem;
    background: url(../images/searchicon-active.webp) no-repeat 96% center
}

.select2-results__option {
    padding: 12px;
    font-size: 0.875rem
}

.socialdetailbox {
    float: left;
    width: 100%;
    padding: 50px 0 0
}

@media (max-width: 992px) {
    .socialdetailbox {
        padding: 30px 0 0
    }
}

@media (max-width: 767px) {
    .socialdetailbox {
        padding: 0
    }
}

@media (max-width: 480px) {
    .socialdetailbox {
        padding: 0
    }

    .socialdetailbox .container {
        padding: 0
    }
}

.socialdetailbox .footertop {
    padding: 20px 50px 0;
    float: left;
    width: 100%;
    background: #2b3395
}

@media (max-width: 1420px) {
    .socialdetailbox .footertop {
        padding: 20px 20px 0
    }
}

@media (max-width: 992px) {
    .socialdetailbox .footertop {
        padding: 20px 25px 0
    }
}

@media (max-width: 767px) {
    .socialdetailbox .footertop {
        padding: 20px 15px 0
    }
}

.socialdetailbox .footertop .footermobileimage {
    width: 140px;
    float: left
}

@media (max-width: 767px) {
    .socialdetailbox .footertop .footermobileimage {
        width: 50%;
        position: relative;
        top: 0
    }
}

@media (max-width: 720px) {
    .socialdetailbox .footertop .footermobileimage img {
        height: 201px
    }
}

@media (min-width: 719px) and (max-width: 991px) {
    .socialdetailbox .footertop .footermobileimage img {
        height: 194px
    }
}

@media (min-width: 992px) {
    .socialdetailbox .footertop .footermobileimage img {
        height: 117px
    }
}

.socialdetailbox .footertop .footermobiledetails {
    width: calc(100% - 140px);
    padding: 30px 0 0 20px;
    float: left
}

@media (max-width: 1199px) {
    .socialdetailbox .footertop .footermobiledetails {
        padding: 0px 0 0 20px
    }
}

@media (max-width: 992px) {
    .socialdetailbox .footertop .footermobiledetails {
        padding: 15px 0 0 15px
    }
}

@media (max-width: 767px) {
    .socialdetailbox .footertop .footermobiledetails {
        width: 50%;
        padding: 0;
        position: relative;
        top: 12px
    }
}

@media (max-width: 359px) {
    .socialdetailbox .footertop .footermobiledetails {
        padding: 0 0 0 10px
    }
}

.socialdetailbox .footertop .footermobiledetails h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle
}

@media (max-width: 1199px) {
    .socialdetailbox .footertop .footermobiledetails h5 {
        margin: 0 0 15px;
        font-size: 1.125rem;
        line-height: 1.3125rem
    }
}

@media (max-width: 767px) {
    .socialdetailbox .footertop .footermobiledetails h5 {
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 10px
    }
}

.socialdetailbox .footertop .footermobiledetails h5 span {
    font-size: 0.75rem;
    display: block;
    font-weight: 300;
    color: #FFFFFF
}

@media (max-width: 992px) {
    .socialdetailbox .footertop .footermobiledetails h5 span {
        margin: 0 0 10px;
        font-size: 0.875rem;
        line-height: 1.125rem
    }
}

@media (max-width: 767px) {
    .socialdetailbox .footertop .footermobiledetails h5 span {
        font-size: 0.8125rem;
        line-height: 0.9375rem;
        margin-bottom: 8px
    }
}

@media (max-width: 359px) {
    .socialdetailbox .footertop .footermobiledetails h5 span {
        font-size: 0.6875rem;
        line-height: 0.875rem;
        margin-bottom: 5px
    }
}

@media (max-width: 992px) {
    .socialdetailbox .footertop .footermobiledetails a {
        margin: 0;
        width: 45%;
        padding: 0 10px 0 0;
        display: inline-block
    }
}

@media (max-width: 767px) {
    .socialdetailbox .footertop .footermobiledetails a {
        padding: 0 0 5px 0;
        width: 100%
    }
}

.socialdetailbox .footertop .footermobiledetails a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 1280px) {
    .socialdetailbox .footertop .footermobiledetails a img {
        margin: 0 0 0 5px
    }
}

@media (max-width: 1199px) {
    .socialdetailbox .footertop .footermobiledetails a img {
        margin: 0
    }
}

@media (max-width: 992px) {
    .socialdetailbox .footertop .footermobiledetails a img {
        margin: 0;
        width: 100%
    }
}

@media (max-width: 767px) {
    .socialdetailbox .footertop .footermobiledetails a img {
        margin: 0;
        width: 115px
    }
}

@media (max-width: 359px) {
    .socialdetailbox .footertop .footermobiledetails a img {
        width: 85px
    }
}

.socialdetailbox .footertop .footermobiledetails a img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.socialdetailbox .footertop .footersocial {
    margin: 35px 0 0
}

@media (max-width: 1280px) {
    .socialdetailbox .footertop .footersocial {
        margin: 20px 0 0
    }
}

@media (max-width: 1199px) {
    .socialdetailbox .footertop .footersocial {
        margin: 0
    }
}

@media (max-width: 767px) {
    .socialdetailbox .footertop .footersocial {
        display: none
    }
}

.socialdetailbox .footertop .footersocial p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0 10px 0 0
}

@media (max-width: 1280px) {
    .socialdetailbox .footertop .footersocial p {
        font-size: 1.125rem
    }
}

@media (max-width: 992px) {
    .socialdetailbox .footertop .footersocial p {
        margin: 15px 0px 0 0
    }
}

.socialdetailbox .footertop .footersocial ul {
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 1280px) {
    .socialdetailbox .footertop .footersocial ul {
        margin: 10px 0 0;
        display: block
    }
}

.socialdetailbox .footertop .footersocial ul li {
    display: inline-block;
    margin: 0 5px 0 0
}

.socialdetailbox .footertop .footersocial ul li img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.socialdetailbox .footertop .footersocial ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.safetyTicker.desktop {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    display: block
}

@media (max-width: 992px) {
    .safetyTicker.desktop {
        display: none
    }
}

.safetyTicker.desktop .safetyTickerBigImg img {
    width: 100%;
    height: auto
}

.safetyTicker.desktop .safetyTickerClickCross {
    position: absolute;
    right: 50px;
    height: 18px;
    top: 50%;
    transform: translate(0px, -50%)
}

@media screen and (max-width: 1599px) {
    .safetyTicker.desktop .safetyTickerClickCross {
        right: 25px
    }
}

@media (max-width: 1199px) {
    .safetyTicker.desktop .safetyTickerClickCross {
        right: 15px;
        height: 15px
    }
}

.safetyTicker.desktop .safetyTickerClickCross .clickHere {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    top: -2px
}

@media screen and (max-width: 1599px) {
    .safetyTicker.desktop .safetyTickerClickCross .clickHere {
        margin-right: 15px
    }
}

@media (max-width: 1199px) {
    .safetyTicker.desktop .safetyTickerClickCross .clickHere {
        margin-right: 10px;
        top: 0px
    }
}

@media (max-width: 1199px) {
    .safetyTicker.desktop .safetyTickerClickCross .clickHere a img {
        height: 12px
    }
}

.safetyTicker.desktop .safetyTickerClickCross .cross {
    display: inline-block
}

@media (max-width: 1199px) {
    .safetyTicker.desktop .safetyTickerClickCross .cross a img {
        height: 12px
    }
}

.safetyTicker.mobile {
    display: none
}

@media (max-width: 992px) {
    .safetyTicker.mobile {
        display: inline-block;
        width: 100%;
        padding: 15px 0
    }

    .safetyTicker.mobile .safetyTickerInn {
        width: 100%;
        position: relative
    }

    .safetyTicker.mobile .safetyTickerInn .safetyTickerBigImg {
        width: 100%
    }

    .safetyTicker.mobile .safetyTickerInn .safetyTickerBigImg img {
        width: 100%;
        height: auto
    }

    .safetyTicker.mobile .safetyTickerInn .clickButt {
        position: absolute;
        left: 20px;
        bottom: 20px
    }
}

@media (max-width: 992px) and (max-width: 767px) {
    .safetyTicker.mobile .safetyTickerInn .clickButt {
        left: 15px;
        bottom: 15px
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .safetyTicker.mobile .safetyTickerInn .clickButt {
        left: 10px;
        bottom: 10px
    }
}

@media (max-width: 992px) and (max-width: 359px) {
    .safetyTicker.mobile .safetyTickerInn .clickButt {
        left: 7px;
        bottom: 7px
    }
}

@media (max-width: 992px) {
    .safetyTicker.mobile .safetyTickerInn .clickButt img {
        width: 70%;
        height: auto
    }
}

@media (max-width: 992px) and (max-width: 767px) {
    .safetyTicker.mobile .safetyTickerInn .clickButt img {
        width: 50%
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .safetyTicker.mobile .safetyTickerInn .clickButt img {
        width: 40%
    }
}

@media (max-width: 992px) and (max-width: 359px) {
    .safetyTicker.mobile .safetyTickerInn .clickButt img {
        width: 35%
    }
}

.bannerSection {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    height: 360px
}

@media (min-width: 1751px) {
    .bannerSection {
        height: 540px
    }
}

@media (min-width: 1601px) and (max-width: 1750px) {
    .bannerSection {
        height: 480px
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .bannerSection {
        height: 450px
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    .bannerSection {
        height: 400px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .bannerSection {
        height: 360px
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .bannerSection {
        height: 327px
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .bannerSection {
        height: 288px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bannerSection {
        height: 240px
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .bannerSection {
        height: 200px
    }
}

@media (min-width: 520px) and (max-width: 649px) {
    .bannerSection {
        height: 155px
    }
}

@media (min-width: 450px) and (max-width: 519px) {
    .bannerSection {
        height: 128px
    }
}

@media (min-width: 380px) and (max-width: 449px) {
    .bannerSection {
        height: 115px
    }
}

@media (max-width: 379px) {
    .bannerSection {
        height: 100px
    }
}

@media (max-width: 992px) {
    .bannerSection .carousel {
        opacity: 1
    }
}

.bannerSection .carousel-item img {
    width: 100%
}

.bannerSection .carousel-control-prev {
    opacity: 1;
    width: 10%
}

.bannerSection .carousel-control-prev .carousel-control-prev-icon {
    background: url(../images/banner-leftarrow.webp) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.bannerSection .carousel-control-prev .carousel-control-prev-icon:hover {
    box-shadow: 0px 0px 20px #393939;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: url(../images/banner-leftarrow.webp) no-repeat center #fff
}

.bannerSection .carousel-control-next {
    opacity: 1;
    width: 10%
}

.bannerSection .carousel-control-next .carousel-control-next-icon {
    background: url(../images/banner-rightarrow.webp) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.bannerSection .carousel-control-next .carousel-control-next-icon:hover {
    box-shadow: 0px 0px 20px rgba(57, 57, 57, 0.5);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: url(../images/banner-rightarrow.webp) no-repeat center #fff
}

.searchSection {
    width: 100%;
    float: left;
    padding: 50px 0
}

@media (max-width: 992px) {
    .searchSection {
        padding: 30px 0 30px
    }
}

@media (max-width: 767px) {
    .searchSection {
        padding: 25px 0
    }
}

@media (min-width: 1498px) {
    .searchSection {
        height: 254px
    }
}

@media (min-width: 1366px) and (max-width: 1497px) {
    .searchSection {
        height: 252px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .searchSection {
        height: 240px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .searchSection {
        height: 233px
    }
}

.searchSection .searchHeading h2 {
    font-size: 1.875rem;
    color: #636363;
    font-weight: 500;
    margin: 0
}

@media (max-width: 1280px) {
    .searchSection .searchHeading h2 {
        font-size: 1.3125rem
    }
}

@media (max-width: 992px) {
    .searchSection .searchHeading h2 {
        font-size: 1.25rem;
        padding: 5px 0 10px
    }
}

@media (max-width: 767px) {
    .searchSection .searchHeading h2 {
        font-size: 1.125rem;
        padding: 0 0 10px 0
    }
}

.searchSection .buttonSection ul li {
    padding: 0 10px 0 0;
    display: inline-block
}

.searchSection .buttonSection ul li:last-child {
    padding: 0
}

@media (max-width: 992px) {
    .searchSection .buttonSection ul li {
        padding-top: 0px
    }
}

@media (max-width: 767px) {
    .searchSection .buttonSection ul li {
        padding: 0 5px 10px 0
    }
}

.searchSection .buttonSection ul li a {
    border: 1px solid #bfbfbf;
    padding: 9px 20px;
    border-radius: 50px;
    color: #000000;
    font-size: 0.875rem;
    font-weight: 500
}

.searchSection .buttonSection ul li a:hover {
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF
}

.searchSection .buttonSection ul li a.active {
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF
}

@media (max-width: 767px) {
    .searchSection .buttonSection ul li a {
        padding: 9px 15px
    }
}

@media (max-width: 359px) {
    .searchSection .buttonSection ul li a {
        padding: 9px 10px;
        font-size: 0.75rem
    }
}

.searchSection .tab-content {
    width: 100%;
    float: left;
    margin: 30px 0 0
}

@media (max-width: 992px) {
    .searchSection .tab-content {
        margin: 10px 0 0
    }
}

.searchSection .tab-content .banner_slide2 {
    padding: 0 24px;
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .searchSection .tab-content .banner_slide2 {
        display: none
    }
}

.searchSection .tab-content .banner_slide2 .modelBox {
    width: 99%;
    float: none;
    display: block;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    cursor: pointer;
    min-height: 70px
}

.searchSection .tab-content .banner_slide2 .modelBox:hover .modelText span {
    color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide2 .modelBox:hover .modelText span:after {
    right: -30px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide2 .modelBox a {
    font-size: 0
}

.searchSection .tab-content .banner_slide2 .modelBox .leftcarbox {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 55%
}

.searchSection .tab-content .banner_slide2 .modelBox .rightextbox {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    padding: 0
}

@media (max-width: 1420px) {
    .searchSection .tab-content .banner_slide2 .modelBox .rightextbox {
        padding: 0
    }
}

@media (max-width: 1280px) {
    .searchSection .tab-content .banner_slide2 .modelBox .rightextbox {
        padding: 0
    }
}

.searchSection .tab-content .banner_slide2 .modelBox img {
    border-radius: 0;
    padding: 4px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    margin: 0 0 0 5px;
    width: auto
}

@media (max-width: 1280px) {
    .searchSection .tab-content .banner_slide2 .modelBox img {
        margin: 0 0 0 2px
    }
}

.searchSection .tab-content .banner_slide2 .modelBox img:hover {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.searchSection .tab-content .banner_slide2 .modelBox .modelText {
    text-align: right;
    padding: 0 10px 0 0
}

.searchSection .tab-content .banner_slide2 .modelBox .modelText.modelbudget {
    text-align: left;
    margin: 35px 15px;
    padding: 0
}

@media (max-width: 1420px) {
    .searchSection .tab-content .banner_slide2 .modelBox .modelText.modelbudget {
        margin: 32.5px 15px
    }
}

@media (max-width: 1280px) {
    .searchSection .tab-content .banner_slide2 .modelBox .modelText.modelbudget {
        margin: 25px 15px
    }
}

.searchSection .tab-content .banner_slide2 .modelBox .modelText.modelbudget span {
    display: block
}

.searchSection .tab-content .banner_slide2 .modelBox .modelText span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    position: relative
}

@media (max-width: 1420px) {
    .searchSection .tab-content .banner_slide2 .modelBox .modelText span {
        font-size: 0.875rem
    }
}

.searchSection .tab-content .banner_slide2 .modelBox .modelText span:after {
    background: url(../images/car/icon.webp) no-repeat center;
    position: absolute;
    right: -25px;
    top: 1px;
    content: '';
    width: 20px;
    height: 12px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide2 .owl-nav button {
    outline: none
}

.searchSection .tab-content .banner_slide2 .owl-nav button.owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    left: 0;
    margin: -8px 0 0 0
}

.searchSection .tab-content .banner_slide2 .owl-nav button.owl-prev:hover {
    background: url(../images/banner-leftarrow.webp) no-repeat center
}

.searchSection .tab-content .banner_slide2 .owl-nav button.owl-prev span {
    display: none
}

.searchSection .tab-content .banner_slide2 .owl-nav button.owl-next {
    background: url(../images/rightIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    right: 0;
    margin: -8px 0 0 0
}

.searchSection .tab-content .banner_slide2 .owl-nav button.owl-next:hover {
    background: url(../images/banner-rightarrow.webp) no-repeat center
}

.searchSection .tab-content .banner_slide2 .owl-nav button.owl-next span {
    display: none
}

@media (max-width: 992px) {
    .searchSection .tab-content .banner_slide3 {
        display: none
    }
}

.searchSection .tab-content .banner_slide3 .modelBox {
    width: 100%;
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    cursor: pointer;
    min-height: 70px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide3 .modelBox:hover {
    border-color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide3 .modelBox:hover .modelText span {
    color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide3 .modelBox:hover .modelText span:after {
    right: -30px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide3 .modelBox .leftcarbox {
    float: left;
    width: 55%
}

.searchSection .tab-content .banner_slide3 .modelBox .rightextbox {
    float: right;
    width: 45%;
    padding: 32px 0 0
}

@media (max-width: 1420px) {
    .searchSection .tab-content .banner_slide3 .modelBox .rightextbox {
        padding: 30px 0 0
    }
}

@media (max-width: 1280px) {
    .searchSection .tab-content .banner_slide3 .modelBox .rightextbox {
        padding: 26px 0 0
    }
}

.searchSection .tab-content .banner_slide3 .modelBox img {
    border-radius: 50%;
    padding: 4px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    margin: 0 0 0 5px;
    width: auto
}

@media (max-width: 1280px) {
    .searchSection .tab-content .banner_slide3 .modelBox img {
        margin: 0 0 0 2px
    }
}

.searchSection .tab-content .banner_slide3 .modelBox img:hover {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.searchSection .tab-content .banner_slide3 .modelBox .modelText {
    text-align: right;
    padding: 0 10px 0 0
}

.searchSection .tab-content .banner_slide3 .modelBox .modelText.modelbudget {
    text-align: center;
    border-radius: 10px;
    margin: 0px;
    padding: 33px 30px;
    background: #f1f1f1;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.searchSection .tab-content .banner_slide3 .modelBox .modelText.modelbudget:hover {
    background: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 1280px) {
    .searchSection .tab-content .banner_slide3 .modelBox .modelText.modelbudget {
        padding: 25px
    }
}

.searchSection .tab-content .banner_slide3 .modelBox .modelText.modelbudget span {
    display: block
}

.searchSection .tab-content .banner_slide3 .modelBox .modelText.modelbudget span:after {
    display: none
}

.searchSection .tab-content .banner_slide3 .modelBox .modelText span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 1.3125rem;
    font-weight: 500;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    position: relative
}

@media (max-width: 1420px) {
    .searchSection .tab-content .banner_slide3 .modelBox .modelText span {
        font-size: 1.125rem
    }
}

.searchSection .tab-content .banner_slide3 .modelBox .modelText span:after {
    background: url(../images/car/icon.webp) no-repeat center;
    position: absolute;
    right: -25px;
    top: 1px;
    content: '';
    width: 20px;
    height: 12px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.SearchCarouselMobileByModel {
    width: 100%;
    float: left;
    display: none
}

@media (max-width: 992px) {
    .SearchCarouselMobileByModel {
        display: block
    }
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer {
    width: 100%;
    float: left
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer button.owl-prev {
    left: -10px
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer button.owl-next {
    right: -10px
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .owl-carousel .owl-item img {
    width: auto
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox {
    width: 90%;
    float: left;
    border: 1px solid #d2d2d2;
    margin: 0 5%;
    border-radius: 9px
}

@media (max-width: 992px) {
    .SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox {
        border: 0;
        border-radius: inherit;
        box-shadow: 0px 0px 5px #ddd;
        margin: 10px 0;
        width: 100%;
        padding: 10px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox:hover {
        box-shadow: 0px 0px 25px #ddd;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }
}

@media (max-width: 992px) and (max-width: 767px) {
    .SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox {
        margin: 6px 0;
        padding: 6px 10px
    }
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .modelText.modelbudget {
    padding: 17px 0;
    width: 100%
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .modelText.modelbudget span {
    float: left
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .carImg {
    width: 80px;
    height: 50px
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .modelText {
    padding-left: 0
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .modelText span {
    width: auto;
    float: right;
    margin-right: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    padding-right: 20px;
    color: #000000;
    position: relative
}

@media (max-width: 767px) {
    .SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .modelText span {
        padding-left: 10px;
        font-size: 1rem
    }
}

@media (max-width: 480px) {
    .SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .modelText span {
        padding-left: 10px;
        font-size: 0.875rem
    }
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .modelBox .modelText span:after {
    background: url(../images/car/icon.webp) no-repeat center;
    position: absolute;
    right: -5px;
    top: 1px;
    content: '';
    width: 20px;
    height: 12px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .buttonSearch {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0 30px
}

@media (max-width: 767px) {
    .SearchCarouselMobileByModel .SearchCarouselMobileContainer .buttonSearch {
        margin: 0
    }
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .buttonSearch a {
    width: 100%;
    font-size: 1.125rem;
    color: #FFFFFF;
    background: #2b3395;
    padding: 12px 50px;
    border-radius: 6px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 767px) {
    .SearchCarouselMobileByModel .SearchCarouselMobileContainer .buttonSearch a {
        width: 100%;
        font-size: 1rem;
        margin-top: 10px;
        font-weight: 400
    }
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer .buttonSearch a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.SearchCarouselMobileByModel .SearchCarouselMobileContainer.hideCarousel {
    width: 100%;
    float: left;
    display: none
}

@media (max-width: 992px) {
    .desktopform {
        display: none
    }
}

.mobileform {
    display: none;
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .mobileform {
        display: block
    }
}

.mobileform .buyformbox.active {
    display: block
}

.mobileform .sellformbox.active {
    display: block
}

@media (max-width: 767px) {
    .mobileform .availableTxt {
        font-size: 0.875rem;
        font-weight: normal;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .mobileform .buySellButton {
        margin: 0;
        float: left;
        width: 100%
    }
}

.mobileform .buySellButton input {
    width: 100%;
    float: left;
    padding: 12px 0;
    height: 50px;
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 6px;
    margin: 20px 0 0
}

@media (max-width: 767px) {
    .mobileform .buySellButton input {
        margin: 15px 0 0
    }
}

.mobileform .buySellButton input:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.mobileform .availableTxt {
    font-size: 0.875rem;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px
}

.bodyactive {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.buysellformbox {
    float: left;
    width: 100%;
    margin: -100px 0 0;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1499px) {
    .buysellformbox {
        margin-top: 35px
    }
}

@media (max-width: 1280px) {
    .buysellformbox {
        margin: 30px 0 0
    }
}

@media (max-width: 992px) {
    .buysellformbox {
        margin: 0
    }

    .buysellformbox .nav {
        background: #333caf;
        padding: 15px 20px;
        margin: -1px -15px 0
    }
}

@media (max-width: 767px) {
    .buysellformbox .nav {
        padding: 15px
    }
}

@media (min-width: 1420px) {
    .buysellformbox {
        height: 176px
    }
}

@media (min-width: 992px) and (max-width: 1419px) {
    .buysellformbox {
        height: 151px
    }
}

.buysellformbox .form-row {
    margin: 0
}

.buysellformbox .container {
    max-width: 1200px
}

@media (max-width: 992px) {
    .buysellformbox .container .tab-content {
        padding: 0 15px
    }
}

.buysellformbox .container .nav-item {
    position: relative
}

@media (max-width: 992px) {
    .buysellformbox .container .nav-item {
        width: 50%;
        float: left;
        padding: 0 15px;
        text-align: center
    }

    .buysellformbox .container .nav-item:last-child {
        padding: 0 0 0 15px
    }

    .buysellformbox .container .nav-item:first-child {
        padding: 0 15px 0 0
    }
}

@media (max-width: 767px) {
    .buysellformbox .container .nav-item {
        width: 50%;
        float: left;
        padding: 0 10px;
        text-align: center
    }

    .buysellformbox .container .nav-item:last-child {
        padding: 0 0 0 10px
    }

    .buysellformbox .container .nav-item:first-child {
        padding: 0 10px 0 0
    }
}

.buysellformbox .container .nav-item .nav-link.custumButton {
    padding: 15px 60px;
    background-color: #ec383b;
    color: #FFFFFF;
    font-size: 1.625rem;
    border-radius: 5px 5px 0 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500
}

@media (max-width: 1280px) {
    .buysellformbox .container .nav-item .nav-link.custumButton {
        font-size: 1.3125rem;
        padding: 15px 50px
    }
}

@media (max-width: 992px) {
    .buysellformbox .container .nav-item .nav-link.custumButton {
        font-size: 1.125rem;
        background-color: #FFFFFF;
        color: #000;
        width: 100%;
        border-radius: 6px
    }
}

@media (max-width: 767px) {
    .buysellformbox .container .nav-item .nav-link.custumButton {
        font-size: 1rem
    }
}

.buysellformbox .container .nav-item .nav-link.custumButton.active {
    background-color: #2b3395
}

@media (max-width: 992px) {
    .buysellformbox .container .nav-item .nav-link.custumButton.active {
        background-color: #ec383b;
        color: #FFFFFF
    }
}

.buysellformbox .container .nav-item .nav-link.custumButton.active::after {
    position: absolute;
    background: url(../images/buttonIcon.webp) no-repeat center;
    width: 22px;
    height: 9px;
    content: '';
    bottom: -9px;
    display: block;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 992px) {
    .buysellformbox .container .nav-item .nav-link.custumButton.active::after {
        display: none
    }
}

.buysellformbox .container .BuySellSection {
    width: 100%;
    float: left;
    padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px #e2e2e2;
    border-radius: 6px;
    border-top-left-radius: 0
}

@media screen and (max-width: 1499px) {
    .buysellformbox .container .BuySellSection {
        box-shadow: 0px 0px 20px #e2e2e2
    }
}

@media (max-width: 1280px) {
    .buysellformbox .container .BuySellSection {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .buysellformbox .container .BuySellSection {
        display: none
    }
}

.buysellformbox .container .BuySellSection .customselect {
    width: 26%;
    margin-right: 2%;
    float: left
}

.buysellformbox .container .BuySellSection .customselect .form__item .select2 .selection .select2-selection--single {
    height: 50px
}

.buysellformbox .container .BuySellSection .customselect .form__item .select2 .selection .select2-selection--single .select2-selection__rendered {
    line-height: 30px
}

.buysellformbox .container .BuySellSection select {
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 0 20px;
    height: 50px;
    background: url(../images/select.webp) no-repeat 96% center;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 6px
}

.buysellformbox .container .BuySellSection input {
    width: 26%;
    float: left;
    margin-right: 2%;
    padding: 0px 15px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    outline: none;
    box-shadow: none
}

.buysellformbox .container .BuySellSection input::-webkit-input-placeholder {
    color: #000000
}

.buysellformbox .container .BuySellSection input:-moz-placeholder {
    color: #000000
}

.buysellformbox .container .BuySellSection input::-moz-placeholder {
    color: #000000
}

.buysellformbox .container .BuySellSection input:-ms-input-placeholder {
    color: #000000
}

.buysellformbox .container .BuySellSection .buySellButton {
    width: 16%;
    float: left
}

.buysellformbox .container .BuySellSection .buySellButton input {
    width: 100%;
    float: left;
    padding: 15px 0;
    height: 50px;
    outline: none;
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 6px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.buysellformbox .container .BuySellSection .buySellButton input:hover {
    background: #FFFFFF;
    color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border: 1px solid #bfbfbf
}

@media (max-width: 1280px) {
    .buysellformbox .container .BuySellSection .buySellButton input {
        font-size: 0.875rem
    }
}

.buysellformbox .container .BuySellSection .availableTxt {
    font-size: 0.875rem;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 25px
}

.buysellformbox .container .BuySellSection.sellTabBox .customselect {
    width: 19%;
    margin-right: 2%;
    float: left
}

.buysellformbox .container .BuySellSection.sellTabBox .customselect .form__item .select2 .selection .select2-selection--single {
    height: 50px
}

.buysellformbox .container .BuySellSection.sellTabBox .customselect .form__item .select2 .selection .select2-selection--single .select2-selection__rendered {
    line-height: 30px
}

.buysellformbox .container .BuySellSection.sellTabBox .customselect .form__item input {
    padding-right: 35px
}

.buysellformbox .container .BuySellSection.sellTabBox .buySellButton {
    float: right
}

.SearchCarouselMobile {
    width: 100%;
    float: left;
    display: none;
    margin: 0
}

@media (max-width: 767px) {
    .SearchCarouselMobile {
        width: auto;
        float: none;
        margin: 15px -15px 0
    }
}

.SearchCarouselMobile .BuyleftMargin {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 0
}

.SearchCarouselMobile .cityBox {
    padding: 0;
    margin: 0
}

.SearchCarouselMobile .cityBox .form__item {
    padding: 20px 0 0;
    float: left;
    width: 100%
}

@media (max-width: 767px) {
    .SearchCarouselMobile .cityBox .form__item {
        padding: 7.5px 0
    }
}

.SearchCarouselMobile .cityBox .form__item select {
    width: 100%;
    height: 50px;
    float: left;
    background: url(../images/select.webp) no-repeat 96% center;
    padding: 10px;
    margin: 0px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    outline: none;
    font-size: 1rem;
    color: #000000
}

.SearchCarouselMobile input {
    width: 100%;
    height: 50px;
    float: left;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #000000;
    outline: none;
    font-size: 1rem
}

.SearchCarouselMobile input::-webkit-input-placeholder {
    color: #000000
}

.SearchCarouselMobile input:-moz-placeholder {
    color: #000000
}

.SearchCarouselMobile input::-moz-placeholder {
    color: #000000
}

.SearchCarouselMobile input:-ms-input-placeholder {
    color: #000000
}

.SearchCarouselMobile h2 {
    font-weight: 500
}

@media (max-width: 992px) {
    .SearchCarouselMobile h2 {
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {
    .SearchCarouselMobile h2 {
        font-size: 1.125rem;
        margin: 0 0 10px
    }
}

.SearchCarouselMobile .owl-carousel .owl-item img {
    width: auto
}

.SearchCarouselMobile .modelBox {
    width: 100%;
    float: left;
    border: 1px solid #d2d2d2;
    border-right: 0;
    border-radius: 9px;
    text-align: -webkit-center;
    margin: 0;
    padding: 15px
}

.SearchCarouselMobile .modelBox.active {
    border: 1px solid #000000
}

@media (max-width: 992px) {
    .SearchCarouselMobile .modelBox {
        border-radius: inherit
    }
}

@media (max-width: 767px) {
    .SearchCarouselMobile .modelBox {
        padding: 10px
    }
}

.SearchCarouselMobile .modelBox:hover .modelText img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.SearchCarouselMobile .modelBox .modelText span {
    width: 100%;
    float: left;
    margin-right: 0;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0
}

@media (max-width: 992px) {
    .SearchCarouselMobile .modelBox .modelText span {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .SearchCarouselMobile .modelBox .modelText span {
        font-size: 0.875rem
    }
}

.SearchCarouselMobile .modelBox .modelText img {
    margin-top: 8px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.SearchCarouselMobile .seclectBudgetMobile {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0
}

@media (max-width: 767px) {
    .SearchCarouselMobile .seclectBudgetMobile {
        margin: 10px 0 0
    }
}

.SearchCarouselMobile .seclectBudgetMobile h2 {
    margin: 0 0 15px;
    font-weight: 500
}

@media (max-width: 992px) {
    .SearchCarouselMobile .seclectBudgetMobile h2 {
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {
    .SearchCarouselMobile .seclectBudgetMobile h2 {
        font-size: 1.125rem;
        margin: 0 0 10px
    }
}

.SearchCarouselMobile .seclectBudgetMobile ul {
    width: 100%;
    float: left;
    padding: 0
}

.SearchCarouselMobile .seclectBudgetMobile li {
    width: auto;
    float: left;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .SearchCarouselMobile .seclectBudgetMobile li {
        margin-right: 5px
    }
}

@media (max-width: 480px) {
    .SearchCarouselMobile .seclectBudgetMobile li {
        margin: 0;
        float: none;
        display: inline-block
    }
}

.SearchCarouselMobile .seclectBudgetMobile li a {
    width: 100%;
    float: left;
    padding: 14px 40px;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.SearchCarouselMobile .seclectBudgetMobile li a:hover {
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 992px) {
    .SearchCarouselMobile .seclectBudgetMobile li a {
        font-size: 1.125rem;
        padding: 14px 30px
    }
}

@media (max-width: 767px) {
    .SearchCarouselMobile .seclectBudgetMobile li a {
        font-size: 0.875rem;
        padding: 12px 15px
    }
}

@media (max-width: 480px) {
    .SearchCarouselMobile .seclectBudgetMobile li a {
        font-size: 0.8125rem;
        padding: 10px 10px
    }
}

@media (max-width: 359px) {
    .SearchCarouselMobile .seclectBudgetMobile li a {
        font-size: 0.6875rem;
        padding: 8px 6px
    }
}

.thankyouTxt {
    display: none;
    text-align: center;
    padding: 80px 0
}

@media (max-width: 1420px) {
    .thankyouTxt {
        padding: 60px 0
    }
}

@media (max-width: 992px) {
    .thankyouTxt {
        padding: 40px 0
    }
}

@media (max-width: 767px) {
    .thankyouTxt {
        padding: 30px 0
    }
}

.thankyouTxt h3 {
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0
}

@media (max-width: 767px) {
    .thankyouTxt h3 {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

.thankyouTxt h3 span {
    font-size: 1.125rem;
    line-height: 1.5rem
}

@media (max-width: 767px) {
    .thankyouTxt h3 span {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

.mainContactSection {
    float: left;
    width: 100%;
    padding: 50px 0 10px
}

@media (max-width: 992px) {
    .mainContactSection .container {
        max-width: 100%;
        padding: 0px;
        margin: 0px
    }
}

.mainContactSection .formBannerMain {
    background: #ebedff;
    min-height: 200px;
    float: left;
    width: 100%;
    border-radius: 10px
}

@media (max-width: 992px) {
    .mainContactSection .formBannerMain {
        border-radius: 0px;
        display: flex
    }
}

@media (max-width: 480px) {
    .mainContactSection .formBannerMain {
        min-height: inherit
    }
}

.mainContactSection .formBannerMain .bannerImg {
    padding: 0px 50px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 1199px) {
    .mainContactSection .formBannerMain .bannerImg {
        padding: 0px 30px
    }
}

@media (max-width: 480px) {
    .mainContactSection .formBannerMain .bannerImg {
        padding: 0 0px 0 10px;
        width: 80%
    }
}

.mainContactSection .formBannerMain .bannerTxt {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px
}

@media (max-width: 1199px) {
    .mainContactSection .formBannerMain .bannerTxt {
        width: 50%
    }
}

.mainContactSection .formBannerMain .bannerTxt h3,
.mainContactSection .formBannerMain .bannerTxt h1 {
    font-size: 1.75rem;
    color: #2b3395;
    font-weight: bold;
    width: 70%;
    margin-bottom: 15px
}

.mainContactSection .formBannerMain .bannerTxt h3.forDesk,
.mainContactSection .formBannerMain .bannerTxt h1.forDesk {
    display: block
}

.mainContactSection .formBannerMain .bannerTxt h3.forMob,
.mainContactSection .formBannerMain .bannerTxt h1.forMob {
    display: none
}

@media (max-width: 1199px) {

    .mainContactSection .formBannerMain .bannerTxt h3,
    .mainContactSection .formBannerMain .bannerTxt h1 {
        width: 100%;
        font-size: 1.5rem
    }
}

@media (max-width: 992px) {

    .mainContactSection .formBannerMain .bannerTxt h3.forDesk,
    .mainContactSection .formBannerMain .bannerTxt h1.forDesk {
        display: none
    }

    .mainContactSection .formBannerMain .bannerTxt h3.forMob,
    .mainContactSection .formBannerMain .bannerTxt h1.forMob {
        display: block;
        margin-bottom: 0px;
        margin-top: 50px
    }
}

@media (max-width: 992px) and (max-width: 480px) {

    .mainContactSection .formBannerMain .bannerTxt h3.forMob,
    .mainContactSection .formBannerMain .bannerTxt h1.forMob {
        margin-top: 0px;
        font-size: 1.25rem
    }
}

.mainContactSection .formBannerMain .bannerTxt p {
    color: #282828;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.4
}

@media (max-width: 1199px) {
    .mainContactSection .formBannerMain .bannerTxt p {
        font-size: 0.9375rem
    }
}

@media (max-width: 992px) {
    .mainContactSection .formBannerMain .bannerTxt p {
        display: none
    }
}

.mainContactSection .formSection {
    width: 100%;
    float: left;
    margin-top: -40px
}

.mainContactSection .formSection form {
    width: 100%;
    float: left;
    padding: 10px 60px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #eaeaea
}

@media (max-width: 1280px) {
    .mainContactSection .formSection form {
        padding: 10px 30px
    }
}

@media (max-width: 992px) {
    .mainContactSection .formSection form {
        width: 95%;
        float: inherit;
        padding: 10px 25px;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .mainContactSection .formSection form {
        padding: 10px 15px;
        margin: 0 auto
    }
}

.mainContactSection .formSection form .searchformfld {
    margin-bottom: 0;
    position: relative
}

.mainContactSection .formSection form .searchformfld input {
    padding: 0 0px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    font-size: 1rem
}

.mainContactSection .formSection form .searchformfld input::-webkit-input-placeholder {
    color: #000000
}

.mainContactSection .formSection form .searchformfld input:-moz-placeholder {
    color: #000000
}

.mainContactSection .formSection form .searchformfld input::-moz-placeholder {
    color: #000000
}

.mainContactSection .formSection form .searchformfld input:-ms-input-placeholder {
    color: #000000
}

@media (max-width: 992px) {
    .mainContactSection .formSection form .searchformfld input {
        font-size: 0.875rem
    }
}

.mainContactSection .formSection form .searchformfld select {
    padding: 0;
    width: 100%;
    height: 44px;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    transition: all 0.3s
}

.mainContactSection .formSection form .searchformfld .select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    border-radius: 0;
    padding: 10px 0;
    height: 50px;
    outline: none;
    font-size: 1rem;
    background: url(../images/select.webp) no-repeat 96% center
}

@media (max-width: 992px) {
    .mainContactSection .formSection form .searchformfld .select2-container--default .select2-selection--single {
        font-size: 0.875rem
    }
}

.mainContactSection .formSection form .searchformfld .select2-selection__arrow {
    display: none
}

.mainContactSection .formSection form .form__item {
    margin-bottom: 0;
    position: relative
}

.mainContactSection .formSection form .form__item input {
    padding: 0 30px 0 0;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    color: #000000;
    font-size: 1rem
}

.mainContactSection .formSection form .form__item input::-webkit-input-placeholder {
    color: #000000
}

.mainContactSection .formSection form .form__item input:-moz-placeholder {
    color: #000000
}

.mainContactSection .formSection form .form__item input::-moz-placeholder {
    color: #000000
}

.mainContactSection .formSection form .form__item input:-ms-input-placeholder {
    color: #000000
}

@media (max-width: 992px) {
    .mainContactSection .formSection form .form__item input {
        font-size: 0.875rem
    }
}

.mainContactSection .formSection form .form__item textarea {
    padding: 10px;
    width: 100%;
    resize: none;
    border: 2px solid #aeaeae;
    outline: 0;
    color: #000000;
    height: 100px;
    font-size: 1rem
}

.mainContactSection .formSection form .form__item textarea::-webkit-input-placeholder {
    color: #000000
}

.mainContactSection .formSection form .form__item textarea:-moz-placeholder {
    color: #000000
}

.mainContactSection .formSection form .form__item textarea::-moz-placeholder {
    color: #000000
}

.mainContactSection .formSection form .form__item textarea:-ms-input-placeholder {
    color: #000000
}

@media (max-width: 992px) {
    .mainContactSection .formSection form .form__item textarea {
        font-size: 0.875rem;
        height: 80px
    }
}

.mainContactSection .formSection form .form__item select {
    padding: 0;
    width: 100%;
    height: 44px;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    transition: all 0.3s
}

.mainContactSection .formSection form .form__item .select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    border-radius: 0;
    padding: 10px 0;
    height: 50px;
    outline: none;
    font-size: 1rem;
    background: url(../images/select.webp) no-repeat 96% center
}

@media (max-width: 992px) {
    .mainContactSection .formSection form .form__item .select2-container--default .select2-selection--single {
        font-size: 0.875rem
    }
}

.mainContactSection .formSection form .form__item .select2-selection__arrow {
    display: none
}

.mainContactSection .formSection form .form__item .regWithOutSpace {
    position: absolute;
    bottom: -30px;
    left: 0px;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: italic;
    color: #2b33a2
}

.mainContactSection .formSection .blueButton {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    background: #2b3395;
    color: #FFFFFF;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 400;
    border: 1px solid #2b3395;
    outline: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 992px) {
    .mainContactSection .formSection .blueButton {
        font-size: 0.875rem
    }
}

.mainContactSection .formSection .blueButton:hover {
    background: #FFFFFF;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border: 1px solid #bfbfbf
}

.mainContactSection .formSection .form-row {
    margin-left: -15px;
    margin-right: -15px
}

.mainContactSection .formSection .form-row .form-group {
    padding: 15px 15px 0
}

@media (max-width: 992px) {
    .mainContactSection .formSection .form-row .form-group {
        margin-bottom: 0
    }
}

.mainContactSection .formSection .form-row .line {
    left: 15px;
    right: 15px
}

.mainContactSection .formSection .form-group {
    position: relative;
    padding-top: 15px;
    margin-bottom: 20px
}

.mainContactSection .formSection .form-group select {
    background: url(../images/select.webp) no-repeat right center
}

.mainContactSection .formSection .form-control {
    border: 0;
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 0.875rem
}

.mainContactSection .formSection .form-control:not(textarea) {
    height: 50px
}

.mainContactSection .formSection .form-control.has-value+label {
    font-size: 0.75rem;
    top: 0
}

.mainContactSection .formSection .no-js .form-control+label {
    font-size: 0.75rem;
    top: 0
}

.mainContactSection .formSection .line {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #aeaeae
}

.mainContactSection .formSection .line:after {
    content: "";
    height: 2px;
    position: absolute;
    display: block;
    background: #aeaeae;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.mainContactSection .formSection select.form-control:not([size]):not([multiple]) {
    height: 45px
}

.mainContactSection .formSection .CustumCheckbox {
    margin-top: 12px
}

@media (max-width: 992px) {
    .mainContactSection .formSection .CustumCheckbox {
        margin-top: 0
    }
}

.mainContactSection .formSection .CustumCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 0;
    position: absolute
}

@media (max-width: 1199px) {
    .mainContactSection .formSection .CustumCheckbox input {
        margin: 0px 2px 0 0
    }
}

.mainContactSection .formSection .CustumCheckbox input:checked+label:after {
    content: '';
    display: none;
    position: absolute;
    top: 0px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #2b3395;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

@media (max-width: 767px) {
    .mainContactSection .formSection .CustumCheckbox input:checked+label:after {
        top: 4px
    }
}

.mainContactSection .formSection .CustumCheckbox label {
    position: relative;
    cursor: pointer;
    font-size: 0.9375rem;
    color: #636363;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 0 0 25px;
    line-height: 1.4
}

@media (max-width: 1280px) {
    .mainContactSection .formSection .CustumCheckbox label {
        font-size: 0.8125rem
    }
}

@media (max-width: 992px) {
    .mainContactSection .formSection .CustumCheckbox label {
        display: flex;
        line-height: 0.875rem
    }
}

.mainContactSection .formSection .CustumCheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c1c1c1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: none;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 10px;
    margin: -4px 8px 0 0
}

@media (max-width: 992px) {
    .mainContactSection .formSection .CustumCheckbox label:before {
        margin: 0 8px 0 0
    }
}

.mainContactSection .formSection .CustumCheckbox label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mainContactSection .formSection .CustumCheckbox label a {
    color: #2b3395;
    text-decoration: underline
}

.mainContactSection .formSection .CustumCheckbox label a:hover {
    color: #636363
}

@media (max-width: 992px) {
    .mainContactSection .formSection .CustumCheckbox label a {
        display: contents
    }
}

.mainContactSection .formBannerMain {
    background: #ebedff;
    min-height: 200px;
    float: left;
    width: 100%;
    border-radius: 10px
}

@media (max-width: 992px) {
    .mainContactSection .formBannerMain {
        border-radius: 0px;
        display: flex;
        margin-top: 0px
    }
}

@media (max-width: 480px) {
    .mainContactSection .formBannerMain {
        min-height: inherit;
        margin-top: 0px
    }
}

.mainContactSection .formBannerMain .bannerImg {
    padding: 0px 50px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 1199px) {
    .mainContactSection .formBannerMain .bannerImg {
        padding: 0px 0px 0px 30px
    }
}

@media (max-width: 480px) {
    .mainContactSection .formBannerMain .bannerImg {
        padding: 0 0px 0 10px;
        width: 80%
    }
}

.mainContactSection .formBannerMain .bannerTxt {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px
}

@media (max-width: 1199px) {
    .mainContactSection .formBannerMain .bannerTxt {
        width: 43%
    }
}

@media (max-width: 767px) {
    .mainContactSection .formBannerMain .bannerTxt {
        width: 35%
    }
}

@media (max-width: 480px) {
    .mainContactSection .formBannerMain .bannerTxt {
        width: 45%;
        margin-top: 22px
    }
}

.mainContactSection .formBannerMain .bannerTxt h3,
.mainContactSection .formBannerMain .bannerTxt h1 {
    font-size: 1.75rem;
    color: #2b3395;
    font-weight: bold;
    width: 70%;
    margin-bottom: 10px
}

.mainContactSection .formBannerMain .bannerTxt h3.forDesk,
.mainContactSection .formBannerMain .bannerTxt h1.forDesk {
    display: block;
    text-transform: uppercase
}

.mainContactSection .formBannerMain .bannerTxt h3.forMob,
.mainContactSection .formBannerMain .bannerTxt h1.forMob {
    display: none
}

@media (max-width: 1199px) {

    .mainContactSection .formBannerMain .bannerTxt h3,
    .mainContactSection .formBannerMain .bannerTxt h1 {
        width: 100%;
        font-size: 1.5rem
    }
}

@media (max-width: 992px) {

    .mainContactSection .formBannerMain .bannerTxt h3.forDesk,
    .mainContactSection .formBannerMain .bannerTxt h1.forDesk {
        display: none
    }

    .mainContactSection .formBannerMain .bannerTxt h3.forMob,
    .mainContactSection .formBannerMain .bannerTxt h1.forMob {
        display: block;
        margin-bottom: 0px;
        margin-top: 50px
    }
}

@media (max-width: 992px) and (max-width: 480px) {

    .mainContactSection .formBannerMain .bannerTxt h3.forMob,
    .mainContactSection .formBannerMain .bannerTxt h1.forMob {
        margin-top: 0px;
        font-size: 1.25rem
    }
}

.mainContactSection .formBannerMain .bannerTxt p {
    color: #282828;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .mainContactSection .formBannerMain .bannerTxt p {
        font-size: 0.9375rem
    }
}

@media (max-width: 992px) {
    .mainContactSection .formBannerMain .bannerTxt p {
        display: none
    }
}

.mainContactSection .formBannerMain .bannerTxt span {
    text-align: right;
    font-size: 0.75rem;
    color: #000;
    width: 100%;
    float: left;
    font-weight: 500
}

@media (max-width: 992px) {
    .mainContactSection .formBannerMain .bannerTxt span {
        display: none
    }
}

.mainContactSection .formDisContentMain {
    display: inline-block;
    width: 100%
}

.mainContactSection .formDisContentMain .formSectionSteps {
    float: left;
    width: 92%;
    background: #fff;
    padding: 20px 50px;
    margin-left: 4%;
    margin-top: -35px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(43, 51, 149, 0.27)
}

@media (max-width: 1199px) {
    .mainContactSection .formDisContentMain .formSectionSteps {
        padding: 15px 30px
    }
}

@media (max-width: 480px) {
    .mainContactSection .formDisContentMain .formSectionSteps {
        margin-top: -20px;
        padding: 0px 15px 20px 15px
    }
}

.mainContactSection .formDisContentMain .formSectionSteps h3 {
    font-size: 1.3125rem;
    font-weight: 500;
    color: #282828
}

@media (max-width: 1199px) {
    .mainContactSection .formDisContentMain .formSectionSteps h3 {
        margin-bottom: 10px;
        font-size: 1rem
    }
}

@media (max-width: 992px) {
    .mainContactSection .formDisContentMain .formSectionSteps h3 {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .mainContactSection .formDisContentMain .formSectionSteps h3 {
        margin-bottom: 0px
    }
}

.mainContactSection .formDisContentMain .formSectionSteps h3 strong {
    font-weight: 900
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row {
    margin-right: -15px;
    margin-left: -15px
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group {
    padding: 15px 15px 0px;
    width: 100%
}

@media (max-width: 767px) {
    .mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group {
        margin-bottom: 0px
    }
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain {
    width: 100%;
    display: inline-block;
    position: relative
}

@media (max-width: 767px) {
    .mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain {
        margin-top: 15px
    }
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain img {
    position: absolute;
    top: 15px
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input {
    border: 0;
    border-radius: 0;
    padding: 10px 0 10px 25px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    width: 100%;
    height: 40px
}

@media (max-width: 1199px) {
    .mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input {
        font-size: 0.9375rem
    }
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input:focus {
    outline: 0px
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: #cccccc solid 1px
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField {
    border-bottom: 1px solid red
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus {
    border-bottom: #2b33a2 solid 1px
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus label {
    top: -10px;
    bottom: auto;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-size: 0.75rem;
    color: #2b33a2;
    font-weight: 500;
    transition: 0.2s ease all
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus.errorField {
    border-bottom: 1px solid red
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.textarea {
    height: auto
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.textarea .form-control {
    height: auto;
    resize: none
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 14px;
    transition: 0.2s ease all;
    z-index: 9;
    font-weight: normal;
    color: #757575
}

@media (max-width: 767px) {
    .mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield label {
        font-size: 0.9375rem
    }
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .form-control {
    float: left;
    width: 100%;
    border: 0px;
    padding: 12px 0px 12px 0px;
    color: #000;
    font-size: 1rem;
    line-height: normal
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .form-control:focus label {
    top: 0
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .form-control.email2 {
    text-transform: lowercase
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .regWithOutSpace {
    position: absolute;
    bottom: -40px;
    left: 0px;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: italic;
    color: #2b33a2
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .errorMsg {
    display: none
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField input:focus {
    outline: 0
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField input:not(:focus):valid {
    outline: 0
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .blueButton {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    background: #2b3395;
    color: #FFFFFF;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 400;
    border: 1px solid #2b3395;
    outline: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 992px) {
    .mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .blueButton {
        width: 30%;
        margin-left: 35%
    }
}

@media (max-width: 480px) {
    .mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .blueButton {
        width: 50%;
        margin-top: 20px;
        margin-left: 25%
    }
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .blueButton:hover {
    background: #fff;
    color: #2b3395
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox {
    float: left;
    width: 100%;
    margin-top: 10px
}

@media (max-width: 992px) {
    .mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox {
        margin-top: 20px
    }
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox input {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-top: 0px
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox label {
    width: calc(100% - 25px);
    color: #282828;
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 5px;
    line-height: 1.4
}

.mainContactSection .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox label a {
    color: #2b3395
}

.mainContactSection .formDisContentMain .discContent p {
    float: left;
    width: 92%;
    margin-left: 4%;
    text-align: center;
    background: #eff0f8;
    font-size: 0.875rem;
    color: #676767;
    padding: 15px 5px 5px 5px;
    border-radius: 5px;
    position: relative;
    z-index: -1;
    margin-top: -10px
}

.mainContactSection .formDisContentMain .discContent p strong {
    color: #000
}

.aboutUsSection {
    width: 100%;
    float: left;
    padding: 50px 0
}

@media (max-width: 992px) {
    .aboutUsSection {
        display: none
    }
}

.aboutUsSection .aboutTrueValue {
    width: 100%;
    float: left
}

.aboutUsSection .aboutTrueValue .aboutTrueValueimage {
    overflow: hidden
}

.aboutUsSection .aboutTrueValue .aboutTrueValueimage img {
    width: 100%;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.aboutUsSection .aboutTrueValue .aboutTrueValueimage img:hover {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.aboutUsSection .aboutTrueValue h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 500;
    margin: 0 0 20px
}

@media (max-width: 1420px) {
    .aboutUsSection .aboutTrueValue h2 {
        font-size: 1.375rem
    }
}

@media (max-width: 1280px) {
    .aboutUsSection .aboutTrueValue h2 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.aboutUsSection .aboutTrueValue .detail {
    width: 100%;
    float: left;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-top: 0px
}

@media (max-width: 1420px) {
    .aboutUsSection .aboutTrueValue .detail {
        padding: 20px
    }
}

@media (max-width: 1280px) {
    .aboutUsSection .aboutTrueValue .detail {
        padding: 25px 20px
    }
}

.aboutUsSection .aboutTrueValue .detail h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #2b3395;
    margin: 0 0 15px
}

@media (max-width: 1280px) {
    .aboutUsSection .aboutTrueValue .detail h2 {
        font-size: 1.125rem;
        line-height: 1.375rem
    }
}

.aboutUsSection .aboutTrueValue .detail p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #363636;
    font-weight: 400;
    margin: 0 0 15px
}

@media (max-width: 1280px) {
    .aboutUsSection .aboutTrueValue .detail p {
        line-height: 1.25rem
    }
}

@media (max-width: 992px) {
    .aboutUsSection .aboutTrueValue .detail p {
        font-size: 0.8125rem;
        line-height: 1.375rem
    }
}

.aboutUsSection .aboutTrueValue .detail a {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #2b3395;
    background: inherit;
    padding: 0;
    border-radius: 6px;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
    border: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    position: relative
}

.aboutUsSection .aboutTrueValue .detail a:after {
    width: 10px;
    height: 6px;
    background: url(../images/select.webp) no-repeat right center/100%;
    content: '';
    right: -12px;
    display: block;
    top: 6px;
    position: absolute;
    transform: rotate(-90deg);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .aboutTrueValue .detail a:hover {
    border: 0;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .aboutTrueValue .detail a:hover:after {
    right: -20px
}

.aboutUsSection .aboutAutoExpert {
    width: 100%;
    float: left
}

.aboutUsSection .aboutAutoExpert:last-child {
    width: 100%;
    float: left;
    margin-top: 26%
}

@media (max-width: 1420px) {
    .aboutUsSection .aboutAutoExpert:last-child {
        margin-top: 16%
    }
}

@media (max-width: 1280px) {
    .aboutUsSection .aboutAutoExpert:last-child {
        margin-top: 0
    }
}

.aboutUsSection .aboutAutoExpert:last-child .detail:last-child {
    margin: 0
}

.aboutUsSection .aboutAutoExpert h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 500;
    margin: 0 0 20px;
    float: left
}

@media (max-width: 1420px) {
    .aboutUsSection .aboutAutoExpert h2 {
        font-size: 1.375rem
    }
}

@media (max-width: 1280px) {
    .aboutUsSection .aboutAutoExpert h2 {
        width: 70%;
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.aboutUsSection .aboutAutoExpert a {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #FFFFFF;
    background: #2b3395;
    padding: 9px 13px 6px;
    border-radius: 6px;
    float: right;
    margin-top: -5px;
    border: 1px solid #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .aboutAutoExpert a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .aboutAutoExpert .detail {
    width: 100%;
    float: left;
    margin-bottom: 21px
}

.aboutUsSection .aboutAutoExpert .detail .leftSection {
    width: 130px;
    float: left;
    overflow: hidden
}

.aboutUsSection .aboutAutoExpert .detail .leftSection img {
    width: 100%;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.aboutUsSection .aboutAutoExpert .detail .leftSection img:hover {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.aboutUsSection .aboutAutoExpert .detail .rightSection {
    width: calc(100% - 130px);
    float: left;
    padding: 0 0 0 15px;
    margin-left: 0
}

.aboutUsSection .aboutAutoExpert .detail .rightSection p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0 0 5px;
    margin: 0;
    display: inline-block
}

@media (max-width: 1280px) {
    .aboutUsSection .aboutAutoExpert .detail .rightSection p {
        font-size: 0.8125rem;
        line-height: 1.125rem
    }
}

.aboutUsSection .aboutAutoExpert .detail .rightSection a {
    display: inline-block
}

.aboutUsSection .aboutAutoExpert .detail .rightSection a.readmore {
    font-size: 0.875rem;
    color: #2b3395;
    font-weight: 400;
    background: transparent;
    padding: inherit;
    border-radius: inherit;
    float: inherit;
    margin-top: inherit;
    border: 0;
    padding: 0;
    position: relative;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .aboutAutoExpert .detail .rightSection a.readmore:after {
    width: 10px;
    height: 6px;
    background: url(../images/select.webp) no-repeat right center/100%;
    content: '';
    right: -15px;
    display: block;
    top: 4px;
    position: absolute;
    transform: rotate(-90deg);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .aboutAutoExpert .detail .rightSection a.readmore:hover {
    border: 0;
    color: inherit;
    background: inherit
}

.aboutUsSection .aboutAutoExpert .detail .rightSection a.readmore:hover:after {
    right: -25px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .trueValueAdvantages {
    width: 100%;
    float: left
}

.aboutUsSection .trueValueAdvantages .videoContainer {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.aboutUsSection .trueValueAdvantages .videoContainer iframe {
    height: 265px;
    width: 100%
}

.aboutUsSection .trueValueAdvantages .videoContainer img {
    width: 100%;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.aboutUsSection .trueValueAdvantages .videoContainer img:hover {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.aboutUsSection .trueValueAdvantages .videoContainer img.videoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 43px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.aboutUsSection .trueValueAdvantages h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 500;
    margin: 0 0 20px
}

@media (max-width: 1420px) {
    .aboutUsSection .trueValueAdvantages h2 {
        font-size: 1.375rem
    }
}

@media (max-width: 1280px) {
    .aboutUsSection .trueValueAdvantages h2 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.aboutUsSection .trueValueAdvantages .detail {
    width: 100%;
    float: left;
    padding: 30px;
    border: 1px solid #eeeeee
}

@media (max-width: 1420px) {
    .aboutUsSection .trueValueAdvantages .detail {
        padding: 20px
    }
}

@media (max-width: 1280px) {
    .aboutUsSection .trueValueAdvantages .detail {
        padding: 20px
    }
}

.aboutUsSection .trueValueAdvantages .detail h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #2b3395;
    margin: 0 0 15px
}

@media (max-width: 1280px) {
    .aboutUsSection .trueValueAdvantages .detail h2 {
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0 0 10px 0
    }
}

.aboutUsSection .trueValueAdvantages .detail p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #363636;
    margin: 0 0 15px;
    font-weight: 400
}

@media (max-width: 1280px) {
    .aboutUsSection .trueValueAdvantages .detail p {
        line-height: 1.25rem
    }
}

@media (max-width: 992px) {
    .aboutUsSection .trueValueAdvantages .detail p {
        font-size: 0.8125rem;
        line-height: 1.375rem
    }
}

.aboutUsSection .trueValueAdvantages .detail a {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #2b3395;
    background: none;
    padding: 0;
    border-radius: 6px;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
    border: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    position: relative
}

.aboutUsSection .trueValueAdvantages .detail a:after {
    width: 10px;
    height: 6px;
    background: url(../images/select.webp) no-repeat right center/100%;
    content: '';
    right: -12px;
    display: block;
    top: 6px;
    position: absolute;
    transform: rotate(-90deg);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .trueValueAdvantages .detail a:hover {
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.aboutUsSection .trueValueAdvantages .detail a:hover:after {
    right: -18px
}

.aboutUsMobile {
    display: none;
    width: 100%;
    float: left
}

@media (max-width: 992px) {
    .aboutUsMobile {
        display: block
    }
}

@media (max-width: 480px) {
    .aboutUsMobile .container {
        padding-right: 0
    }
}

.aboutUsMobile button.owl-prev {
    left: -10px
}

.aboutUsMobile button.owl-next {
    right: -10px
}

.aboutUsMobile .owl-carousel .owl-item img {
    width: 100%
}

.aboutUsMobile .aboutUsContent {
    width: 100%;
    float: left;
    margin: 25px 0;
    border-radius: 9px
}

.aboutUsMobile .aboutUsContent .videoContainer {
    width: 100%;
    position: relative;
    overflow: hidden
}

.aboutUsMobile .aboutUsContent .videoContainer iframe {
    width: 100%;
    height: 215px
}

.aboutUsMobile .aboutUsContent .videoContainer .videoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 40px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.aboutUsMobile .aboutUsContent .aboutblogcontent {
    margin: 0 0 20px
}

@media (max-width: 992px) {
    .aboutUsMobile .aboutUsContent .aboutblogcontent img {
        height: 110px
    }
}

@media (max-width: 767px) {
    .aboutUsMobile .aboutUsContent .aboutblogcontent img {
        height: 105px
    }
}

@media (max-width: 480px) {
    .aboutUsMobile .aboutUsContent .aboutblogcontent img {
        height: auto
    }
}

.aboutUsMobile .aboutUsContent .aboutblogcontent:last-child {
    margin: 0
}

.aboutUsMobile .aboutUsContent .aboutblogcontent h3 {
    margin: 0 0 10px
}

.aboutUsMobile .aboutUsContent .aboutblogcontent p {
    margin: 20px 0
}

@media (max-width: 480px) {
    .aboutUsMobile .aboutUsContent .aboutblogcontent p {
        margin: 18px 0
    }
}

.aboutUsMobile .aboutUsContent h2 {
    font-size: 1.3125rem;
    font-weight: bold
}

@media (max-width: 767px) {
    .aboutUsMobile .aboutUsContent h2 {
        font-size: 1.125rem
    }
}

.aboutUsMobile .aboutUsContent h3 {
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .aboutUsMobile .aboutUsContent h3 {
        font-size: 1rem
    }
}

.aboutUsMobile .aboutUsContent p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 15px
}

@media (max-width: 359px) {
    .aboutUsMobile .aboutUsContent p {
        font-size: 0.8125rem;
        line-height: 1.375rem
    }
}

.aboutUsMobile .aboutUsContent a {
    font-size: 1.125rem;
    color: #FFFFFF;
    background: #2b3395;
    padding: 8px 50px;
    border-radius: 6px;
    font-weight: 500;
    margin-top: 0px;
    display: inline-block
}

@media (max-width: 992px) {
    .aboutUsMobile .aboutUsContent a {
        padding: 0px;
        font-size: 0.875rem;
        background: none;
        color: #2b3395;
        position: relative
    }

    .aboutUsMobile .aboutUsContent a::after {
        width: 10px;
        height: 6px;
        background: url(../images/select.webp) no-repeat right center/100%;
        content: '';
        right: -15px;
        display: block;
        top: 4px;
        position: absolute;
        transform: rotate(-90deg);
        transition-duration: 1s;
        -webkit-transition-duration: 1s
    }
}

.aboutUsMobile .aboutUsContent a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000
}

.ReviewCompareSection {
    width: 100%;
    float: left;
    background: #ededed;
    padding: 50px 0
}

@media (max-width: 1280px) {
    .ReviewCompareSection {
        padding: 40px 0
    }
}

@media (max-width: 992px) {
    .ReviewCompareSection {
        padding: 30px 0
    }
}

@media (max-width: 767px) {
    .ReviewCompareSection {
        padding: 25px 0 0
    }

    .ReviewCompareSection .container {
        padding: 0
    }

    .ReviewCompareSection .container .row {
        margin: 0
    }

    .ReviewCompareSection .container .row .col-lg-6 {
        padding: 0
    }

    .ReviewCompareSection .container .row .col-lg-6 .mostcar_comparebox {
        padding: 25px 18px 30px;
        float: left;
        width: 100%;
        background: #FFFFFF
    }
}

.ReviewCompareSection .vsIconContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

.ReviewCompareSection h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
    margin: 0 0 20px;
    color: #000000;
    font-weight: 500;
    float: left
}

@media (max-width: 1420px) {
    .ReviewCompareSection h2 {
        font-size: 1.625rem;
        line-height: 1.875rem
    }
}

@media (max-width: 1280px) {
    .ReviewCompareSection h2 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media (max-width: 992px) {
    .ReviewCompareSection h2 {
        font-size: 1.375rem;
        line-height: 1.625rem;
        width: 100%
    }
}

@media (max-width: 767px) {
    .ReviewCompareSection h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin: 0 0 15px;
        text-align: center
    }

    .ReviewCompareSection h2.reviewtitle {
        text-align: left;
        padding: 0 15px
    }
}

.ReviewCompareSection .comparebtn {
    float: right
}

@media (max-width: 992px) {
    .ReviewCompareSection .comparebtn {
        float: left;
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center;
        z-index: 3;
        left: 0
    }
}

@media (max-width: 767px) {
    .ReviewCompareSection .comparebtn {
        bottom: 25px
    }
}

.ReviewCompareSection .comparebtn a {
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    color: #FFFFFF;
    background: #2b3395;
    padding: 9px 13px;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 400;
    border: 1px solid #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.ReviewCompareSection .comparebtn a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.ReviewCompareSection .reviewSlider {
    width: 100%;
    float: left
}

@media (max-width: 992px) {
    .ReviewCompareSection .reviewSlider {
        display: none
    }
}

.ReviewCompareSection .reviewSlider .owl-dots {
    width: 100%;
    text-align: center;
    float: left;
    margin: 15px 0 0
}

.ReviewCompareSection .reviewSlider .owl-dots button {
    margin: 0 3px;
    outline: none
}

.ReviewCompareSection .reviewSlider .owl-dots button.active span {
    width: 20px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.ReviewCompareSection .reviewSlider .owl-dots button span {
    width: 8px;
    height: 8px;
    background: #2b3395;
    border-radius: 50px;
    display: block;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.ReviewCompareSection .reviewSlider .leftSection {
    width: 48.5%;
    float: left;
    border: 1px solid #c3c3c3;
    padding: 35px 25px;
    background: #FFFFFF;
    margin-right: 0
}

@media (max-width: 1420px) {
    .ReviewCompareSection .reviewSlider .leftSection {
        padding: 32px 20px
    }
}

@media (max-width: 1280px) {
    .ReviewCompareSection .reviewSlider .leftSection {
        padding: 24px 10px
    }
}

.ReviewCompareSection .reviewSlider .leftSection:last-child {
    margin-left: 1.5%
}

.ReviewCompareSection .reviewSlider .leftSection ul {
    padding: 0
}

.ReviewCompareSection .reviewSlider .leftSection ul li {
    width: 15px;
    height: 15px;
    float: left;
    list-style: none;
    cursor: pointer
}

.ReviewCompareSection .reviewSlider .leftSection ul li i {
    font-size: 0.8125rem;
    color: #868686
}

.ReviewCompareSection .reviewSlider .leftSection ul li.selected i {
    font-size: 0.8125rem;
    color: #2b33a2
}

.ReviewCompareSection .reviewSlider .leftSection ul li:hover i {
    font-size: 0.8125rem;
    color: #2b33a2
}

.ReviewCompareSection .reviewSlider .leftSection p {
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
    color: #363636;
    padding-top: 27px;
    margin: 0
}

@media (max-width: 1199px) {
    .ReviewCompareSection .reviewSlider .leftSection p {
        padding: 0;
        margin: 25px 0 0;
        height: 80px;
        overflow-y: scroll;
        line-height: 21px
    }
}

.ReviewCompareSection .reviewSlider .leftSection .profile {
    width: 100%;
    float: left;
    padding-top: 20px
}

.ReviewCompareSection .reviewSlider .leftSection .profile .profile-img {
    width: 10%;
    float: left
}

.ReviewCompareSection .reviewSlider .leftSection .profile .profile-img img {
    width: auto
}

.ReviewCompareSection .reviewSlider .leftSection .profile .detail {
    width: 85%;
    float: left;
    margin-left: 0.8125rem
}

@media (max-width: 1280px) {
    .ReviewCompareSection .reviewSlider .leftSection .profile .detail {
        width: 80%
    }
}

.ReviewCompareSection .reviewSlider .leftSection .profile .detail h4 {
    font-size: 1.125rem;
    margin: 0 0 10px
}

.ReviewCompareSection .reviewSlider .leftSection .profile .detail ul {
    padding: 0
}

.ReviewCompareSection .reviewSlider .leftSection .profile .detail ul li {
    width: auto;
    height: auto;
    float: left;
    background: transparent;
    font-size: 0.875rem;
    padding: 0 10px;
    padding-left: 0;
    border-right: 1px solid #828282
}

.ReviewCompareSection .reviewSlider .leftSection .profile .detail ul li:last-child {
    padding-left: 10px;
    border: 0
}

.ReviewCompareSection .reviewSliderMobile {
    display: none;
    width: 100%;
    float: left;
    margin: 0
}

@media (max-width: 992px) {
    .ReviewCompareSection .reviewSliderMobile {
        display: block;
        padding: 0 0 25px
    }
}

@media (max-width: 767px) {
    .ReviewCompareSection .reviewSliderMobile {
        padding: 0 0 25px 15px
    }
}

.ReviewCompareSection .reviewSliderMobile .leftSection {
    width: 100%;
    float: left;
    border: 1px solid #acacac;
    padding: 20px 15px;
    background: #FFFFFF
}

@media (max-width: 359px) {
    .ReviewCompareSection .reviewSliderMobile .leftSection {
        padding: 15px 10px
    }
}

.ReviewCompareSection .reviewSliderMobile .leftSection ul {
    padding: 0
}

.ReviewCompareSection .reviewSliderMobile .leftSection li {
    width: 14px;
    height: 14px;
    float: left;
    list-style: none;
    cursor: pointer
}

.ReviewCompareSection .reviewSliderMobile .leftSection li i {
    font-size: 0.75rem;
    color: #868686
}

.ReviewCompareSection .reviewSliderMobile .leftSection li.selected i {
    font-size: 0.75rem;
    color: #2b33a2
}

.ReviewCompareSection .reviewSliderMobile .leftSection li:hover i {
    font-size: 0.75rem;
    color: #2b33a2
}

.ReviewCompareSection .reviewSliderMobile .leftSection p {
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    color: #363636;
    padding-top: 30px
}

.ReviewCompareSection .reviewSliderMobile .profile {
    width: 100%;
    float: left;
    padding-top: 20px
}

@media (max-width: 767px) {
    .ReviewCompareSection .reviewSliderMobile .profile {
        padding-top: 0
    }
}

.ReviewCompareSection .reviewSliderMobile .profile .profile-img {
    width: 10%;
    float: left
}

.ReviewCompareSection .reviewSliderMobile .profile .profile-img img {
    width: auto
}

.ReviewCompareSection .reviewSliderMobile .profile .detail {
    width: 85%;
    float: left;
    margin-left: 13px
}

@media (max-width: 992px) {
    .ReviewCompareSection .reviewSliderMobile .profile .detail {
        width: 75%
    }
}

@media (max-width: 767px) {
    .ReviewCompareSection .reviewSliderMobile .profile .detail {
        margin-left: 10px
    }
}

.ReviewCompareSection .reviewSliderMobile .profile .detail h1 {
    font-size: 1.125rem;
    margin-top: 0
}

@media (max-width: 992px) {
    .ReviewCompareSection .reviewSliderMobile .profile .detail h1 {
        margin-bottom: 10px
    }
}

@media (max-width: 359px) {
    .ReviewCompareSection .reviewSliderMobile .profile .detail h1 {
        font-size: 1rem
    }
}

.ReviewCompareSection .reviewSliderMobile .profile .detail ul {
    padding: 0
}

.ReviewCompareSection .reviewSliderMobile .profile .detail li {
    width: auto;
    height: auto;
    float: left;
    background: transparent;
    font-size: 0.875rem;
    padding: 0 10px;
    padding-left: 0;
    border-right: 1px solid #828282
}

@media (max-width: 359px) {
    .ReviewCompareSection .reviewSliderMobile .profile .detail li {
        font-size: 0.75rem
    }
}

.ReviewCompareSection .reviewSliderMobile .profile .detail li:last-child {
    padding-left: 10px;
    border: 0
}

.ReviewCompareSection .ComparereviewSliderMobile {
    width: 100%;
    float: left;
    display: none
}

@media (max-width: 992px) {
    .ReviewCompareSection .ComparereviewSliderMobile {
        display: block;
        margin: 0 0 45px
    }
}

.ReviewCompareSection .ComparereviewSliderMobile .owl-nav button.owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    margin: -10px 0 0
}

@media (max-width: 767px) {
    .ReviewCompareSection .ComparereviewSliderMobile .owl-nav button.owl-prev {
        left: -15px
    }
}

.ReviewCompareSection .ComparereviewSliderMobile .owl-nav button.owl-prev span {
    display: none
}

.ReviewCompareSection .ComparereviewSliderMobile .owl-nav button.owl-next {
    background: url(../images/rightIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    margin: -10px 0 0
}

@media (max-width: 767px) {
    .ReviewCompareSection .ComparereviewSliderMobile .owl-nav button.owl-next {
        right: -15px
    }
}

.ReviewCompareSection .ComparereviewSliderMobile .owl-nav button.owl-next span {
    display: none
}

.item .CompareCarSection:last-child {
    float: right
}

.vsIconContainer {
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.vsIconContainer img {
    width: 80%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .vsIconContainer img {
        width: 70%;
        margin: -20px auto 0
    }
}

.CompareCarSection {
    width: 49.2%;
    float: left;
    border: 1px solid #c3c3c3;
    border-radius: 6px
}

@media (max-width: 992px) {
    .CompareCarSection {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        background: #FFFFFF
    }
}

.CompareCarSection img {
    width: 100%;
    border-radius: 4px
}

@media (max-width: 992px) {
    .CompareCarSection img {
        width: 50% !important;
        float: right
    }
}

@media (max-width: 767px) {
    .CompareCarSection img {
        width: 50% !important;
        float: right;
        min-height: 105px
    }
}

.CompareCarSection .compareCarImgBox {
    position: relative
}

.CompareCarSection .compareCarImgBox img {
    aspect-ratio: 3/2
}

.CompareCarSection .detailCompare {
    width: 100%;
    background: #FFFFFF;
    float: left;
    padding: 14px;
    border-radius: 4px
}

@media (max-width: 1280px) {
    .CompareCarSection .detailCompare {
        padding: 12.5px
    }
}

@media (max-width: 992px) {
    .CompareCarSection .detailCompare {
        width: 50%;
        float: left;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .CompareCarSection .detailCompare {
        padding: 0 10px 0 0
    }
}

.CompareCarSection .detailCompare h2 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin: 0;
    padding: 0;
    color: #2e2e2e
}

@media (max-width: 992px) {
    .CompareCarSection .detailCompare h2 {
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin: 0 0 10px
    }
}

@media (max-width: 767px) {
    .CompareCarSection .detailCompare h2 {
        font-size: 1rem;
        line-height: 1rem;
        text-align: left
    }
}

.CompareCarSection .detailCompare .productinfo {
    width: 100%;
    float: left;
    margin: 10px 0
}

@media (max-width: 767px) {
    .CompareCarSection .detailCompare .productinfo {
        margin: 0 0 10px 0
    }
}

.CompareCarSection .detailCompare .productinfo ul {
    padding: 0
}

.CompareCarSection .detailCompare .productinfo li {
    list-style: none;
    float: left;
    padding: 0;
    font-size: 0.75rem;
    border-right: 1px solid #c3c3c3;
    padding: 0 10px
}

.CompareCarSection .detailCompare .productinfo li:first-child {
    padding-left: 0
}

.CompareCarSection .detailCompare .productinfo li:last-child {
    border-right: 0
}

@media (max-width: 992px) {
    .CompareCarSection .detailCompare .productinfo li {
        font-size: 0.875rem
    }
}

@media (max-width: 767px) {
    .CompareCarSection .detailCompare .productinfo li {
        padding: 0 5px;
        font-size: 0.75rem
    }
}

@media (max-width: 359px) {
    .CompareCarSection .detailCompare .productinfo li {
        font-size: 0.6875rem;
        padding: 0 2.5px
    }
}

.CompareCarSection .detailCompare .AmountSection {
    width: 45%;
    float: left;
    text-align: left;
    font-size: 1.125rem;
    color: #2b3395;
    font-weight: 500;
    padding-top: 6px
}

@media (max-width: 767px) {
    .CompareCarSection .detailCompare .AmountSection {
        font-size: 1rem;
        width: 100%
    }
}

.CompareCarSection .detailCompare .logoDetail {
    width: 55%;
    float: left;
    text-align: right;
    font-size: 0;
    margin: 5px 0 0
}

@media (max-width: 992px) {
    .CompareCarSection .detailCompare .logoDetail {
        padding-top: 15px;
        width: 100%;
        text-align: left;
        margin: 0
    }
}

@media (max-width: 767px) {
    .CompareCarSection .detailCompare .logoDetail {
        padding-top: 10px
    }
}

.CompareCarSection .detailCompare .logoDetail label {
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1280px) {
    .CompareCarSection .detailCompare .logoDetail label {
        width: 80%
    }
}

@media (max-width: 992px) {
    .CompareCarSection .detailCompare .logoDetail label {
        width: auto
    }
}

.CompareCarSection .detailCompare .logoDetail label img {
    width: auto !important;
    height: auto;
    min-height: inherit
}

@media (max-width: 992px) {
    .CompareCarSection .detailCompare .logoDetail label img {
        width: auto;
        float: left;
        height: auto
    }
}

@media (max-width: 359px) {
    .CompareCarSection .detailCompare .logoDetail label img {
        width: 100px !important
    }
}

.CompareCarSection .detailCompare .logoDetail p {
    display: inline-block;
    margin: 2px 0 0 2px;
    vertical-align: top
}

@media (max-width: 1420px) {
    .CompareCarSection .detailCompare .logoDetail p {
        margin: 2px 0 0 5px
    }
}

@media (max-width: 992px) {
    .CompareCarSection .detailCompare .logoDetail p {
        margin: 2px 0 0 5px
    }
}

@media (max-width: 767px) {
    .CompareCarSection .detailCompare .logoDetail p {
        margin: 3px 0 0 3px
    }
}

@media (max-width: 359px) {
    .CompareCarSection .detailCompare .logoDetail p {
        margin: 1px 0 0 3px
    }
}

.CompareCarSection .detailCompare .logoDetail p a {
    height: 20px;
    width: 20px
}

@media (max-width: 1280px) {
    .CompareCarSection .detailCompare .logoDetail p a {
        width: 16px;
        height: 16px
    }
}

.CompareCarSection .detailCompare .logoDetail p a img {
    height: 17px;
    width: 17px;
    min-height: inherit
}

@media (max-width: 1280px) {
    .CompareCarSection .detailCompare .logoDetail p a img {
        width: 16px !important;
        height: 16px
    }
}

#seclectBudgetMobile ul li.active {
    background: #2b3395;
    border-radius: 50px
}

#seclectBudgetMobile ul li.active a {
    color: #fff !important
}

.form-control.is-invalid {
    border: 1px solid #d2d2d2
}

#vmodalM {
    position: relative;
    z-index: 99
}

.leftnospace {
    padding-left: 0
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none !important
}

.form-control:focus {
    box-shadow: none !important
}

.form-control.email.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8…1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.personalizeTabMain {
    padding: 0px 0 50px 0;
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .personalizeTabMain {
        padding-bottom: 25px
    }
}

@media (max-width: 1199px) {
    .personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain {
        overflow-x: auto;
        flex-wrap: nowrap;
        display: flex
    }
}

.personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul {
    position: relative
}

.personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul:first-child {
    float: left;
    padding-top: 50px
}

@media (max-width: 1199px) {
    .personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul:first-child {
        float: none;
        white-space: nowrap;
        display: inline-block;
        padding-top: 35px
    }
}

.personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul:last-child {
    float: right;
    padding-top: 50px
}

@media (max-width: 1199px) {
    .personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul:last-child {
        float: none;
        white-space: nowrap;
        display: inline-block;
        margin-left: 25px;
        padding-top: 35px
    }
}

@media (max-width: 1199px) {
    .personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul li {
        white-space: nowrap;
        display: inline-block
    }
}

.personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul li a {
    text-align: center;
    font-size: 1rem;
    padding: 15px 20px
}

@media (max-width: 1199px) {
    .personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul li a {
        padding: 15px;
        font-size: 0.9375rem
    }
}

.personalizeTabMain .maincarRatedSection .carRatedSection .infoButton .personalizeTabLinkMain ul strong {
    position: absolute;
    top: 0px;
    color: #2b3395
}

.personalizeTabMain .maincarRatedSection .carRatedSection .personTitle {
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    margin-top: 50px
}

@media (max-width: 992px) {
    .personalizeTabMain .maincarRatedSection .carRatedSection .personTitle {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .personalizeTabMain .maincarRatedSection .carRatedSection .personTitle {
        font-size: 1.25rem;
        margin-top: 25px
    }
}

.personalizeTabMain .maincarRatedSection .carInformationSection {
    padding: 50px 0
}

@media (max-width: 992px) {
    .personalizeTabMain .maincarRatedSection .carInformationSection {
        padding: 30px 0
    }
}

@media (max-width: 992px) {
    .personalizeTabMain .maincarRatedSection .carInformationSection {
        padding: 25px 0
    }
}

.personalizeTabMain .carBox {
    margin-top: 0px
}

@media (max-width: 992px) {
    .personalizeTabMain .carBox {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .personalizeTabMain .carBox {
        margin-top: 0px
    }
}

.welcomeBackPopupMain {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1200;
    background: rgba(0, 0, 0, 0.7)
}

.welcomeBackPopupMain .welcomePopupBox {
    width: 300px;
    background: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 20px
}

@media (max-width: 480px) {
    .welcomeBackPopupMain .welcomePopupBox {
        bottom: 65px
    }
}

.welcomeBackPopupMain .welcomePopupBox span {
    float: right;
    cursor: pointer;
    margin-right: -7px;
    margin-top: -7px
}

.welcomeBackPopupMain .welcomePopupBox h3 {
    color: #2b3395;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px
}

.welcomeBackPopupMain .welcomePopupBox p {
    color: #000000;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 15px
}

.welcomeBackPopupMain .welcomePopupBox a {
    float: left;
    font-size: 0.875rem;
    color: #FFFFFF;
    background: #2b3395;
    padding: 8px 25px;
    border-radius: 6px;
    text-align: center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    font-weight: normal
}

.welcomeBackPopupMain .welcomePopupBox a:hover {
    background: #ec383b;
    color: #FFFFFF;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.showroomLocationSlider {
    float: left;
    width: 100%;
    padding: 50px 0 0px 0
}

@media (max-width: 992px) {
    .showroomLocationSlider {
        padding: 25px 0 0px 0
    }
}

@media (max-width: 767px) {
    .showroomLocationSlider {
        padding: 25px 0 0px 0
    }
}

.showroomLocationSlider h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 500;
    margin: 0px 0 20px
}

@media (max-width: 767px) {
    .showroomLocationSlider h2 {
        font-size: 1.25rem
    }
}

.showroomLocationSlider .owl-carousel {
    padding: 0 35px
}

@media (max-width: 767px) {
    .showroomLocationSlider .owl-carousel {
        padding: 0 25px
    }
}

.showroomLocationSlider .owl-carousel .showroomLocateSlide {
    text-align: center;
    border: 1px solid #bfbfbf;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    width: 99%;
    margin-left: 0.5%
}

.showroomLocationSlider .owl-carousel .showroomLocateSlide h4 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 0.9375rem
}

.showroomLocationSlider .owl-carousel .showroomLocateSlide p {
    font-size: 0.8125rem;
    font-weight: normal
}

.showroomLocationSlider .owl-nav button {
    outline: none
}

.showroomLocationSlider .owl-nav button.owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    left: 0;
    margin: -8px 0 0 0
}

.showroomLocationSlider .owl-nav button.owl-prev:hover {
    background: url(../images/banner-leftarrow.webp) no-repeat center
}

.showroomLocationSlider .owl-nav button.owl-prev span {
    display: none
}

.showroomLocationSlider .owl-nav button.owl-next {
    background: url(../images/rightIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    right: 0;
    margin: -8px 0 0 0
}

.showroomLocationSlider .owl-nav button.owl-next:hover {
    background: url(../images/banner-rightarrow.webp) no-repeat center
}

.showroomLocationSlider .owl-nav button.owl-next span {
    display: none
}

.showroomLocationSlider .owl-nav.disabled button {
    outline: none
}

.showroomLocationSlider .owl-nav.disabled button.owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    left: 0;
    margin: -8px 0 0 0
}

.showroomLocationSlider .owl-nav.disabled button.owl-prev:hover {
    background: url(../images/banner-leftarrow.webp) no-repeat center
}

.showroomLocationSlider .owl-nav.disabled button.owl-prev span {
    display: none
}

.showroomLocationSlider .owl-nav.disabled button.owl-next {
    background: url(../images/rightIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    right: 0;
    margin: -8px 0 0 0
}

.showroomLocationSlider .owl-nav.disabled button.owl-next:hover {
    background: url(../images/banner-rightarrow.webp) no-repeat center
}

.showroomLocationSlider .owl-nav.disabled button.owl-next span {
    display: none
}

.showroomLocationSlider .owl-nav button.owl-next.disabled,
.showroomLocationSlider .owl-nav button.owl-prev.disabled {
    display: none
}

.owl-carousel.car_information_slider .owl-dots.disabled,
.owl-carousel.car_information_slider .owl-nav.disabled {
    display: block
}

.CompareCarSection.fullSection .forBookedImg {
    position: relative;
    overflow: hidden
}

@media (max-width: 992px) {
    .CompareCarSection.fullSection .forBookedImg {
        float: right;
        width: 50%
    }
}

@media (max-width: 992px) {
    .CompareCarSection.fullSection .forBookedImg img {
        width: 100% !important
    }
}

.CompareCarSection.fullSection .forBookedImg .bookedImg {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: inherit
}

.ComparereviewSliderMobile .CompareCarSection .compareCarImgBox {
    position: relative;
    overflow: hidden
}

@media (max-width: 992px) {
    .ComparereviewSliderMobile .CompareCarSection .compareCarImgBox {
        float: right;
        width: 50%
    }
}

@media (max-width: 992px) {
    .ComparereviewSliderMobile .CompareCarSection .compareCarImgBox img {
        width: 100% !important
    }
}

@media (max-width: 992px) {
    .ComparereviewSliderMobile .CompareCarSection .compareCarImgBox img.bookedImg {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: 120%
    }
}

@media (max-width: 480px) {
    .ComparereviewSliderMobile .CompareCarSection .compareCarImgBox img.bookedImg {
        height: 135%
    }
}

@media (max-width: 359px) {
    .ComparereviewSliderMobile .CompareCarSection .compareCarImgBox img.bookedImg {
        height: 120%
    }
}

.priceTxt {
    font-size: 1.125rem;
    color: #2b33a2;
    float: left;
    width: 100%;
    font-weight: bold;
    min-height: 40px
}

.priceTxt .whiteButton {
    margin-top: -5px;
    float: right
}

.priceTxt .whiteButton a {
    padding: 8px 10px
}

.bookedVehicleLaunchFinace {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%
}

.bookedVehicleLaunchFinace .whiteButton {
    width: 100%
}

@media (max-width: 992px) {
    .bookedVehicleLaunchFinace .whiteButton {
        width: 100%
    }
}

.bookedVehicleLaunchFinace .whiteButton a {
    padding: 12px 10px;
    width: 100%;
    display: inline-block;
    text-align: center
}

@media screen and (max-width: 1499px) {
    .bookedVehicleLaunchFinace .whiteButton a {
        padding: 12px 10px;
        font-size: 0.75rem
    }
}

@media (max-width: 1199px) {
    .bookedVehicleLaunchFinace .whiteButton a {
        font-size: 0.75rem
    }
}

@media (max-width: 767px) {
    .bookedVehicleLaunchFinace .whiteButton a {
        font-size: 0.875rem
    }
}

@media screen and (max-width: 399px) {
    .bookedVehicleLaunchFinace .whiteButton a {
        font-size: 0.6875rem
    }
}

.myAccountSmartFinance {
    position: absolute;
    z-index: 999;
    width: 425px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 25px;
    bottom: 63px;
    right: -15%;
    display: none
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .myAccountSmartFinance {
        width: 330px;
        padding: 20px;
        right: -33%
    }
}

@media (max-width: 480px) {
    .myAccountSmartFinance {
        width: 340px;
        padding: 20px;
        right: 1%
    }
}

@media screen and (max-width: 380px) {
    .myAccountSmartFinance {
        width: 300px;
        padding: 15px
    }
}

.myAccountSmartFinance.active {
    display: block
}

.myAccountSmartFinance:after {
    width: 28px;
    height: 13px;
    content: "";
    background: url("../images/trvfinance/car-listing/down-arrow.webp") center center no-repeat;
    position: absolute;
    bottom: -13px;
    right: 37%
}

@media screen and (min-width: 576px) {
    .myAccountSmartFinance:after {
        right: 65%
    }
}

.myAccountSmartFinance h2 {
    font-size: 1.5rem;
    color: #2E2E2E;
    float: left;
    width: 100%;
    font-weight: bold
}

.myAccountSmartFinance .crossBtn {
    position: absolute;
    right: 25px;
    top: 25px
}

.myAccountSmartFinance .popTxt {
    color: #999999;
    font-size: 0.875rem;
    float: left;
    width: 90%;
    text-align: left;
    line-height: 1.4;
    font-weight: normal
}

.myAccountSmartFinance .popTxt p {
    text-align: left
}

.myAccountSmartFinance .bvOtpInputMain {
    float: left;
    width: 100%;
    border: #EFEFEF solid 2px;
    border-radius: 2px;
    margin: 25px 0 5px 0;
    height: 65px;
    position: relative
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpInput {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 10px 20px;
    display: none
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpInput.active {
    display: block
}

@media (max-width: 480px) {
    .myAccountSmartFinance .bvOtpInputMain .bvOtpInput {
        padding: 10px
    }
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpInput input {
    width: 80%;
    padding: 0;
    float: left;
    color: #999999;
    font-size: 1.125rem;
    font-weight: 500;
    border: 0px;
    height: calc(1.5em + 0.75rem + 2px)
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpInput input:focus {
    outline: 0
}

@media (max-width: 767px) {
    .myAccountSmartFinance .bvOtpInputMain .bvOtpInput input {
        font-size: 1rem
    }
}

@media (max-width: 480px) {
    .myAccountSmartFinance .bvOtpInputMain .bvOtpInput input {
        width: 74%
    }
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpInput a {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #666666;
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: -6px;
    text-decoration: underline;
    width: auto
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpInput a:hover {
    text-decoration: none
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen {
    padding: 10px;
    float: left;
    display: none
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen.active {
    display: block
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .bvOptPinInput {
    float: left
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .bvOptPinInput input {
    width: 30px;
    padding: 5px 0;
    float: left;
    color: #999999;
    font-size: 1.125rem;
    font-weight: 500;
    border: 0px;
    border-bottom: #3d3d3d solid 2px;
    margin-right: 15px;
    text-align: center
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .bvOptPinInput input:focus {
    outline: 0
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .timerSec {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #666666;
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: -6px;
    text-decoration: underline
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .timerSec.active {
    display: none
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .bvResendLink {
    float: left;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    display: none
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .bvResendLink.active {
    display: block
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .bvResendLink a {
    color: #666666;
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: -6px;
    text-decoration: underline
}

.myAccountSmartFinance .bvOtpInputMain .bvOtpScreen .bvResendLink a:hover {
    text-decoration: none
}

.myAccountSmartFinance .error-sf-otp {
    font-size: 12px;
    color: red;
    font-style: italic;
    float: left
}

.myAccountSmartFinance .whiteButton {
    display: none
}

.myAccountSmartFinance .whiteButton a {
    width: 100%;
    float: left;
    text-align: center;
    color: #2b33a2;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 15px 12px;
    margin-top: 25px
}

@media (max-width: 992px) {
    .myAccountSmartFinance .whiteButton a {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .myAccountSmartFinance .whiteButton a {
        font-size: 0.8125rem
    }
}

.myAccountSmartFinance .whiteButton a:hover {
    color: #FFFFFF
}

.myAccountSmartFinance .whiteButton.active {
    display: block
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none !important
}

.lastJourneyPop .modal-dialog {
    max-width: 425px
}

.lastJourneyPopTxt {
    padding: 40px;
    text-align: center
}

@media (max-width: 767px) {
    .lastJourneyPopTxt {
        padding: 40px 20px
    }
}

.lastJourneyPopTxt p {
    font-size: 1.125rem;
    font-weight: normal
}

@media (max-width: 767px) {
    .lastJourneyPopTxt p {
        font-size: 1rem
    }
}

.lastJourneyPopTxt ul {
    padding: 0px;
    margin: 70px 0px 0px 0px;
    list-style: none;
    display: flex;
    justify-content: space-around
}

.lastJourneyPopTxt ul li.blueButton a {
    text-transform: capitalize;
    line-height: normal;
    color: #FFFFFF;
    width: 150px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #2b33a2;
    padding: 12px 10px;
    border-radius: 6px;
    border: 1px solid #2b33a2;
    display: inline-block
}

@media (max-width: 767px) {
    .lastJourneyPopTxt ul li.blueButton a {
        font-size: 1rem
    }
}

.lastJourneyPopTxt ul li.blueButton a:hover {
    color: #2b33a2;
    background: #FFFFFF
}

.lastJourneyPopTxt ul li.whiteButton a {
    text-transform: capitalize;
    line-height: normal;
    color: #2b33a2;
    width: 150px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #FFFFFF;
    padding: 12px 10px;
    border-radius: 6px;
    border: 1px solid #2b33a2;
    display: inline-block
}

@media (max-width: 767px) {
    .lastJourneyPopTxt ul li.whiteButton a {
        font-size: 1rem
    }
}

.lastJourneyPopTxt ul li.whiteButton a:hover {
    color: #FFFFFF;
    background: #2b33a2
}

.maincarRatedSection {
    width: 100%;
    float: left
}

@media (max-width: 480px) {
    .maincarRatedSection {
        overflow: hidden
    }
}

.maincarRatedSection .carRatedSection {
    width: 100%;
    float: left
}

.maincarRatedSection .carRatedSection .infoButton ul li {
    display: inline-block
}

.maincarRatedSection .carRatedSection .infoButton ul li a {
    display: block;
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: 500;
    color: #757575;
    padding: 20px 35px;
    border: 1px solid #e8e8e8;
    border-radius: 6px 6px 0 0
}

@media (max-width: 992px) {
    .maincarRatedSection .carRatedSection .infoButton ul li a {
        padding: 20px;
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .maincarRatedSection .carRatedSection .infoButton ul li a {
        padding: 15px 10px;
        font-size: 0.875rem
    }
}

@media (max-width: 359px) {
    .maincarRatedSection .carRatedSection .infoButton ul li a {
        padding: 15px 5px;
        font-size: 0.75rem
    }
}

.maincarRatedSection .carRatedSection .infoButton ul li a:hover {
    background: #e8e8e8;
    color: #000000
}

.maincarRatedSection .carRatedSection .infoButton ul li a.active {
    background: #e8e8e8;
    color: #000000
}

.maincarRatedSection .carRatedSection .infoButton ul li.hidden {
    display: none
}

.maincarRatedSection .carRatedSection .blueButton a {
    font-size: 0.875rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 7px 20px;
    border-radius: 6px;
    border: 1px solid #2b3395
}

@media (max-width: 480px) {
    .maincarRatedSection .carRatedSection .blueButton a {
        padding: 7px 15px
    }
}

@media (max-width: 359px) {
    .maincarRatedSection .carRatedSection .blueButton a {
        padding: 5px 10px;
        font-size: 0.75rem
    }
}

.maincarRatedSection .carRatedSection .blueButton a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000
}

.maincarRatedSection .carInformationSection {
    width: 100%;
    float: left;
    background: #e8e8e8;
    padding: 50px 0
}

@media (max-width: 992px) {
    .maincarRatedSection .carInformationSection {
        padding: 30px 0
    }
}

@media (max-width: 767px) {
    .maincarRatedSection .carInformationSection {
        padding: 25px 0
    }
}

.maincarRatedSection .carInformationSection .tab-pane.hidden {
    display: none
}

.maincarRatedSection .carInformationSection .owl-carousel {
    display: none
}

.maincarRatedSection .carInformationSection .owl-carousel.owl-loaded {
    display: block
}

.maincarRatedSection .carInformationSection .owl-carousel.owl-hidden {
    opacity: 1 !important
}

.maincarRatedSection .carInformationSection .car_information_slider {
    width: 100%;
    float: left;
    padding: 0 25px
}

@media (max-width: 992px) {
    .maincarRatedSection .carInformationSection .car_information_slider {
        padding: 0
    }
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer {
    height: 450px;
    overflow: hidden;
    width: 100%
}

@media (max-width: 1420px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer {
        height: 435px
    }
}

@media (max-width: 1199px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer {
        height: 412px
    }
}

@media (max-width: 992px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer {
        width: 100%;
        height: 445px
    }
}

@media (max-width: 767px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer {
        height: 420px
    }
}

@media (max-width: 480px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer {
        height: 415px;
        max-width: 340px;
        width: auto;
        margin: auto
    }
}

@media (max-width: 359px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer {
        height: 367px
    }
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer .owl-stage .owl-item {
    margin-right: 15px;
    margin-bottom: 10px
}

@media (max-width: 1420px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer .owl-stage .owl-item {
        width: 306px
    }
}

@media (max-width: 1420px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer .owl-stage .owl-item {
        width: 306px
    }
}

@media (max-width: 480px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer .owl-stage .owl-item {
        margin-right: inherit;
        margin-left: inherit;
        float: none;
        display: inline-block
    }
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer .owl-stage .owl-item.active {
    margin-right: 0px;
    margin-bottom: 0px
}

@media (max-width: 480px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-stage-outer .owl-stage .owl-item.active {
        margin-right: inherit;
        margin-left: inherit
    }
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-nav button {
    outline: none
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    left: 0;
    margin: -8px 0 0 0
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-prev:hover {
    background: url(../images/banner-leftarrow.webp) no-repeat center
}

@media (max-width: 992px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-prev {
        left: -10px
    }
}

@media (max-width: 767px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-prev {
        left: 0px
    }
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-prev span {
    display: none
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-next {
    background: url(../images/rightIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    right: 0;
    margin: -8px 0 0 0
}

@media (max-width: 992px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-next {
        right: -10px
    }
}

@media (max-width: 767px) {
    .maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-next {
        right: 0px
    }
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-next:hover {
    background: url(../images/banner-rightarrow.webp) no-repeat center
}

.maincarRatedSection .carInformationSection .car_information_slider .owl-nav button.owl-next span {
    display: none
}

.maincarRatedSection .carInformationSection .viewAllBtn {
    display: none;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px
}

@media (max-width: 480px) {
    .maincarRatedSection .carInformationSection .viewAllBtn {
        display: block
    }
}

.maincarRatedSection .carInformationSection .viewAllBtn a {
    font-size: 0.875rem;
    padding: 10px;
    width: 100%;
    display: inline-block;
    background: #2b3395;
    padding: 13px 50px;
    border-radius: 6px;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    font-weight: 500
}

.maincarRatedSection .carInformationSection .viewAllBtn a:hover {
    background: #FFFFFF;
    color: #2b3395
}

.carBox {
    width: 100%;
    float: left;
    background: #FFFFFF;
    padding: 12px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    max-width: 320px
}

@media (max-width: 767px) {
    .carBox {
        padding: 10px
    }
}

@media screen and (max-width: 499px) {
    .carBox {
        margin-left: -10px
    }
}

@media (max-width: 480px) {
    .carBox {
        width: 280px;
        margin-left: 0px
    }
}

@media (max-width: 359px) {
    .carBox {
        padding: 8px;
        width: 240px
    }
}

.carBox .col-5:first-child {
    padding-right: 0px
}

.carBox .leftSection {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #c3c3c3
}

.carBox .leftSection.fullheight {
    height: 100%
}

.carBox .leftSection.fullheight .carsecImage {
    height: 100%
}

.carBox .leftSection .carsecImage {
    overflow: hidden;
    position: relative
}

.carBox .leftSection .carsecImage img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    width: 297px;
    height: 200px
}

.carBox .leftSection .carsecImage img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.carBox .leftSection .shareIcon {
    width: 100%;
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
    height: auto
}

.carBox .leftSection .shareIcon img {
    width: auto;
    cursor: pointer
}

.carBox .leftSection .shareIcon img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.carBox .leftSection .shareIcon .icon1 {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 10px;
    width: 21px;
    height: 19px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: url(../images/information/shareIcon1.webp) no-repeat center
}

@media (max-width: 767px) {
    .carBox .leftSection .shareIcon .icon1 {
        left: 5px;
        top: -5px
    }
}

@media (min-width: 992px) {
    .carBox .leftSection .shareIcon .icon1:hover {
        background: url(../images/information/shareIcon-hover1.webp) no-repeat center;
        transition-duration: 1s;
        -webkit-transition-duration: 1s
    }
}

.carBox .leftSection .shareIcon .icon1.active {
    background: url(../images/information/shareIcon-hover1.webp) no-repeat center
}

.carBox .leftSection .shareIcon .icon2 {
    position: absolute;
    top: 0;
    right: 10px;
    width: 21px;
    cursor: pointer;
    height: 22px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: url(../images/information/shareIcon2.webp) no-repeat center
}

@media (max-width: 767px) {
    .carBox .leftSection .shareIcon .icon2 {
        right: 5px;
        top: -5px
    }
}

@media (min-width: 992px) {
    .carBox .leftSection .shareIcon .icon2:hover {
        background: url(../images/information/shareIcon-hover2.webp) no-repeat center;
        transition-duration: 1s;
        -webkit-transition-duration: 1s
    }
}

.carBox .leftSection .shareIcon .shareicon_listing {
    position: absolute;
    top: 0;
    right: 10px;
    width: 21px;
    cursor: pointer;
    height: 22px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    background: url(../images/information/shareIcon2.webp) no-repeat center
}

@media (max-width: 767px) {
    .carBox .leftSection .shareIcon .shareicon_listing {
        right: 5px;
        top: -5px
    }
}

@media (min-width: 992px) {
    .carBox .leftSection .shareIcon .shareicon_listing:hover {
        background: url(../images/information/shareIcon-hover2.webp) no-repeat center;
        transition-duration: 1s;
        -webkit-transition-duration: 1s
    }
}

.carBox .leftSection .certifiedOfferMain {
    position: absolute;
    bottom: 0px;
    width: 100%
}

@media (max-width: 767px) {
    .carBox .leftSection .certifiedOfferMain {
        width: 100%
    }
}

.carBox .leftSection .certifiedOfferMain .offer {
    width: 100%;
    float: left;
    padding: 15px 0px 7px 0px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0
}

@media (max-width: 767px) {
    .carBox .leftSection .certifiedOfferMain .offer {
        padding: 6px 0px
    }
}

@media (max-width: 480px) {
    .carBox .leftSection .certifiedOfferMain .offer {
        padding: 10px 0px
    }
}

.carBox .leftSection .certifiedOfferMain .offer a {
    color: #000000
}

.carBox .leftSection .certifiedOfferMain .offer .leftContent {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
    border-right: 1px solid #000000;
    padding: 0 6px
}

@media (max-width: 1420px) {
    .carBox .leftSection .certifiedOfferMain .offer .leftContent {
        padding: 0 5px
    }
}

@media (max-width: 1280px) {
    .carBox .leftSection .certifiedOfferMain .offer .leftContent {
        font-size: 0.75rem
    }
}

@media (max-width: 767px) {
    .carBox .leftSection .certifiedOfferMain .offer .leftContent {
        width: auto
    }
}

.carBox .leftSection .certifiedOfferMain .offer .rightContent {
    display: inline-block;
    padding: 0 6px;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #000000;
    text-align: center
}

@media (max-width: 1420px) {
    .carBox .leftSection .certifiedOfferMain .offer .rightContent {
        padding: 0 5px
    }
}

@media (max-width: 1280px) {
    .carBox .leftSection .certifiedOfferMain .offer .rightContent {
        font-size: 0.75rem
    }
}

@media (max-width: 767px) {
    .carBox .leftSection .certifiedOfferMain .offer .rightContent {
        width: auto
    }
}

.carBox .leftSection .certifiedOfferMain .certified {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    text-align: center;
    bottom: -10px
}

@media (max-width: 1420px) {
    .carBox .leftSection .certifiedOfferMain .certified {
        padding: 0 10px 0
    }
}

@media (max-width: 1280px) {
    .carBox .leftSection .certifiedOfferMain .certified {
        font-size: 0.625rem
    }
}

@media (max-width: 767px) {
    .carBox .leftSection .certifiedOfferMain .certified {
        width: 100%;
        margin: 0;
        font-size: 0.625rem
    }
}

.carBox .leftSection .certifiedOfferMain .certified p {
    display: inline-block;
    margin-left: 5px
}

.carBox .leftSection .certified {
    width: 100%;
    float: left;
    padding: 0 10px 0;
    margin: -12px 0 0;
    margin-top: -18px;
    position: relative;
    z-index: 2
}

@media (max-width: 1420px) {
    .carBox .leftSection .certified {
        padding: 0 10px 0
    }
}

@media (max-width: 992px) {
    .carBox .leftSection .certified {
        padding: 0 6px 0
    }
}

.carBox .leftSection .certified img {
    width: auto;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle
}

@media (max-width: 992px) {
    .carBox .leftSection .certified img {
        padding: 0 0px 0
    }
}

.carBox .leftSection .certified img img {
    width: auto;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle
}

.carBox .leftSection .certified img img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.carBox .leftSection .certified img p {
    display: inline-block;
    vertical-align: middle
}

.carBox .leftSection .certified img p img {
    margin-right: 0
}

@media (max-width: 767px) {
    .carBox .leftSection .certified img p {
        width: 20px
    }
}

.carBox .leftSection .certified img span {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 0 5px;
    font-size: 1.25rem
}

.carBox .rightSection {
    width: 100%;
    float: left;
    height: 100%;
    position: relative
}

@media (max-width: 767px) {
    .carBox .rightSection {
        margin-top: 10px
    }
}

.carBox .rightSection h5 {
    margin: 12px 0 0;
    font-size: 1rem;
    font-weight: 500
}

.carBox .rightSection h5 a {
    color: #000000
}

@media (max-width: 1420px) {
    .carBox .rightSection h5 {
        margin: 10px 0 0
    }
}

@media (max-width: 767px) {
    .carBox .rightSection h5 {
        margin: 7px 0 0
    }
}

@media (max-width: 767px) {
    .carBox .rightSection h5 {
        font-size: 1rem;
        margin: 5px 0 0
    }
}

.carBox .rightSection .details {
    width: 100%;
    float: left;
    margin: 15px 0
}

@media (max-width: 767px) {
    .carBox .rightSection .details {
        margin: 12px 0
    }
}

@media (max-width: 480px) {
    .carBox .rightSection .details {
        margin: 10px 0
    }
}

.carBox .rightSection .details ul {
    padding: 0
}

.carBox .rightSection .details li {
    list-style: none;
    float: left;
    padding: 0;
    font-size: 0.75rem;
    border-right: 1px solid #c3c3c3;
    padding: 0 8px
}

@media (max-width: 992px) {
    .carBox .rightSection .details li {
        padding: 0 5px;
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .carBox .rightSection .details li {
        font-size: 0.875rem
    }
}

@media (max-width: 359px) {
    .carBox .rightSection .details li {
        padding: 0 3px;
        font-size: 0.8125rem
    }
}

.carBox .rightSection .details li:first-child {
    padding-left: 0
}

.carBox .rightSection .details li:last-child {
    border: 0;
    padding-right: 0
}

.carBox .rightSection .details .yearTxt {
    float: left;
    font-size: 0.8125rem;
    color: #999;
    font-weight: normal
}

.carBox .rightSection .details .yearTxt span {
    margin: 0 3px 0 5px
}

@media screen and (max-width: 1499px) {
    .carBox .rightSection .details .yearTxt span {
        margin: 0 1px 0 2px
    }
}

.carBox .rightSection .details .starSection {
    float: right;
    margin-top: -4px
}

@media screen and (max-width: 1499px) {
    .carBox .rightSection .details .starSection {
        margin-top: -1px
    }
}

.carBox .rightSection .details .starSection ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px
}

.carBox .rightSection .details .starSection ul li {
    color: #868686;
    font-size: 0.875rem
}

.carBox .rightSection .details .starSection ul li.selected {
    color: #2b33a2
}

@media screen and (max-width: 1499px) {
    .carBox .rightSection .details .starSection ul li.selected {
        font-size: 0.75rem
    }
}

@media screen and (max-width: 1499px) {
    .carBox .rightSection .details .starSection ul li {
        font-size: 0.75rem
    }
}

.carBox .rightSection .leftContent {
    width: 55%;
    float: left;
    font-size: 0.75rem;
    margin-top: 0
}

@media (max-width: 992px) {
    .carBox .rightSection .leftContent {
        font-size: 0.625rem
    }
}

@media (max-width: 767px) {
    .carBox .rightSection .leftContent {
        width: 60%;
        margin-top: 0
    }
}

.carBox .rightSection .leftContent .checkbox_wrapper {
    position: relative;
    height: 16px;
    width: 100%
}

.carBox .rightSection .leftContent .checkbox_wrapper strong {
    font-size: 0.875rem
}

.carBox .rightSection .leftContent input[type="checkbox"] {
    opacity: 0;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer
}

.carBox .rightSection .leftContent input[type="checkbox"]+label {
    background: url(../images/unchecked.webp) no-repeat left center;
    height: 16px;
    width: 100%;
    display: inline-block;
    padding: 2px 0 0 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 0.75rem
}

@media (max-width: 1420px) {
    .carBox .rightSection .leftContent input[type="checkbox"]+label {
        font-size: 0.75rem;
        padding: 3px 0 0 16px
    }
}

@media (max-width: 767px) {
    .carBox .rightSection .leftContent input[type="checkbox"]+label {
        font-size: 0.75rem;
        padding: 0px 0 0 16px;
        line-height: normal
    }
}

@media (max-width: 480px) {
    .carBox .rightSection .leftContent input[type="checkbox"]+label {
        font-size: 0.75rem;
        margin-left: 0
    }
}

@media (max-width: 359px) {
    .carBox .rightSection .leftContent input[type="checkbox"]+label {
        margin-left: 0px
    }
}

.carBox .rightSection .leftContent input[type="checkbox"]:checked+label {
    background: url(../images/checked.webp) no-repeat left center;
    height: 16px;
    width: 100%;
    display: inline-block
}

.carBox .rightSection .starSection {
    width: 40%;
    float: left;
    margin-top: 0
}

@media (max-width: 767px) {
    .carBox .rightSection .starSection {
        padding-top: 4px
    }
}

@media (max-width: 359px) {
    .carBox .rightSection .starSection {
        padding-top: 4px
    }
}

.carBox .rightSection .starSection ul {
    padding: 0;
    float: right
}

@media (max-width: 767px) {
    .carBox .rightSection .starSection ul {
        margin: 0
    }
}

.carBox .rightSection .starSection li {
    width: 14px;
    height: 14px;
    float: left;
    list-style: none;
    cursor: pointer;
    border-right: 0px solid #c3c3c3;
    padding: 0px
}

@media (max-width: 767px) {
    .carBox .rightSection .starSection li {
        width: 9px;
        height: 9px
    }
}

@media (max-width: 480px) {
    .carBox .rightSection .starSection li {
        width: 11px;
        height: 11px
    }
}

@media (max-width: 359px) {
    .carBox .rightSection .starSection li {
        width: 9px;
        height: 9px
    }
}

.carBox .rightSection .starSection li i {
    font-size: 0.75rem;
    color: #868686
}

@media (max-width: 767px) {
    .carBox .rightSection .starSection li i {
        font-size: 0.6875rem;
        vertical-align: top
    }
}

@media (max-width: 480px) {
    .carBox .rightSection .starSection li i {
        font-size: 0.6875rem;
        vertical-align: top
    }
}

@media (max-width: 359px) {
    .carBox .rightSection .starSection li i {
        font-size: 0.625rem;
        vertical-align: top
    }
}

.carBox .rightSection .starSection li.selected i {
    font-size: 0.75rem;
    color: #2b33a2
}

@media (max-width: 767px) {
    .carBox .rightSection .starSection li.selected i {
        font-size: 0.6875rem;
        vertical-align: top
    }
}

@media (max-width: 480px) {
    .carBox .rightSection .starSection li.selected i {
        font-size: 0.6875rem;
        vertical-align: top
    }
}

@media (max-width: 359px) {
    .carBox .rightSection .starSection li.selected i {
        font-size: 0.625rem;
        vertical-align: top
    }
}

.carBox .rightSection .starSection li:hover i {
    font-size: 0.75rem;
    color: #2b33a2
}

@media (max-width: 767px) {
    .carBox .rightSection .starSection li:hover i {
        font-size: 0.5rem;
        vertical-align: top
    }
}

@media (max-width: 480px) {
    .carBox .rightSection .starSection li:hover i {
        font-size: 0.625rem;
        vertical-align: top
    }
}

@media (max-width: 359px) {
    .carBox .rightSection .starSection li:hover i {
        font-size: 0.5rem;
        vertical-align: top
    }
}

.carBox .pricebox {
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 20px 0 0
}

@media (max-width: 1420px) {
    .carBox .pricebox {
        margin: 18px 0 0
    }
}

@media (max-width: 1199px) {
    .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 992px) {
    .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 767px) {
    .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 480px) {
    .carBox .pricebox {
        margin: 15px 0 0
    }
}

.carBox .pricebox .priceSection {
    width: 100%;
    float: left;
    margin-top: 0;
    display: table
}

@media (max-width: 767px) {
    .carBox .pricebox .priceSection {
        position: relative
    }
}

.carBox .pricebox .priceSection span {
    width: 65%;
    font-weight: bold;
    font-size: 1rem;
    color: #2b3395;
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 1199px) {
    .carBox .pricebox .priceSection span {
        font-size: 1rem;
        width: 60%
    }
}

@media (max-width: 992px) {
    .carBox .pricebox .priceSection span {
        font-size: 0.875rem;
        width: 55%
    }
}

@media (max-width: 767px) {
    .carBox .pricebox .priceSection span {
        font-size: 0.9375rem
    }
}

@media (max-width: 480px) {
    .carBox .pricebox .priceSection span {
        width: 60%
    }
}

@media (max-width: 359px) {
    .carBox .pricebox .priceSection span {
        width: 55%
    }
}

.carBox .pricebox .priceSection a {
    width: 50%;
    font-weight: 500;
    font-size: 0.75rem;
    border: 1px solid #949494;
    color: #000000;
    text-align: center;
    padding: 8px 0 8px 0;
    border-radius: 6px;
    display: table-cell;
    vertical-align: middle;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 1420px) {
    .carBox .pricebox .priceSection a {
        font-size: 0.6875rem;
        padding: 7px 0
    }
}

@media (max-width: 992px) {
    .carBox .pricebox .priceSection a {
        font-size: 0.75rem;
        padding: 7px
    }
}

@media (max-width: 767px) {
    .carBox .pricebox .priceSection a {
        font-size: 0.75rem;
        padding: 7px 0
    }
}

@media (max-width: 480px) {
    .carBox .pricebox .priceSection a {
        font-size: 0.75rem;
        padding: 7px 0
    }
}

.carBox .pricebox .priceSection a:hover {
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.carBox .pricebox .contactDealerBookButt {
    width: 100%;
    float: left
}

.carBox .pricebox .contactDealerBookButt .testDriveButton {
    width: 52%;
    float: right;
    margin-top: 12px
}

@media (max-width: 480px) {
    .carBox .pricebox .contactDealerBookButt .testDriveButton {
        margin-top: 8px
    }
}

.carBox .pricebox .contactDealerBookButt .testDriveButton a {
    width: 100%;
    float: left;
    font-size: 0.9375rem;
    color: #FFFFFF;
    background: #ec383b;
    padding: 9px 10px;
    border-radius: 6px;
    text-align: center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 1420px) {
    .carBox .pricebox .contactDealerBookButt .testDriveButton a {
        font-size: 0.8125rem
    }
}

@media (max-width: 992px) {
    .carBox .pricebox .contactDealerBookButt .testDriveButton a {
        font-size: 0.875rem;
        padding: 8px 10px
    }
}

@media (max-width: 767px) {
    .carBox .pricebox .contactDealerBookButt .testDriveButton a {
        font-size: 0.8125rem;
        padding: 8px 2px
    }
}

@media (max-width: 359px) {
    .carBox .pricebox .contactDealerBookButt .testDriveButton a {
        font-size: 0.75rem
    }
}

.carBox .pricebox .contactDealerBookButt .testDriveButton a:hover {
    background: #2b3395;
    color: #FFFFFF;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.carBox .pricebox .contactDealerBookButt .conDealButton {
    width: 47%;
    float: left;
    margin-top: 12px
}

@media (max-width: 480px) {
    .carBox .pricebox .contactDealerBookButt .conDealButton {
        margin-top: 8px
    }
}

.carBox .pricebox .contactDealerBookButt .conDealButton a {
    width: 100%;
    float: left;
    font-size: 0.9375rem;
    color: #FFFFFF;
    background: #2b3395;
    padding: 9px 10px;
    border-radius: 6px;
    text-align: center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 1420px) {
    .carBox .pricebox .contactDealerBookButt .conDealButton a {
        font-size: 0.8125rem
    }
}

@media (max-width: 992px) {
    .carBox .pricebox .contactDealerBookButt .conDealButton a {
        font-size: 0.875rem;
        padding: 8px 10px
    }
}

@media (max-width: 767px) {
    .carBox .pricebox .contactDealerBookButt .conDealButton a {
        font-size: 0.75rem;
        padding: 8px 5px
    }
}

@media (max-width: 359px) {
    .carBox .pricebox .contactDealerBookButt .conDealButton a {
        font-size: 0.75rem
    }
}

.carBox .pricebox .contactDealerBookButt .conDealButton a:hover {
    background: #ec383b;
    color: #FFFFFF;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.carInformationSection .owl-carousel .owl-item .item {
    text-align: center
}

.carInformationSection .owl-carousel .owl-item .item .carBox {
    display: inline-block;
    float: none
}

.carInformationSection .owl-carousel .owl-item .item .carBox .rightSection {
    text-align: left
}

@media (max-width: 767px) {
    .maincarRatedSection .carInformationSection .owl-carousel.owl-loaded {
        padding: 0 25px
    }
}

.booked-car img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.socialsharebox {
    float: right;
    top: 27px;
    position: absolute;
    right: -100px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    display: none
}

.socialsharebox.active {
    display: block;
    right: 10px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.socialsharebox ul {
    font-size: 0;
    background: #FFFFFF
}

.socialsharebox ul li {
    display: inline-block;
    width: 28px;
    padding: 3px
}

.closemodal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.errorModal {
    z-index: 9999999999 !important
}

.errorModal .modal-content {
    padding: 40px 0;
    text-align: center
}

.errorModal .modal-content .errorimage {
    width: 100px;
    margin: 0 auto
}

.errorModal .modal-content p {
    font-weight: 600
}

.successModal .modal-content {
    padding: 40px 0;
    text-align: center
}

.successModal .modal-content .errorimage {
    width: 100px;
    margin: 0 auto
}

.successModal .modal-content p {
    font-weight: 600
}

.truevalueModal {
    width: 100%;
    float: left
}

.truevalueModal .modal-content {
    width: 100%;
    float: left;
    padding: 20px
}

.truevalueModal .modal-content .closemodal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.truevalueModal .modal-content .truevalue-text {
    font-size: 22px;
    color: #333caf;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #c9c8c8
}

.truevalueModal .modal-content p {
    font-size: 14px;
    color: #2e2e2e;
    margin-bottom: 10px
}

.truevalueModal .modal-content ul {
    width: 100%;
    float: left
}

.truevalueModal .modal-content li {
    font-size: 14px;
    list-style: none;
    color: #2e2e2e;
    font-weight: 400;
    padding-bottom: 15px
}

.truevalueModal .modal-content li img {
    width: auto;
    float: left;
    padding-right: 10px
}

.truevalueModal .modal-content a {
    font-size: 0.875rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #2b3395;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0
}

.breadcrumbMain {
    padding-top: 10px;
    padding-bottom: 40px
}

@media (max-width: 992px) {
    .breadcrumbMain {
        display: block;
        padding-bottom: 0px;
        padding: 17px;
        background: #2b33a2;
        position: absolute;
        left: -25px;
        width: calc(100% + 50px);
        top: 0
    }
}

@media (max-width: 480px) {
    .breadcrumbMain {
        left: 0px;
        width: 100%
    }
}

@media (max-width: 992px) {
    .breadcrumbMain nav .breadcrumb {
        padding-left: 50px
    }
}

@media (max-width: 480px) {
    .breadcrumbMain nav .breadcrumb {
        padding-left: 30px
    }
}

.breadcrumbMain nav .breadcrumb .breadcrumb-item {
    font-size: 1rem
}

.breadcrumbMain nav .breadcrumb .breadcrumb-item a {
    font-size: 1rem
}

@media (max-width: 992px) {
    .breadcrumbMain nav .breadcrumb .breadcrumb-item a {
        font-size: 0.8125rem;
        color: #FFFFFF;
        font-weight: normal
    }
}

@media (max-width: 992px) {
    .breadcrumbMain nav .breadcrumb .breadcrumb-item.active {
        font-size: 0.8125rem;
        color: #FFFFFF
    }
}

@media (max-width: 992px) {
    .breadcrumbMain nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        color: #FFFFFF
    }
}

@media (max-width: 992px) {
    .breadcrumbMain nav .breadcrumb .breadcrumb-item:first-child:before {
        width: 21px;
        height: 14px;
        background: url("../images/trvfinance/car-listing/breadcrumb-arrow.webp") left top no-repeat;
        content: "";
        position: absolute;
        left: -40px;
        top: 2px
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .breadcrumbMain nav .breadcrumb .breadcrumb-item:first-child:before {
        left: -30px
    }
}

.carDetailPage {
    width: 100%;
    float: left
}

.carDetailPage .carDetLeftSlider {
    padding-right: 30px
}

@media (max-width: 1420px) {
    .carDetailPage .carDetLeftSlider {
        padding-right: 0px
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain {
    float: left;
    width: 100%
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox {
    width: 40%;
    float: left
}

@media (max-width: 992px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox {
        width: 60%
    }
}

@media (max-width: 480px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox {
        width: 70%
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameTitle {
    font-size: 1.875rem;
    color: #2e2e2e;
    font-weight: 500;
    width: 100%;
    float: left;
    padding-bottom: 25px
}

@media (max-width: 992px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameTitle {
        font-size: 1.375rem
    }
}

@media (max-width: 767px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameTitle {
        font-size: 1.125rem
    }
}

@media (max-width: 359px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameTitle {
        font-size: 1rem
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameStars ul li {
    width: 14px;
    height: 14px;
    float: left;
    list-style: none;
    cursor: pointer
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameStars ul li i {
    font-size: 0.75rem;
    color: #868686
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameStars ul li.selected i {
    font-size: 0.75rem;
    color: #2b33a2
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetNameStars ul li:hover i {
    font-size: 0.75rem;
    color: #2b33a2
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .modelDesc span {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 767px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .modelDesc span {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width: 480px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .modelDesc span {
        padding-left: 2px;
        padding-right: 2px
    }
}

@media (max-width: 992px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .modelDesc {
        font-size: 0.8125rem;
        font-weight: 500;
        color: #000000;
        float: left;
        margin-top: -5px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .modelDesc {
        font-size: 0.6875rem
    }
}

@media (max-width: 359px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .modelDesc {
        font-size: 0.625rem
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare {
    float: left;
    margin-left: 25px;
    position: relative
}

@media (max-width: 992px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare {
        margin-left: 0px;
        width: 100%
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare .checkbox_wrapper {
    position: relative;
    height: 16px;
    width: 100%
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare .checkbox_wrapper label {
    font-size: 0.75rem;
    color: #000000;
    font-weight: 500;
    width: 150px
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare input[type="checkbox"] {
    opacity: 0;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare input[type="checkbox"]+label {
    background: url(../images/unchecked.webp) no-repeat left center;
    height: 16px;
    width: 150px;
    display: inline-block;
    padding: 2px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media (max-width: 767px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare input[type="checkbox"]+label {
        font-size: 0.75rem
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare input[type="checkbox"]:checked+label {
    background: url(../images/checked.webp) no-repeat left center;
    height: 16px;
    width: 150px;
    display: inline-block
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetNameBox .carDetAddCompare a {
    font-size: 0.75rem;
    color: #000000;
    font-weight: 500;
    background: url(../images/car-detail/notebook.webp) left center no-repeat;
    padding-left: 20px
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain {
    width: 40%;
    float: right
}

@media (max-width: 480px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain {
        width: 30%
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetPriceBox {
    font-size: 1.875rem;
    color: #2e2e2e;
    font-weight: 500;
    text-align: right
}

@media (max-width: 992px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetPriceBox {
        font-size: 1.375rem
    }
}

@media (max-width: 767px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetPriceBox {
        font-size: 1.125rem
    }
}

@media (max-width: 359px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetPriceBox {
        font-size: 1rem
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetEmiCalc {
    margin-top: 15px;
    float: right
}

@media (max-width: 767px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetEmiCalc {
        margin-top: 10px
    }
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetEmiCalc a {
    padding: 8px 15px;
    font-size: 0.75rem;
    display: inline-block;
    color: #505050;
    border: #949494 solid 1px;
    border-radius: 5px
}

.carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetEmiCalc a:hover {
    background: #2b3395;
    color: #FFFFFF
}

@media (max-width: 767px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetEmiCalc a {
        font-size: 0.6875rem;
        padding: 8px 10px
    }
}

@media (max-width: 359px) {
    .carDetailPage .carDetLeftSlider .carDetNamePriceMain .carDetpriceBoxMain .carDetEmiCalc a {
        padding: 5px
    }
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain {
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 0px 25px #ccc;
    margin-top: 35px
}

@media (max-width: 1199px) {
    .carDetailPage .carDetLeftSlider .carDetLeftSliderMain {
        margin-bottom: 35px
    }
}

@media (max-width: 992px) {
    .carDetailPage .carDetLeftSlider .carDetLeftSliderMain {
        padding: 0px;
        margin-top: 25px;
        margin-bottom: 25px
    }
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain #sync2 .owl-stage-outer .owl-stage {
    width: 100% !important
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain #sync2 .owl-stage-outer .owl-stage .owl-item {
    width: 100% !important
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon {
    float: left;
    width: 100%;
    padding-top: 20px
}

@media (max-width: 1280px) {
    .carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon {
        padding-top: 35px;
        padding-bottom: 15px
    }
}

@media (max-width: 992px) {
    .carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon {
        display: none
    }
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon ul li {
    display: inline-block
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon ul li img {
    float: left;
    transform: scale(1);
    transition-duration: .5s
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon ul li span {
    float: left;
    font-size: 1rem;
    color: #2b3395;
    font-weight: 500;
    line-height: 52px;
    padding-left: 15px;
    text-transform: uppercase
}

.carDetailPage .carDetLeftSlider .carDetLeftSliderMain .carDetSliderIcon ul li:hover img {
    transform: scale(1.1);
    transition-duration: .5s
}

@media (max-width: 359px) {
    .maincarRatedSection .carInformationSection .car_information_slider .carBox .rightSection .leftContent {
        margin-top: 0px
    }
}

.leftContent {
    font-size: 0.75rem;
    margin-top: 0
}

@media (max-width: 992px) {
    .leftContent {
        font-size: 0.625rem
    }
}

@media (max-width: 767px) {
    .leftContent {
        width: 100%;
        margin-top: 8px
    }
}

.fancyBoxThumbMain {
    width: 21%;
    float: left;
    padding-right: 17px
}

@media (max-width: 992px) {
    .fancyBoxThumbMain {
        display: none
    }
}

.fancyBoxThumbMain #sync2 .item {
    width: 100%;
    margin-bottom: 5px;
    background: #C9C9C9;
    padding: 0px;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer
}

.fancyBoxThumbMain #sync2 .item h1 {
    font-size: 18px
}

.fancyBoxThumbMain #sync2 .current .item {
    background: #0c83e7
}

.fancyBoxThumbMain #sync2.owl-carousel.owl-drag .owl-item {
    width: 100% !important
}

.fancyBoxThumbMain .fancyBoxMain {
    float: left;
    width: 100%;
    position: relative
}

.fancyBoxThumbMain .fancyBoxMain img {
    width: 100%
}

.fancyBoxThumbMain .fancyBoxMain p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px
}

.fancyBoxThumbMain .fancyBoxMain p span {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    font-size: 2.8125rem;
    font-weight: 600;
    width: 100%
}

.fancyBoxThumbMain .fancyBoxMain p span label {
    font-size: 1.5rem;
    width: 100%
}

.fancybox-close {
    background: url(../images/cross.webp) left center no-repeat;
    width: 18px;
    height: 18px
}

.fancybox-next span {
    width: 39px;
    height: 55px;
    background: url(../images/right-ar.webp) center center no-repeat;
    right: 0px
}

.fancybox-prev span {
    width: 39px;
    height: 55px;
    background: url(../images/left-ar.webp) center center no-repeat;
    left: 0px
}

.carDetBigSlider {
    width: 79%;
    float: right;
    position: relative
}

@media (max-width: 992px) {
    .carDetBigSlider {
        width: 100%
    }
}

.carDetBigSlider #sync1 .item {
    background: #0c83e7;
    padding: 0px;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6
}

#sync1.owl-theme {
    position: relative
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 50px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%
}

@media (max-width: 767px) {

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        width: 27px;
        height: 30px;
        margin-top: -15px
    }
}

#sync1.owl-theme .owl-prev {
    left: 0px;
    background: #FFFFFF;
    outline: 0px
}

#sync1.owl-theme .owl-prev svg {
    width: 10px
}

@media (max-width: 767px) {
    #sync1.owl-theme .owl-prev svg {
        width: 8px
    }
}

#sync1.owl-theme .owl-next {
    right: 0px;
    background: #FFFFFF;
    outline: 0px
}

#sync1.owl-theme .owl-next svg {
    width: 10px
}

@media (max-width: 767px) {
    #sync1.owl-theme .owl-next svg {
        width: 8px
    }
}

.sliderLikeShareMain {
    width: 100%;
    float: right;
    position: absolute;
    top: 0px;
    background: url(../images/car-detail/slider-overlay.webp) left top repeat-x;
    height: 155px;
    z-index: 9;
    overflow: hidden
}

@media (max-width: 767px) {
    .sliderLikeShareMain {
        height: 90px;
        background-size: contain
    }
}

.sliderLikeShareMain .sliderLikeButt {
    width: 21px;
    height: 19px;
    position: absolute;
    top: 20px;
    left: 20px
}

.sliderLikeShareMain .sliderLikeButt a.icon1.active img {
    background: url(../images/information/shareIcon-hover1.webp) no-repeat center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    cursor: pointer
}

.sliderLikeShareMain .sliderLikeButt a.icon1 img {
    background: url(../images/information/shareIcon1.webp) no-repeat center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    cursor: pointer
}

.sliderLikeShareMain .sliderLikeButt a.icon1 img:hover {
    background: url(../images/information/shareIcon-hover1.webp) no-repeat center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    cursor: pointer
}

.sliderLikeShareMain .socialsharebox {
    top: 50px
}

.sliderLikeShareMain .sliderShareButt {
    width: 21px;
    height: 22px;
    position: absolute;
    top: 20px;
    right: 20px
}

.sliderLikeShareMain .sliderShareButt a img {
    background: url(../images/information/shareIcon2.webp) no-repeat center;
    transition-duration: 1s
}

.sliderLikeShareMain .sliderShareButt a img:hover {
    background: url(../images/information/shareIcon-hover2.webp) no-repeat center;
    transition-duration: 1s
}

.carDetRightForm {
    padding-left: 30px;
    float: left;
    width: 100%
}

@media (max-width: 1420px) {
    .carDetRightForm {
        padding-left: 0px
    }
}

@media (max-width: 1199px) {
    .carDetRightForm {
        padding-left: 0px
    }
}

.carDetRightForm .testDriveCalender {
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-top: 0px
}

@media (max-width: 1420px) {
    .carDetRightForm .testDriveCalender {
        margin-top: 0px
    }
}

@media (max-width: 1199px) {
    .carDetRightForm .testDriveCalender {
        margin-top: 0px
    }
}

.carDetRightForm .testDriveCalender span {
    width: 20%;
    float: left;
    background: #2b3395;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    height: 50px;
    position: relative
}

.carDetRightForm .testDriveCalender span:before {
    position: absolute;
    content: "";
    right: -7px;
    background: url(../images/car-detail/blue-right.webp) left top repeat-x;
    width: 7px;
    height: 13px;
    top: 50%;
    margin-top: -7px
}

.carDetRightForm .testDriveCalender span img {
    margin: auto
}

@media (max-width: 1199px) {
    .carDetRightForm .testDriveCalender span {
        width: 10%
    }
}

.carDetRightForm .testDriveCalender p {
    width: 80%;
    font-size: 1rem;
    color: #2b3395;
    float: left;
    border: #2b3395 dashed 1px;
    border-left: 0px;
    height: 50px;
    line-height: normal;
    font-weight: 600;
    padding: 5px 15px 5px 20px;
    border-radius: 0px 5px 5px 0px
}

@media (max-width: 1199px) {
    .carDetRightForm .testDriveCalender p {
        font-size: 1rem;
        padding-top: 15px;
        width: 90%
    }
}

.carDetRightForm .trueValueLogo {
    float: left;
    width: 100%;
    padding: 0px 0px 10px 0px
}

.carDetRightForm .trueValueLogo p {
    color: #5f5f5f;
    font-size: 0.875rem;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (max-width: 1199px) {
    .carDetRightForm .trueValueLogo p {
        line-height: normal
    }
}

@media (max-width: 767px) {
    .carDetRightForm .trueValueLogo p {
        padding-top: 15px
    }
}

@media (max-width: 359px) {
    .carDetRightForm .trueValueLogo p {
        font-size: 0.75rem
    }
}

.carDetRightForm .carDetRightFormPoints {
    float: left;
    width: 100%
}

.carDetRightForm .carDetRightFormPoints ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

.carDetRightForm .carDetRightFormPoints ul li {
    width: 49%;
    display: inline-block;
    border: #a8a8a8 solid 1px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
    background: url(../images/car-detail/tab-gradient-bg.webp) left top repeat-y
}

.carDetRightForm .carDetRightFormPoints ul li:nth-child(2n+2) {
    float: right
}

@media (max-width: 1199px) {
    .carDetRightForm .carDetRightFormPoints ul li {
        width: 49.5%
    }
}

@media (max-width: 992px) {
    .carDetRightForm .carDetRightFormPoints ul li {
        width: 49.4%
    }
}

@media (max-width: 767px) {
    .carDetRightForm .carDetRightFormPoints ul li {
        width: 100%
    }
}

.carDetRightForm .carDetRightFormPoints ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20%
}

@media (max-width: 1199px) {
    .carDetRightForm .carDetRightFormPoints ul li span {
        width: 10%
    }
}

.carDetRightForm .carDetRightFormPoints ul li label {
    display: inline-block;
    vertical-align: middle;
    color: #2b3395;
    font-size: 0.75rem;
    font-weight: 500;
    width: 75%
}

@media (max-width: 1199px) {
    .carDetRightForm .carDetRightFormPoints ul li label {
        width: 85%
    }
}

@media (max-width: 767px) {
    .carDetRightForm .carDetRightFormPoints ul li label {
        font-size: 0.875rem
    }
}

.carDetRightForm .carDetRightFormLocation {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 1420px) {
    .carDetRightForm .carDetRightFormLocation {
        padding-top: 0px;
        padding-bottom: 0px
    }
}

.carDetRightForm .carDetRightFormLocation img {
    float: left;
    position: absolute
}

.carDetRightForm .carDetRightFormLocation span {
    float: left;
    color: #2b3395;
    font-size: 0.875rem;
    margin-top: 5px;
    padding: 0 0 0 40px;
    margin-left: 0;
    line-height: 16px
}

.carDetRightForm .carDetRightFormLocation span label {
    font-weight: 500
}

.carDetRightForm .carDetBookForm {
    float: left;
    width: 100%
}

@media (max-width: 1199px) {
    .carDetRightForm .carDetBookForm {
        margin-top: 20px
    }
}

.carDetRightForm .carDetBookForm form {
    width: 100%;
    float: left;
    border-radius: 6px
}

.carDetRightForm .carDetBookForm .redButton {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.375rem;
    background: #ec383b;
    color: #FFFFFF;
    padding: 10px 22px;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #ec383b;
    margin-top: 5px;
    transition: all 1s ease 0s
}

.carDetRightForm .carDetBookForm .redButton:hover {
    background: #2b33a2;
    color: #FFFFFF;
    transition: all 1s ease 0s;
    border: 1px solid #2b33a2
}

.carDetRightForm .carDetBookForm .form-row {
    margin-left: -15px;
    margin-right: -15px
}

.carDetRightForm .carDetBookForm .form-row .form-group {
    padding: 15px 15px 0
}

.carDetRightForm .carDetBookForm .form-row .form-control+label {
    left: 15px;
    right: 15px;
    font-weight: 500
}

.carDetRightForm .carDetBookForm .form-row .line {
    left: 15px;
    right: 15px
}

.carDetRightForm .carDetBookForm .form__item-title {
    position: absolute;
    top: 15px;
    left: 0px;
    transition: all 0.1s;
    font-size: 0.875rem;
    font-weight: 500
}

@media (max-width: 992px) {
    .carDetRightForm .carDetBookForm .form__item-title {
        font-size: 0.875rem
    }
}

.carDetRightForm .carDetBookForm .form__item {
    margin-bottom: 0;
    position: relative
}

.carDetRightForm .carDetBookForm .form__item input {
    padding: 0;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    color: #000000;
    color: #000000;
    font-size: 1rem
}

.carDetRightForm .carDetBookForm .form__item input::-webkit-input-placeholder {
    color: #000000
}

.carDetRightForm .carDetBookForm .form__item input:-moz-placeholder {
    color: #000000
}

.carDetRightForm .carDetBookForm .form__item input::-moz-placeholder {
    color: #000000
}

.carDetRightForm .carDetBookForm .form__item input:-ms-input-placeholder {
    color: #000000
}

@media (max-width: 767px) {
    .carDetRightForm .carDetBookForm .form__item input {
        font-size: 0.875rem
    }
}

.carDetRightForm .carDetBookForm .form-group {
    position: relative;
    padding-top: 15px;
    margin-bottom: 0px
}

.carDetRightForm .carDetBookForm .form-group select {
    background: url(../images/select.webp) no-repeat right center
}

.carDetRightForm .carDetBookForm .form-control {
    border: 0;
    border-radius: 0;
    padding: 10px 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 0.875rem
}

.carDetRightForm .carDetBookForm .form-control:not(textarea) {
    height: 44px
}

.carDetRightForm .carDetBookForm .form-control+label {
    position: absolute;
    z-index: 1;
    top: 35px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    left: 10px;
    right: 10px;
    font-size: 0.875rem
}

.carDetRightForm .carDetBookForm .form-control:focus {
    box-shadow: none;
    background-color: transparent
}

.carDetRightForm .carDetBookForm .form-control:focus+label {
    color: #aeaeae;
    font-size: 0.75rem;
    top: 10px
}

.carDetRightForm .carDetBookForm .form-control:focus~.line:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.carDetRightForm .carDetBookForm .form-control.has-value+label {
    font-size: 0.75rem;
    top: 0
}

.carDetRightForm .carDetBookForm .no-js .form-control+label {
    font-size: 0.75rem;
    top: 0
}

.carDetRightForm .carDetBookForm .line {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #aeaeae
}

.carDetRightForm .carDetBookForm .line:after {
    content: "";
    height: 1px;
    position: absolute;
    display: block;
    background: #aeaeae;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.carDetRightForm .carDetBookForm .CustumCheckbox input {
    padding: 0;
    height: 20px;
    width: 20px;
    margin-right: 0;
    display: inline-block;
    position: absolute;
    cursor: pointer
}

.carDetRightForm .carDetBookForm .CustumCheckbox input:checked+label:after {
    content: '';
    display: none;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #2b3395;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.carDetRightForm .carDetBookForm .CustumCheckbox label {
    position: relative;
    cursor: pointer;
    font-size: 0.75rem;
    color: #636363;
    font-weight: 500;
    padding: 0 0 0 25px
}

@media (max-width: 1199px) {
    .carDetRightForm .carDetBookForm .CustumCheckbox label {
        width: 100%
    }
}

.carDetRightForm .carDetBookForm .CustumCheckbox label:before {
    float: left;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c1c1c1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: none;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px
}

.carDetRightForm .carDetBookForm .CustumCheckbox label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carDetRightForm .carDetBookForm .CustumCheckbox label a {
    color: #2b3395;
    text-decoration: underline
}

.carDetRightForm .carDetBookForm .CustumCheckbox label span {
    padding: 0
}

.carDetRightForm .carDetBookForm .CustumCheckbox span {
    width: 100%;
    line-height: 16px;
    font-weight: 400;
    padding-top: 3px;
    display: inline-block
}

.carDetRightForm .carDetBookForm .carDetFormdiscTxt {
    font-size: 0.75rem;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 14px;
    margin-top: 15px
}

.carDetRightForm .carDetBookForm .carDetFormdiscTxt span {
    font-weight: 500;
    float: left;
    width: 100%
}

.carDetRightForm .formEbookBtn {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 5px
}

.carDetRightForm .formEbookBtn a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.375rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 10px 22px;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #2b3395;
    transition: all 1s ease 0s
}

.carDetRightForm .formEbookBtn a:hover {
    background: #ec383b;
    border: 1px solid #ec383b
}

.carDetRightForm .formEbookBtn span {
    font-weight: 500;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px
}

@media (max-width: 992px) {
    .carDetRightForm .formEbookBtn.forDesk {
        display: none
    }
}

.carDetTabMap {
    margin-top: 50px;
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .carDetTabMap {
        margin-top: 20px
    }
}

.carDetTabMap .overViewCertReportTab {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab {
        margin-bottom: 5px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    white-space: nowrap
}

.carDetTabMap .overViewCertReportTab #exTab1 ul li {
    display: inline-block;
    width: auto
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 ul li:first-child {
        width: 50%
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 ul li:first-child a {
    width: 100%;
    text-align: center
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 ul li:last-child {
        width: 50%
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 ul li:last-child a {
    width: 100%;
    text-align: center
}

.carDetTabMap .overViewCertReportTab #exTab1 ul li a {
    color: #2e2e2e;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 20px 40px;
    float: left;
    font-weight: 500;
    height: 60px
}

@media (max-width: 1280px) {
    .carDetTabMap .overViewCertReportTab #exTab1 ul li a {
        font-size: 1.1875rem
    }
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 ul li a {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 ul li a {
        width: 100%;
        text-align: center;
        padding: 18px;
        height: inherit
    }
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 ul li a {
        padding: 17px 10px;
        font-size: 0.9375rem
    }
}

@media (max-width: 359px) {
    .carDetTabMap .overViewCertReportTab #exTab1 ul li a {
        padding: 17px 10px;
        font-size: 0.8125rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 ul li a.active {
    background: #efefef;
    color: #3d48c5
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane {
    background: #efefef;
    padding: 40px 10px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane {
        min-height: 350px
    }
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane {
        min-height: inherit
    }
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane {
        padding-top: 10px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 {
        padding-left: 0px;
        padding-right: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row {
    border-bottom: #cccccc solid 1px;
    padding: 20px 0px;
    float: left;
    width: 100%
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row {
        padding: 15px 20px
    }
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row {
        padding-left: 0px;
        padding-right: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-left {
    float: left;
    font-weight: 500;
    line-height: normal;
    font-size: 0.875rem;
    color: #676767
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-left {
        font-size: 0.875rem
    }
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-left {
        font-size: 0.8125rem
    }
}

@media (max-width: 359px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-left {
        font-size: 0.75rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-left span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right {
    float: right;
    font-size: 0.875rem;
    color: #000000;
    font-weight: 500;
    top: 4px;
    position: relative
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right {
        font-size: 0.875rem
    }
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right {
        font-size: 0.8125rem;
        top: 6px
    }
}

@media (max-width: 359px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right {
        font-size: 0.75rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection {
    width: 100%;
    float: left;
    margin-top: 0
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection {
        width: 100%;
        margin-top: -3px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection ul {
    padding: 0;
    float: left
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection ul {
        float: none;
        margin: 0
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection li {
    width: 18px;
    height: 15px;
    float: left;
    list-style: none;
    cursor: default
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection li i {
    font-size: 0.9375rem;
    color: #868686
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection li.selected i {
    font-size: 0.9375rem;
    color: #2b33a2
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection li.selected i {
        font-size: 0.8125rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-4 .tab-content-row .tab-content-right .starSection li:hover i {
    font-size: 0.9375rem;
    color: #2b33a2
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card {
    margin-bottom: 20px;
    border: 0px;
    background: none
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header {
    padding: 0px;
    border: 0px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #2e2e2e;
    border-radius: inherit;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 12px 50px 12px 15px;
    text-decoration: none
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link {
        font-size: 1rem;
        padding: 10px 50px 10px 15px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link:hover {
    text-decoration: none
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link .fa-minus {
    display: block
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link i {
    color: #000000;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 22px;
    right: 15px;
    line-height: 20px;
    display: none;
    font-size: 1.25rem
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link i {
        top: 15px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link.collapsed .fa-minus {
    display: none
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-header .btn-link.collapsed .fa-plus {
    display: block
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-body {
    padding-left: 0px;
    padding-right: 0px
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .row .col-lg-12 .card .card-body {
        padding: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .discTxt {
    font-size: 0.75rem;
    color: #676767;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
    top: 10px;
    margin-top: 10px
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane .container .discTxt {
        padding-left: 0px;
        margin-left: -12px;
        line-height: normal;
        top: 15px;
        margin-top: 0px;
        font-size: 0.6875rem
    }
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.featureTabMain .container .row .col-lg-12 {
        padding: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.featureTabMain .container .discTxt {
    padding-left: 0px;
    margin-top: 0px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew {
    background: none;
    padding: 0px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs {
    border-bottom: 0px;
    margin: 35px 0
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs {
        margin: 15px 0;
        padding: 10px 0;
        text-align: left;
        display: block;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap
    }

    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs::-webkit-scrollbar-track {
        background-color: #ccc
    }

    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs::-webkit-scrollbar {
        height: 2px;
        background-color: transparent
    }

    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs::-webkit-scrollbar-thumb {
        background-color: #2b33a2
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 30px;
    position: relative
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item {
        margin-right: 16px
    }
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item {
        width: inherit;
        margin-right: 16px
    }
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item:first-child {
        width: inherit
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item:last-child {
    margin-right: 0px
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item:last-child {
        width: inherit
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item:last-child:after {
    display: none
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link {
    border: 0px;
    padding: 0px;
    font-size: 1.125rem;
    color: #737373;
    font-weight: 500;
    height: inherit;
    background: none
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link {
        font-size: 0.9375rem
    }
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link {
        margin: 0px;
        font-size: 0.875rem;
        text-align: center
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link:hover {
    color: #2b33a2
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link.active {
    color: #2b33a2
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link.active {
        background-color: transparent
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link span {
    display: none
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link span {
        width: 70px;
        height: 70px;
        margin: 0px;
        padding: 70px 0px 0px 0px;
        text-align: center;
        border-radius: 5px;
        border: transparent solid 2px;
        white-space: normal;
        color: #2b33a2;
        font-weight: bold;
        display: block;
        border-radius: 50%;
        margin-bottom: 10px
    }
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item .nav-link span {
        width: 100%;
        height: 70px;
        padding: 60px 0px 0px 0px;
        font-size: 12px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item:after {
    position: absolute;
    width: 1px;
    height: 15px;
    background: #737373;
    content: "";
    right: -15px;
    top: 0px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .nav-tabs .nav-item:after {
        right: -8px;
        height: 14px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain {
    display: grid
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain.grid-span-2 {
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain.grid-span-2 {
        rid-template-columns: repeat(1, 1fr)
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane {
    background: none;
    padding: 0px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent {
    padding: 25px 0px 25px 25px;
    background: #F0F1F2;
    border-radius: 10px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent {
        padding: 15px 0px 15px 15px
    }
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent {
        padding: 20px 0px 20px 20px;
        height: 680px;
        overflow: auto
    }

    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent::-webkit-scrollbar-track {
        background-color: transparent
    }

    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent::-webkit-scrollbar {
        width: 5px;
        background-color: transparent
    }

    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent::-webkit-scrollbar-thumb {
        background-color: #C8C8C8
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    display: none
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .tab-pane .accessoryListContent .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_draggerRail {
    width: 7px;
    margin-top: 0px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .mCSB_inside>.mCSB_container {
    margin: 0
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain {
    padding: 0px 25px 0px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain {
        padding: 0px 15px 0px 0px
    }
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 15px 0px 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain.accessListMain--half {
    grid-template-columns: repeat(2, 1fr)
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain.accessListMain--half .accessList:nth-child(4n+0) .knowMorePop {
    left: 50;
    right: auto
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain.accessListMain--half .accessList:nth-child(4n+0) .knowMorePop {
        left: auto;
        right: 50px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain.accessListMain--half .accessList:nth-child(2n+0) .knowMorePop {
    left: auto;
    right: 50px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList {
    background: #FFFFFF;
    padding: 15px;
    border: #858585 solid 1px;
    border-radius: 10px;
    position: relative;
    cursor: pointer
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList {
        padding: 10px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-img {
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-img img {
    margin: auto;
    width: 100%;
    height: 100%
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content {
    margin-top: 15px;
    display: inline-block;
    width: 100%
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content strong {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #000000;
    font-size: 1rem
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content strong {
        font-size: 0.9375rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content p {
    margin-bottom: 10px;
    line-height: normal;
    color: #7D7D7D;
    font-size: 1rem
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content p {
        font-size: 0.875rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content span {
    line-height: normal;
    color: #5B5B5B;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content span {
        font-size: 0.9375rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content .priceUnit {
    line-height: normal;
    color: #7D7D7D;
    font-weight: normal;
    font-size: 1rem
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessList-content .priceUnit {
        font-size: 0.9375rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessoryCta {
    display: flex;
    justify-content: space-between;
    margin-top: 35px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessoryCta a {
    width: 49%;
    float: left;
    font-size: 1rem;
    color: #FFFFFF;
    background: #2b3395;
    padding: 12px 10px;
    border-radius: 6px;
    text-align: center
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessoryCta a {
        padding: 10px 5px;
        font-size: 0.875rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .accessoryCta a:hover {
    background: #ec383b
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop {
    width: 550px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    background: #FFFFFF;
    top: 100px;
    left: 50px;
    z-index: 10;
    display: none
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop {
        width: 300px;
        left: 0px;
        top: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop.active {
    display: block
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop .accessoryCloseBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop h2 {
    font-size: 1.25rem;
    color: #000000;
    font-weight: bold
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop p {
    font-size: 0.875rem;
    color: #474747;
    font-weight: normal;
    margin-bottom: 25px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop h3 {
    font-size: 1rem;
    color: #5B5B5B;
    font-weight: bold
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop strong {
    font-size: 0.875rem;
    color: #1E1E1E;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop ul li {
    font-size: 0.875rem;
    color: #474747;
    font-weight: normal;
    margin-top: 15px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList .knowMorePop ul li::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #474747;
    content: "";
    position: absolute;
    left: 0px;
    top: 6px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList:nth-child(4n+0) .knowMorePop {
    left: auto;
    right: 50px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList:nth-child(4n+0) .knowMorePop {
        left: 50px;
        right: auto
    }
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList:nth-child(2n+0) .knowMorePop {
        left: auto;
        right: 50px
    }
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList:nth-child(2n+0) .knowMorePop {
        right: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .tab-content .accessListMain .accessList:nth-last-child(-n+4) .knowMorePop {
    top: auto;
    bottom: 50px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails {
    width: 100%;
    padding-left: 35px;
    display: none
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails {
        padding-left: 15px
    }
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails {
        padding: 20px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll {
    height: 550px;
    overflow: auto;
    padding: 25px 0px 25px 25px;
    background: #F0F1F2;
    border: #E0E0E0 solid 1px;
    border-radius: 10px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll {
        padding: 15px 0px 15px 15px
    }
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .mCustomScrollBox .mCSB_container {
        margin-right: 15px
    }
}

@media (max-width: 767px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .mCustomScrollBox .mCSB_container {
        margin-right: 15px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    display: none
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_draggerRail {
    width: 7px;
    margin-top: 0px
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox {
        padding-right: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox h2 {
    color: #414141;
    font-size: 2rem;
    text-align: center;
    font-weight: bold
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox h2 {
        font-size: 1.25rem;
        margin-bottom: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop {
    width: 100%;
    display: block
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    color: #656565;
    margin: 0 0 1rem;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #CBCDE1;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 7px;
    align-items: center
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li:first-child {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #656565;
    font-weight: 500;
    line-height: normal
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li:first-child .accessoryHeadAmt {
    color: #656565;
    font-weight: 500
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li {
        padding: 20px 15px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadItem {
    grid-column: span 3
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadItem {
        font-size: 14px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty {
    text-align: center;
    display: flex;
    justify-content: center
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty {
        margin-left: -10px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty span {
    display: block
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty span {
        display: none
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty p {
    display: none
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty p {
        display: block;
        color: #656565;
        font-weight: 500;
        line-height: normal
    }
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty p {
        font-size: 14px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty button {
    padding: 0px;
    background: none;
    border: 0px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty button {
        width: 10px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty button:focus {
    outline: 0
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #2b33a2;
    width: 25px;
    background: none;
    border: 0px;
    line-height: normal;
    padding: 0px;
    text-align: center;
    font-size: 1rem;
    margin: 0 5px;
    font-weight: normal
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty input {
        font-size: 0.875rem;
        margin: 0px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadQty input:focus {
    outline: 0px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadAmt {
    text-align: right;
    font-weight: bold;
    color: #2b33a2
}

@media (max-width: 480px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryHeadTop ul li .accessoryHeadAmt {
        font-size: 0.875rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal {
        margin: 25px 0 10px 0
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal .accessoryTotalTxt {
    color: #656565;
    font-size: 1.5rem;
    font-weight: 500
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal .accessoryTotalTxt {
        font-size: 1.25rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal .accessoryTotalTxt small {
    display: none
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal .accessoryTotalTxt small {
        display: block;
        font-size: 1rem;
        margin-top: 10px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal .accessoryTotalPrice {
    text-align: right;
    font-weight: 500;
    color: #2b33a2;
    font-size: 1.5rem
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .priceDetailScroll .priceDetailBox .accessoryTotal .accessoryTotalPrice {
        font-size: 1.25rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .accessorySubmitBtn {
    text-align: center;
    margin-top: 50px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .accessorySubmitBtn {
        margin-top: 35px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .accessorySubmitBtn button {
    font-size: 1.125rem;
    color: #FFFFFF;
    background: #2b33a2;
    padding: 20px 50px;
    border-radius: 6px;
    text-align: center;
    transition: 0.5s;
    border: 0px
}

@media (max-width: 1199px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .accessorySubmitBtn button {
        padding: 15px 30px;
        font-size: 1rem
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessRowMain .priceDetails .accessorySubmitBtn button:hover {
    background: #ec383b;
    transition: 0.5s
}

@media (max-width: 992px) {
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessPagination {
        margin-top: 25px
    }
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessPagination ul {
    display: flex;
    justify-content: center
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessPagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessPagination ul li:first-child a:hover,
.carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessPagination ul li:last-child a:hover {
    background: #919EAB;
    transition: 0.5s;
    border: #919EAB solid 1px
}

@media (max-width: 992px) {

    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessPagination ul li:first-child,
    .carDetTabMap .overViewCertReportTab #exTab1 .tab-content .tab-pane.accessoriesTabNew .accessPagination ul li:last-child {
        width: inherit
    }
}

.carDetTabMap .carDetMap {
    min-height: 450px;
    position: relative;
    float: right;
    width: 100%
}

@media (max-width: 1199px) {
    .carDetTabMap .carDetMap {
        min-height: 410px
    }
}

.carDetTabMap .carDetMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 1420px) {
    .carDetTabMap .carDetMap iframe {
        padding-left: 0px
    }
}

.viewSimilarCars {
    float: left;
    width: 100%;
    padding-top: 50px
}

@media (max-width: 992px) {
    .viewSimilarCars {
        padding-top: 25px
    }
}

.viewSimilarCars .viewSimilarCarTitle h2 {
    font-size: 1.875rem;
    color: #2e2e2e;
    font-weight: 500;
    padding-bottom: 10px;
    float: left
}

@media (max-width: 1199px) {
    .viewSimilarCars .viewSimilarCarTitle h2 {
        padding-bottom: 0px
    }
}

@media (max-width: 992px) {
    .viewSimilarCars .viewSimilarCarTitle h2 {
        font-size: 1.375rem
    }
}

@media (max-width: 767px) {
    .viewSimilarCars .viewSimilarCarTitle h2 {
        font-size: 1.125rem
    }
}

@media (max-width: 359px) {
    .viewSimilarCars .viewSimilarCarTitle h2 {
        margin-bottom: 10px;
        font-size: 1rem
    }
}

.viewSimilarCars .viewSimilarCarTitle a {
    font-size: 0.875rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #2b3395;
    float: right
}

@media (max-width: 767px) {
    .viewSimilarCars .viewSimilarCarTitle a {
        font-size: 0.75rem;
        padding: 7px 15px;
        margin-top: -2px
    }
}

.viewSimilarCars .viewSimilarCarTitle a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000
}

.maincarRatedSection .carInformationSection.carInformationdetailSection {
    padding: 0;
    background: none
}

.recommendedPicks {
    float: left;
    width: 100%;
    padding-top: 50px
}

@media (max-width: 992px) {
    .recommendedPicks {
        padding-top: 25px
    }
}

@media (max-width: 767px) {
    .recommendedPicks {
        padding-bottom: 25px
    }
}

.recommendedPicks h2 {
    font-size: 1.875rem;
    color: #2e2e2e;
    font-weight: 500;
    padding-bottom: 10px;
    float: left
}

@media (max-width: 1199px) {
    .recommendedPicks h2 {
        padding-bottom: 0px
    }
}

@media (max-width: 992px) {
    .recommendedPicks h2 {
        font-size: 1.375rem
    }
}

@media (max-width: 480px) {
    .recommendedPicks h2 {
        font-size: 1.125rem
    }
}

@media (max-width: 359px) {
    .recommendedPicks h2 {
        margin-bottom: 10px;
        font-size: 1rem
    }
}

.recommendedPicks .recommendedSection {
    float: left;
    width: 100%
}

.recommendedPicks .recommendedSection .recommendedBoxMain {
    float: left;
    width: 48%;
    border: #bebdbd solid 1px;
    border-radius: 5px;
    padding: 15px;
    text-align: center
}

.recommendedPicks .recommendedSection .recommendedBoxMain:last-child {
    float: right
}

@media (max-width: 480px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain {
        padding: 10px
    }
}

@media (max-width: 359px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px
    }
}

.recommendedPicks .recommendedSection .recommendedBoxMain .recommendedImgBox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

@media (max-width: 1420px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedImgBox {
        margin-right: 20px
    }
}

@media (max-width: 1199px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedImgBox {
        margin-right: 20px;
        width: 22%
    }
}

@media (max-width: 767px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedImgBox {
        margin-right: 10px
    }
}

@media (max-width: 480px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedImgBox {
        width: 35%;
        margin-right: 5px
    }
}

@media (max-width: 359px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedImgBox {
        width: 20%
    }
}

.recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox {
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 992px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox {
        width: 62%
    }
}

@media (max-width: 480px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox {
        width: 50%
    }
}

@media (max-width: 359px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox {
        width: 50%
    }
}

.recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox h3 {
        font-size: 1.125rem;
        padding-bottom: 0px
    }
}

@media (max-width: 992px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox h3 {
        font-size: 1rem;
        padding-bottom: 0px;
        margin-bottom: 10px;
        text-align: left
    }
}

@media (max-width: 767px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox h3 {
        font-size: 0.75rem;
        padding-bottom: 0px;
        margin-bottom: 5px
    }
}

@media (max-width: 480px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox h3 {
        font-size: 0.625rem;
        display: flex;
        height: 40px;
        align-items: center
    }
}

@media (max-width: 359px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox h3 {
        font-size: 0.75rem
    }
}

.recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox a {
    float: left;
    font-size: 1rem;
    color: #FFFFFF;
    padding: 10px 25px;
    background: #2b3395;
    border: 1px solid #2b3395;
    border-radius: 5px;
    font-weight: normal
}

@media (max-width: 1199px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox a {
        font-size: 0.875rem;
        padding: 10px 25px
    }
}

@media (max-width: 767px) {
    .recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox a {
        padding: 7px 15px;
        font-size: 0.6875rem
    }
}

.recommendedPicks .recommendedSection .recommendedBoxMain .recommendedTxtBox a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000
}

.footertop.inner {
    padding: 25px 35px
}

@media (max-width: 992px) {
    .footertop.inner {
        padding: 15px 20px
    }
}

@media (max-width: 767px) {
    .footertop.inner {
        margin-top: 0
    }
}

@media (max-width: 359px) {
    .footertop.inner {
        padding: 10px
    }
}

.footertop.inner .footermobiledetails {
    padding: 0px;
    width: auto;
    margin-top: 5px;
    margin-right: 50px
}

@media (max-width: 992px) {
    .footertop.inner .footermobiledetails {
        width: 40%;
        margin-top: 12px
    }
}

@media (max-width: 767px) {
    .footertop.inner .footermobiledetails {
        margin-top: 0px
    }
}

@media (max-width: 480px) {
    .footertop.inner .footermobiledetails {
        top: 0px;
        width: 45%;
        margin-right: 0px
    }
}

@media (max-width: 359px) {
    .footertop.inner .footermobiledetails {
        margin-right: 0px
    }
}

@media (max-width: 992px) {
    .footertop.inner .footermobiledetails h5 {
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .footertop.inner .footermobiledetails h5 {
        line-height: normal
    }
}

@media (max-width: 480px) {
    .footertop.inner .footermobiledetails h5 span {
        font-size: 0.6875rem
    }
}

@media (max-width: 359px) {
    .footertop.inner .footermobiledetails h5 span {
        font-size: 0.625rem
    }
}

.footertop.inner .googlePlayDownload {
    float: left;
    width: 400px;
    margin-left: 50px
}

@media (max-width: 992px) {
    .footertop.inner .googlePlayDownload {
        width: 40%;
        float: right
    }
}

@media (max-width: 480px) {
    .footertop.inner .googlePlayDownload {
        width: 50%;
        float: right
    }
}

@media (max-width: 359px) {
    .footertop.inner .googlePlayDownload {
        width: 45%
    }
}

.footertop.inner .googlePlayDownload ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

.footertop.inner .googlePlayDownload ul li {
    width: 50%;
    float: left
}

@media (max-width: 992px) {
    .footertop.inner .googlePlayDownload ul li {
        text-align: center
    }
}

.footertop.inner .googlePlayDownload ul li img {
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 480px) {
    .footertop.inner .googlePlayDownload ul li img {
        width: 30px
    }
}

.footertop.inner .googlePlayDownload ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 10px
}

@media (max-width: 992px) {
    .footertop.inner .googlePlayDownload ul li span {
        margin-top: 5px;
        padding-left: 0px;
        font-size: 0.875rem;
        width: 100%;
        line-height: normal
    }
}

@media (max-width: 767px) {
    .footertop.inner .googlePlayDownload ul li span {
        font-size: 0.75rem
    }
}

@media (max-width: 359px) {
    .footertop.inner .googlePlayDownload ul li span {
        font-size: 0.625rem
    }
}

.footertop.inner .footersocial {
    margin: 15px 0px 0px 0px
}

@media (max-width: 1280px) {
    .footertop.inner .footersocial {
        margin: 0px
    }
}

@media (max-width: 1280px) {
    .footertop.inner .footersocial p {
        margin: 0px
    }
}

.maincarRatedSection .carInformationSection.carInformationdetailSection .carBox .row .col-6:last-child {
    padding-left: 0px
}

.userCarsCDForMob {
    width: 100%;
    display: block;
    background: #2b3395;
    padding: 25px 40px;
    float: left;
    margin-top: 1px
}

@media (max-width: 480px) {
    .userCarsCDForMob {
        padding: 15px
    }
}

.userCarsCDForMob h2 {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding-left: 30px
}

.userCarsCDForMob ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
    list-style: none;
    background: url(../images/car-listing/left-arrow.webp) left 4px no-repeat
}

.userCarsCDForMob ul li {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 0.9375rem;
    color: #FFFFFF;
    position: relative;
    margin-right: 10%
}

@media (max-width: 480px) {
    .userCarsCDForMob ul li {
        margin-right: 10%;
        font-size: 0.75rem
    }
}

@media (max-width: 359px) {
    .userCarsCDForMob ul li {
        margin-right: 7%
    }
}

.userCarsCDForMob ul li:last-child {
    margin-right: 0px
}

.userCarsCDForMob ul li:last-child:after {
    display: none
}

.userCarsCDForMob ul li a {
    color: #FFFFFF
}

.userCarsCDForMob ul li:after {
    position: absolute;
    height: 15px;
    background: #FFFFFF;
    width: 1px;
    content: "";
    right: -37px
}

@media (max-width: 480px) {
    .userCarsCDForMob ul li:after {
        right: -20px
    }
}

@media (max-width: 359px) {
    .userCarsCDForMob ul li:after {
        right: -15px
    }
}

.forDesktop {
    display: block
}

@media (max-width: 992px) {
    .forDesktop {
        display: none
    }
}

.forMobile {
    display: none
}

@media (max-width: 992px) {
    .forMobile {
        display: block
    }
}

.testDriveRedButton {
    width: 100%;
    float: left;
    margin-top: 12px
}

@media (max-width: 480px) {
    .testDriveRedButton {
        margin-top: 15px
    }
}

.testDriveRedButton a {
    width: 100%;
    float: left;
    font-size: 1rem;
    color: #FFFFFF;
    background: #ec383b;
    padding: 9px 20px;
    border-radius: 5px;
    text-align: center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 992px) {
    .testDriveRedButton a {
        padding: 8px 10px;
        font-weight: 400
    }
}

.testDriveRedButton a:hover {
    background: #2b3395;
    color: #FFFFFF;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.maincarRatedSection .carInformationSection.carInformationdetailSection .car_information_slider .owl-stage-outer {
    height: inherit;
    width: 100.5%
}

@media (max-width: 767px) {
    .maincarRatedSection .carInformationSection.carInformationdetailSection .car_information_slider .owl-stage-outer {
        width: 100.5%
    }
}

@media screen and (max-width: 740px) {
    .maincarRatedSection .carInformationSection.carInformationdetailSection .car_information_slider .owl-stage-outer {
        padding-left: 1px
    }
}

@media screen and (max-width: 680px) {
    .maincarRatedSection .carInformationSection.carInformationdetailSection .car_information_slider .owl-stage-outer {
        padding-left: 1px
    }
}

@media screen and (max-width: 599px) {
    .maincarRatedSection .carInformationSection.carInformationdetailSection .car_information_slider .owl-stage-outer {
        padding-left: 0px
    }
}

@media (max-width: 480px) {
    .maincarRatedSection .carInformationSection.carInformationdetailSection .car_information_slider .owl-stage-outer {
        padding-left: 0px
    }
}

@media (max-width: 359px) {
    .maincarRatedSection .carInformationSection.carInformationdetailSection .car_information_slider .owl-stage-outer {
        margin-top: 10px
    }
}

.formEbookBtn {
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 5px
}

@media (max-width: 992px) {
    .formEbookBtn {
        padding: 10px 0px;
        margin-bottom: 15px
    }
}

.formEbookBtn a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.375rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 10px 22px;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #2b3395;
    transition: all 1s ease 0s
}

@media (max-width: 992px) {
    .formEbookBtn a {
        padding: 8px 10px;
        font-size: 1rem
    }
}

.formEbookBtn a:hover {
    background: #ec383b;
    border: 1px solid #ec383b
}

.formEbookBtn span {
    font-weight: 500;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px
}

@media (max-width: 992px) {
    .formEbookBtn span {
        font-size: 0.875rem
    }
}

.bookedImg {
    margin-bottom: -240px;
    z-index: 9;
    position: absolute;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0px
}

.carBox .leftSection .bookedImg {
    height: 140%
}

@media (max-width: 1420px) {
    .carBox .leftSection .bookedImg {
        height: 130%
    }
}

@media (max-width: 1280px) {
    .carBox .leftSection .bookedImg {
        height: 125%
    }
}

@media (max-width: 1199px) {
    .carBox .leftSection .bookedImg {
        height: 120%
    }
}

@media (max-width: 992px) {
    .carBox .leftSection .bookedImg {
        height: 135%
    }
}

@media (max-width: 767px) {
    .carBox .leftSection .bookedImg {
        height: 100%
    }
}

@media (max-width: 480px) {
    .carBox .leftSection .bookedImg {
        height: 120%
    }
}

@media (max-width: 359px) {
    .carBox .leftSection .bookedImg {
        height: 100%
    }
}

.fancybox-title.fancybox-title-float-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.fancybox-title.fancybox-title-float-wrap span.child {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    position: absolute;
    margin-right: 0;
    border-radius: 0;
    left: 15px;
    text-indent: -9999px;
    background: url(../images/car-detail/booked-img1a.webp) center center no-repeat
}

.overViewCertReportTab .owl-carousel {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transition-delay: .25s
}

.overViewCertReportTab .active.show .owl-carousel {
    opacity: 1;
    visibility: visible
}

.carDetTabMap .overViewCertReportTab #exTab1 .tabLinkMain {
    margin-bottom: 15px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tabLinkMain ul li {
    margin-right: 5px
}

.carDetTabMap .overViewCertReportTab #exTab1 .tabLinkMain ul li a {
    height: inherit;
    border: #CCCCCC solid 1px;
    transition: 0.5s
}

.carDetTabMap .overViewCertReportTab #exTab1 .tabLinkMain ul li a:hover {
    background: #efefef;
    transition: 0.5s;
    color: #3d48c5
}

.genuine_accessories_slider {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background: #efefef
}

@media (max-width: 992px) {
    .genuine_accessories_slider {
        padding: 0px 10px;
        margin: -20px 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px
    }
}

@media (max-width: 767px) {
    .genuine_accessories_slider {
        margin: 0px 0px -20px 0px;
        padding: 0px;
        grid-column-gap: 10px;
        grid-row-gap: 10px
    }
}

.genuine_accessories_slider .item {
    position: relative
}

.genuine_accessories_slider .item .ga-slide {
    background: #FFFFFF;
    padding: 20px;
    border: #858585 solid 1px;
    border-radius: 10px
}

@media (max-width: 767px) {
    .genuine_accessories_slider .item .ga-slide {
        padding: 10px
    }
}

.genuine_accessories_slider .item .ga-slide .ga-slide-img {
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center
}

.genuine_accessories_slider .item .ga-slide .ga-slide-img img {
    margin: auto;
    width: auto
}

.genuine_accessories_slider .item .ga-slide .ga-slide-content {
    margin-top: 15px;
    display: inline-block;
    width: 100%
}

.genuine_accessories_slider .item .ga-slide .ga-slide-content strong {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #000000;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media (max-width: 767px) {
    .genuine_accessories_slider .item .ga-slide .ga-slide-content strong {
        font-size: 0.9375rem
    }
}

.genuine_accessories_slider .item .ga-slide .ga-slide-content p {
    margin-bottom: 10px;
    line-height: normal;
    color: #7D7D7D;
    font-size: 1rem
}

@media (max-width: 767px) {
    .genuine_accessories_slider .item .ga-slide .ga-slide-content p {
        font-size: 0.875rem
    }
}

.genuine_accessories_slider .item .ga-slide .ga-slide-content span {
    line-height: normal;
    color: #5B5B5B;
    font-weight: bold;
    font-size: 1rem
}

@media (max-width: 767px) {
    .genuine_accessories_slider .item .ga-slide .ga-slide-content span {
        font-size: 0.9375rem
    }
}

.genuine_accessories_slider .item .ga-overlay {
    position: absolute;
    inset: 1px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer
}

.genuine_accessories_slider .item:hover .ga-overlay {
    visibility: visible;
    opacity: 1
}

.genuine_accessories_slider .owl-nav button.owl-prev {
    background: url(../images/car-detail/ga-left-icon.webp) no-repeat center;
    width: 22px;
    height: 40px;
    left: 10px;
    margin: -15px 0 0 0
}

@media (max-width: 992px) {
    .genuine_accessories_slider .owl-nav button.owl-prev {
        width: 10px;
        height: 16px;
        background-size: cover;
        left: 5px
    }
}

.genuine_accessories_slider .owl-nav button.owl-prev:focus {
    outline: 0
}

.genuine_accessories_slider .owl-nav button.owl-prev span {
    display: none
}

.genuine_accessories_slider .owl-nav button.owl-next {
    background: url(../images/car-detail/ga-right-icon.webp) no-repeat center;
    width: 22px;
    height: 40px;
    right: 10px;
    margin: -15px 0 0 0
}

@media (max-width: 992px) {
    .genuine_accessories_slider .owl-nav button.owl-next {
        width: 10px;
        height: 16px;
        background-size: cover;
        right: 5px
    }
}

.genuine_accessories_slider .owl-nav button.owl-next:focus {
    outline: 0
}

.genuine_accessories_slider .owl-nav button.owl-next span {
    display: none
}

.knowMorePopSlider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

.knowMorePopSlider .owl-stage-outer .ga-slide .ga-slide-img {
    padding: 20px;
    border: #ccc solid 1px
}

@media (max-width: 480px) {
    .knowMorePopSlider .owl-stage-outer .ga-slide .ga-slide-img {
        padding: 10px
    }
}

.knowMorePopSlider .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: -15px;
    margin-left: -25px
}

@media (max-width: 480px) {
    .knowMorePopSlider .owl-nav .owl-prev {
        margin-left: -10px
    }
}

.knowMorePopSlider .owl-nav .owl-prev:focus {
    outline: 0
}

.knowMorePopSlider .owl-nav .owl-prev span {
    width: 32px;
    height: 32px;
    background: url(../images/accessory-listing/prev-knowmore.webp) center center no-repeat;
    display: inline-block;
    text-indent: -9999px
}

.knowMorePopSlider .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-top: -15px;
    margin-right: -25px
}

@media (max-width: 480px) {
    .knowMorePopSlider .owl-nav .owl-next {
        margin-right: -10px
    }
}

.knowMorePopSlider .owl-nav .owl-next:focus {
    outline: 0
}

.knowMorePopSlider .owl-nav .owl-next span {
    width: 32px;
    height: 32px;
    background: url(../images/accessory-listing/next-knowmore.webp) center center no-repeat;
    display: inline-block;
    text-indent: -9999px
}

.submitEnquiryPop .modal-dialog {
    max-width: 400px
}

.submitEnquiryPop .submitEnquiryTxt {
    padding: 50px 25px;
    text-align: center
}

.submitEnquiryPop .submitEnquiryTxt p {
    font-weight: normal;
    font-size: 1.125rem;
    margin-bottom: 35px
}

.submitEnquiryPop .submitEnquiryTxt .blueButton a {
    width: 150px;
    font-size: 1.125rem;
    background: #2b3395;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #2b3395;
    display: inline-block;
    font-weight: 500
}

.submitEnquiryPop .submitEnquiryTxt .blueButton a:hover {
    border: 1px solid #2b33a2;
    background: #FFFFFF;
    color: #2b33a2
}

.carListingPage {
    float: left;
    width: 100%;
    background: #f2f2f2
}

.filterLeftPanel {
    float: left;
    width: 90%;
    background: #FFFFFF;
    min-height: 1000px;
    padding: 35px 30px;
    box-shadow: 0px 0px 30px #e2e2e2;
    height: 100%
}

@media (max-width: 767px) {
    .filterLeftPanel {
        line-height: 1.125rem
    }
}

@media (max-width: 992px) {
    .filterLeftPanel {
        display: none
    }
}

.filterLeftPanel .filterCross-icon {
    display: none
}

@media (max-width: 992px) {
    .filterLeftPanel .filterCross-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        display: block
    }
}

.filterLeftPanel .filterTitleMain {
    float: left;
    width: 100%;
    padding-bottom: 25px
}

.filterLeftPanel .filterTitleMain h2,
.filterLeftPanel .filterTitleMain h4 {
    color: #2e2e2e;
    font-size: 1.25rem;
    font-weight: bold;
    float: left;
    margin: 0
}

@media screen and (max-width: 1299px) {

    .filterLeftPanel .filterTitleMain h2,
    .filterLeftPanel .filterTitleMain h4 {
        font-size: 1.125rem
    }
}

@media (max-width: 767px) {

    .filterLeftPanel .filterTitleMain h2,
    .filterLeftPanel .filterTitleMain h4 {
        font-size: 1.125rem
    }
}

@media (max-width: 480px) {

    .filterLeftPanel .filterTitleMain h2,
    .filterLeftPanel .filterTitleMain h4 {
        font-size: 0.9375rem
    }
}

.filterLeftPanel .filterTitleMain .resetIcon {
    margin-top: 5px;
    float: right
}

@media (max-width: 767px) {
    .filterLeftPanel .filterTitleMain .resetIcon {
        margin-top: 0px
    }
}

@media (max-width: 480px) {
    .filterLeftPanel .filterTitleMain .resetIcon {
        text-align: right;
        margin-top: 0px
    }
}

.filterLeftPanel .filterTitleMain .resetIcon a {
    font-size: 0.875rem;
    padding: 5px 5px 5px 25px;
    color: #2b3395;
    font-weight: 600;
    background: url(../images/car-listing/reset-icon.webp) left 4px no-repeat
}

@media (max-width: 359px) {
    .filterLeftPanel .filterTitleMain .resetIcon a {
        font-size: 0.8125rem;
        background-size: 15px;
        background-position: 6px 5px
    }
}

.filterLeftPanel .filterBox {
    float: left;
    width: 100%;
    padding-top: 15px;
    border-top: #d4d4d4 solid 1px
}

.filterLeftPanel .filterBox h3,
.filterLeftPanel .filterBox h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #636363
}

.filterLeftPanel .filterBox ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 0
}

.filterLeftPanel .filterBox ul li {
    display: inline-block;
    margin-right: 7px
}

.filterLeftPanel .filterBox ul li a {
    padding: 5px 15px;
    border-radius: 20px;
    border: #b4b4b4 solid 1px;
    display: block;
    font-size: 13px;
    color: #363636;
    margin-bottom: 10px;
    font-weight: 400
}

@media (max-width: 1420px) {
    .filterLeftPanel .filterBox ul li a {
        padding: 5px 13px
    }
}

@media (max-width: 1280px) {
    .filterLeftPanel .filterBox ul li a {
        padding: 5px 10px
    }
}

.filterLeftPanel .filterBox ul li a:hover {
    background: #2b33a2;
    color: #FFFFFF;
    border: #FFFFFF solid 1px
}

.filterLeftPanel .filterBox ul li a.active {
    background: #2b33a2;
    color: #FFFFFF;
    border: #FFFFFF solid 1px
}

.filterLeftPanel .filterBox .checkBoxMain {
    padding-top: 20px;
    margin-top: 10px;
    border-top: #d4d4d4 solid 1px;
    float: left
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox:last-child {
    border-top: #d4d4d4 solid 1px
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 11px;
    width: 7px;
    height: 15px;
    border: solid #2b3395;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox label {
    position: relative;
    cursor: pointer;
    font-size: 0.75rem;
    color: #636363;
    font-weight: 500
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox label:before {
    float: left;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 28px
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox label a {
    color: #2b3395;
    text-decoration: underline
}

.filterLeftPanel .filterBox .checkBoxMain .CustumCheckbox span {
    line-height: 18px;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 5px;
    float: left
}

.filterLeftPanel .accordionMain {
    float: left;
    width: 100%
}

.filterLeftPanel .accordionMain .accordion .card {
    border: 0px
}

.filterLeftPanel .accordionMain .accordion .card .card-header {
    border: 0px;
    background: none;
    padding: 15px 0px;
    border-top: #d4d4d4 solid 1px
}

.filterLeftPanel .accordionMain .accordion .card .card-header h5 button {
    padding: 0px;
    border: 0px;
    font-size: 1rem;
    font-weight: bold;
    color: #636363;
    width: 100%;
    text-align: left;
    text-decoration: none;
    box-shadow: none
}

.filterLeftPanel .accordionMain .accordion .card .card-header h5 button.btn-link {
    background: url(../images/car-listing/minus.webp) right center no-repeat
}

.filterLeftPanel .accordionMain .accordion .card .card-header h5 button.active {
    background: url(../images/car-listing/plus.webp) right center no-repeat
}

.filterLeftPanel .accordionMain .accordion .card .card-header h5 button:hover {
    text-decoration: none
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain {
    float: left;
    width: 100%
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget {
    padding: 0px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body ul,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age ul,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer ul,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type ul,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget ul {
    padding: 0px 0px 15px 0px;
    margin: 0px;
    list-style: none
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body ul li,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age ul li,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer ul li,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type ul li,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget ul li {
    display: inline-block;
    margin-right: 7px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body ul li a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age ul li a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer ul li a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type ul li a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget ul li a {
    padding: 5px 15px;
    border-radius: 20px;
    border: #b4b4b4 solid 1px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 10px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body ul li a:hover,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age ul li a:hover,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer ul li a:hover,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type ul li a:hover,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget ul li a:hover {
    background: #2b33a2;
    color: #FFFFFF;
    border: #FFFFFF solid 1px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body ul li a.active,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age ul li a.active,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer ul li a.active,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type ul li a.active,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget ul li a.active {
    background: #2b33a2;
    color: #FFFFFF;
    border: #FFFFFF solid 1px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox {
    padding-bottom: 15px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .inraccordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .inraccordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .inraccordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .inraccordCheckBox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .inraccordCheckBox {
    padding: 0 0 0 30px
}

@media (max-width: 767px) {

    .filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .inraccordCheckBox,
    .filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .inraccordCheckBox,
    .filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .inraccordCheckBox,
    .filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .inraccordCheckBox,
    .filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .inraccordCheckBox {
        padding: 0 0 0 20px
    }
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .inraccordCheckBox .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .inraccordCheckBox .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .inraccordCheckBox .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .inraccordCheckBox .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .inraccordCheckBox .CustumCheckbox span {
    font-size: 0.75rem
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox {
    padding-top: 5px;
    padding-bottom: 5px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox input,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox input,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox input,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox input,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox input:checked+label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox input:checked+label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox input:checked+label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox input:checked+label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 7px;
    height: 13px;
    border: solid #2b3395;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox label,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox label,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox label,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox label,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox label {
    position: relative;
    cursor: pointer;
    font-size: 0.75rem;
    color: #636363;
    font-weight: 500
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox label:before,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox label:before,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox label:before,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox label:before,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox label:before {
    float: left;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 22px
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox label:after,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox label a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox label a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox label a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox label a,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox label a {
    color: #2b3395;
    text-decoration: underline
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox span,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox span {
    line-height: 18px;
    font-weight: 400;
    font-size: 0.875rem;
    margin-top: 2px;
    float: left
}

.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .card-body .accordCheckBox .checkBoxMain .CustumCheckbox span b,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_age .accordCheckBox .checkBoxMain .CustumCheckbox span b,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_kilometer .accordCheckBox .checkBoxMain .CustumCheckbox span b,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .body_type .accordCheckBox .checkBoxMain .CustumCheckbox span b,
.filterLeftPanel .accordionMain .accordion .card .accordionContentMain .car_Budget .accordCheckBox .checkBoxMain .CustumCheckbox span b {
    font-weight: normal;
    color: #7e7e7e
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox {
    width: 24%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 6px;
    border: transparent solid 1px
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox.active {
    border: #b6b6b6 solid 1px;
    box-shadow: 0 0 5px #b6b6b6
}

@media (max-width: 1280px) {
    .filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox {
        width: 23.5%
    }
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a {
    display: inline-block
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span {
    width: 44px;
    height: 44px;
    border: #b6b6b6 solid 1px;
    border-radius: 50%;
    display: inline-block
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.white {
    background: #FFFFFF
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.silver {
    background: #e9ecec
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.black {
    background: #000000
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.red {
    background: #ec383b
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.gray {
    background: #8b8b8b
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.orange {
    background: #ec6f38
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.brown {
    background: #761d1d
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a span.others {
    background: #e4e4e4
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a label {
    font-size: 0.875rem;
    color: #000000
}

.filterLeftPanel .accordionMain .accordion .card .colorPanelLeft .colorPanelBox a label b {
    width: 100%;
    float: left;
    color: #a7a6a6;
    font-weight: normal
}

.accordTxtMain {
    float: left;
    width: 100%;
    border: #cdcdcd solid 1px;
    border-radius: 5px;
    background: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 20px
}

@media (max-width: 992px) {
    .accordTxtMain {
        margin-bottom: 10px
    }
}

@media (max-width: 480px) {
    .accordTxtMain {
        margin-bottom: 0px
    }
}

.accordTxtMain .card {
    background: none;
    border: 0px
}

.accordTxtMain .card .card-header {
    padding: 0px;
    background: none;
    border-bottom: 0px
}

@media (max-width: 992px) {
    .accordTxtMain .card .card-header {
        display: none
    }
}

.accordTxtMain .card .card-header h5 button {
    padding: 14px 20px 12px 20px;
    width: 100%;
    text-align: left;
    color: #2e2e2e;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    cursor: default
}

.accordTxtMain .card .accordionContentMain .card-body {
    padding: 0px 20px 20px 20px
}

@media (max-width: 992px) {
    .accordTxtMain .card .accordionContentMain .card-body {
        padding: 15px
    }
}

@media (max-width: 480px) {
    .accordTxtMain .card .accordionContentMain .card-body {
        padding: 10px 15px
    }
}

.accordTxtMain .card .accordionContentMain .card-body .accoMobileTitle span {
    padding: 14px 0px 12px 0px;
    width: 100%;
    text-align: left;
    color: #2e2e2e;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    display: inline-block
}

@media (max-width: 992px) {
    .accordTxtMain .card .accordionContentMain .card-body .accoMobileTitle span {
        display: block;
        font-weight: bold;
        font-size: 0.8125rem;
        padding: 0px
    }
}

.accordTxtMain .card .accordionContentMain .card-body p {
    font-size: 0.8125rem;
    line-height: 20px;
    margin: 0;
    display: inline;
    font-weight: 400
}

.accordTxtMain .card .accordionContentMain .card-body .showhidetext {
    display: inline
}

.accordTxtMain .card .accordionContentMain .card-body .showhidetext.active {
    display: inline
}

.accordTxtMain .card .accordionContentMain .card-body .hideShowContent {
    display: none;
    font-size: 0.75rem
}

.accordTxtMain .card .accordionContentMain .card-body .hideShowContent:after {
    position: relative;
    content: '...Read More'
}

.accordTxtMain .card .accordionContentMain .card-body .hideShowContent.active:after {
    position: relative;
    content: '...Read Less'
}

.carListingSection {
    padding-top: 0px;
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .carListingSection {
        padding-top: 0
    }
}

@media (max-width: 480px) {
    .carListingSection {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .carListingSection {
        padding-top: 25px
    }
}

.carListingSection .carListingTitle {
    width: 70%;
    float: left
}

.carListingSection .carListingTitle h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 10px
}

.carListingSection .carListingTitle ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

.carListingSection .carListingTitle ul li {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 0.75rem;
    position: relative;
    font-weight: 500;
    float: left
}

.carListingSection .carListingTitle ul li:first-child {
    margin-left: 0px
}

.carListingSection .carListingTitle ul li:first-child:before {
    display: none
}

.carListingSection .carListingTitle ul li:before {
    content: '|';
    position: absolute;
    left: -16px
}

.carListingSection .carListingTitle ul li a {
    color: #000000
}

.carListingSection .carListingTitle ul li a:hover {
    color: #2b3395
}

@media (max-width: 992px) {
    .carListingSection .forMobile {
        display: block
    }
}

.carListingSection .filterMobileButt {
    float: left;
    display: none
}

@media (max-width: 992px) {
    .carListingSection .filterMobileButt {
        display: block;
        width: 50%;
        background: #FFFFFF;
        margin-top: 20px
    }
}

@media (max-width: 992px) {
    .carListingSection .filterMobileButt {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .carListingSection .filterMobileButt {
        margin-top: 0px
    }
}

.carListingSection .filterMobileButt a {
    font-size: 0.8125rem;
    display: block;
    color: #2b33a2;
    line-height: 35px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    border: #cdcdcd solid 1px;
    text-transform: uppercase;
    font-weight: 500
}

.carListingSection .filterMobileButt a img {
    display: inline-block;
    position: relative;
    top: 2px
}

.carListingSection .sortselectbox {
    width: 20%;
    float: right
}

@media (max-width: 992px) {
    .carListingSection .sortselectbox {
        margin-top: 25px;
        width: 50%
    }
}

@media (max-width: 767px) {
    .carListingSection .sortselectbox {
        margin-top: 0px
    }
}

@media (max-width: 992px) {
    .carListingSection .sortselectbox .select2-container .select2-selection--single .select2-selection__rendered {
        color: #2b33a2
    }
}

.carListingSection .sortselectbox .select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 6px 25px;
    height: auto;
    outline: none;
    font-size: 0.875rem;
    background: url(../images/car-listing/sort-list-icon.webp) 10px center no-repeat
}

@media (max-width: 992px) {
    .carListingSection .sortselectbox .select2-container--default .select2-selection--single {
        background: #fff url(../images/car-listing/sort-icon-mob.webp) 10px center no-repeat;
        height: 37px;
        border-radius: 0 6px 6px 0;
        border-left: 0;
        text-align: center;
        padding: 4px 25px;
        color: #2b33a2;
        font-size: 0.8125rem
    }
}

.carListingSection .sortselectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 5px
}

.carListingSection .sortselectbox .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/select.webp) no-repeat center/100% 100%;
    width: 11px;
    height: 6px;
    border: 0
}

@media (max-width: 992px) {
    .carListingSection .sortselectbox .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none
    }
}

.carListingSection .sortselectbox .select2-container {
    width: 100% !important
}

.carListingKeyword {
    width: 100%;
    float: left;
    margin-top: 20px
}

@media (max-width: 992px) {
    .carListingKeyword {
        padding-top: 15px
    }
}

@media (max-width: 767px) {
    .carListingKeyword {
        padding-top: 0px;
        margin-top: 0
    }
}

.carListingKeyword a {
    font-size: 0.875rem;
    color: #000000;
    font-weight: 400;
    border-radius: 50px;
    border: #ccc solid 1px;
    padding: 10px 35px 10px 15px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/car-listing/close-search2.webp) right center no-repeat;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .carListingKeyword a {
        margin-right: 5px
    }
}

@media (max-width: 767px) {
    .carListingKeyword a {
        display: inline-block
    }
}

.carListingKeyword a:hover {
    color: #FFFFFF;
    border: #2b33a2 solid 1px;
    background: #2b33a2 url(../images/car-listing/cross-white2.webp) right center no-repeat
}

.carListingKeyword span {
    font-size: 13px;
    font-weight: normal
}

@media (max-width: 480px) {
    .carListingKeyword span {
        float: left;
        margin-bottom: 15px;
        width: 100%
    }
}

.testDriveCalender {
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px
}

@media (max-width: 992px) {
    .testDriveCalender {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.testDriveCalender span {
    width: 10%;
    float: left;
    background: #2b3395;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    height: 50px;
    position: relative
}

@media (max-width: 480px) {
    .testDriveCalender span {
        width: 15%
    }
}

.testDriveCalender span:before {
    position: absolute;
    content: "";
    right: -7px;
    background: url(../images/car-detail/blue-right.webp) left top repeat-x;
    width: 7px;
    height: 13px;
    top: 50%;
    margin-top: -7px
}

.testDriveCalender span img {
    margin: auto
}

.testDriveCalender p {
    width: 90%;
    font-size: 1.125rem;
    color: #2b3395;
    float: left;
    border: #2b3395 dashed 1px;
    border-left: 0px;
    height: 50px;
    line-height: 38px;
    font-weight: 600;
    padding: 5px 15px 5px 20px;
    border-radius: 0px 5px 5px 0px;
    background: #FFFFFF
}

@media (max-width: 992px) {
    .testDriveCalender p {
        font-size: 0.8125rem !important
    }
}

@media (max-width: 480px) {
    .testDriveCalender p {
        width: 85%;
        padding-top: 8px
    }
}

.listingBlockMain {
    float: left;
    width: 100%;
    margin-top: 30px
}

.listingBlockMain .carBox {
    margin-top: 30px;
    width: 100%;
    float: left;
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    transition: all 0.5s ease 0s
}

@media (max-width: 992px) {
    .listingBlockMain .carBox {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox {
        margin: 25px auto 0 auto;
        float: none
    }
}

@media (max-width: 480px) {
    .listingBlockMain .carBox {
        width: 100%;
        max-width: 100%
    }
}

.listingBlockMain .carBox:hover {
    box-shadow: 0 0 30px #c9c9c9;
    transition: all 0.5s ease 0s
}

.getInTouchBlock {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: #bfbfbf solid 1px;
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px;
    position: relative;
    display: none
}

@media (max-width: 992px) {
    .getInTouchBlock {
        margin-top: 0px;
        padding: 20px;
        display: block
    }
}

.getInTouchBlock h2,
.getInTouchBlock .question-text {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2b3395;
    margin-bottom: 10px;
    margin-top: 0
}

.getInTouchBlock h2.driveTxt,
.getInTouchBlock .question-text.driveTxt {
    width: 100%;
    text-align: center
}

@media (max-width: 1280px) {

    .getInTouchBlock h2,
    .getInTouchBlock .question-text {
        font-size: 1.375rem
    }
}

@media (max-width: 480px) {

    .getInTouchBlock h2,
    .getInTouchBlock .question-text {
        font-size: 1.25rem !important
    }
}

.getInTouchBlock p {
    color: #000000;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 600
}

.getInTouchBlock a {
    width: 250px;
    font-size: 1rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 10px 25px;
    border-radius: 6px;
    border: 1px solid #2b3395;
    text-align: center;
    display: block;
    margin: 0 auto
}

@media (max-width: 480px) {
    .getInTouchBlock a {
        width: 100%
    }
}

.getInTouchBlock .getInTouchRightForm {
    float: right
}

@media (max-width: 992px) {
    .getInTouchBlock .getInTouchRightForm {
        width: 48%;
        float: right !important
    }
}

.getInTouchBlock .getInTouchRightForm input {
    border: #9a9a9a solid 1px;
    font-size: 0.875rem;
    color: #000000;
    padding: 10px;
    width: 220px;
    border-radius: 5px;
    margin-left: 5px;
    height: 42px;
    outline: 0px
}

@media (max-width: 1199px) {
    .getInTouchBlock .getInTouchRightForm input {
        margin-left: 0px;
        margin-right: 5px
    }
}

@media (max-width: 480px) {
    .getInTouchBlock .getInTouchRightForm input {
        font-size: 0.75rem
    }
}

@media (max-width: 992px) {
    .getInTouchBlock .getInTouchRightForm input {
        width: 100%;
        border-left: 0px;
        border-top: 0px;
        border-right: 0px;
        border-radius: 0px;
        padding: 10px 0px
    }
}

.getInTouchBlock .getInTouchRightForm input[type="button"] {
    width: auto;
    font-size: 1rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 10px 25px;
    border-radius: 6px;
    border: 1px solid #2b3395;
    float: right;
    font-weight: 500;
    margin-left: 7px
}

@media (max-width: 992px) {
    .getInTouchBlock .getInTouchRightForm input[type="button"] {
        float: left;
        margin-top: 10px;
        margin-left: 0px
    }
}

@media (max-width: 480px) {
    .getInTouchBlock .getInTouchRightForm input[type="button"] {
        font-size: 0.75rem;
        padding: 7px 20px;
        height: inherit
    }
}

.paginationTxtBlock {
    padding: 40px 0px;
    float: left;
    width: 100%;
    text-align: center
}

@media (max-width: 480px) {
    .paginationTxtBlock {
        padding: 25px 0px
    }
}

.paginationTxtBlock ul {
    padding: 5px 50px;
    margin: 0px;
    list-style: none;
    background: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    position: relative
}

.paginationTxtBlock ul li {
    display: inline-block;
    line-height: normal
}

.paginationTxtBlock ul li a {
    width: 33px;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    font-size: 1rem;
    color: #949494;
    border-radius: 50%
}

.paginationTxtBlock ul li a:hover {
    background: #2b3395;
    color: #FFFFFF
}

.paginationTxtBlock ul li a:active {
    background: #2b3395;
    color: #FFFFFF
}

.paginationTxtBlock ul span.pageLeftArrow {
    width: 7px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 25px
}

.paginationTxtBlock ul span.pageRightArrow {
    width: 7px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 25px
}

.faqSecMain {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width: 992px) {
    .faqSecMain {
        padding-top: 20px;
        padding-bottom: 0px;
        background: #f2f2f2
    }
}

@media (max-width: 480px) {
    .faqSecMain {
        padding-top: 0px
    }
}

.faqSecMain h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 25px
}

@media (max-width: 992px) {
    .faqSecMain h2 {
        font-size: 1rem
    }
}

@media (max-width: 480px) {
    .faqSecMain h2 {
        margin-bottom: 15px
    }
}

.faqSecMain .faqQuesAnsBox ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

.faqSecMain .faqQuesAnsBox ul li {
    color: #2e2e2e;
    margin-bottom: 15px;
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .faqSecMain .faqQuesAnsBox ul li {
        margin-bottom: 10px
    }
}

.faqSecMain .faqQuesAnsBox ul li ul {
    padding: 0 0 0 20px
}

.faqSecMain .faqQuesAnsBox ul li ul li {
    list-style: circle
}

.faqSecMain .faqQuesAnsBox ul li b {
    font-weight: bold;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-size: 1rem
}

.faqSecMain .faqQuesAnsBox ul li p {
    font-size: 0.875rem;
    font-weight: 400
}

@media (max-width: 992px) {
    .faqSecMain .faqQuesAnsBox ul li p {
        margin-bottom: 10px
    }
}

.otherCitiesMain {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

@media (max-width: 992px) {
    .otherCitiesMain {
        display: none
    }
}

.otherCitiesMain h2 {
    font-size: 1.875rem;
    color: #2e2e2e;
    font-weight: bold;
    margin-bottom: 30px
}

.otherCitiesMain ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 11%;
    margin-left: -4px;
    vertical-align: top
}

.otherCitiesMain ul li a {
    width: 90px;
    display: inline-block
}

.otherCitiesMain ul li a:hover img {
    transform: scale(0.9);
    transition-duration: 0.5s
}

.otherCitiesMain ul li a span {
    border: #616ff8 solid 2px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
    padding: 5.5px 0
}

.otherCitiesMain ul li a span img {
    margin: 0 auto;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.otherCitiesMain ul li a label {
    font-size: 0.875rem;
    color: #2e2e2e;
    margin-top: 10px;
    display: inline-block;
    line-height: 18px;
    font-weight: normal;
    width: 100%
}

@media (max-width: 1199px) {
    .otherCitiesMain ul li a label {
        font-size: 0.8125rem
    }
}

.hideShowContent span {
    color: #2b33a2
}

.userCarsForMob {
    width: 100%;
    display: block;
    background: #2b3395;
    padding: 25px 40px
}

@media (max-width: 480px) {
    .userCarsForMob {
        padding: 15px
    }
}

.userCarsForMob h2,
.userCarsForMob h1 {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/car-listing/left-arrow.webp) left 4px no-repeat
}

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

.userCarsForMob ul li {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 0.9375rem;
    color: #FFFFFF;
    position: relative;
    margin-right: 10%
}

@media (max-width: 480px) {
    .userCarsForMob ul li {
        margin-right: 10%;
        font-size: 0.75rem
    }
}

@media (max-width: 359px) {
    .userCarsForMob ul li {
        margin-right: 7%
    }
}

.userCarsForMob ul li:last-child {
    margin-right: 0px
}

.userCarsForMob ul li:last-child:after {
    display: none
}

.userCarsForMob ul li a {
    color: #FFFFFF
}

.userCarsForMob ul li:after {
    position: absolute;
    height: 15px;
    background: #FFFFFF;
    width: 1px;
    content: "";
    right: -37px
}

@media (max-width: 480px) {
    .userCarsForMob ul li:after {
        right: -20px
    }
}

@media (max-width: 359px) {
    .userCarsForMob ul li:after {
        right: -15px
    }
}

.forDesktop {
    display: block
}

@media (max-width: 992px) {
    .forDesktop {
        display: none
    }
}

.forMobile {
    display: none
}

@media (max-width: 992px) {
    .forMobile {
        display: block
    }
}

@media (max-width: 992px) {
    .breadcrumbMain {
        display: none
    }
}

@media (max-width: 1199px) {
    .filterLeftPanel {
        width: 100%;
        min-height: inherit
    }

    .carListingSection .carListingTitle h2 {
        font-size: 1.375rem
    }

    .filterLeftPanel {
        padding: 20px
    }
}

@media (max-width: 1199px) and (max-width: 992px) {
    .filterLeftPanel {
        display: block;
        position: fixed;
        left: -40%;
        z-index: 9999999;
        width: 40%;
        box-shadow: inherit;
        top: 0;
        height: 100%;
        overflow-y: scroll;
        padding: 40px 20px 60px;
        transition-duration: .5s;
        -webkit-transition-duration: .5s
    }

    .filterLeftPanel.active {
        left: 0
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .filterLeftPanel {
        width: 50%;
        left: -50%
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .filterLeftPanel {
        width: 70%;
        left: -70%;
        padding: 40px 15px 60px
    }
}

@media (max-width: 1199px) {
    .testDriveCalender p {
        font-size: 1rem
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .testDriveCalender p {
        line-height: normal
    }
}

@media (max-width: 1199px) {
    .getInTouchBlock {
        padding: 15px
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .getInTouchBlock {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media (max-width: 1199px) {
    .getInTouchBlock h2 {
        font-size: 1.375rem
    }

    .getInTouchBlock .getInTouchRightForm {
        float: left
    }
}

.footertop.inner .googlePlayDownload {
    margin-left: 0px
}

@media (max-width: 1199px) {
    .listingBlockMain .carBox .col-5:first-child {
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .col-5:first-child {
        padding-right: 0
    }
}

.listingBlockMain .carBox .carsecImage img {
    width: 100%
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .carsecImage img {
        height: inherit
    }
}

.listingBlockMain .carBox .rightSection h5 {
    font-size: 1rem
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .rightSection h5 {
        margin: 5px 0 0;
        font-size: 1rem
    }
}

@media (max-width: 480px) {
    .listingBlockMain .carBox .rightSection h5 {
        margin: 2px 0 0;
        font-size: 1rem
    }
}

@media (max-width: 1280px) {
    .listingBlockMain .carBox .rightSection .leftContent input[type="checkbox"]+label {
        font-size: 0.75rem
    }
}

@media (max-width: 992px) {
    .listingBlockMain .carBox .rightSection .leftContent input[type="checkbox"]+label {
        font-size: 0.75rem
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .rightSection .leftContent input[type="checkbox"]+label {
        font-size: 0.75rem
    }
}

@media (max-width: 1199px) {
    .listingBlockMain .carBox .rightSection .details {
        margin: 15px 0
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .rightSection .details {
        margin: 15px 0
    }
}

@media (max-width: 480px) {
    .listingBlockMain .carBox .rightSection .details {
        margin: 10px 0
    }
}

@media (max-width: 992px) {
    .listingBlockMain .carBox .rightSection .details li {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .rightSection .details li {
        font-size: 0.875rem
    }
}

@media (max-width: 359px) {
    .listingBlockMain .carBox .rightSection .details li {
        font-size: 0.8125rem
    }
}

@media (max-width: 992px) {
    .listingBlockMain .carBox .leftSection .certified img {
        width: auto
    }
}

.listingBlockMain .carBox .pricebox {
    margin: 15px 0 0
}

@media (max-width: 1199px) {
    .listingBlockMain .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 992px) {
    .listingBlockMain .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 480px) {
    .listingBlockMain .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 359px) {
    .listingBlockMain .carBox .pricebox {
        margin: 15px 0 0
    }
}

@media (max-width: 1199px) {
    .listingBlockMain .carBox .pricebox .priceSection span {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .pricebox .priceSection span {
        font-size: 0.9375rem
    }
}

@media (max-width: 992px) {
    .listingBlockMain .carBox .pricebox .priceSection a {
        font-size: 0.75rem;
        padding: 8px
    }
}

@media (max-width: 767px) {
    .listingBlockMain .carBox .pricebox .priceSection a {
        font-size: 0.75rem;
        padding: 8px 0
    }
}

@media (max-width: 480px) {
    .listingBlockMain .carBox .pricebox .priceSection a {
        font-size: 0.75rem;
        padding: 7px 0
    }
}

.checkBoxMain.carbrand {
    max-height: 350px;
    overflow-y: auto
}

.carListingPage .showroomLocationSlider {
    padding: 25px 0
}

.carListingPage .showroomLocationSlider .showroomLocateSlide h4 {
    font-size: 0.875rem
}

.carListingSection .showroomLocationSlider {
    padding-top: 0px
}

.personRecommedPre {
    border: #cdcdcd solid 1px;
    width: 100%;
    float: left;
    padding: 30px 40px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 0px 2px 5px #ccc
}

@media (max-width: 767px) {
    .personRecommedPre {
        padding: 20px 15px;
        margin-bottom: 20px
    }
}

.personRecommedPre h2 {
    font-size: 1.125rem !important;
    color: #2e2e2e !important;
    font-weight: normal !important
}

@media (max-width: 767px) {
    .personRecommedPre h2 {
        font-size: 0.9375rem !important;
        font-weight: 500 !important;
        margin-bottom: 10px !important
    }
}

.personRecommedPre .details-text {
    font-size: 1.125rem !important;
    color: #2e2e2e !important;
    font-weight: normal !important
}

@media (max-width: 767px) {
    .personRecommedPre .details-text {
        font-size: 0.9375rem !important;
        font-weight: 500 !important;
        margin-bottom: 10px !important
    }
}

.personRecommedPre form {
    float: left;
    width: 100%
}

.personRecommedPre form .personTxtFieldRow .searchformRow {
    width: 31%;
    margin-right: 3.5%;
    float: left
}

.personRecommedPre form .personTxtFieldRow .searchformRow input {
    border: 0;
    border-bottom: #cdcdcd solid 1px;
    float: left;
    outline: 0;
    font-size: 1rem;
    padding: 10px 0;
    width: 100%
}

@media (max-width: 767px) {
    .personRecommedPre form .personTxtFieldRow .searchformRow input {
        font-size: 0.875rem
    }
}

.personRecommedPre form .personTxtFieldRow .searchformRow:last-child {
    margin-right: 0px
}

@media (max-width: 767px) {
    .personRecommedPre form .personTxtFieldRow .searchformRow {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.personRecommedPre form .personCheckBoxButt {
    float: left;
    width: 100%;
    padding-top: 30px
}

@media (max-width: 767px) {
    .personRecommedPre form .personCheckBoxButt {
        padding-top: 10px;
        text-align: center
    }
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain {
    float: left;
    width: 70%
}

@media (max-width: 1199px) {
    .personRecommedPre form .personCheckBoxButt .checkBoxMain {
        width: 100%;
        margin-bottom: 10px
    }
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox {
    float: left
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 10
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 11px;
    width: 7px;
    height: 15px;
    border: solid #2b3395;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

@media (max-width: 767px) {
    .personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox input:checked+label:after {
        top: 5px;
        left: 9px;
        width: 6px;
        height: 12px
    }
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox label {
    position: relative;
    font-size: 0.875rem;
    color: #2e2e2e;
    font-weight: normal;
    line-height: 1.4;
    text-align: left
}

@media (max-width: 767px) {
    .personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox label {
        font-size: 0.75rem
    }
}

@media (max-width: 767px) {
    .personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox label br {
        display: none
    }
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox label:before {
    float: left;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #c1c1c1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 28px
}

@media (max-width: 767px) {
    .personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox label:before {
        width: 15px;
        height: 15px
    }
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox label a {
    color: #2b3395;
    text-decoration: underline
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox span {
    line-height: 18px;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 5px;
    float: left
}

.personRecommedPre form .personCheckBoxButt .checkBoxMain .CustumCheckbox .error.invalid-feedback {
    float: left;
    width: 100%;
    text-align: left
}

.personRecommedPre form .personCheckBoxButt .personSubmitButt {
    width: 200px;
    float: right;
    padding: 12px 0;
    outline: none;
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-radius: 6px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    font-weight: 500
}

@media (max-width: 767px) {
    .personRecommedPre form .personCheckBoxButt .personSubmitButt {
        width: 100px;
        font-size: 0.9375rem;
        float: none;
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.personRecommedPre form .personCheckBoxButt .personSubmitButt:hover {
    background: #FFFFFF;
    color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border: 1px solid #bfbfbf
}

.didntTxt {
    font-size: 1.25rem;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #2e2e2e
}

.onlineMela.desktop {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    display: block
}

@media (max-width: 992px) {
    .onlineMela.desktop {
        display: none
    }
}

.onlineMela.desktop .emelaBigImg img {
    width: 100%;
    height: auto
}

.onlineMela.desktop .onlineMelaClickCross {
    position: absolute;
    right: 50px;
    height: 18px;
    top: 50%;
    transform: translate(0px, -50%)
}

@media screen and (max-width: 1599px) {
    .onlineMela.desktop .onlineMelaClickCross {
        right: 25px
    }
}

@media (max-width: 1199px) {
    .onlineMela.desktop .onlineMelaClickCross {
        right: 15px;
        height: 15px
    }
}

.onlineMela.desktop .onlineMelaClickCross .clickHere {
    display: inline-block;
    margin-right: 25px
}

@media screen and (max-width: 1599px) {
    .onlineMela.desktop .onlineMelaClickCross .clickHere {
        margin-right: 15px
    }
}

@media (max-width: 1199px) {
    .onlineMela.desktop .onlineMelaClickCross .clickHere {
        margin-right: 10px
    }
}

@media (max-width: 1199px) {
    .onlineMela.desktop .onlineMelaClickCross .clickHere a img {
        height: 12px
    }
}

.onlineMela.desktop .onlineMelaClickCross .cross {
    display: inline-block
}

@media (max-width: 1199px) {
    .onlineMela.desktop .onlineMelaClickCross .cross a img {
        height: 12px
    }
}

.onlineMela.mobile {
    display: none
}

@media (max-width: 992px) {
    .onlineMela.mobile {
        display: inline-block;
        width: 100%;
        padding: 15px 0
    }

    .onlineMela.mobile .onlineMelaInn {
        width: 100%;
        position: relative
    }

    .onlineMela.mobile .onlineMelaInn .emelaBigImg {
        width: 100%
    }

    .onlineMela.mobile .onlineMelaInn .emelaBigImg img {
        width: 100%;
        height: auto
    }

    .onlineMela.mobile .onlineMelaInn .clickButt {
        position: absolute;
        right: 0px;
        top: 30px
    }
}

@media (max-width: 992px) and (max-width: 767px) {
    .onlineMela.mobile .onlineMelaInn .clickButt {
        left: 15px;
        bottom: 15px;
        top: 10px
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .onlineMela.mobile .onlineMelaInn .clickButt {
        bottom: 51px;
        right: 7px
    }
}

@media (max-width: 992px) and (max-width: 359px) {
    .onlineMela.mobile .onlineMelaInn .clickButt {
        left: 7px;
        bottom: 7px
    }
}

@media (max-width: 992px) {
    .onlineMela.mobile .onlineMelaInn .clickButt img {
        width: 90%;
        height: auto
    }
}

@media (max-width: 992px) and (max-width: 767px) {
    .onlineMela.mobile .onlineMelaInn .clickButt img {
        width: 50%
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .onlineMela.mobile .onlineMelaInn .clickButt img {
        width: 23%;
        float: right
    }
}

@media (max-width: 992px) and (max-width: 359px) {
    .onlineMela.mobile .onlineMelaInn .clickButt img {
        width: 35%
    }
}

.listingTitleTxt h2,
.listingTitleTxt>p {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2e2e2e;
    margin-top: 10px
}

@media (max-width: 1199px) {

    .listingTitleTxt h2,
    .listingTitleTxt>p {
        font-size: 1.375rem;
        margin-top: 35px;
        margin-bottom: -15px !important
    }
}

@media (max-width: 767px) {

    .listingTitleTxt h2,
    .listingTitleTxt>p {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 20px !important
    }
}

.listingTitleTxt>p {
    margin-bottom: 20px !important
}

.messageModal .modal-content,
.infoModal .modal-content {
    padding: 40px 0;
    text-align: center
}

.messageModal .modal-content .errorimage,
.infoModal .modal-content .errorimage {
    width: 100px;
    margin: 0 auto
}

.messageModal .modal-content .messageModal_p1,
.infoModal .modal-content .messageModal_p1 {
    font-weight: 600;
    font-size: x-large
}

.messageModal .modal-content .messageModal_p2,
.infoModal .modal-content .messageModal_p2 {
    font-weight: 600;
    padding: 0 70px
}

.messageModal .modal-content .okBTN,
.infoModal .modal-content .okBTN {
    padding: 15px 50px;
    height: 50px;
    outline: none;
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 6px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

.messageModal .modal-content .okBTN:hover,
.infoModal .modal-content .okBTN:hover {
    background: #FFFFFF;
    color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border: 1px solid #bfbfbf
}

.infoModal .infoimage {
    width: 40px;
    margin: 0 auto
}

.infoModal .okBTN {
    margin-top: 20px
}

.aftermsg {
    border: #cdcdcd solid 1px;
    width: 100%;
    float: left;
    padding: 25px 35px;
    background: #fff;
    border-radius: 5px;
    margin: 0px 0 20px 0;
    box-shadow: 0px 2px 5px #ccc
}

@media (max-width: 1199px) {
    .aftermsg {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .aftermsg {
        padding: 15px
    }
}

.aftermsg .msg_p1 {
    font-size: 1.25rem;
    color: #2e2e2e;
    margin-bottom: 20px;
    font-weight: bold
}

@media (max-width: 1199px) {
    .aftermsg .msg_p1 {
        margin-bottom: 15px;
        font-size: 1.125rem
    }
}

@media (max-width: 767px) {
    .aftermsg .msg_p1 {
        margin-bottom: 10px
    }
}

.aftermsg .msg_p2 {
    font-size: 0.9375rem;
    color: #2e2e2e;
    font-weight: normal
}

.listingTxt {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px
}

.listingTxt h2 {
    font-weight: 500;
    font-size: 1.375rem;
    color: #2b3395
}

@media (max-width: 992px) {
    .listingTxt h2 {
        font-size: 1.125rem;
        margin-bottom: 15px
    }
}

.listingTxt h3 {
    font-weight: 500;
    font-size: 1.125rem;
    color: #2e2e2e
}

@media (max-width: 992px) {
    .listingTxt h3 {
        font-size: 1rem;
        margin-bottom: 15px;
        font-weight: bold
    }
}

.listingTxt p {
    color: #2e2e2e;
    font-weight: normal;
    font-size: 0.875rem
}

@media (max-width: 992px) {
    .listingTxt p {
        margin-bottom: 15px
    }
}

.listingTxt strong {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2e2e2e
}

.listingTxt.lastParaTxt {
    margin-bottom: 50px
}

@media (max-width: 992px) {
    .listingTxt.lastParaTxt {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .listingTxt.lastParaTxt {
        margin-bottom: 0px
    }
}

.carLising2 {
    width: 100%
}

@media (max-width: 992px) {
    .carLising2 {
        margin: 0px
    }
}

.carLising2 .carBox .pricebox .contactDealerBookButt .testDriveButton a {
    font-size: 14px
}

.carLising2 .carBox .pricebox .contactDealerBookButt .conDealButton a {
    font-size: 14px
}

@media (max-width: 767px) {
    .carLising2 .col-12.col-md-6.col-xl-4 {
        padding: 0px;
        margin: 0px
    }
}

.carLising2 .carBox .pricebox .contactDealerBookButt .conDealButton a {
    font-size: 12px
}

.carLising2 .carBox .pricebox .contactDealerBookButt .testDriveButton a {
    font-size: 12px
}

.cityNameTxt {
    font-size: 0.875rem;
    margin-top: 10px
}

.cityNameTxt small {
    text-decoration: underline
}

.cityNameTxt span {
    margin: 0 5px 0 7px
}

.cityNameTxt img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px
}

@media (max-width: 480px) {
    .cityNameTxt {
        margin-top: 7px
    }
}

.usedCarPrMain {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .usedCarPrMain {
        margin-top: 0px
    }
}

@media (max-width: 992px) {
    .usedCarPrMain {
        margin-top: 0px;
        margin-bottom: 10px
    }
}

@media (max-width: 480px) {
    .usedCarPrMain {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

.usedCarPrMain .listingTxt {
    width: 47%;
    float: left
}

@media (max-width: 992px) {
    .usedCarPrMain .listingTxt {
        width: 100%
    }
}

.usedCarPrMain .listingTxt p {
    color: #2e2e2e;
    font-size: 0.875rem;
    float: left;
    width: 100%;
    font-weight: normal
}

@media (max-width: 992px) {
    .usedCarPrMain .listingTxt p:last-child {
        margin-bottom: 0px
    }
}

.usedCarPrTable {
    width: 60%;
    float: left;
    margin-top: 0px;
    margin-left: 20%;
    padding: 15px;
    border: #c8c8c8 solid 1px;
    background: #FFFFFF
}

.usedCarPrTable.forDesk {
    display: block
}

@media (max-width: 1199px) {
    .usedCarPrTable.forDesk {
        width: 70%;
        margin-left: 15%
    }
}

@media (max-width: 480px) {
    .usedCarPrTable.forDesk {
        width: 100%;
        margin-left: 0
    }
}

.usedCarPrTable.forMob {
    display: none
}

@media (max-width: 992px) {
    .usedCarPrTable.forMob {
        display: block;
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px
    }
}

.usedCarPrTable h2 {
    color: #2e2e2e;
    font-size: 1.3125rem;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3
}

@media (max-width: 480px) {
    .usedCarPrTable h2 {
        font-size: 1.125rem
    }
}

.usedCarPrTable .usedCarTableRow {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: #c8c8c8 solid 1px
}

.usedCarPrTable .usedCarTableRow:last-child {
    border-bottom: 0px;
    padding-bottom: 0px
}

.usedCarPrTable .usedCarTableRow .leftSec {
    color: #2b33a2;
    font-size: 0.875rem;
    float: left;
    width: 75%;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: normal
}

.usedCarPrTable .usedCarTableRow .leftSec strong {
    color: #676767;
    font-size: 1.125rem
}

@media (max-width: 480px) {
    .usedCarPrTable .usedCarTableRow .leftSec strong {
        font-size: 1rem
    }
}

.usedCarPrTable .usedCarTableRow .leftSec a {
    color: #2b3395
}

.usedCarPrTable .usedCarTableRow .rightSec {
    color: #2b33a2;
    font-size: 0.875rem;
    float: right;
    width: 25%;
    font-weight: 500;
    text-align: right;
    line-height: normal
}

.usedCarPrTable .usedCarTableRow .rightSec strong {
    color: #676767;
    font-size: 1.125rem;
    white-space: nowrap;
    float: right
}

@media (max-width: 480px) {
    .usedCarPrTable .usedCarTableRow .rightSec strong {
        font-size: 1rem
    }
}

.faqListingMain {
    float: left;
    width: 100%;
    margin: 50px 0 0px 0
}

@media (max-width: 1199px) {
    .faqListingMain {
        margin-top: 35px
    }
}

@media (max-width: 480px) {
    .faqListingMain {
        margin-top: 25px
    }
}

.faqListingMain h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 35px
}

@media (max-width: 1199px) {
    .faqListingMain h2 {
        font-size: 1.375rem;
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .faqListingMain h2 {
        font-size: 1.25rem;
        margin-bottom: 15px
    }
}

.faqListingMain .mainacrdSec {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #ccc solid 1px
}

.faqListingMain .mainacrdSec:last-child {
    border-bottom: 0px
}

@media (max-width: 480px) {
    .faqListingMain .mainacrdSec:last-child {
        padding-bottom: 5px
    }
}

.faqListingMain .mainacrdSec h3 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    background: url(../images/car-listing/plus.webp) right top no-repeat;
    line-height: 32px;
    cursor: pointer;
    padding-right: 50px
}

@media (max-width: 480px) {
    .faqListingMain .mainacrdSec h3 {
        font-size: 1rem;
        line-height: 2.0;
        padding-right: 40px
    }
}

.faqListingMain .mainacrdSec h3.selected {
    background: url(../images/car-listing/minus.webp) right top no-repeat
}

.faqListingMain .mainacrdSec .acrdSec {
    display: none
}

.faqListingMain .mainacrdSec .acrdSec p {
    float: left;
    width: 100%;
    color: #2e2e2e;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 10px
}

@media (max-width: 480px) {
    .faqListingMain .mainacrdSec .acrdSec p {
        line-height: 1.7
    }
}

.mainContactSection.sellPage {
    padding-top: 0
}

.mainContactSection.sellPage .formSection form {
    padding: 10px 40px
}

@media (max-width: 1199px) {
    .mainContactSection.sellPage .formSection form {
        padding: 10px 25px
    }
}

@media (max-width: 992px) {
    .mainContactSection.sellPage .formSection form {
        padding: 10px 25px 25px 25px
    }
}

@media (max-width: 767px) {
    .mainContactSection.sellPage .formSection form {
        width: 100% !important;
        padding: 10px 15px 25px 15px
    }
}

.mainContactSection.sellPage .formSection form .form-row .form__item input {
    padding: 0px
}

.mainContactSection.sellPage .formSection form .form-row .form__item .form__item-title {
    left: 0px
}

@media (max-width: 992px) {
    .mainContactSection.sellPage .formSection form .form-row .CustumCheckbox label {
        line-height: 25px
    }
}

@media (max-width: 767px) {
    .mainContactSection.sellPage .formSection form .form-row .CustumCheckbox label {
        line-height: 0.875rem
    }
}

@media (max-width: 992px) {
    .mainContactSection.sellPage .ContactSection {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .mainContactSection.sellPage .ContactSection {
        margin-top: 0px
    }
}

.SellatEaseSection {
    width: 100%;
    float: left;
    margin: 25px 0 0 0
}

@media (max-width: 1199px) {
    .SellatEaseSection {
        margin: 40px 0 0
    }
}

@media (max-width: 767px) {
    .SellatEaseSection {
        margin: 20px 0 0
    }
}

@media (max-width: 480px) {
    .SellatEaseSection .container {
        padding-right: 0
    }

    .SellatEaseSection .container .row {
        margin-right: 0
    }
}

.SellatEaseSection .sellPeaceHead {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

@media (max-width: 992px) {
    .SellatEaseSection .sellPeaceHead {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    .SellatEaseSection .sellPeaceHead {
        margin-bottom: 10px
    }
}

.SellatEaseSection .sellPeaceHead h2,
.SellatEaseSection .sellPeaceHead h1 {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px
}

@media (max-width: 1199px) {

    .SellatEaseSection .sellPeaceHead h2,
    .SellatEaseSection .sellPeaceHead h1 {
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {

    .SellatEaseSection .sellPeaceHead h2,
    .SellatEaseSection .sellPeaceHead h1 {
        font-size: 1.125rem
    }
}

.SellatEaseSection .sellPeaceHead p {
    margin-top: 15px
}

.SellatEaseSection p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400
}

.SellatEaseSection .contentSection {
    width: 100%;
    height: 100%;
    float: left;
    border: 2px solid #e6e6e6;
    padding: 20px;
    margin: 15px 0;
    border-radius: 6px
}

@media (max-width: 767px) {
    .SellatEaseSection .contentSection {
        padding: 15px
    }
}

@media (max-width: 480px) {
    .SellatEaseSection .contentSection {
        padding: 10px;
        margin: 15px 0
    }
}

.SellatEaseSection .contentSection .sellVideo {
    position: relative
}

.SellatEaseSection .contentSection .sellVideo iframe,
.SellatEaseSection .contentSection .sellVideo>img {
    width: 100%;
    height: 220px;
    border: 0
}

@media (max-width: 1199px) {

    .SellatEaseSection .contentSection .sellVideo iframe,
    .SellatEaseSection .contentSection .sellVideo>img {
        height: 120px
    }
}

@media (max-width: 992px) {

    .SellatEaseSection .contentSection .sellVideo iframe,
    .SellatEaseSection .contentSection .sellVideo>img {
        height: 150px
    }
}

.SellatEaseSection.sellAtPeace h3 {
    font-size: 1.3125rem;
    color: #2b3395;
    font-weight: 500;
    margin: 15px 0
}

@media (max-width: 1420px) {
    .SellatEaseSection.sellAtPeace h3 {
        font-size: 1.3125rem
    }
}

@media (max-width: 1199px) {
    .SellatEaseSection.sellAtPeace h3 {
        font-size: 1.125rem
    }
}

@media (max-width: 767px) {
    .SellatEaseSection.sellAtPeace h3 {
        font-size: 0.875rem
    }
}

.SellatEaseSection.sellAtPeace .sellpeace-carousel {
    padding: 0 25px
}

.SellatEaseSection.sellAtPeace .sellpeace-carousel .item {
    padding: 0;
    border-radius: 8px
}

@media (max-width: 767px) {
    .SellatEaseSection.sellAtPeace .sellpeace-carousel .item {
        padding: 0 7px
    }
}

@media (max-width: 480px) {
    .SellatEaseSection.sellAtPeace .sellpeace-carousel .item {
        padding: 0 5px
    }
}

@media (max-width: 480px) {
    .SellatEaseSection.sellAtPeace .sellpeace-carousel {
        padding: 0 20px
    }
}

.SellatEaseSection.sellAtPeace .sellpeace-carousel .owl-nav .owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center !important;
    width: 10px !important;
    height: 16px !important;
    left: 0 !important;
    margin: -8px 0 0 7px !important;
    outline: none !important
}

@media (max-width: 480px) {
    .SellatEaseSection.sellAtPeace .sellpeace-carousel .owl-nav .owl-prev {
        margin: -8px 0 0 0px !important
    }
}

.SellatEaseSection.sellAtPeace .sellpeace-carousel .owl-nav .owl-prev span {
    display: none
}

.SellatEaseSection.sellAtPeace .sellpeace-carousel .owl-nav .owl-next {
    background: url(../images/rightIcon.webp) no-repeat center !important;
    width: 10px !important;
    height: 16px !important;
    right: 0 !important;
    margin: -8px 7px 0 0 !important;
    outline: none !important
}

@media (max-width: 480px) {
    .SellatEaseSection.sellAtPeace .sellpeace-carousel .owl-nav .owl-next {
        margin: -8px 0 0 0px !important
    }
}

.SellatEaseSection.sellAtPeace .sellpeace-carousel .owl-nav .owl-next span {
    display: none
}

.SellatEaseSection.sellVidSec {
    margin: 25px 0 0px 0
}

@media (max-width: 1199px) {
    .SellatEaseSection.sellVidSec {
        margin: 10px 0 -15px 0
    }
}

@media (max-width: 767px) {
    .SellatEaseSection.sellVidSec {
        margin: 20px 0 -15px 0
    }
}

.SellatEaseSection.sellVidSec h3 {
    font-size: 1.3125rem;
    color: #2b3395;
    font-weight: 500;
    margin: 15px 0
}

@media (max-width: 1420px) {
    .SellatEaseSection.sellVidSec h3 {
        font-size: 1.3125rem
    }
}

@media (max-width: 1199px) {
    .SellatEaseSection.sellVidSec h3 {
        font-size: 1.125rem
    }
}

@media (max-width: 767px) {
    .SellatEaseSection.sellVidSec h3 {
        font-size: 0.875rem
    }
}

.SellatEaseSection.sellVidSec .sellpeace-carousel {
    padding: 0 25px;
    float: left;
    width: 100%
}

.SellatEaseSection.sellVidSec .sellpeace-carousel .item {
    padding: 0;
    border-radius: 8px
}

@media (max-width: 767px) {
    .SellatEaseSection.sellVidSec .sellpeace-carousel .item {
        padding: 0 7px
    }
}

@media (max-width: 480px) {
    .SellatEaseSection.sellVidSec .sellpeace-carousel .item {
        padding: 0 5px
    }
}

@media (max-width: 480px) {
    .SellatEaseSection.sellVidSec .sellpeace-carousel {
        padding: 0 20px
    }
}

.SellatEaseSection.sellVidSec .sellpeace-carousel .owl-nav .owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center !important;
    width: 10px !important;
    height: 16px !important;
    left: 0 !important;
    margin: -8px 0 0 7px !important;
    outline: none !important
}

@media (max-width: 480px) {
    .SellatEaseSection.sellVidSec .sellpeace-carousel .owl-nav .owl-prev {
        margin: -8px 0 0 0px !important
    }
}

.SellatEaseSection.sellVidSec .sellpeace-carousel .owl-nav .owl-prev span {
    display: none
}

.SellatEaseSection.sellVidSec .sellpeace-carousel .owl-nav .owl-next {
    background: url(../images/rightIcon.webp) no-repeat center !important;
    width: 10px !important;
    height: 16px !important;
    right: 0 !important;
    margin: -8px 7px 0 0 !important;
    outline: none !important
}

@media (max-width: 480px) {
    .SellatEaseSection.sellVidSec .sellpeace-carousel .owl-nav .owl-next {
        margin: -8px 0 0 0px !important
    }
}

.SellatEaseSection.sellVidSec .sellpeace-carousel .owl-nav .owl-next span {
    display: none
}

.faqSection {
    width: 100%;
    float: left;
    margin: 30px 0 0
}

@media (max-width: 992px) {
    .faqSection {
        margin: 15px 0 0
    }
}

@media (max-width: 767px) {
    .faqSection {
        margin: 15px 0 10px
    }
}

.faqSection h2 {
    font-size: 1.875rem;
    font-weight: bold
}

@media (max-width: 1420px) {
    .faqSection h2 {
        font-size: 1.625rem
    }
}

@media (max-width: 1199px) {
    .faqSection h2 {
        font-size: 1.5rem;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .faqSection h2 {
        font-size: 1.125rem
    }
}

.faqSection .faqContent {
    width: 100%;
    float: left;
    padding-right: 80px
}

@media (max-width: 992px) {
    .faqSection .faqContent {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .faqSection .faqContent {
        padding-bottom: 20px
    }
}

.faqSection .faqContent h3 {
    font-size: 1rem;
    color: #2e2e2e;
    font-weight: bold;
    margin: 0 0 10px 0
}

@media (max-width: 767px) {
    .faqSection .faqContent h3 {
        font-size: 0.875rem
    }
}

.faqSection .faqContent p {
    font-size: 0.875rem;
    color: #636363;
    font-weight: 400;
    line-height: 1.25rem
}

.faqSection .col-6:last-child .faqContent {
    padding-left: 80px;
    padding-right: 0px
}

.formSectionStep1 {
    width: 100%;
    float: left;
    box-shadow: 0px 10px 20px #cacaca;
    border-radius: 6px;
    background: #FFFFFF
}

@media (max-width: 992px) {
    .formSectionStep1 {
        width: 98%;
        margin-left: 1%
    }
}

@media (max-width: 767px) {
    .formSectionStep1 {
        width: 85%;
        margin-left: 8%
    }
}

@media (max-width: 767px) {
    .formSectionStep1 {
        width: 100%;
        margin-left: 0px
    }
}

.formSectionStep1 form {
    box-shadow: none !important
}

@media (max-width: 992px) {
    .formSectionStep1 form {
        width: 100% !important
    }
}

h2.book-heading {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 0 0 3px
}

.formSectionStep2 {
    width: 100%;
    float: left;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #cacaca;
    display: none;
    border-radius: 6px
}

@media (max-width: 767px) {
    .formSectionStep2 {
        padding: 0;
        margin: 0 auto;
        float: none;
        width: 85%;
        margin-left: 8%
    }
}

@media (max-width: 480px) {
    .formSectionStep2 {
        padding: 0px 0px 0;
        width: 100%;
        margin-left: 0px
    }
}

.formSectionStep2 form {
    width: 100%;
    float: left
}

@media (max-width: 992px) {
    .formSectionStep2 form {
        padding-bottom: 40px
    }
}

@media (max-width: 480px) {
    .formSectionStep2 form {
        width: 100% !important
    }
}

.formSectionStep2 form .form__item-title {
    position: absolute;
    top: 15px;
    left: 0 !important;
    transition: all 0.1s;
    font-size: 0.875rem;
    font-weight: 300
}

.formSectionStep2 form .form__item-title small {
    opacity: 0.5
}

.formSectionStep2 form .form__item {
    margin-bottom: 15px;
    position: relative
}

.formSectionStep2 form .form__item input {
    padding: 0 !important;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400
}

.formSectionStep2 form .form__item input:valid {
    border-bottom-color: #aeaeae;
    transition: all .3s ease
}

.formSectionStep2 form .form__item input:valid+.form__item-title {
    top: -5px;
    left: 0;
    font-size: 11px;
    color: #000000
}

.formSectionStep2 form .form__item .error {
    position: absolute
}

.formSectionStep2 form .form__item .error+.form__item-title {
    top: -5px;
    left: 0;
    font-size: 11px;
    color: #000000
}

.formSectionStep2 form .form__item select {
    background: url(../images/select.webp) no-repeat right center;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    transition: all 0.3s;
    font-size: 0.875rem;
    font-weight: 400;
    height: 35px;
    margin-top: 5px
}

@media (max-width: 767px) {
    .formSectionStep2 .form-row {
        float: none;
        width: auto
    }
}

.formSectionStep2 .form-row .form-group {
    padding: 15px 15px 0
}

.formSectionStep2 .form-row .form-group .select2-container {
    width: 100% !important
}

.formSectionStep2 .form-row .form-control+label {
    left: 25px;
    right: 25px
}

.formSectionStep2 .form-row .form-control+label span {
    color: #c0c0c0
}

.formSectionStep2 .form-row .line {
    left: 15px;
    right: 15px
}

.formSectionStep2 .form-group {
    position: relative;
    padding-top: 15px;
    margin-bottom: 30px
}

.formSectionStep2 .form-group select {
    background: url(../images/select.webp) no-repeat right center
}

.formSectionStep2 .form-control {
    border: 0;
    border-radius: 0;
    padding: 10px 10px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 0.875rem
}

.formSectionStep2 .form-control:not(textarea) {
    height: 44px
}

.formSectionStep2 .form-control+label {
    position: absolute;
    z-index: 1;
    top: 25px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    left: 10px;
    right: 10px;
    font-size: 0.875rem
}

.formSectionStep2 .form-control:focus {
    box-shadow: none;
    background-color: transparent
}

.formSectionStep2 .form-control:focus+label {
    color: #aeaeae;
    font-size: 0.875rem;
    top: 0
}

.formSectionStep2 .form-control:focus~.line:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.formSectionStep2 .form-control.has-value+label {
    font-size: 0.875rem;
    top: 0
}

.formSectionStep2 .no-js .form-control+label {
    font-size: 0.875rem;
    top: 0
}

.formSectionStep2 .line {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #aeaeae
}

.formSectionStep2 .line:after {
    content: "";
    height: 2px;
    position: absolute;
    display: block;
    background: #aeaeae;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.formSectionStep2 select.form-control:not([size]):not([multiple]) {
    height: 44px
}

.formSectionStep2 .blueButton a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    background: #2b3395;
    color: #FFFFFF;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 500
}

.formSectionStep2 .blueButton a:hover {
    border: 1px solid #bfbfbf;
    background: #FFFFFF;
    color: #000000
}

.PriceSection {
    width: 100%;
    float: left;
    padding: 10px
}

@media (max-width: 767px) {
    .PriceSection {
        width: 100%;
        margin: 0;
        float: none;
        border-radius: 10px 10px 0 0
    }
}

@media (max-width: 480px) {
    .PriceSection {
        width: 100%;
        margin: 0;
        float: none;
        border-radius: 5px 5px 0 0;
        padding: 10px
    }
}

.PriceSection .priceDetails {
    width: 100%;
    float: left;
    text-align: center;
    height: 100%;
    padding: 25px 0;
    background: #ececec
}

.PriceSection .priceDetails ul {
    display: inline-block
}

.PriceSection .priceDetails li {
    list-style: none;
    padding: 0 30px;
    float: left;
    text-align: left
}

@media (max-width: 767px) {
    .PriceSection .priceDetails li {
        text-align: center;
        width: 100%
    }
}

@media (max-width: 480px) {
    .PriceSection .priceDetails li {
        padding: 0 15px
    }
}

.PriceSection .priceDetails li h3 {
    font-size: 1rem;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 10px;
    color: #2e2e2e;
    font-weight: 500
}

@media (max-width: 480px) {
    .PriceSection .priceDetails li h3 {
        font-size: 0.875rem
    }
}

.PriceSection .priceDetails li h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 10px;
    color: #2b3395;
    font-weight: 600
}

@media (max-width: 480px) {
    .PriceSection .priceDetails li h4 {
        font-size: 1.25rem
    }
}

.PriceSection .priceDetails li p {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #2e2e2e;
    font-weight: 400
}

@media (max-width: 480px) {
    .PriceSection .priceDetails li p {
        font-size: 0.8125rem;
        line-height: 1.0625rem
    }
}

@media (max-width: 480px) {
    .PriceSection .priceDetails li p br {
        display: none
    }
}

.PriceSection .col-6:last-child .priceDetails {
    width: auto;
    float: left;
    text-align: left;
    padding: 0;
    border-right: 0
}

.PriceSection .col-6:last-child .priceDetails p {
    font-size: 14px;
    color: #363636;
    font-weight: 500
}

.formSectionStep3 {
    width: 100%;
    float: left;
    padding: 10px 10px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #cacaca;
    display: none
}

@media (max-width: 480px) {
    .formSectionStep3 {
        padding: 5px
    }
}

.formSectionStep3 .ThankYouSection {
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 6px 6px 0 0
}

.formSectionStep3 .ThankYouSection h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px
}

@media (max-width: 992px) {
    .formSectionStep3 .ThankYouSection h3 {
        font-size: 1.125rem
    }
}

@media (max-width: 767px) {
    .formSectionStep3 .ThankYouSection h3 {
        font-size: 1rem
    }
}

.formSectionStep3 .ThankYouSection .ThankYouMassage {
    width: 100%;
    float: left;
    padding: 25px 35px;
    position: relative
}

@media (max-width: 1199px) {
    .formSectionStep3 .ThankYouSection .ThankYouMassage {
        padding: 20px
    }
}

.formSectionStep3 .ThankYouSection .ThankYouMassage:after {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    border-right: 0
}

@media (max-width: 1199px) {
    .formSectionStep3 .ThankYouSection .ThankYouMassage:after {
        display: none
    }
}

@media (max-width: 992px) {
    .formSectionStep3 .ThankYouSection .ThankYouMassage:after {
        border-right: none;
        top: inherit;
        bottom: 0;
        width: 90%;
        height: 1px;
        left: 0;
        right: 0;
        margin: auto;
        display: block
    }
}

.formSectionStep3 .ThankYouSection .ThankYouMassage p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    position: relative
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li:last-child {
    margin: 0
}

@media (max-width: 1199px) {
    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li {
        display: inline-block;
        width: 32.3%
    }

    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li:first-child {
        width: 100%
    }
}

@media (max-width: 992px) {
    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li {
        display: block;
        width: 100%
    }

    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li:first-child {
        width: 100%
    }

    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li:nth-child(3) {
        display: inline-block;
        width: auto;
        margin: 0 10px 0 0
    }

    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li:nth-child(3) label {
        display: none
    }

    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li:nth-child(4) {
        display: inline-block;
        width: auto
    }

    .formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li:nth-child(4) label {
        display: none
    }
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li.addressbox img {
    vertical-align: top
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li.addressbox h4.dealer_name {
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #2b3395
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li.addressbox p {
    font-size: 0.75rem;
    color: #4d4949
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li.addressbox p span.dealer_distance {
    color: #000000;
    font-weight: 500
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li img {
    display: inline-block;
    vertical-align: middle
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li label {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    color: #2b3395;
    font-weight: 500;
    width: calc(100% - 70px)
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li label.dealer_date {
    color: #000000
}

.formSectionStep3 .ThankYouSection .ThankYouMassage .detailSection ul li a {
    color: #2b3395
}

.formSectionStep3 .ThankYouSection .rightSection {
    width: 100%;
    float: left;
    padding: 30px;
    background: #ececec
}

@media (max-width: 1199px) {
    .formSectionStep3 .ThankYouSection .rightSection {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .formSectionStep3 .ThankYouSection .rightSection {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .formSectionStep3 .ThankYouSection .rightSection {
        padding: 15px
    }
}

.formSectionStep3 .ThankYouSection .rightSection h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 992px) {
    .formSectionStep3 .ThankYouSection .rightSection h3 {
        text-align: center;
        font-size: 1.125rem
    }
}

.formSectionStep3 .ThankYouSection .rightSection ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

.formSectionStep3 .ThankYouSection .rightSection li {
    width: 33.3%;
    float: left;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 30px 10px;
    margin-bottom: 0;
    list-style: none;
    font-weight: 500;
    margin-right: 0
}

.formSectionStep3 .ThankYouSection .rightSection li:nth-child(3n) {
    border-right: 0
}

.formSectionStep3 .ThankYouSection .rightSection li:nth-child(4) {
    border-bottom: 0
}

.formSectionStep3 .ThankYouSection .rightSection li:nth-child(5) {
    border-bottom: 0
}

.formSectionStep3 .ThankYouSection .rightSection li:nth-child(6) {
    border-bottom: 0
}

@media (max-width: 480px) {
    .formSectionStep3 .ThankYouSection .rightSection li:last-child {
        border-bottom: none
    }
}

@media (max-width: 992px) {
    .formSectionStep3 .ThankYouSection .rightSection li {
        margin: 0;
        width: 50%
    }

    .formSectionStep3 .ThankYouSection .rightSection li:nth-child(3n) {
        border-right: 1px solid #dadada
    }

    .formSectionStep3 .ThankYouSection .rightSection li:nth-child(2n) {
        border-right: 0
    }

    .formSectionStep3 .ThankYouSection .rightSection li:nth-child(4) {
        border-bottom: 1px solid #dadada
    }

    .formSectionStep3 .ThankYouSection .rightSection li:nth-child(5) {
        border-bottom: 0
    }

    .formSectionStep3 .ThankYouSection .rightSection li:nth-child(6) {
        border-bottom: 0
    }
}

@media (max-width: 480px) {
    .formSectionStep3 .ThankYouSection .rightSection li {
        width: 100%;
        border-right: 0px !important;
        border-bottom: 1px solid #dadada !important
    }

    .formSectionStep3 .ThankYouSection .rightSection li:last-child {
        border-bottom: 0 !important
    }
}

.formSectionStep3 .ThankYouSection .rightSection li img {
    display: block;
    margin: 0 auto 20px;
    max-height: 30px
}

.formSectionStep3 .ThankYouSection .rightSection li label {
    padding-left: 0;
    text-align: center;
    font-size: 1rem;
    display: block;
    color: #4a4a4a
}

@media (max-width: 767px) {
    .formSectionStep3 .ThankYouSection .rightSection li label {
        font-size: 0.875rem
    }
}

.formSectionStep3 .addressConfirmation {
    width: 100%;
    float: left;
    padding: 25px 0
}

.formSectionStep3 .addressConfirmation .leftSection {
    width: auto;
    float: right;
    text-align: left
}

@media (max-width: 992px) {
    .formSectionStep3 .addressConfirmation .leftSection {
        float: left;
        padding: 0 0 20px 20px
    }
}

.formSectionStep3 .addressConfirmation .leftSection img {
    width: 8%;
    float: left
}

.formSectionStep3 .addressConfirmation .leftSection label {
    width: 91%;
    float: left;
    padding-left: 10px
}

.formSectionStep3 .addressConfirmation .leftSection label h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600
}

.formSectionStep3 .addressConfirmation .leftSection label p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 500
}

.formSectionStep3 .addressConfirmation .leftSection label p span {
    font-weight: bold
}

.formSectionStep3 .addressConfirmation .rightSection {
    width: 100%;
    float: left
}

.formSectionStep3 .addressConfirmation .rightSection ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

@media (max-width: 992px) {
    .formSectionStep3 .addressConfirmation .rightSection ul {
        text-align: center
    }
}

.formSectionStep3 .addressConfirmation .rightSection li {
    display: inline-block;
    list-style: none;
    margin-right: 30px
}

@media (max-width: 1280px) {
    .formSectionStep3 .addressConfirmation .rightSection li {
        margin-right: 25px
    }
}

@media (max-width: 1199px) {
    .formSectionStep3 .addressConfirmation .rightSection li {
        margin-right: 0;
        padding: 0 5px
    }
}

.formSectionStep3 .addressConfirmation .rightSection li img {
    display: inline-block;
    vertical-align: middle
}

.formSectionStep3 .addressConfirmation .rightSection li label {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

@media (max-width: 480px) {
    .formSectionStep3 .addressConfirmation .rightSection li label {
        display: block;
        font-size: 13px;
        padding-top: 8px;
        padding-left: 0
    }
}

.scroll {
    width: 100%;
    overflow: auto;
    float: left;
    padding-right: 10px
}

.scroll1::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px
}

.scroll1::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 3px
}

.scroll1::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px
}

@media (max-width: 480px) {
    .noMargin {
        margin: 0
    }
}

.booked-car {
    z-index: 9;
    height: 100%;
    width: 100%;
    background: rgba(165, 164, 163, 0.7);
    position: absolute;
    top: 0
}

.booked-car img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.errorInvalid {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.input_textsel input {
    font-size: 13px !important
}

.input_textselkm input {
    font-size: 13px !important
}

.selfont .select2-selection--single {
    font-size: 13px !important
}

.sell2from {
    width: 98% !important;
    margin: 0 auto
}

.clanabs {
    position: absolute;
    top: 33px;
    color: #2b3395;
    right: 14px;
    font-size: 12px
}

.heightbanner {
    height: 250px;
    background-image: url("../images/contact/banner-sell-page.webp");
    background-repeat: no-repeat
}

.car_fill_title {
    margin: 20px 0 0 0px;
    color: #000;
    font-weight: 500;
    font-size: 23px
}

.car_fill_title_hig {
    margin: 4px 0 0 0px;
    color: #000;
    font-weight: 500;
    font-size: 20px
}

.car_book_title {
    margin: 0px;
    color: #000;
    font-weight: 500;
    font-size: 20px
}

.border_left_line {
    border-left: 2px solid #aeaeae
}

.border_left_line0 {
    border-left: 2px solid #aeaeae
}

.fa_icon {
    width: 100%;
    border-bottom: 2px solid #aeaeae;
    display: inline-block;
    position: relative
}

.fa_icon i {
    position: absolute;
    top: 15px;
    color: #2b3395
}

.fa_icon img {
    position: absolute;
    top: 19px
}

.car_ro_marg_left {
    margin-left: 5px
}

.model {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 16px;
    border-bottom: 2px solid #aeaeae
}

.car_left_text {
    float: left;
    color: #777777;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 0 20px 0;
    width: 180px
}

.car_right_text {
    float: right;
    font-weight: 500;
    font-size: 14px;
    width: 70%;
    text-align: right
}

.padtop_botzero {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.form-grouppadd {
    padding: 0 !important;
    margin-bottom: 0px !important;
    margin-top: 7px
}

.height_section {
    background-color: #f9f9f9;
    border-radius: 6px
}

.registration {
    display: none
}

.form-group1 {
    margin-top: 20px
}

.input_mar {
    margin-top: -4px
}

.app_title {
    color: #2b3395;
    font-size: 24px;
    font-weight: bold;
    margin: 25px 10px 10px 0
}

.app_li {
    list-style-type: none;
    padding-bottom: 10px
}

.app_li li {
    display: inline-block;
    padding: 6px 0px 6px 0px;
    color: #656262;
    font-weight: 400;
    margin-right: 5px
}

.app_liwebno {
    display: none
}

.row_ri_mar {
    margin-right: 20px
}

.range_rup {
    position: relative;
    padding: 10px 5px 10px 5px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px
}

.range_rup::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -2em;
    left: 42%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 1px 0 #e6e6e6
}

.price_amount {
    color: #2b3395;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px
}

.price_range {
    color: #656262;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0
}

.appinput_text {
    background-color: #e9eaf4;
    display: flex;
    border-radius: 10px;
    color: #2b3395;
    position: relative
}

.appinput_text span {
    position: absolute;
    top: 17px;
    left: 8px;
    color: #2b3395;
    font-weight: 500
}

.appinput_text .expec_price {
    margin-left: 20px;
    padding-right: 10px
}

.expec_price::placeholder {
    color: #585da0;
    font-weight: 500;
    font-size: 15px
}

.app_fill_title {
    margin: 10px 0 0 0px;
    color: #000;
    font-weight: 500;
    font-size: 26px
}

.app_exp_tit {
    color: #676767;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 2px
}

.app_exp_tit1 {
    color: #000;
    font-weight: 500;
    font-size: 18px
}

.emojes {
    list-style-type: none;
    text-align: center
}

.emojes li {
    display: inline-block;
    width: 52px;
    padding: 10px
}

.inactive {
    display: none
}

.emojiImg11.active,
.emojiImg21.active,
.emojiImg31.active,
.emojiImg31.active,
.emojiImg41.active,
.emojiImg51.active {
    display: block
}

.emojiImg1.active,
.emojiImg2.active,
.emojiImg3.active,
.emojiImg3.active,
.emojiImg4.active,
.emojiImg5.active {
    display: block
}

.emojiImg1,
.emojiImg2,
.emojiImg3,
.emojiImg3,
.emojiImg4,
.emojiImg5 {
    display: none
}

.disclaimer {
    background-color: #e9eaf4;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    color: #777777;
    font-weight: 500
}

.form-row2 {
    margin: 0 -40px 0 -35px
}

.fill_title {
    margin: 20px 0 0 10px;
    color: #000;
    font-weight: 500;
    font-size: 20px
}

.checkbox_text {
    font-size: 13px !important;
    line-height: 1.4
}

.padd_left {
    padding-left: 24px !important
}

.thank_title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px
}

.conf_book {
    color: #848484;
    font-size: 21px;
    font-weight: 400
}

.dropdown_line {
    border-bottom: 1px solid #d4d4d4 !important
}

@media (max-width: 576px) {
    .height_section {
        background-color: #fff
    }

    .heightbanner {
        height: 140px;
        background-image: url(../images/contact/banner-sell-page.webp);
        background-size: 200%, 0%;
        background-repeat: no-repeat;
        background-position: 6%, 5%
    }

    .mod-sellform {
        padding: 15px
    }

    .app_li {
        padding-bottom: 20px;
        border-bottom: 2px solid #aeaeae
    }

    .app_fill_title {
        font-size: 22px
    }

    .app_exp_tit1 {
        font-size: 17px
    }

    .emojes li {
        width: 45px;
        padding: 5px
    }

    .disclaimer {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 10px 20px #eaeaea;
        margin-top: -10px;
        padding-left: 10px;
        text-align: left;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .disclaimer b {
        display: block;
        text-align: left;
        color: #000;
        font-size: 18px;
        font-weight: 500
    }

    .app_liwebno {
        display: block !important
    }

    .car_fill_title {
        font-size: 18px
    }

    .app_title {
        margin-top: 16px
    }

    .hidden_mob {
        display: none
    }

    .border_left_line {
        border-left: none
    }

    .range_rup {
        background-color: #2b3395;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .range_rup::after {
        display: none
    }

    .price_amount {
        color: #fff;
        font-size: 20px
    }

    .price_range {
        font-size: 16px;
        color: #b5b5b5
    }

    .registration {
        display: block
    }
}

@media (max-width: 768px) {
    .data_section {
        display: contents
    }

    .border_left_line0 {
        border-left: none
    }

    .disclaimer {
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px;
        font-size: 12px
    }

    .range_rup::after {
        left: 46% !important
    }

    #thankyou .form-row div {
        padding: 50px 0
    }
}

@media (max-width: 992px) {
    .border_left_line {
        border-left: none
    }

    .range_rup::after {
        left: 45%
    }
}

@media (max-width: 1024px) {
    .price_amount {
        font-size: 22px
    }

    .input_textsel input {
        font-size: 11px !important
    }

    .app_fill_title {
        font-size: 18px
    }

    .emojes li {
        display: inline-block;
        width: 40px;
        padding: 2px
    }

    .sell2from {
        width: 100% !important;
        margin: 0 auto
    }

    .car_fill_title {
        font-size: 18px
    }

    .car_fill_title_hig {
        font-size: 18px
    }

    .range_rup::after {
        left: 40%
    }
}

@media (min-width: 990px) {
    .height_both {
        height: 290px
    }

    #thankyou .form-row div {
        padding: 110px 0
    }
}

.availableTxt {
    font-size: 14px;
    font-weight: normal
}

.formSecMain {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    background: #fff
}

.formSecMain.thankyouNew {
    background: #F4F4F5;
    padding: 35px 0
}

@media (max-width: 992px) {
    .formSecMain.thankyouNew {
        margin-top: 100px;
        padding: 35px 15px
    }
}

@media (max-width: 480px) {
    .formSecMain.thankyouNew {
        padding: 20px 15px
    }
}

@media (max-width: 992px) {
    .formSecMain .container {
        max-width: 100%;
        padding: 0px;
        margin: 0px
    }
}

.formSecMain .formBannerMain {
    background: #ebedff;
    min-height: 200px;
    float: left;
    width: 100%;
    border-radius: 10px
}

@media (max-width: 992px) {
    .formSecMain .formBannerMain {
        border-radius: 0px;
        display: flex;
        margin-top: 110px
    }
}

@media (max-width: 480px) {
    .formSecMain .formBannerMain {
        min-height: inherit;
        margin-top: 95px
    }
}

.formSecMain .formBannerMain .bannerImg {
    padding: 0px 50px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 1199px) {
    .formSecMain .formBannerMain .bannerImg {
        padding: 0px 0px 0px 30px
    }
}

@media (max-width: 480px) {
    .formSecMain .formBannerMain .bannerImg {
        padding: 0 0px 0 10px;
        width: 80%
    }
}

.formSecMain .formBannerMain .bannerTxt {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px
}

@media (max-width: 1199px) {
    .formSecMain .formBannerMain .bannerTxt {
        width: 43%
    }
}

@media (max-width: 767px) {
    .formSecMain .formBannerMain .bannerTxt {
        width: 35%
    }
}

@media (max-width: 480px) {
    .formSecMain .formBannerMain .bannerTxt {
        width: 45%
    }
}

.formSecMain .formBannerMain .bannerTxt h3 {
    font-size: 1.75rem;
    color: #2b3395;
    font-weight: bold;
    width: 70%;
    margin-bottom: 10px
}

.formSecMain .formBannerMain .bannerTxt h3.forDesk {
    display: block;
    text-transform: uppercase
}

.formSecMain .formBannerMain .bannerTxt h3.forMob {
    display: none
}

@media (max-width: 1199px) {
    .formSecMain .formBannerMain .bannerTxt h3 {
        width: 100%;
        font-size: 1.5rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formBannerMain .bannerTxt h3.forDesk {
        display: none
    }

    .formSecMain .formBannerMain .bannerTxt h3.forMob {
        display: block;
        margin-bottom: 0px;
        margin-top: 50px
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .formSecMain .formBannerMain .bannerTxt h3.forMob {
        margin-top: 0px;
        font-size: 1.25rem
    }
}

.formSecMain .formBannerMain .bannerTxt p {
    color: #282828;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .formSecMain .formBannerMain .bannerTxt p {
        font-size: 0.9375rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formBannerMain .bannerTxt p {
        display: none
    }
}

.formSecMain .formBannerMain .bannerTxt span {
    text-align: right;
    font-size: 0.75rem;
    color: #000;
    width: 100%;
    float: left;
    font-weight: 500
}

@media (max-width: 992px) {
    .formSecMain .formBannerMain .bannerTxt span {
        display: none
    }
}

.formSecMain .bannerBelowTxt {
    font-size: 1.3125rem;
    width: 100%;
    text-align: center;
    float: left;
    box-shadow: 0 0 5px rgba(43, 51, 149, 0.27);
    padding: 15px;
    font-weight: 500
}

@media (max-width: 992px) {
    .formSecMain .bannerBelowTxt {
        font-size: 1rem;
        padding: 7px
    }
}

.formSecMain .formDisContentMain {
    display: inline-block;
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps {
    float: left;
    width: 92%;
    background: #fff;
    padding: 40px 50px;
    margin-left: 4%;
    margin-top: 35px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(43, 51, 149, 0.27)
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps {
        padding: 25px 30px
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps {
        margin-top: 25px;
        padding: 20px 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps h3 {
    font-size: 1.3125rem;
    font-weight: 500;
    color: #282828
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps h3 {
        margin-bottom: 10px;
        font-size: 1rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps h3 {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps h3 {
        margin-bottom: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps h3 strong {
    font-weight: 900
}

.formSecMain .formDisContentMain .formSectionSteps .form-row {
    margin-right: -15px;
    margin-left: -15px
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group {
    padding: 15px 15px 0px;
    width: 100%
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group {
        margin-bottom: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain {
    width: 100%;
    display: inline-block;
    position: relative
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain {
        margin-top: 15px
    }
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain img {
    position: absolute;
    top: 15px
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input {
    border: 0;
    border-radius: 0;
    padding: 10px 0 10px 25px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    width: 100%;
    height: 40px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input {
        font-size: 0.9375rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input:focus {
    outline: 0px
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield {
    float: left;
    width: 100%;
    position: relative
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus {
    border: 0px
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus label {
    top: -10px;
    bottom: auto;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-size: 0.75rem;
    color: #2b33a2;
    font-weight: 500;
    transition: 0.2s ease all
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus .form-control {
    border-bottom: #2b33a2 solid 1px
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.textarea {
    height: auto
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.textarea .form-control {
    height: auto;
    resize: none
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield label {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 14px;
    transition: 0.2s ease all;
    z-index: 10;
    font-weight: normal;
    color: #757575
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield label {
        font-size: 0.9375rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .form-control {
    float: left;
    width: 100%;
    border: 0px;
    border-bottom: #cccccc solid 1px;
    padding: 12px 0px 12px 25px;
    color: #000;
    font-size: 1rem;
    line-height: normal
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .form-control:focus label {
    top: 0
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .regWithOutSpace {
    position: absolute;
    bottom: -40px;
    left: 0px;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: italic;
    color: #2b33a2
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .errorMsg {
    display: none
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField input:focus {
    outline: 0
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField input:not(:focus):valid {
    outline: 0
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .blueButton {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    background: #2b3395;
    color: #FFFFFF;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 400;
    border: 1px solid #2b3395;
    outline: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .blueButton {
        width: 30%;
        margin-left: 35%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .blueButton {
        width: 50%;
        margin-left: 25%
    }
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .blueButton:hover {
    background: #fff;
    color: #2b3395
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox {
    float: left;
    width: 100%;
    margin-top: 10px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox {
        margin-top: 20px
    }
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox input {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-top: 0px
}

.formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .custumCheckbox label {
    width: calc(100% - 25px);
    color: #282828;
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 5px;
    line-height: 1.4
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo {
    padding: 0px;
    position: relative;
    background: none;
    border-radius: 0px;
    box-shadow: none
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo {
        display: inline-block
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .sepratorOne {
    width: 1px;
    background: #dbdbdb;
    position: absolute;
    left: 33%;
    height: 100%;
    top: 0px;
    display: none
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .sepratorOne {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .sepratorTwo {
    width: 1px;
    background: #dbdbdb;
    position: absolute;
    left: 66%;
    height: 100%;
    top: 0px;
    display: none
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .sepratorTwo {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft {
    width: 32%;
    float: left;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(43, 51, 149, 0.27);
    min-height: 555px
}

@media (max-width: 1420px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft {
        min-height: 575px
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft {
        padding: 25px;
        min-height: 700px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft {
        width: 100%;
        min-height: auto
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft {
        padding: 20px 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft h3 {
    margin-bottom: 10px;
    font-size: 1.375rem;
    min-height: 50px
}

@media (max-width: 1280px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft h3 {
        font-size: 1.125rem
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft h3 {
        font-size: 1rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft h3 {
        min-height: auto
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft h3 {
        margin-bottom: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group {
    margin-bottom: 0px;
    text-align: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain {
    background: #f1f1f1;
    border: #e3e3e3 solid 1px;
    border-radius: 5px
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain {
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain .perDetTxtNew {
    padding: 10px;
    float: left;
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain .perDetTxtNew small {
    font-size: 0.75rem;
    color: #2b33a2;
    font-weight: 500;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain .perDetTxtNew input {
    font-size: 1.125rem;
    color: #282828;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    height: inherit;
    line-height: inherit;
    font-weight: 600;
    box-shadow: none
}

@media (max-width: 1280px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain .perDetTxtNew input {
        font-size: 1rem
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain .perDetTxtNew input {
        font-size: 0.875rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain .perDetTxtNew strong {
    font-size: 1.125rem;
    color: #282828;
    width: 100%;
    float: left;
    text-align: left
}

@media (max-width: 1280px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .inputmain .perDetTxtNew strong {
        font-size: 1rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .whiteBtm {
    min-width: 185px;
    padding: 14px 15px 14px 35px;
    width: auto;
    border: #2b33a2 solid 1px;
    font-size: 1.125rem;
    font-weight: bold;
    border-radius: 8px;
    color: #2b33a2;
    background: #fff url(../images/sell/edit.webp) 20px center no-repeat;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 25px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .whiteBtm {
        font-size: 1rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .whiteBtm {
        width: auto;
        margin-left: 0;
        float: none;
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecLeft .form-row .form-group .whiteBtm:hover {
    transition: 0.5s;
    background: #2b33a2 url(../images/sell/edit2.webp) 20px center no-repeat;
    color: #FFFFFF
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle {
    width: 32%;
    float: left;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(43, 51, 149, 0.27);
    margin: 0 2%;
    min-height: 555px
}

@media (max-width: 1420px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle {
        min-height: 575px
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle {
        padding: 25px;
        min-height: 700px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle {
        width: 100%;
        margin: 25px 0;
        min-height: auto
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle {
        padding: 10px 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle h3 {
    margin-bottom: 10px;
    min-height: 50px
}

@media (max-width: 1280px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle h3 {
        font-size: 1.125rem
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle h3 {
        font-size: 1rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle h3 {
        min-height: auto
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group {
    margin-bottom: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group .inputmain {
    background: #f1f1f1;
    border: #e3e3e3 solid 1px;
    border-radius: 5px
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group .inputmain {
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group .inputmain .perDetTxtNew {
    padding: 20px 10px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group .inputmain .perDetTxtNew small {
    font-size: 0.875rem;
    color: #2b33a2;
    font-weight: 500;
    text-align: left;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: normal;
    text-transform: uppercase
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group .inputmain .perDetTxtNew strong {
    font-size: 1.125rem;
    color: #282828;
    width: 100%;
    float: left;
    text-align: right
}

@media (max-width: 1280px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group .inputmain .perDetTxtNew strong {
        font-size: 1rem
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecMiddle .form-row .form-group .inputmain .perDetTxtNew strong {
        font-size: 0.875rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight {
    width: 32%;
    float: left;
    padding: 25px;
    border: #2b33a2 solid 1px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(43, 51, 149, 0.27);
    min-height: 555px
}

@media (max-width: 1420px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight {
        min-height: 575px
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight {
        padding: 25px;
        min-height: 700px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight {
        width: 100%;
        min-height: auto
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight h3 {
    margin-bottom: 10px
}

@media (max-width: 1280px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight h3 {
        font-size: 1.125rem
    }
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight h3 {
        font-size: 1rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .formSecRightSecTitle {
    margin-bottom: 0px;
    margin-top: 25px;
    font-size: 1.125rem
}

@media (max-width: 1280px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .formSecRightSecTitle {
        font-size: 1rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 50%;
    float: left
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group {
        width: 100%;
        margin-top: 5px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group {
        width: 50%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group {
        width: 100%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group:nth-child(2n+2) {
    float: right
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group:nth-child(3) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group:nth-child(6) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group:last-child {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect {
    position: relative
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .form__item label {
    color: #2b33a2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .form__item input[type="text"] {
    border: 0;
    border-radius: 0;
    padding: 10px 0 10px 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #cecece
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .form__item input[type="text"]:focus {
    outline: 0
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
    background: url(../images/sell/up-arrow.webp) right center no-repeat
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
        background-position: right 22px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .form__item .select2-container .selection .select2-selection {
    border: 0px;
    border-bottom: #cecece solid 1px;
    border-radius: 0px;
    height: 40px;
    padding-left: 0px;
    font-size: 18px;
    color: #282828;
    background: url(../images/sell/down-arrow.webp) right center no-repeat
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .form__item .select2-container .selection .select2-selection {
        font-size: 0.9375rem;
        padding-right: 0px;
        background-position: right 22px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .customselect .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain {
    border-bottom: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .plcHder {
    color: #2b33a2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield {
    float: left;
    width: 100%;
    position: relative
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.focus {
    border: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.focus label {
    font-size: 1rem;
    opacity: 0
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.focus .form-control {
    border-bottom: #2b33a2 solid 1px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.textarea {
    height: auto
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.textarea .form-control {
    height: auto;
    resize: none
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 14px;
    transition: 0.2s ease all;
    z-index: 10;
    font-weight: normal;
    color: #757575
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield label {
        font-size: 0.9375rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield .form-control {
    float: left;
    width: 100%;
    border: 0px;
    padding: 12px 0px 12px 0px;
    color: #000;
    font-size: 1rem;
    line-height: normal
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield .form-control:focus label {
    top: 0
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield .regWithOutSpace {
    position: absolute;
    bottom: -40px;
    left: 0px;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: italic;
    color: #2b33a2
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield .errorMsg {
    display: none
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.errorField input:focus {
    outline: 0;
    border-bottom: red solid 1px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.errorField input:not(:focus):valid {
    outline: 0;
    border-bottom: red solid 1px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield.errorField .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .inputmain .phoneTxtfield .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .blueButton {
    float: right;
    min-width: 100px;
    padding: 15px 15px;
    width: 160px;
    position: relative;
    right: 50%;
    margin-right: -80px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .formSecRight .form-row .form-group .blueButton {
        width: auto;
        margin-left: 0;
        float: none;
        margin: auto;
        position: relative;
        transform: translate(-50%, 0);
        left: 50%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree {
    padding: 0px;
    position: relative;
    border: 10px;
    overflow: hidden
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree {
        display: inline-block
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .sepratorOne {
    width: 1px;
    background: #dbdbdb;
    position: absolute;
    left: 33%;
    height: 100%;
    top: 0px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .sepratorOne {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .sepratorTwo {
    width: 1px;
    background: #dbdbdb;
    position: absolute;
    left: 66%;
    height: 100%;
    top: 0px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .sepratorTwo {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft {
    width: 33%;
    float: left;
    padding: 35px;
    min-height: 480px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft {
        width: 100%;
        min-height: inherit
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft {
        padding-bottom: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft h3 {
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft h3 {
        font-size: 1.0625rem;
        margin-bottom: 15px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft h3 {
        font-size: 1.25rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription {
    margin-bottom: 10px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription strong {
    font-size: 1.5rem;
    color: #2b3395;
    font-weight: bold;
    line-height: normal
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription strong {
        font-size: 1.25rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription ul {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    list-style: none;
    display: flex
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription ul li {
    font-size: 1rem;
    color: #676767;
    font-weight: normal
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription ul li {
        font-size: 0.9375rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription ul li+li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: #717171 solid 1px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription ul:last-child {
    display: none
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription ul:last-child li {
        display: inline-block
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .carDescription ul:last-child li+li {
        padding-left: 5px;
        margin-left: 5px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group {
    margin-bottom: 0px;
    width: 50%;
    float: left
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group {
        width: 100%
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group {
        width: 50%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group {
        width: 100%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group:nth-child(2n+2) {
    float: right
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group:nth-child(5) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group:nth-child(6) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group:last-child {
    width: 100%
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group:last-child {
        margin-bottom: 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .blueButton {
    float: right;
    width: auto;
    min-width: 100px;
    padding: 12px 15px;
    margin-top: 100px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .blueButton {
        padding: 12px 10px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .blueButton {
        width: auto;
        float: right;
        margin-left: 0px;
        margin-top: 15px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .captchaBox {
    width: 65%;
    float: left
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .captchaBox {
        width: 300px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .inputmain input {
    padding-left: 0px;
    border-bottom: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .inputmain input::-webkit-input-placeholder {
    color: #000000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .inputmain input:-moz-placeholder {
    color: #000000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .inputmain input::-moz-placeholder {
    color: #000000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .inputmain input:-ms-input-placeholder {
    color: #000000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .inputmain.kms .phoneTxtfield label {
    color: #000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .inputmain.kms .phoneTxtfield.focus label {
    color: #2b33a2
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .customselect .form__item .select2-container .selection .select2-selection {
    border: 0px;
    border-bottom: #cecece solid 1px;
    border-radius: 0px;
    height: 40px;
    padding-left: 0px;
    font-size: 17px;
    color: #282828;
    background: url(../images/sell/down-arrow.webp) right 18px no-repeat
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
    background: url(../images/sell/up-arrow.webp) right center no-repeat
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecLeft .form-row .form-group .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
        background-position: right 22px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle {
    width: 33%;
    float: left;
    padding: 35px;
    left: 33%;
    height: 100%
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle {
        width: 100%;
        position: inherit;
        left: 0
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle {
        padding: 25px;
        border-bottom: #cecece solid 1px;
        border-top: #cecece solid 1px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .customselect {
    margin-top: -10px;
    position: relative
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .customselect .form__item .select2-container .selection .select2-selection {
    border: 0px;
    border-bottom: #cecece solid 1px;
    border-radius: 0px;
    height: 40px;
    padding-left: 0px;
    font-size: 17px;
    color: #282828;
    background: url(../images/sell/down-arrow.webp) right 20px no-repeat
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
    background: url(../images/sell/up-arrow.webp) right center no-repeat
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
        background-position: right 22px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .customselect .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange {
    background: #fff;
    margin: 0 auto 15px auto;
    text-align: center;
    position: relative;
    float: left;
    z-index: 9;
    width: 100%;
    font-size: 13px;
    line-height: 1.4
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange:after {
    content: "";
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 2px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -8px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: #fff #fff #fff #fff;
    margin-left: -13px;
    display: none
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange:after {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange strong {
    color: #2b3395;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 5px;
    display: inline-block
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange strong {
        font-size: 1.5625rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange span {
    color: #282828;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.1;
    width: 100%;
    display: inline-block
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange span {
        font-size: 1.125rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .evaluatePriceRange span {
        display: inline-block;
        width: 100%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter {
    float: left;
    width: 100%;
    margin-top: 25px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter {
        margin-top: 35px
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter {
        margin-top: 10px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter img {
    margin: auto
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter img {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .text {
    text-align: center
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .text {
        padding: 25px 0
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .text {
        padding: 10px 0;
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .text b {
    font-size: 1.375rem;
    color: #282828;
    font-weight: 600
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .text p {
    font-size: 0.875rem;
    color: #676767;
    font-weight: normal
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .form-group {
    margin-bottom: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain {
    float: left;
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input {
    border: 0;
    border-radius: 0;
    padding: 10px 25px 10px 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    margin-top: 0px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input {
        font-size: 0.9375rem;
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input:focus {
    outline: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .selectConditionMain {
    float: left;
    width: 100%;
    margin-bottom: -15px;
    margin-top: 50px
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .meterSecMain .selectConditionMain {
        margin-top: 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle h3 {
    margin-bottom: 10px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .form-row .form-group {
    margin-bottom: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .form-row .form-group .inputmain {
    width: 100%;
    display: inline-block;
    position: relative
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .form-row .form-group .inputmain img {
    position: absolute;
    top: 15px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .form-row .form-group .inputmain input {
    border: 0;
    border-radius: 0;
    padding: 10px 120px 10px 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    width: 100%;
    height: 40px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .form-row .form-group .inputmain input:focus {
    outline: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecMiddle .form-row .form-group .inputmain span {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-weight: normal
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight {
    width: 34%;
    float: right;
    padding: 35px;
    border-right: #dbdbdb solid 1px;
    right: 0
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight {
        width: 100%;
        position: inherit
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain {
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain {
    height: 100%;
    display: none
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain .thanksMessageContent {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain .thanksMessageContent {
        position: inherit;
        width: 100%;
        display: inline-block;
        transform: none;
        left: inherit;
        right: inherit
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain .thanksMessageContent img {
    margin-top: auto;
    display: inline-block
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain .thanksMessageContent strong {
    color: #282828;
    font-size: 1.75rem;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin: 15px 0
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain .thanksMessageContent span {
    color: #676767;
    font-size: 1.3125rem;
    font-weight: normal
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain .thanksMessageContent span {
        width: 80%;
        display: inline-block
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight.thanksMessageMain .thanksMessageContent span {
        width: 100%;
        display: inline-block
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight h3 {
    margin-bottom: 0px;
    font-size: 1.75rem;
    font-weight: bold
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight h3 {
        font-size: 1.125rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    margin-top: 20px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group {
        width: 100%
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group {
        width: 50%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group {
        width: 100%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group:nth-child(2n+2) {
    float: right
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group:nth-child(5) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group:nth-child(6) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group:last-child {
    width: 100%;
    margin-top: 20px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group:last-child {
        margin-top: inherit
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain {
    border-bottom: 1px solid #cecece;
    position: relative
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain input {
    padding: 10px 25px 10px 0px;
    background: url(../images/sell/calc.webp) right center no-repeat
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain input::-webkit-input-placeholder {
    color: #000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain input:-moz-placeholder {
    color: #000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain input::-moz-placeholder {
    color: #000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain input:-ms-input-placeholder {
    color: #000
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain.time input {
    background: url(../images/sell/clock-icon.webp) right center no-repeat;
    background-size: 14px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .inputmain .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .customselect .form__item .select2-container .selection .select2-selection {
    border: 0px;
    border-bottom: #cecece solid 1px;
    border-radius: 0px;
    height: 40px;
    padding-left: 0px;
    font-size: 17px;
    color: #282828;
    background: url(../images/sell/down-arrow.webp) right 17px no-repeat
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
    background: url(../images/sell/up-arrow.webp) right center no-repeat
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .customselect .form__item .select2-container.select2-container--open .selection .select2-selection {
        background-position: right 22px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .blueButton {
    float: right;
    width: auto;
    min-width: 100px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .form-group .blueButton {
        width: auto;
        margin-left: 0;
        float: none;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0px)
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .smilySec {
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .smilySec p {
    color: #282828;
    font-size: 1.125rem;
    font-weight: normal;
    float: left;
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .smilySec p strong {
    width: 100%;
    float: left
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .smilySec ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .smilySec ul li {
    margin: 0 10px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .custumCheckbox {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 30px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .custumCheckbox input {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-top: 3px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .custumCheckbox input#checkbox1 {
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .form-row .custumCheckbox label {
    width: calc(100% - 25px);
    color: #282828;
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 5px;
    line-height: 1.4
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .thanksMessageContent {
    float: left;
    width: 100%;
    text-align: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .thanksMessageContent img {
    margin-top: auto;
    display: inline-block
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .thanksMessageContent strong {
    color: #282828;
    font-size: 1.75rem;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin: 15px 0
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree .formSecRight .thanksMessageContent span {
    color: #676767;
    font-size: 1.3125rem;
    font-weight: normal
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour {
    padding: 0px;
    position: relative;
    box-shadow: none;
    background: none
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour {
        display: inline-block
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 50px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(87, 87, 87, 0.27)
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent {
        width: 100%
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent {
        position: inherit;
        width: 100%;
        display: inline-block;
        transform: none;
        left: inherit;
        right: inherit
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent {
        padding: 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg {
    width: 55%;
    margin: auto;
    text-align: center
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg {
        width: 75%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg {
        width: 100%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg strong {
    color: #2B3395;
    font-size: 1.875rem;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin: 15px 0
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg strong {
        font-size: 1.5rem;
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg strong img {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 15px
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg strong img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        margin-top: -2px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg span {
    color: #707070;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 15px 0;
    display: inline-block
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg span {
        width: 100%;
        display: inline-block
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg span {
        font-size: 1rem;
        margin-top: 5px;
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .thanksMessageContent .thankyouMsg span {
        width: 100%;
        display: inline-block
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft {
    width: 50%;
    float: right;
    margin-top: 25px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(87, 87, 87, 0.27);
    min-height: 340px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft {
        width: 100%;
        min-height: inherit
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft h3 {
    color: #000000;
    font-size: 1.25rem;
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    font-weight: bold;
    line-height: 1.4
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft h3 {
        font-size: 1.25rem;
        text-align: left
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft h3 {
        font-size: 1rem;
        text-align: left
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul {
        overflow: auto;
        padding-bottom: 10px
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li {
        margin-right: 7px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a {
        width: 30px;
        height: 30px;
        line-height: 31px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.red1Color.active {
    background: #ff6260
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.red2Color.active {
    background: #ff6260
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.red3Color.active {
    background: #ff6260
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.red4Color.active {
    background: #ff6260
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.red5Color.active {
    background: #ff6260
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.orange1Color.active {
    background: #f5a00d
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.orange2Color.active {
    background: #f5a00d
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.orange3Color.active {
    background: #f5a00d
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.green1Color.active {
    background: #5ab594
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li a.green2Color.active {
    background: #5ab594
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li.active a {
    background: #ff6260
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft ul li.disable a {
    background: #ccc
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft .likelyTxt {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft .likelyTxt span {
    font-weight: normal;
    font-size: 16px;
    color: #707070
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft .thankyouMsg {
    width: 70%;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    color: #000
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft .thankyouMsg {
        width: 100%;
        font-size: 14px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecLeft .thankyouMsg {
        margin-top: 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle {
    width: 33%;
    float: left;
    padding: 35px;
    border-right: #dbdbdb solid 1px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle {
        width: 100%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle {
        padding: 10px 25px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange {
    background: #fff;
    margin: 0 auto;
    padding: 10px 7px;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    border-radius: 10px;
    float: left;
    z-index: 10;
    width: 100%;
    font-size: 13px;
    line-height: 1.4
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange {
        background: #2b3395
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange:after {
    content: "";
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 2px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -8px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: #fff #fff #fff #fff;
    margin-left: -13px
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange:after {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange strong {
    color: #2b3395;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.1
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange strong {
        font-size: 1.25rem
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange strong {
        color: #fff
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange span {
    color: #676767;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange span {
        font-size: 1.125rem
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange span {
        display: inline-block;
        width: 100%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .evaluatePriceRange span {
        color: #fff;
        display: inline-block;
        width: 100%;
        color: #6b71b5
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter {
    float: left;
    width: 100%;
    margin-top: 25px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter {
        margin-top: 35px
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter {
        margin-top: 15px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter img {
    margin: auto
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter img {
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .text {
    text-align: center
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .text {
        padding: 25px 0
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .text {
        padding: 10px 0;
        display: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .text b {
    font-size: 1.375rem;
    color: #282828;
    font-weight: 600
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .text p {
    font-size: 0.875rem;
    color: #676767;
    font-weight: normal
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group {
    margin-bottom: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain {
    float: left;
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input {
    background: #e9eaf4;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 500;
    border: 0px;
    border-radius: 5px;
    margin-top: 5px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input::-webkit-input-placeholder {
    color: #646ab1
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input:-moz-placeholder {
    color: #646ab1
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input::-moz-placeholder {
    color: #646ab1
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input:-ms-input-placeholder {
    color: #646ab1
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input {
        font-size: 0.9375rem
    }
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input {
        margin-top: 0px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .meterSecMain .averageMeter .form-group .inputmain input:focus {
    outline: 0
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle h3 {
    margin-bottom: 10px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .form-row .form-group {
    margin-bottom: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .form-row .form-group .inputmain {
    width: 100%;
    border-bottom: 1px solid #cecece;
    display: inline-block;
    position: relative
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .form-row .form-group .inputmain img {
    position: absolute;
    top: 15px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .form-row .form-group .inputmain input {
    border: 0;
    border-radius: 0;
    padding: 10px 120px 10px 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    width: 100%;
    height: 40px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .form-row .form-group .inputmain input:focus {
    outline: 0px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecMiddle .form-row .form-group .inputmain span {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-weight: normal
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight {
    width: 48%;
    float: left;
    align-items: center;
    height: 100%;
    margin-top: 25px;
    background: #fff;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(87, 87, 87, 0.27);
    min-height: 340px
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight {
        padding: 25px
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight {
        width: 100%;
        position: inherit;
        min-height: inherit
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight h3 {
    margin-bottom: 0px;
    font-size: 1.75rem;
    font-weight: bold
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight h3 {
        font-size: 1.125rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group {
    margin-bottom: 0px;
    width: 50%;
    float: left
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group {
        width: 100%
    }
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group {
        width: 50%
    }
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group {
        width: 100%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group:nth-child(2n+2) {
    float: right
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group:nth-child(5) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group:nth-child(6) {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group:last-child {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .inputmain input {
    padding: 10px 25px 10px 0px;
    background: url(../images/sell/calc.webp) right center no-repeat
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .inputmain input::-webkit-input-placeholder {
    color: #282828
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .inputmain input:-moz-placeholder {
    color: #282828
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .inputmain input::-moz-placeholder {
    color: #282828
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .inputmain input:-ms-input-placeholder {
    color: #282828
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .inputmain.time input {
    background: url(../images/sell/clock-icon.webp) right center no-repeat;
    background-size: 14px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .customselect .form__item .select2-container .selection .select2-selection {
    border: 0px;
    border-bottom: #cecece solid 1px;
    border-radius: 0px;
    height: 40px;
    padding-left: 0px;
    font-size: 17px;
    color: #282828;
    background: url(../images/sell/down-arrow.webp) right center no-repeat
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .blueButton {
    float: right;
    width: 40%
}

@media (max-width: 992px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .form-group .blueButton {
        width: 30%;
        margin-left: 35%;
        float: none
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .smilySec {
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .smilySec p {
    color: #282828;
    font-size: 1.125rem;
    font-weight: normal;
    float: left;
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .smilySec p strong {
    width: 100%;
    float: left
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .smilySec ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .smilySec ul li {
    margin: 0 10px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .custumCheckbox {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .custumCheckbox input {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-top: 3px
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .form-row .custumCheckbox label {
    width: calc(100% - 25px);
    color: #282828;
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 5px;
    line-height: 1.4
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit {
    width: 100%
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit h3 {
    color: #000000;
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit h3 {
        font-size: 1rem;
        text-align: left
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit ul li {
    width: 30%;
    display: inline-table;
    border: 1px solid rgba(46, 22, 22, 0.1);
    border-radius: 7px;
    margin: 0 1%;
    min-height: 90px;
    margin-bottom: 15px
}

@media (max-width: 480px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit ul li {
        width: 45%
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit ul li p {
    color: #707070;
    font-weight: normal;
    font-size: 0.9375rem;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    line-height: normal
}

@media (max-width: 1199px) {
    .formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit ul li p {
        padding: 7px
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit ul li p span {
    width: 100%;
    display: inline-block;
    text-align: center
}

.formSecMain .formDisContentMain .formSectionSteps.formStepFour .formSecRight .formDocVisit ul li p span img {
    margin: auto
}

.formSecMain .formDisContentMain .discContent p {
    float: left;
    width: 92%;
    margin-left: 4%;
    text-align: center;
    background: #eff0f8;
    font-size: 0.875rem;
    color: #676767;
    padding: 15px 5px 5px 5px;
    border-radius: 5px;
    position: relative;
    z-index: -1;
    margin-top: -10px
}

.formSecMain .formDisContentMain .discContent p strong {
    color: #000
}

.exceededNumberContent {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 70px 25px 60px 25px;
    text-align: center
}

@media (max-width: 992px) {
    .exceededNumberContent {
        padding: 70px 15px 60px 15px
    }
}

.exceededNumberContent p {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.5
}

@media (max-width: 992px) {
    .exceededNumberContent p {
        font-size: 0.9375rem
    }
}

@media (max-width: 359px) {
    .exceededNumberContent p {
        font-size: 0.8125rem
    }
}

.formSecMain .formDisContentMain .formSectionSteps.formStepOne .form-row .form-group .inputmain {
    border-bottom: 0px
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group {
    margin-top: 10px
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain {
    width: 100%;
    display: inline-block;
    position: relative
}

@media (max-width: 767px) {
    .mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain {
        margin-top: 15px
    }
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input {
    border: 0;
    border-radius: 0;
    padding: 10px 0 10px 25px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    width: 100%;
    height: 40px
}

@media (max-width: 1199px) {
    .mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input {
        font-size: 0.9375rem
    }
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain input:focus {
    outline: 0px
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #cecece
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.withoutIcon label {
    left: 0px
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus {
    border: 0px;
    border-bottom: 1px solid #2b33a2
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus label {
    top: -10px;
    bottom: auto;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-size: 0.75rem;
    color: #2b33a2;
    font-weight: 500;
    transition: 0.2s ease all
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.focus.errorField {
    border-bottom: 1px solid red
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield label {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 14px;
    transition: 0.2s ease all;
    z-index: 9;
    font-weight: normal;
    color: #757575
}

@media (max-width: 767px) {
    .mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield label {
        font-size: 0.9375rem
    }
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .form-control {
    float: left;
    width: 100%;
    border: 0px;
    padding: 12px 0px 12px 25px;
    color: #000;
    font-size: 1rem;
    line-height: normal;
    box-shadow: none
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .form-control:focus label {
    top: 0
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .regWithOutSpace {
    position: absolute;
    bottom: -40px;
    left: 0px;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: italic;
    color: #2b33a2
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .errorMsg {
    display: none
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField {
    border-bottom: 1px solid red
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField input:focus {
    outline: 0
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField input:not(:focus):valid {
    outline: 0
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield.errorField .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .customselect {
    position: relative
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps .form-row .form-group .customselect .errorMsg {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block
}

.mainContactSection .formSecMain .formDisContentMain .formSectionSteps.formStepTwo .form-row .form-group .inputmain .phoneTxtfield.errorField {
    border-bottom: 0px
}

@media (max-width: 1199px) {
    .bannerSection.formBannerNew {
        display: block;
        background: #FFFFFF
    }
}

@media (max-width: 992px) {
    .bannerSection.formBannerNew {
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .bannerSection.formBannerNew {
        margin-top: 0px
    }
}

@media (max-width: 1199px) {
    .bannerSection.formBannerNew .carousel {
        opacity: 1
    }
}

.upArrowNew {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 8
}

.upArrowNew a {
    background: #EC383B;
    border-radius: 50px;
    padding: 12px 25px;
    display: flex;
    align-items: center
}

.upArrowNew a span {
    color: #FFFFFF;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    height: 12px;
    margin-left: 5px
}

@media (max-width: 992px) {
    .upArrowNew a span {
        font-size: 0.875rem;
        height: 10px
    }
}

.modal-content {
    border: 0
}

.calculate_EMI {
    float: left;
    width: 100%;
    background: #f0edee;
    padding: 30px;
    border-radius: 6px
}

@media (max-width: 767px) {
    .calculate_EMI {
        padding: 30px 15px
    }
}

.calculate_EMI .terms_btn {
    margin: 5px 0 0;
    float: left;
    width: 100%;
    color: #000000;
    font-size: 0.75rem;
    font-weight: 500
}

.calculate_EMI .terms_btn:hover {
    text-decoration: underline
}

.calculate_EMI .closemodal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.calculate_EMI h3 {
    font-size: 1.3125rem;
    color: #2e2e2e;
    margin: 0 0 60px;
    text-align: center;
    font-weight: 500
}

.calculate_EMI .inrcalculate_EMI {
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(93, 87, 87, 0.4)
}

@media (max-width: 767px) {
    .calculate_EMI .inrcalculate_EMI {
        padding: 30px 20px
    }
}

.calculate_EMI .inrcalculate_EMI .calculate_icon {
    margin: -65px auto 15px;
    display: block
}

.calculate_EMI .inrcalculate_EMI h4 {
    color: #2e2e2e;
    font-size: 1.25rem;
    font-weight: 600
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-bar {
    height: 5px;
    background: #2b3395
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-line {
    top: 25px;
    height: 5px;
    background-color: #888888;
    border-radius: 4px
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-min {
    display: none
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-max {
    display: none
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-from,
.calculate_EMI .inrcalculate_EMI .irs--flat .irs-to {
    display: none
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-handle {
    background: url(../images/circle.webp) no-repeat center/cover;
    width: 25px;
    top: 12.5px;
    height: 25px;
    border-radius: 50%
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-handle i {
    display: none
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-single {
    color: #000000;
    font-size: 0.875rem;
    bottom: -55px;
    background: none;
    font-weight: 600;
    position: absolute;
    top: auto;
    display: block !important
}

.calculate_EMI .inrcalculate_EMI .irs--flat .irs-single::before {
    display: none
}

.calculate_EMI .inrcalculate_EMI .calculatestep {
    float: left;
    width: 100%;
    margin: 0 0 25px
}

.calculate_EMI .inrcalculate_EMI .calculatestep label {
    color: #2e2e2e;
    font-size: 0.875rem;
    display: block;
    font-weight: 500;
    margin: 0 0 -5px
}

.calculate_EMI .inrcalculate_EMI .calculatedetails {
    float: left;
    width: 100%;
    margin: 5px 0 20px 0
}

.calculate_EMI .inrcalculate_EMI .calculatedetails .leftcaldetails {
    float: left;
    width: 50%
}

.calculate_EMI .inrcalculate_EMI .calculatedetails .leftcaldetails h5 {
    color: #2e2e2e;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 5px 0 0
}

@media (max-width: 767px) {
    .calculate_EMI .inrcalculate_EMI .calculatedetails .leftcaldetails h5 {
        font-size: 0.875rem
    }
}

.calculate_EMI .inrcalculate_EMI .calculatedetails .rightcaldetails {
    float: left;
    width: 50%
}

.calculate_EMI .inrcalculate_EMI .calculatedetails .rightcaldetails h5 {
    color: #2b3395;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    text-align: right
}

@media (max-width: 767px) {
    .calculate_EMI .inrcalculate_EMI .calculatedetails .rightcaldetails h5 {
        font-size: 1.25rem
    }
}

.calculate_EMI .inrcalculate_EMI .emireadmore {
    float: left;
    width: 100%
}

.calculate_EMI .inrcalculate_EMI .emireadmore p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(46, 46, 46, 0.6)
}

@media (max-width: 359px) {
    .calculate_EMI .inrcalculate_EMI .emireadmore p {
        font-size: 0.625rem
    }
}

.calculate_EMI .inrcalculate_EMI .emireadmore p a {
    color: #2b3395
}

.loginPopupMain .selectcity_modalbox {
    background: #f1eeee
}

@media (max-width: 767px) {
    .loginPopupMain .selectcity_modalbox {
        padding: 15px
    }
}

.loginTitle .loginIcon h3,
.loginTitle .loginIcon>p {
    font-size: 1.875rem;
    color: #000000;
    padding: 7px 0px 7px 60px;
    background: url(../images/login-icon.webp) left center no-repeat;
    font-weight: 400
}

.loginTitle .loginIcon p {
    line-height: 40px;
    margin-bottom: 20px
}

.financemodalbox .loginTitle .loginIcon h3 {
    padding: 0;
    background: none;
    text-align: center
}

.financemodalbox .loginBoxMain .loginFormMain .loginCheckBox {
    margin-top: 0;
    float: left;
    width: 100%
}

.financemodalbox .loginBoxMain .loginFormMain .loginCheckBox .custumCheckbox label {
    padding: 0 0 0 35px
}

.financemodalbox .loginBoxMain .loginFormMain .loginCheckBox .custumCheckbox label span {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1rem
}

.financemodalbox .loginBoxMain .loginFormMain .loginCheckBox .custumCheckbox label::before {
    position: absolute;
    left: 0;
    top: 0
}

.financemodalbox .loginBoxMain .loginFormMain .loginButt {
    width: 100%;
    float: left;
    text-align: center
}

.financemodalbox .loginBoxMain .loginFormMain .loginButt button {
    margin: 20px auto 0;
    display: inline-block;
    text-transform: uppercase
}

.financemodalbox .loginBoxMain .loginFormMain .financeform2 {
    display: none
}

.financemodalbox .loginBoxMain .loginFormMain .financeform2 .select2-container {
    width: 100% !important
}

.financemodalbox .loginBoxMain .loginFormMain .financeform2 .loginInputRow {
    margin: 0 0 10px
}

.financemodalbox .loginBoxMain .loginFormMain .financeform2 .loginInputRow .form__item .select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    border-radius: 0;
    padding: 10px 0;
    height: 50px;
    outline: none;
    font-size: 1rem;
    background: url(../images/select.webp) no-repeat 96% center
}

.financemodalbox .loginBoxMain .loginFormMain .financeform2 .loginInputRow .form__item .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.otpsecondform {
    display: none
}

.loginBoxMain {
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #cacaca;
    float: left;
    width: 100%
}

.loginBoxMain .loginFormMain {
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding: 25px 35px;
    float: left;
    width: 100%
}

@media (max-width: 767px) {
    .loginBoxMain .loginFormMain {
        padding: 20px 20px 15px 20px
    }
}

@media (max-width: 359px) {
    .loginBoxMain .loginFormMain {
        padding: 10px
    }
}

.loginBoxMain .loginFormMain .loginInputRow {
    float: left;
    width: 100%
}

.loginBoxMain .loginFormMain .loginInputRow .form-control+label {
    left: 15px;
    right: 15px;
    font-weight: 500
}

.loginBoxMain .loginFormMain .loginInputRow .line {
    left: 15px;
    right: 15px
}

.loginBoxMain .loginFormMain .loginInputRow .form__item-title {
    position: absolute;
    top: 15px;
    left: 0px;
    transition: all 0.1s;
    font-size: 0.875rem;
    font-weight: 500
}

@media (max-width: 992px) {
    .loginBoxMain .loginFormMain .loginInputRow .form__item-title {
        font-size: 0.875rem
    }
}

.loginBoxMain .loginFormMain .loginInputRow .form__item {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%
}

.loginBoxMain .loginFormMain .loginInputRow .form__item input {
    padding: 0;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #aeaeae;
    outline: 0;
    margin: 0 0 5px;
    color: #000000;
    font-size: 1rem
}

.loginBoxMain .loginFormMain .loginInputRow .form__item input::-webkit-input-placeholder {
    color: #000000
}

.loginBoxMain .loginFormMain .loginInputRow .form__item input:-moz-placeholder {
    color: #000000
}

.loginBoxMain .loginFormMain .loginInputRow .form__item input::-moz-placeholder {
    color: #000000
}

.loginBoxMain .loginFormMain .loginInputRow .form__item input:-ms-input-placeholder {
    color: #000000
}

@media (max-width: 992px) {
    .loginBoxMain .loginFormMain .loginInputRow .form__item input {
        font-size: 0.875rem
    }
}

.loginBoxMain .loginFormMain .loginInputRow .form-group {
    position: relative;
    padding-top: 15px;
    margin-bottom: 0px
}

.loginBoxMain .loginFormMain .loginInputRow .form-group select {
    background: url(../images/select.webp) no-repeat right center
}

.loginBoxMain .loginFormMain .loginInputRow .form-control {
    border: 0;
    border-radius: 0;
    padding: 10px 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    font-size: 0.875rem
}

.loginBoxMain .loginFormMain .loginInputRow .form-control:not(textarea) {
    height: 44px
}

.loginBoxMain .loginFormMain .loginInputRow .form-control+label {
    position: absolute;
    z-index: 1;
    top: 35px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    left: 10px;
    right: 10px;
    font-size: 0.875rem
}

.loginBoxMain .loginFormMain .loginInputRow .form-control:focus {
    box-shadow: none;
    background-color: transparent
}

.loginBoxMain .loginFormMain .loginInputRow .form-control:focus+label {
    color: #aeaeae;
    font-size: 0.75rem;
    top: 10px
}

.loginBoxMain .loginFormMain .loginInputRow .form-control:focus~.line:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.loginBoxMain .loginFormMain .loginInputRow .form-control.has-value+label {
    font-size: 0.75rem;
    top: 0
}

.loginBoxMain .loginFormMain .loginInputRow .no-js .form-control+label {
    font-size: 0.75rem;
    top: 0
}

.loginBoxMain .loginFormMain .loginInputRow .line {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #aeaeae
}

.loginBoxMain .loginFormMain .loginInputRow .line:after {
    content: "";
    height: 1px;
    position: absolute;
    display: block;
    background: #aeaeae;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.loginBoxMain .loginFormMain .loginInputRow input {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px 0;
    border: 0px;
    float: left;
    height: 50px;
    border-bottom: 1px solid #636363;
    color: #000000;
    font-size: 0.875rem;
    outline: none
}

.loginBoxMain .loginFormMain .loginInputRow .forgotTxt {
    margin-top: 25px;
    float: left;
    font-size: 0.875rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .loginBoxMain .loginFormMain .loginInputRow .forgotTxt {
        width: 100%;
        text-align: center;
        margin: 15px 0 0px 0
    }
}

.loginBoxMain .loginFormMain .loginInputRow .forgotTxt a {
    float: left;
    color: #2b3395;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 5px
}

@media (max-width: 767px) {
    .loginBoxMain .loginFormMain .loginInputRow .forgotTxt a {
        float: none
    }
}

.loginBoxMain .loginFormMain .loginInputRow .forgotTxt a:hover {
    text-decoration: none
}

.loginBoxMain .loginFormMain .loginInputRow .forgotTxt.signupTxt {
    float: right
}

@media (max-width: 767px) {
    .loginBoxMain .loginFormMain .loginInputRow .forgotTxt.signupTxt {
        width: 100%
    }
}

.loginBoxMain .loginFormMain .loginInputRow .forgotTxt.signupTxt a {
    float: right
}

@media (max-width: 767px) {
    .loginBoxMain .loginFormMain .loginInputRow .forgotTxt.signupTxt a {
        float: none
    }
}

.loginBoxMain .loginSocialIcon {
    float: left;
    padding: 20px 30px;
    width: 100%
}

@media (max-width: 767px) {
    .loginBoxMain .loginSocialIcon {
        padding: 10px 15px
    }
}

.loginBoxMain .loginSocialIcon h2,
.loginBoxMain .loginSocialIcon>p {
    font-size: 1.375rem;
    font-weight: 500;
    float: left;
    margin-bottom: 0px;
    margin-top: 8px
}

@media (max-width: 767px) {

    .loginBoxMain .loginSocialIcon h2,
    .loginBoxMain .loginSocialIcon>p {
        font-size: 1rem;
        margin: 10px 0 0
    }
}

.loginBoxMain .loginSocialIcon ul {
    list-style: none;
    float: right
}

.loginBoxMain .loginSocialIcon ul li {
    font-size: 1.625rem;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    transition-duration: .5s;
    transform: scale(1)
}

.loginBoxMain .loginSocialIcon ul li:last-child {
    margin-right: 0
}

.loginBoxMain .loginSocialIcon ul li:hover {
    transform: scale(1.1);
    transition-duration: .5s
}

.loginBoxMain .loginSocialIcon ul li i {
    cursor: pointer
}

.loginBoxMain .loginSocialIcon ul li i.fa-facebook-f {
    width: 38px;
    height: 38px;
    background: #263893;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    line-height: 38px;
    font-size: 1.25rem
}

.loginBoxMain .loginSocialIcon ul li i.fa-twitter {
    width: 38px;
    height: 38px;
    background: #009cf6;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    line-height: 38px;
    font-size: 1.25rem
}

.loginBoxMain .loginSocialIcon ul li i.fa-google {
    width: 38px;
    height: 38px;
    background: #e42107;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    line-height: 38px;
    font-size: 1.25rem
}

@media (max-width: 767px) {
    .loginBoxMain .loginSocialIcon ul li {
        margin-left: 0
    }
}

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 30px;
    -webkit-transition-property: border-width;
    transition-property: border-width
}

.hvr-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 0px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-color: rgba(0, 0, 0, 0.1)
}

.hvr-reveal:focus:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 0px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-color: rgba(0, 0, 0, 0.1)
}

.hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 0px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-color: rgba(0, 0, 0, 0.1)
}

.loginCheckBox {
    margin-top: 20px;
    float: left
}

.loginCheckBox .custumCheckbox {
    float: left
}

.loginCheckBox .custumCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.loginCheckBox .custumCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 11px;
    width: 7px;
    height: 15px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none
}

@media (max-width: 767px) {
    .loginCheckBox .custumCheckbox input:checked+label:after {
        top: 2px;
        left: 7px;
        width: 5px;
        height: 11px
    }
}

.loginCheckBox .custumCheckbox label {
    position: relative;
    cursor: pointer;
    font-size: 0.75rem;
    color: #636363;
    font-weight: 500
}

.loginCheckBox .custumCheckbox label:before {
    float: left;
    content: '';
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: none;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    left: 0
}

@media (max-width: 767px) {
    .loginCheckBox .custumCheckbox label:before {
        width: 15px;
        height: 15px;
        padding: 8px
    }
}

.loginCheckBox .custumCheckbox span {
    line-height: 18px;
    font-weight: 400;
    font-size: 1rem;
    margin-left: 25px;
    margin-top: 1px;
    float: left
}

@media (max-width: 767px) {
    .loginCheckBox .custumCheckbox span {
        font-size: 0.875rem;
        margin-top: 0px
    }
}

.loginButt {
    float: right
}

.loginButt button {
    font-size: 1.25rem;
    background: #2b3395;
    color: #FFFFFF;
    padding: 8px 25px 10px 25px;
    border-radius: 5px;
    line-height: normal;
    margin-top: 10px;
    transition: all 0.5s ease 0s;
    border: 1px solid #2b33a2;
    outline: none
}

@media (max-width: 767px) {
    .loginButt button {
        padding: 5px 25px 7px 25px;
        font-size: 1rem;
        margin-top: 15px
    }
}

.loginButt button:hover {
    color: #2b3395;
    background: #f8f8f8;
    border: 1px solid #9c9c9c;
    transition: all 0.5s ease 0s
}

.compareCarsMain {
    position: fixed;
    bottom: -1px;
    right: 0px;
    z-index: 97;
    padding: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    display: none
}

.compareCarsMain.active {
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

@media (max-width: 767px) {
    .compareCarsMain.active {
        padding: 20px 0px !important
    }
}

@media (max-width: 992px) {
    .compareCarsMain.active {
        bottom: 60px
    }
}

@media (max-width: 767px) {
    .compareCarsMain {
        padding: 20px 0px !important
    }
}

.compareCarsMain .compareCarInn {
    text-align: center;
    font-size: 0
}

.compareCarsMain .compareCarInn .tab-content {
    box-shadow: 0px 0px 25px #818181;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0;
    float: left;
    position: fixed;
    bottom: 10px;
    right: 10px
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .tab-content {
        right: 0;
        bottom: 0;
        width: 100%
    }
}

.compareCarsMain .compareCarInn .tab-content .common-panel {
    display: none
}

.compareCarsMain .compareCarInn .tab-content .common-panel.active {
    display: block;
    float: left
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .tab-content .common-panel.active {
        padding: 10px 0 120px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .tab-content .common-panel.active {
        padding: 0 0 100px
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain {
    width: auto;
    display: block;
    text-align: center;
    font-size: 0;
    margin: 0 7.5px;
    min-width: 350px
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain {
        width: 100%;
        margin: 0
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox {
    width: 160px;
    background: #FFFFFF;
    position: relative;
    display: inline-block;
    margin: 30px 7.5px 15px;
    vertical-align: top;
    border-radius: 6px;
    border: 1px solid rgba(129, 129, 129, 0.23)
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox {
        width: 46%;
        margin: 2%;
        background: #eeeff0
    }
}

@media (max-width: 480px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox {
        width: 46%;
        margin: 2%
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox:first-child .vsIcon {
    display: none
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarImg {
    float: left;
    width: 100%
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarImg img {
    height: 95px;
    width: 100%
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarImg img {
        height: auto
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent {
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent {
        padding: 7px 0px
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent h3,
.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent h4 {
    margin-bottom: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize
}

@media (max-width: 1199px) {

    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent h3,
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent h4 {
        font-size: 0.8125rem
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent p {
    color: #2b3395;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .compareCarContent p {
        font-size: 0.8125rem
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox span {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: -18px
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox span {
        width: 17px;
        height: 17px;
        right: 7px;
        top: 7px
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox span {
        width: 12px;
        height: 12px;
        right: 8px;
        top: 8px
    }
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox span a {
    display: block
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox span a img {
    width: 100%;
    height: auto
}

.compareCarsMain .compareCarInn .compareCarBoxMain .compareCarBox .vsIcon {
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -14px;
    display: none
}

.compareCarsMain .compareCarInn .wishCarBoxMain {
    width: auto;
    display: block;
    text-align: center;
    margin: 0 7.5px
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox {
    width: 160px;
    background: #FFFFFF;
    position: relative;
    display: inline-block;
    margin: 30px 7.5px 15px;
    vertical-align: top;
    border-radius: 6px;
    border: 1px solid rgba(129, 129, 129, 0.23)
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox {
        margin: 2%;
        background: #eeeff0;
        width: 46%
    }
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox:first-child .vsIcon {
    display: none
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarImg {
    float: left;
    width: 100%
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarImg img {
    height: 95px;
    width: 100%
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarImg img {
        height: auto
    }
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarContent {
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarContent {
        padding: 7px 0px
    }
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarContent h3 {
    margin-bottom: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarContent h3 {
        font-size: 0.8125rem
    }
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarContent p {
    color: #2b3395;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .compareCarContent p {
        font-size: 0.8125rem
    }
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox span {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: -18px
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox span {
        width: 17px;
        height: 17px;
        right: 7px;
        top: 7px
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox span {
        width: 12px;
        height: 12px;
        right: 8px;
        top: 8px
    }
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox span a {
    display: block
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox span a img {
    width: 100%;
    height: auto
}

.compareCarsMain .compareCarInn .wishCarBoxMain .compareCarBox .vsIcon {
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -14px;
    display: none
}

.compareCarsMain .compareCarInn .wishCarBoxMain .owl-carousel.owl-hidden {
    opacity: 1 !important
}

.compareCarsMain .compareCarInn .compareNowButt {
    display: block;
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareNowButt {
        width: 100%;
        margin: 10px 0 0
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .compareNowButt {
        width: 100%;
        margin: 0 0 5px
    }
}

.compareCarsMain .compareCarInn .compareNowButt a.removebtn {
    float: left;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    padding: 13px 0;
    text-transform: uppercase
}

.compareCarsMain .compareCarInn .compareNowButt a.removebtn:hover {
    color: #e42107
}

.compareCarsMain .compareCarInn .compareNowButt a.comparebtn {
    font-size: 1.125rem;
    background: #2b33a2;
    color: #FFFFFF;
    padding: 8px 15px 10px 15px;
    border-radius: 5px;
    line-height: normal;
    transition: all 1s ease 0s;
    border: 1px solid #2b33a2;
    font-weight: 500;
    float: right
}

@media (max-width: 1420px) {
    .compareCarsMain .compareCarInn .compareNowButt a.comparebtn {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .compareNowButt a.comparebtn {
        font-size: 0.875rem
    }
}

.compareCarsMain .compareCarInn .compareNowButt a.comparebtn:hover {
    color: #FFFFFF;
    background: #e42107;
    border: 1px solid #e42107;
    transition: all 1s ease 0s
}

.compareCarsMain .compareCarInn .compareNowButt a.comparebtn:hover span {
    background: #F44336
}

.compareCarsMain .compareCarInn .compareNowButt a.comparebtn span {
    background: #3b45c1;
    padding: 2px 8px;
    margin: 0 2px
}

.compareCarsMain .compareCarInn .compareCrossIcon {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 30px;
    top: 10px
}

@media (max-width: 1420px) {
    .compareCarsMain .compareCarInn .compareCrossIcon {
        right: 20px
    }
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .compareCrossIcon {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareCrossIcon {
        width: 70px;
        height: 70px;
        top: 0px;
        position: absolute;
        right: 50%;
        margin-right: -35px;
        margin-top: -35px
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .compareCrossIcon {
        width: 50px;
        height: 50px;
        margin-right: -25px;
        margin-top: -25px
    }
}

@media (max-width: 480px) {
    .compareCarsMain .compareCarInn .compareCrossIcon {
        width: 50px !important;
        margin-top: -25px !important
    }
}

.compareCarsMain .compareCarInn .compareCrossIcon img {
    width: 100%;
    height: auto
}

.compareCarsMain .compareCarInn .compareWithTab {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 0;
    right: 10px
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareWithTab {
        top: auto;
        bottom: 60px;
        position: fixed;
        height: 50px;
        right: 0;
        width: 100%;
        z-index: 9
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .compareWithTab {
        height: 42px
    }
}

.compareCarsMain .compareCarInn .compareWithTab ul.nav-tabs {
    border-bottom: 0
}

.compareCarsMain .compareCarInn .compareWithTab ul li {
    display: inline-block;
    width: 150px;
    margin-left: 0
}

@media (max-width: 992px) {
    .compareCarsMain .compareCarInn .compareWithTab ul li {
        width: 50%
    }
}

.compareCarsMain .compareCarInn .compareWithTab ul li a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #2b33a2;
    border: 1px solid #2b33a2;
    background: #FFFFFF;
    line-height: 45px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 100%;
    position: relative;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .compareWithTab ul li a {
        line-height: 48px;
        font-size: 1.125rem
    }
}

@media (max-width: 767px) {
    .compareCarsMain .compareCarInn .compareWithTab ul li a {
        line-height: 40px
    }
}

@media (max-width: 480px) {
    .compareCarsMain .compareCarInn .compareWithTab ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1rem
    }
}

.compareCarsMain .compareCarInn .compareWithTab ul li a.active {
    border: 1px solid #2b33a2;
    background: #2b33a2;
    color: #FFFFFF
}

.compareCarsMain .compareCarInn .compareWithTab ul li a span {
    background: #2b33a2;
    border-radius: 50%;
    position: absolute;
    width: 28px;
    height: 28px;
    color: #FFFFFF;
    right: 10px;
    line-height: normal;
    text-align: center;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: normal;
    top: 50%;
    margin-top: -16px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.4)
}

@media (max-width: 1199px) {
    .compareCarsMain .compareCarInn .compareWithTab ul li a span {
        font-size: 1rem;
        line-height: 1.5rem;
        width: 24px;
        height: 24px;
        margin-top: -12px
    }
}

@media (max-width: 480px) {
    .compareCarsMain .compareCarInn .compareWithTab ul li a span {
        right: 15px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 20px;
        height: 20px;
        margin-top: -10px
    }
}

.compareCarsMain .compareCarInn .compareWithTab ul li a:hover {
    background: #2b33a2;
    color: #FFFFFF
}

.compareCarsMain .compareCarInn .compareWithTab ul li:first-child a {
    border-radius: 5px 0 0 0;
    border-right: 0
}

.compareCarsMain .compareCarInn .compareWithTab ul li:last-child a {
    border-radius: 0 5px 0 0
}

.forDesktop {
    display: block
}

@media (max-width: 992px) {
    .forDesktop {
        display: none
    }
}

.forMobile {
    display: none
}

@media (max-width: 992px) {
    .forMobile {
        display: block
    }
}

@media (max-width: 1459px) {
    .compareCarsMain h2 {
        font-size: 1.25rem
    }

    .compareCarsMain .compareNowButt a {
        font-size: 0.9375rem;
        padding: 5px 15px 7px 15px
    }
}

@media (max-width: 569px) {
    .compareCarsMain .compareCarInn .compareCrossIcon {
        width: 45px;
        margin-top: 0px;
        margin-right: -23px
    }
}

.forgetpasswordbox {
    float: left;
    width: 100%;
    display: none;
    margin-top: 20px
}

.forgetpasswordbox .loginTitle .loginIcon h3,
.forgetpasswordbox .loginTitle .loginIcon h4,
.forgetpasswordbox .loginTitle .loginIcon>p {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    background: none
}

@media (max-width: 767px) {

    .forgetpasswordbox .loginTitle .loginIcon h3,
    .forgetpasswordbox .loginTitle .loginIcon h4,
    .forgetpasswordbox .loginTitle .loginIcon>p {
        font-size: 1.25rem
    }
}

.forgetpasswordbox .loginTitle .loginIcon h4 {
    margin-bottom: 35px
}

.forgetpasswordbox .loginBoxMain {
    float: left;
    width: 100%
}

.forgetpasswordbox .loginBoxMain .loginFormMain {
    border-radius: 10px
}

.forgetpasswordbox .loginBoxMain .loginFormMain .loginButt {
    float: right;
    text-align: center;
    width: 100%
}

.forgetpasswordbox .loginBoxMain .loginFormMain .loginButt button {
    display: inline-block;
    margin: 0
}

.otpscreenbox.forgetpasswordbox {
    display: block
}

.otpscreenbox.forgetpasswordbox .loginBoxMain .loginFormMain .loginButt {
    margin: 10px 0 0
}

.otpscreenbox.forgetpasswordbox .loginBoxMain .loginFormMain .otpsent {
    float: left;
    width: 100%;
    margin: 0 0 10px
}

.otpscreenbox.forgetpasswordbox .loginBoxMain .loginFormMain .otpsent p {
    font-size: 0.8125rem;
    line-height: inherit;
    color: #000000;
    font-weight: 600;
    float: left;
    margin: 0
}

.otpscreenbox.forgetpasswordbox .loginBoxMain .loginFormMain .otpsent .resendbtn {
    font-size: 0.8125rem;
    color: #2b33a2;
    float: right;
    font-weight: 600
}

.signupdetailbox {
    float: left;
    width: 100%;
    display: none
}

.signupdetailbox .loginBoxMain .loginFormMain .otpsent {
    float: left;
    width: 100%;
    margin: 0 0 10px
}

.signupdetailbox .loginBoxMain .loginFormMain .otpsent p {
    font-size: 0.8125rem;
    line-height: inherit;
    color: #000000;
    font-weight: 600;
    float: left;
    margin: 0
}

.signupdetailbox .loginBoxMain .loginFormMain .otpsent .resendbtn {
    font-size: 0.8125rem;
    color: #2b33a2;
    float: right;
    font-weight: 600
}

.signupdetailbox .loginBoxMain .loginFormMain .verifybtn {
    font-size: 0.75rem;
    color: #2b33a2;
    position: absolute;
    top: 15px;
    right: 0;
    font-weight: 600
}

.signupdetailbox .loginBoxMain .loginFormMain .forgotTxt.signupTxt {
    text-align: center;
    width: 100%;
    margin: 15px 0 0
}

.signupdetailbox .loginBoxMain .loginFormMain .forgotTxt.signupTxt a {
    float: none;
    margin: 15px 0 0
}

.signupdetailbox .loginBoxMain .loginFormMain .loginButt {
    float: left;
    width: 100%;
    text-align: center
}

.signupdetailbox .loginBoxMain .loginFormMain .loginButt button {
    margin: 0;
    text-transform: uppercase;
    padding: 10px 40px
}

.testdrive_details h3,
.testdrive_details>p {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 1.375rem
}

@media (max-width: 767px) {

    .testdrive_details h3,
    .testdrive_details>p {
        font-size: 1.125rem
    }
}

.testdrive_details .disclaimerbox {
    margin: 20px 0 0;
    float: left;
    width: 100%
}

.testdrive_details .disclaimerbox p {
    font-size: 0.75rem;
    line-height: 1.125rem
}

.testdrive_details .loginBoxMain .loginFormMain {
    border-radius: 6px
}

.testdrive_details .loginBoxMain .loginFormMain .loginCheckBox {
    margin: 0;
    float: left;
    width: 100%
}

.testdrive_details .loginBoxMain .loginFormMain .loginCheckBox .custumCheckbox label:before {
    position: absolute
}

.testdrive_details .loginBoxMain .loginFormMain .loginCheckBox .custumCheckbox span {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0 0 0 30px
}

@media (max-width: 767px) {
    .testdrive_details .loginBoxMain .loginFormMain .loginCheckBox .custumCheckbox span {
        padding: 0 0 0 25px;
        font-size: 0.75rem
    }
}

.testdrive_details .loginBoxMain .loginFormMain .loginButt {
    float: left;
    width: 100%
}

.testdrive_details .loginBoxMain .loginFormMain .loginButt button {
    width: 100%;
    margin-top: 15px;
    font-size: 1rem;
    text-transform: uppercase
}

.wishCarBoxMain .owl-carousel {
    float: left;
    width: 100%
}

.wishCarBoxMain .owl-carousel .owl-nav {
    float: left;
    width: 100%
}

@media (max-width: 992px) {
    .wishCarBoxMain .owl-carousel .owl-nav {
        display: none
    }
}

.wishCarBoxMain .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/leftIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    margin: -8px 0 0 0;
    left: -15px;
    top: 45px;
    position: absolute;
    outline: none
}

.wishCarBoxMain .owl-carousel .owl-nav button.owl-prev span {
    display: none
}

.wishCarBoxMain .owl-carousel .owl-nav button.owl-next {
    background: url(../images/rightIcon.webp) no-repeat center;
    width: 10px;
    height: 16px;
    margin: -8px 0 0 0;
    right: -10px;
    top: 45px;
    position: absolute;
    outline: none
}

.wishCarBoxMain .owl-carousel .owl-nav button.owl-next span {
    display: none
}

.wishlist_content.morethanfour {
    max-width: 720px
}

@media (max-width: 992px) {
    .wishlist_content.morethanfour {
        max-width: inherit
    }
}

.wishlist_content.morethanfour .wishCarBoxMain {
    overflow-x: auto;
    white-space: nowrap
}

@keyframes compareAnim {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.nopagefoundbox {
    float: left;
    width: 100%;
    padding: 20px 0 0
}

@media (max-width: 992px) {
    .nopagefoundbox {
        border-top: 1px solid #393939;
        padding: 20px 0
    }
}

.nopagefoundbox h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: center;
    color: #000000;
    margin: 0 0 25px;
    font-weight: 500
}

.nopagefoundbox h2 strong {
    display: block
}

@media (max-width: 992px) {
    .nopagefoundbox h2 {
        font-size: 1.3125rem;
        line-height: 1.625rem
    }
}

@media (max-width: 767px) {
    .nopagefoundbox h2 {
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin: 0 0 20px
    }
}

@media (max-width: 480px) {
    .nopagefoundbox h2 {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

@media (max-width: 359px) {
    .nopagefoundbox h2 {
        font-size: 0.875rem;
        line-height: 1.125rem
    }
}

.nopagefoundbox img {
    margin: 0 auto
}

.nopagefoundbox .blueButton {
    text-align: center;
    margin-top: 20px
}

.nopagefoundbox .blueButton i {
    margin-right: 6px
}

.thankyoupagebox {
    float: left;
    width: 100%;
    padding: 60px 0 0
}

@media (max-width: 992px) {
    .thankyoupagebox {
        border-top: 1px solid #393939;
        padding: 20px 0
    }
}

@media (max-width: 767px) {
    .thankyoupagebox {
        padding: 25px 0
    }
}

.thankyoupagebox h2 {
    font-size: 3.125rem;
    line-height: 3.375rem;
    text-align: center;
    color: #2b3395;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: 500;
    top: -20px;
    font-style: italic
}

@media (max-width: 992px) {
    .thankyoupagebox h2 {
        position: static;
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (max-width: 767px) {
    .thankyoupagebox h2 {
        background: url(../images/thank2.webp) no-repeat 98% top
    }
}

.thankyoupagebox h2 strong {
    display: block;
    margin: 0 0 5px
}

.thankyoupagebox h2 span {
    font-size: 1rem;
    line-height: 1.375rem;
    display: block
}

@media (max-width: 992px) {
    .thankyoupagebox h2 span {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

@media (max-width: 767px) {
    .thankyoupagebox h2 span br {
        display: none
    }
}

.thankyoupagebox img {
    margin: 0 auto
}

@media (max-width: 767px) {
    .thankyoupagebox img {
        display: none
    }
}

.thankYouArrow {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 105px;
    left: 50%
}

@media (max-width: 767px) {
    .thankYouArrow {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        text-align: center;
        padding-top: 20px;
        background: url(../images/thank1.webp) no-repeat left bottom;
        height: 100px
    }
}

@media (max-width: 480px) {
    .thankYouArrow {
        height: inherit;
        background-size: contain
    }
}

.thankYouArrow a {
    border-radius: 4px;
    background: #ec383b;
    height: 44px;
    display: inline-block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 44px;
    vertical-align: middle;
    padding: 0 18px
}

@media (max-width: 480px) {
    .thankYouArrow a {
        font-size: 1rem
    }
}

.thankYouArrow a:hover {
    background: #2b3396
}

@media (max-width: 767px) {
    .thankYouArrow a img {
        display: block
    }
}

@media (max-width: 767px) {
    .mobIconImg {
        position: absolute;
        top: 0px
    }
}

.thankyouBannerMain .thankyouBanner {
    display: inline-block;
    width: 100%
}

@media (max-width: 992px) {
    .thankyouBannerMain .thankyouBanner.forDesk.forMobShow {
        display: block
    }
}

@media (max-width: 992px) {
    .thankyouBannerMain .thankyouBanner.forDesk {
        display: none
    }
}

.thankyouBannerMain .thankyouBanner.forMob {
    display: none
}

@media (max-width: 992px) {
    .thankyouBannerMain .thankyouBanner.forMob {
        display: block
    }
}

.thankyouBannerMain .thankyouBanner.forMob .thankHalfMob img {
    width: 100%
}

.thankyouBannerMain .thankyouBanner.forMob .thankHalfMob .blueButton {
    text-align: center;
    margin-top: 25px
}

.thankyouBannerMain .thankyouBanner.forMob .thankHalfMob .blueButton.btndisabled {
    pointer-events: none;
    opacity: 0.5
}

.thankyouBannerMain .thankyouBanner.forMob .thankHalfMob .blueButton a {
    text-transform: capitalize;
    font-size: 0.875rem;
    padding: 15px 20px
}

@media (max-width: 767px) {
    .thankyouBannerMain .thankyouBanner.forMob .thankHalfMob .blueButton a {
        margin-bottom: 15px
    }
}

.thankyouBannerMain .thankyouBanner.forMob .thankHalfMob:first-child img {
    border-bottom: #ccc solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs {
    width: 100%;
    margin-top: 25px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs strong {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .nav-tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 0px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    margin-bottom: 0px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .nav-tabs .nav-item a {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 17px;
    border: 0px;
    color: #2b33a2
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .nav-tabs .nav-item a.active {
    background: #EFEFEF
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .thankHalf.mdsBanner {
    min-height: inherit
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .thankHalf.mdsBanner .mdsPointerContent {
    margin-top: 20px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .thankHalf.mdsBanner .mdsPointerContent p {
    font-size: 0.875rem;
    margin-bottom: 15px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .thankHalf.mdsBanner .thankRadioBtn {
    padding-bottom: 25px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .thankHalf.mdsBanner .thankRadioBtn .fmpCheckBoxMain {
    margin-top: 0px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .blueButton {
    text-align: center;
    padding: 25px 0
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .blueButton.btndisabled {
    pointer-events: none;
    opacity: 0.5
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .blueButton a {
    text-transform: capitalize;
    font-size: 0.875rem;
    padding: 15px 50px
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .ga-banner-mob img {
    width: 100%
}

.thankyouBannerMain .thankyouBanner.forMob .mdsGaTabs .tab-content .tab-pane .ga-banner-mob .blueButton {
    margin-top: 20px
}

.thankyouBannerMain .thankyouBanner .thankHalf {
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 25px 25px 0px 25px
}

.thankyouBannerMain .thankyouBanner .thankHalf h2 {
    margin-bottom: 0px
}

.thankyouBannerMain .thankyouBanner .thankHalf h2 strong {
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    font-size: 2.625rem;
    color: #2b33a2;
    font-style: italic
}

@media (max-width: 1420px) {
    .thankyouBannerMain .thankyouBanner .thankHalf h2 strong {
        font-size: 1.875rem
    }
}

@media (max-width: 1280px) {
    .thankyouBannerMain .thankyouBanner .thankHalf h2 strong {
        font-size: 1.625rem
    }
}

@media (max-width: 1199px) {
    .thankyouBannerMain .thankyouBanner .thankHalf h2 strong {
        font-size: 1.25rem
    }
}

.thankyouBannerMain .thankyouBanner .thankHalf h2 span {
    font-size: 1rem;
    color: #2b33a2;
    font-weight: normal;
    line-height: 1.5;
    padding-top: 15px;
    display: inline-block
}

.thankyouBannerMain .thankyouBanner .thankHalf img {
    margin: auto
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner {
    position: relative
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 {
    width: 45%;
    position: absolute;
    top: 25%;
    left: 20px;
    transform: translate(0, -50%);
    text-align: left
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 strong {
    text-transform: none;
    font-style: normal;
    line-height: normal
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 span {
    font-size: 1.625rem;
    display: block;
    width: 100%;
    padding-top: 0px;
    line-height: normal;
    color: #000000
}

@media (max-width: 1420px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 span {
        font-size: 1.25rem
    }
}

@media (max-width: 1199px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 span {
        font-size: 0.9375rem;
        margin-top: 5px
    }
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 small {
    font-size: 1rem;
    display: block;
    width: 100%;
    line-height: normal;
    margin-top: 10px
}

@media (max-width: 1420px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 small {
        font-size: 0.875rem
    }
}

@media (max-width: 1199px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.gaBanner h2 small {
        font-size: 0.8125rem
    }
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner img {
    width: 70%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner .blueButton {
    width: 250px;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner .blueButton a {
    width: 100%;
    float: left;
    padding: 15px 0;
    outline: none;
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    border-radius: 6px;
    font-weight: bold;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    line-height: normal;
    text-transform: capitalize
}

.thankyouBannerMain .thankyouBanner .thankHalf.gaBanner .blueButton a:hover {
    background: #FFFFFF;
    color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border: 1px solid #bfbfbf
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner {
    min-height: 575px;
    padding: 25px;
    position: relative
}

@media (max-width: 767px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner {
        min-height: 500px
    }
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner img {
    float: left
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .mdsPointerContent {
    margin-top: 100px;
    display: inline-block;
    width: 100%
}

@media (max-width: 767px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .mdsPointerContent {
        margin-top: 20px
    }
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .mdsPointerContent p {
    float: left;
    width: 90%;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.7
}

@media (max-width: 767px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .mdsPointerContent p {
        font-size: 0.875rem
    }
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .thankRadioBtn .fmpCheckBoxMain {
    display: flex;
    margin: 50px 0
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .thankRadioBtn .fmpCheckBoxMain .CustumCheckbox {
    color: #000000;
    font-size: 0.875rem;
    padding: 4px 0px 4px 35px;
    margin-right: 40px;
    margin-top: 0px
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .thankRadioBtn .fmpCheckBoxMain .CustumCheckbox .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .thankRadioBtn .fmpCheckBoxMain .CustumCheckbox .checkmark:after {
    width: 18px;
    height: 18px;
    margin: 2px;
    border-radius: 50%
}

@media (max-width: 992px) {
    .thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .thankRadioBtn .fmpCheckBoxMain .CustumCheckbox .checkmark:after {
        margin: 1px
    }
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .blueButton {
    width: 200px;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .blueButton.btndisabled {
    pointer-events: none;
    opacity: 0.5
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .blueButton a {
    width: 100%;
    float: left;
    padding: 15px 0;
    outline: none;
    background: #2b3395;
    border: 1px solid #2b3395;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    border-radius: 6px;
    font-weight: bold;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    line-height: normal;
    text-transform: capitalize
}

.thankyouBannerMain .thankyouBanner .thankHalf.mdsBanner .blueButton a:hover {
    background: #FFFFFF;
    color: #2b3395;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border: 1px solid #bfbfbf
}

.MSDSokBTN {
    width: 25%;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    background: #2b3395;
    color: #FFFFFF;
    padding: 14px 22px;
    font-weight: 400;
    border: 1px solid #2b3395;
    outline: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    height: 45px;
    border-radius: 5px
}

.MSDSokBTN:hover {
    background-color: transparent;
    color: #2b3395
}

.MSDSclosemodal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.MSDSInfoModal .modal-content {
    padding: 40px 0;
    text-align: center
}

.MSDSInfoModal .modal-content .errorimage {
    width: 75px;
    margin: -15px auto
}

.MSDSInfoModal .modal-content p {
    font-weight: 500;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px
}

.formSecMain .formDisContentMain .formStepTwo.nonMsilSell .formSecLeft .form-group.otherField .inputmain:first-child {
    width: 100% !important;
    padding: 0;
    float: left
}

.formSecMain .formDisContentMain .formStepTwo.nonMsilSell .formSecLeft .form-group.otherField .inputmain:last-child {
    width: 100% !important;
    padding: 0;
    float: right;
    margin-top: 20px
}

#form-sell-non-msil .formSecRight .form-row .form-group .inputmain .phoneTxtfield input {
    padding: 10px 25px 10px 0px;
    background: url(../images/sell/calc.webp) right center no-repeat
}

#form-sell-msil_twenty .formSectionSteps .form-row .form-group .inputmain .phoneTxtfield input {
    padding: 10px 25px 10px 0px;
    background: url(../images/sell/calc.webp) right center no-repeat
}

#form-sell-step2 .formSecLeft .form-row .form-group {
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center
}

#form-sell-non-msil .formSecLeft .form-row .form-group {
    margin-bottom: 0px;
    text-align: left
}

.invalid-feedback {
    color: red;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal
}

.errorMsg {
    color: red;
    position: absolute;
    bottom: -15px;
    font-size: 12px;
    font-weight: normal
}

.ui-datepicker {
    z-index: 100 !important
}

.custumCheckbox #policy-error {
    color: red;
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    .custumCheckbox #policy-error {
        color: red;
        position: absolute;
        bottom: -25px;
        font-size: 12px;
        font-weight: normal
    }
}

#checkbox1-error,
#checkboxStep3-error {
    color: red;
    position: relative;
    bottom: -15px;
    font-size: 12px;
    font-weight: normal
}

#carSpanKmStep3-error,
#carKmSpanStep3-error {
    color: red;
    position: relative;
    bottom: -5px;
    font-size: 12px;
    font-weight: normal
}

#carKmStep2-error {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    white-space: nowrap
}

#form-sell-step2 .formSecLeft .form-row .form-group .inputmain span {
    color: red;
    bottom: -15px;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    left: 9px
}

#nonMsilManufacturingerror {
    color: red;
    bottom: -6px;
    font-size: 12px;
    font-weight: normal;
    position: relative
}

#exceedSellOkBtn {
    width: 20%;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    background: #2b3395;
    color: #FFFFFF;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 400;
    border: 1px solid #2b3395;
    outline: none;
    transition-duration: 1s;
    -webkit-transition-duration: 1s
}

#exceedSellOkBtn:hover {
    background: #fff;
    color: #2b3395
}

#formSectionStep4 .formStepFour .formSecLeft ul li button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ff6260;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px;
    border: #ff6260
}

@media (max-width: 1199px) {
    #formSectionStep4 .formStepFour .formSecLeft ul li button {
        width: 30px;
        height: 30px;
        line-height: 31px
    }
}

#formSectionStep4 .formStepFour .formSecLeft ul li button.redColor {
    background: #f5a00d
}

#formSectionStep4 .formStepFour .formSecLeft ul li button.greenColor {
    background: #5ab594
}

#formSectionStep4 .formStepFour .formSecLeft ul li button.active {
    background: #ff6260
}

#formSectionStep4 .formStepFour .formSecLeft ul li button.disable {
    background: #ccc
}

.errorField #nonMsilprefferedDate {
    border-bottom: 1px solid red
}

.formSecMain .formDisContentMain .formSectionSteps.formStepThree #bookInspection .form-row .form-group .inputmain {
    border-bottom: 0px
}

@media (max-width: 480px) {
    .formSecMain .formBannerMain {
        min-height: inherit;
        margin-top: 0px
    }
}

#errorModal .modal-content {
    padding: 40px 0;
    text-align: center
}

#errorModal .modal-content .errorimage {
    width: 100px;
    margin: 0 auto
}

#errorModal .modal-content p {
    font-weight: 600
}

.successModal {
    z-index: 9999999999 !important
}

.successModal .modal-content {
    padding: 40px 0;
    text-align: center
}

.successModal .modal-content .success-image {
    width: 100px;
    margin: 0 auto
}

.successModal .modal-content p {
    font-weight: 600
}