: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;
  --bs-site-color: #b33017;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Poppins', sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

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

body {
  margin: 0;
  font-family: 'Poppins', sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

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

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

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

dt {
  font-weight: 700
}

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

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

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;
  -webkit-text-decoration-skip: objects
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical;
  height: auto !important;
}

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

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,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

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

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

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

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

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

.row {
  display: -webkit-box;
  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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%;
  max-width: 100%;
  margin-bottom: 0rem;
  background-color: transparent
}

.table th,
.table td {
  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 .table {
  background-color: #fff
}

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

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

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

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}

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

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff
}

.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>th,
.table-secondary>td {
  background-color: #d6d8db
}

.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>th,
.table-success>td {
  background-color: #c3e6cb
}

.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>th,
.table-info>td {
  background-color: #bee5eb
}

.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>th,
.table-warning>td {
  background-color: #ffeeba
}

.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>th,
.table-danger>td {
  background-color: #f5c6cb
}

.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>th,
.table-light>td {
  background-color: #fdfdfe
}

.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>th,
.table-dark>td {
  background-color: #c6c8ca
}

.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>th,
.table-active>td {
  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: #212529;
  border-color: #32383e
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0px 5px;
  font-size: 14px;
  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;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0px;
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #d2d2d2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(193 193 193 / 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
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.5em + 0.75rem + 2px);
}

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(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

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

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

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

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0
}

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

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

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

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

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

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

.form-row {
  display: -webkit-box;
  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 {
  color: #6c757d
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
  display: block
}

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

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

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  background-color: #71dd8a
}

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

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
  border-color: inherit
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  box-shadow: 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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545
}

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

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
  display: block
}

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

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

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

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  background-color: #efa2a9
}

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

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
  border-color: inherit
}

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

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

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

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -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 .input-group {
    width: auto
  }

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: wrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  border: 1px solid var(--bs-site-color);
  background-color: var(--bs-site-color);
  color: #fff;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #223f79;
  border-color: #223f79;
}

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

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

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none
}

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

.btn-primary {
  color: #fff;
  background-color: #243f79;
  border-color: #243f79;
}

.btn-primary:hover {
  color: #fff;
  background-color: #243f79;
  border-color: #243f79;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(36 63 121);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #243f79;
  border-color: #243f79
}

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

.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 rgb(36 63 121 / 97%);
}

.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 {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 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 .2rem rgba(108, 117, 125, 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 {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 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 .2rem rgba(40, 167, 69, 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 {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 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 .2rem rgba(23, 162, 184, 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 {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 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 .2rem rgba(255, 193, 7, 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 {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 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 .2rem rgba(220, 53, 69, 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 {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 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 .2rem rgba(248, 249, 250, 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 {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 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 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  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 .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 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent
}

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

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none
}

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

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

.btn-sm,
.btn-group-sm>.btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.show {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.show {
  display: block
}

tr.collapse.show {
  display: table-row
}

tbody.collapse.show {
  display: table-row-group
}

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

.dropup,
.dropdown {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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
}

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: .125rem
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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:hover,
.dropdown-item:focus {
  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;
  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
}

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

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

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

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

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

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

.btn-group>.btn:first-child {
  margin-left: 0
}

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

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

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

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

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

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

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  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="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

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

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

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

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px
}

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

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

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

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

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.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) {
  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:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

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

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6
}

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

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 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: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5)
}

.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 {
  opacity: 0
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%
}

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

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

.custom-file-input:focus~.custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-file-input:focus~.custom-file-control::before {
  border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  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(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

/* .nav-link{display:block;padding:.5rem 1rem} */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d
}

.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:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6
}

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

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

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

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

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

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

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

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

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

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

.navbar>.container,
.navbar>.container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.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:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

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

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

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

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer
}

.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 {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

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

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

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

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

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

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

@media (max-width: 767.98px) {

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

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

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

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

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

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

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

@media (max-width: 991.98px) {

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

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

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

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

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

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

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

@media (max-width: 1199.98px) {

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

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

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

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

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

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

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

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

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 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(0.25rem - 1px) calc(0.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
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

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

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

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

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

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

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-img-top,
  .card-group>.card:only-child .card-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-img-bottom,
  .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-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
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.breadcrumb {
  display: -webkit-box;
  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+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #6c757d;
  content: "/"
}

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

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

.pagination {
  display: -webkit-box;
  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 {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

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

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.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: 1;
  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
}

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

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc
}

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

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62
}

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

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34
}

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

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b
}

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

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00
}

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

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130
}

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

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}

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

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124
}

.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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .6s ease
}

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125)
}

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

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

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none
}

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

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

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

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  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:hover,
.list-group-item-secondary.list-group-item-action:focus {
  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:hover,
.list-group-item-success.list-group-item-action:focus {
  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:hover,
.list-group-item-info.list-group-item-action:focus {
  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:hover,
.list-group-item-warning.list-group-item-action:focus {
  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:hover,
.list-group-item-danger.list-group-item-action:focus {
  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:hover,
.list-group-item-light.list-group-item-action:focus {
  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:hover,
.list-group-item-dark.list-group-item-action:focus {
  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,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75
}

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

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

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  outline: 0
}

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

.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, -25%);
  transform: translate(0, -25%)
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2))
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

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

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}

.modal-footer> :not(:first-child) {
  margin-left: .25rem
}

.modal-footer> :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2))
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px
  }
}


/* .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";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;} 

.tooltip.show{opacity:0.1}
.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}
.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}
.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.4rem 0}
.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}
.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}
.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}
.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}
.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}
.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.4rem 0}
.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}
.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}
.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}
.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}
.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="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} */


.tooltip {
  position: absolute;
  z-index: 1070;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
}

.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-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0
}

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

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

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

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

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

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0
}

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

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

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

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="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
}

.tooltip {
  position: relative;
}

.tooltip:after {
  background: #333;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  bottom: 24px;
  color: #fff;
  content: attr(aria-label);
  left: -50%;
  padding: 0px 10px;
  position: absolute;
  z-index: 98;
  width: auto;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  min-width: 80px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.tooltip-new:after {
  min-width: 250px;
}

.tooltip.details-page:after {
  right: -50%;
  left: auto;
  width: 360px;
}

.tooltip:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 18px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.tooltip:hover:before {
  visibility: visible;
  opacity: 1;
}

.tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}





.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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

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

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

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: .5rem .5rem 0
}

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

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

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

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

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: .5rem .5rem .5rem 0
}

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

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

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

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

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 .5rem .5rem
}

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

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

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="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-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem
}

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

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: .5rem 0 .5rem .5rem
}

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

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

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

.popover-header:empty {
  display: none
}

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

.carousel {
  position: relative
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

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

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

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

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

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

.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:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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 {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

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

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

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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 iframe,
.embed-responsive embed,
.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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
  }
}

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

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

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

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !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: .25rem !important
}

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

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

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

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

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

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .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-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: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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-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: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .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-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: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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-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: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

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

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

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

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important
}

.text-muted {
  color: #6c757d !important
}

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

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

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

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    border: 1px solid #ddd !important
  }
}

/***** COMMON CSS *****/
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none
}



/*-------common-css---*/


.clr {
  clear: both
}

.red_color {
  color: #b33017;
}

.green_color {
  color: #139246
}

.white_color {
  color: #FFF
}

.black_color {
  color: #000
}

.gray_color {
  color: #B3B3B3
}

.darkgray_color {
  color: #58595B
}

.site_color {
  color: #b33017
}

.blue_color {
  color: #012A5F
}

.gold_color {
  color: #e5a738
}

.red_color:hover {
  color: #E31B23
}

.green_color:hover {
  color: #139246
}

.white_color:hover {
  color: #FFF
}

.black_color:hover {
  color: #000
}

.gray_color:hover {
  color: #B3B3B3
}

.darkgray_color:hover {
  color: #58595B
}

.site_color:hover {
  color: #333
}

.blue_color:hover {
  color: #012A5F
}

.pointer {
  cursor: pointer
}

.uppercase {
  text-transform: uppercase
}

.line-through {
  text-decoration: line-through
}

.position_relative {
  position: relative !important
}

.position_top_2 {
  position: relative;
  top: 2px
}

.position_top_5 {
  position: relative;
  top: 5px
}

.position_top_10 {
  position: relative;
  top: 10px
}

.position_bottom_2 {
  position: relative;
  bottom: 2px
}

.position_bottom_5 {
  position: relative;
  bottom: 5px
}

.position_bottom_10 {
  position: relative;
  bottom: 10px
}

.italic {
  font-style: italic
}

.display_none {
  display: none !important
}

.display_block {
  display: block !important
}

.width_hundred {
  width: 100%
}

.float_left {
  float: left
}

.float_right {
  float: right
}

.float_none {
  float: none
}

.font_8 {
  font-size: 8px
}

.font_10 {
  font-size: 10px
}

.font_12 {
  font-size: 12px
}

.font_14 {
  font-size: 14px !important;
}

.font_16 {
  font-size: 16px !important;
}

.font_18 {
  font-size: 18px !important;
}

.font_20 {
  font-size: 20px
}

.font_22 {
  font-size: 22px
}

.font_24 {
  font-size: 24px !important;
}

.font_28 {
  font-size: 28px
}

.font_30 {
  font-size: 30px
}

.font_32 {
  font-size: 32px
}

.font_36 {
  font-size: 36px
}

.font_40 {
  font-size: 40px
}

.font_400 {
  font-weight: 400 !important;
}

.font_bold {
  font-weight: 700
}

.font_normal {
  font-weight: 400
}

.underline {
  text-decoration: underline
}

.hover_underline:hover {
  text-decoration: underline
}

.border_top_gray {
  border-top: 1px solid #CCC
}

.border {
  border: 1px solid #CCC
}

.red_border {
  border: 1px solid #E31B23
}

.border_none {
  border: none
}

.border_right {
  border-right: 1px solid #CCC
}

.border_right_none {
  border-right: none !important
}

.border_bottom {
  border-bottom: 1px solid #CCC
}

.border_bottom_none {
  border-bottom: none
}

.border_red {
  border: 1px solid #C00
}

.line_height_16 {
  line-height: 16px
}

.line_height_20 {
  line-height: 20px
}

.line_height_24 {
  line-height: 24px
}

.line_height_28 {
  line-height: 28px
}

.line_height_32 {
  line-height: 32px
}

.line_height_40 {
  line-height: 40px
}

.margin_left_0 {
  margin-left: 0
}

.margin_left_5 {
  margin-left: 5px
}

.margin_left_10 {
  margin-left: 10px !important
}

.margin_left_20 {
  margin-left: 20px
}

.margin_left_30 {
  margin-left: 30px !important
}

.margin_left_40 {
  margin-left: 40px
}

.margin_left_50 {
  margin-left: 50px
}

.margin_left_60 {
  margin-left: 60px
}

.margin_left_70 {
  margin-left: 70px
}

.margin_right_0 {
  margin-right: 0 !important
}

.margin_right_5 {
  margin-right: 5px
}

.margin_right_10 {
  margin-right: 10px
}

.margin_right_20 {
  margin-right: 20px
}

.margin_right_30 {
  margin-right: 30px
}

.margin_right_40 {
  margin-right: 40px
}

.margin_top_0 {
  margin-top: 0
}

.margin_top_2 {
  margin-top: 2px
}

.margin_top_5 {
  margin-top: 5px
}

.margin_top_8 {
  margin-top: 8px !important;
}

.margin_top_10 {
  margin-top: 10px !important;
}

.margin_top_20 {
  margin-top: 20px !important
}

.margin_top_30 {
  margin-top: 30px !important
}

.margin_top_35 {
  margin-top: 35px !important
}

.margin_top_40 {
  margin-top: 40px !important
}

.margin_top_50 {
  margin-top: 50px !important
}

.margin_top_75 {
  margin-top: 75px !important
}

.margin_top_80 {
  margin-top: 80px
}

.margin_top_100 {
  margin-top: 100px
}

.margin_bottom_0 {
  margin-bottom: 0
}

.margin_bottom_2 {
  margin-bottom: 2px
}

.margin_bottom_5 {
  margin-bottom: 5px
}

.margin_bottom_8 {
  margin-bottom: 8px !important
}

.margin_bottom_10 {
  margin-bottom: 10px !important
}

.margin_bottom_15 {
  margin-bottom: 15px
}

.margin_bottom_20 {
  margin-bottom: 20px
}

.margin_bottom_30 {
  margin-bottom: 30px
}

.margin_bottom_40 {
  margin-bottom: 40px !important
}

.margin_bottom_50 {
  margin-bottom: 50px
}

.margin_bottom_80 {
  margin-bottom: 80px
}

.margin_bottom_100 {
  margin-bottom: 100px
}

.padding_left_right_5 {
  padding-left: 5px;
  padding-right: 5px
}

.padding_0 {
  padding: 0
}

.padding_2 {
  padding: 2px
}

.padding_5 {
  padding: 5px
}

.padding_10 {
  padding: 10px
}

.padding_15 {
  padding: 15px
}

.padding_20 {
  padding: 20px
}

.padding_top_5 {
  padding-top: 5px
}

.padding_top_8 {
  padding-top: 8px
}

.padding_top_10 {
  padding-top: 10px
}

.padding_top_20 {
  padding-top: 20px
}

.padding_top_30 {
  padding-top: 30px
}

.padding_top_36 {
  padding-top: 36px
}

.padding_top_40 {
  padding-top: 40px
}

.padding_top_50 {
  padding-top: 50px
}

.padding_bottom_50 {
  padding-bottom: 50px
}

.padding_right_0 {
  padding-right: 0 !important
}

.padding_left_0 {
  padding-left: 0 !important
}

.padding_left_5 {
  padding-left: 5px !important
}

.padding_left_15 {
  padding-left: 15px !important
}

.padding_left_10 {
  padding-left: 10px !important
}

.padding_right_5 {
  padding-right: 5px
}

.padding_right_15 {
  padding-right: 15px
}

.padding_left_5 {
  padding-left: 5px
}

.padding_right_15 {
  padding-right: 15px !important
}

.table_pad tr td,
.table_pad tr th {
  padding: 5px
}

.slow {
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear
}

#google_translate_element {
  display: inline-block;
  height: 19px;
  overflow: hidden;
  width: 118px;
  position: relative;
  top: 4px;
}

.goog-te-gadget .goog-te-combo {
  margin: 0px !important;
  font-size: 12px;
  width: 100%;
  height: 19px;
  border-radius: 0
}

@-webkit-keyframes glowing {
  0% {
    background-color: #666;
    -webkit-box-shadow: 0 0 3px #666
  }

  50% {
    background-color: #b33017;
    -webkit-box-shadow: 0 0 10px #b33017
  }

  100% {
    background-color: #666;
    -webkit-box-shadow: 0 0 3px #666
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #666;
    -moz-box-shadow: 0 0 3px #666
  }

  50% {
    background-color: #b33017;
    -moz-box-shadow: 0 0 10px #b33017
  }

  100% {
    background-color: #666;
    -moz-box-shadow: 0 0 3px #666
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #666;
    box-shadow: 0 0 3px #666
  }

  50% {
    background-color: #b33017;
    box-shadow: 0 0 10px #b33017
  }

  100% {
    background-color: #666;
    box-shadow: 0 0 3px #666
  }
}

@keyframes glowing {
  0% {
    background-color: #666;
    box-shadow: 0 0 3px #666
  }

  50% {
    background-color: #b33017;
    box-shadow: 0 0 10px #b33017
  }

  100% {
    background-color: #666;
    box-shadow: 0 0 3px #666
  }
}

.big_blink_btn {
  -webkit-animation: glowing 3000ms infinite;
  -moz-animation: glowing 3000ms infinite;
  -o-animation: glowing 3000ms infinite;
  animation: glowing 3000ms infinite;
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  border: none;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  display: block;
  margin-bottom: 20px
}

.big_blink_btn:hover,
.big_blink_btn:focus,
.big_blink_btn:active {
  color: #FFF
}

.inline-orange-btn {
  color: #ff4500;
  text-decoration: underline
}

.inline-orange-btn:hover {
  text-decoration: none;
  color: #ff4500
}

.inline {
  color: #FFF;
  text-decoration: underline
}

.inline:hover {
  text-decoration: none;
  color: #FFF
}

.inner_nav {
  width: 100%;
  float: left;
  border: 1px solid #CCC;
  border-right: none;
  margin: 20px 0 20px
}

.inner_nav>ul>li {
  float: left;
  text-align: center;
  border-right: 1px solid #CCC
}

.inner_nav>ul>li>a {
  padding: 4px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  display: block;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear
}

.inner_nav>ul>li>a:hover,
.inner_nav>ul>li>a.active {
  background: #b33017;
  color: #fff
}

.why_menu>li {
  width: 12.5%
}

.six_menu>li {
  width: 16.66%
}

.seven_menu>li {
  width: 14.28%
}

.eight_menu>li {
  width: 11.11%;
}

.five_menu>li {
  width: 20%
}

.four_menu>li {
  width: 25%
}

.five_border {
  border: 5px solid #E8E8E8;
  box-shadow: 0 3px 10px #CCC;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear
}

.five_border:hover {
  border-color: #fe8e08
}

.common_heading {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.min-height-367 {
  min-height: 367px !important
}

.margin-30 {
  margin: 30px 0 !important
}

.scrollup {
  position: fixed;
  right: 20px;
  bottom: 0;
  display: none;
  width: 34px;
  height: 34px;
  opacity: .6;
  cursor: pointer;
  z-index: 100;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  text-align: center;
  background-color: #ff4500
}

.scrollup:hover {
  opacity: 1
}

.inline-btn {
  color: #000;
  text-decoration: none
}

.inline-btn:hover {
  color: #000;
  text-decoration: underline
}

.pagination {
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  display: inline-flex
}

.pagination>li {
  display: inline;
  cursor: pointer
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 3px 8px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #325899;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  padding: 3px 7px;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 2px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff4500;
  border-color: #ff4500
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}


/*---------services---------*/
.service-list {
  position: relative
}

.service-details {
  width: 100%;
  display: inline-block;
}

.service-details .service-image {
  width: 25%;
  float: left;
}

.service-image img {
  max-height: 300px;
}

.service-details .service-content {
  width: 70%;
  float: left;
  margin-left: 3%;
}

.service-content h3 {
  font-size: 22px;
  color: #214277;
}

.service-content h5 {
  margin-left: 15px;
  text-decoration: underline;
  font-size: 19px;
}

.service-content ul li {
  position: relative;
  margin-left: 35px;
}

.service-content ul li:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: -22px;
  top: 10px;
}

.service-content ul li p {
  color: #333;
  font-size: 16px;
}

/********* COMMON CSS END *****/



/* STOCK LIST SLIDER */
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%
}

#swipebox-slider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  width: 56%;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

#swipebox-slider .slide-loading {
  background: url(../gif/ajax-loader.gif) center center no-repeat;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%
}

#swipebox-bottom-bar {
  bottom: auto;
  top: 50%;
}

#swipebox-top-bar {
  top: -50px
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0)
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center
}




#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background: #000 url(../png/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 30px;
  height: 28px;
  top: 0px;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px
}

#swipebox-prev {
  background-position: -41px 3px;
  float: left;
}

#swipebox-next {
  background-position: -88px 3px;
  float: right
}

#swipebox-close {
  top: 32px;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 5px 1px
}


.swipebox-no-close-button #swipebox-close {
  display: none
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring .3s;
  animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring .3s;
  animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@keyframes rightSpring {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

@keyframes leftSpring {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

@media screen and (min-width:800px) {
  #swipebox-close {
    right: 21%;
    top: 2%;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

#swipebox-overlay {
  background: #0d0d0df2;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  opacity: .95
}

#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif
}

.base_bg,
.vehicles_grid,
.stock_first,
.product-details,
.quick_info,
.product_spec,
#refine_your_search,
.vehicles_grid_vertical,
.user_login,
.register,
.user_img,
.profile_menu,
.bank_info,
.dash_board .info_box,
.table_statement,
.body_content {
  background: #fff;
  transition: .3s ease;
  padding: 0 15px;
  box-shadow: 0 1px 3px #d8d8d8
}

/* .base_bg:hover,.vehicles_grid:hover,.stock_first:hover,.product-details:hover,.quick_info:hover,.product_spec:hover,#refine_your_search:hover,.vehicles_grid_vertical:hover,.user_login:hover,.register:hover,.user_img:hover,.profile_menu:hover,.bank_info:hover,.dash_board .info_box:hover,.table_statement:hover,.body_content:hover{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)} */
.stock_first {
  padding: 0;
  padding-bottom: 10px;
}

.stock_first .product_slider {
  background: #2d2d2d
}

.stock_first .product_slider .owl-item {
  overflow: hidden;
  height: 490px;
  position: relative
}

.stock_first .product_slider .owl-item>a>img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.stock_first .product_thumbnails {
  background: #2d2d2d;
  text-align: center;
  padding: 15px 30px
}

.stock_first .product_thumbnails p {
  text-align: center;
  color: #fff
}

.stock_first .product_thumbnails p span.veh {
  color: #F45E5D;
  cursor: pointer
}

.stock_first .product_thumbnails a {
  display: inline-block;
  margin: 0 5px;
  height: 44px;
  width: 60px;
  overflow: hidden;
  padding: 0
}

.stock_first .product_thumbnails a img {
  width: 100%
}

.stock_first .product_thumbnails a:before {
  background: #F45E5D;
  content: '';
  width: 100%;
  height: 100%
}

.stock_first .product_thumbnails a.active {
  border: 3px solid #F45E5D
}

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

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 1500ms ease-in-out;
  -moz-transition: height 1500ms ease-in-out;
  -ms-transition: height 1500ms ease-in-out;
  -o-transition: height 1500ms ease-in-out;
  transition: height 1500ms ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
  cursor: url(../png/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .95s both ease;
  -moz-animation: fadeOut .95s both ease;
  animation: fadeOut .95s both ease
}

.owl-fade-in {
  -webkit-animation: fadeIn .95s both ease;
  -moz-animation: fadeIn .95s both ease;
  animation: fadeIn .95s both ease
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1.5s both ease;
  -moz-animation: backSlideOut 1.5s both ease;
  animation: backSlideOut 1.5s both ease
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1.5s both ease;
  -moz-animation: backSlideIn 1.5s both ease;
  animation: backSlideIn 1.5s both ease
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0)
  }
}

@-moz-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0)
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0)
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8)
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8)
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8)
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%)
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%)
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%)
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5)
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5)
  }
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 6px;
  height: 6px;
  opacity: 1;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-item.loading {
  min-height: 150px;
  background: url(../ajax_loader.html) no-repeat center center
}

.veh-arrow-right {
  border: solid #F45E5D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.veh-arrow-left {
  border: solid #F45E5D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media (min-width: 1024px) and (max-width: 1050px) {
  .stock_first .product_slider .owl-item {
    height: 362px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stock_first .product_slider .owl-item {
    height: 268px;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .stock_first .product_slider .owl-item {
    height: 264px;
  }
}

.j_stock .m_0 {
  margin: 0px;
  font-weight: bold;
}

.j_stock .p_10 {
  padding: 10px;
}

.j_stock .f_left {
  float: left;
}

.j_stock {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px #bdbdbd;
}

.j_stock .text-strong {
  color: #454545;
}

.j_stock .line_height {
  line-height: 16px;
}

/* STOCK LIST SLIDER END HERE */
.search_btn_list {
  background: var(--bs-site-color);
  text-align: center;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 6px 14px;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
}

.similar_veh {
  position: relative;
}

.similar_veh>a {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #000;
}

/* STOCK LIST TESTIMONIALS */
.client_bg {
  background: #fff;
  box-shadow: 0 0 3px #ddd;
  padding: 15px;
  margin-bottom: 25px;
}

.client_bg>.client_img {
  width: 25%;
  float: left;
  min-height: 150px;
  position: relative;
}

.client_bg>.client_img>a>img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-height: 150px;
}

.client_bg>.client_detail {
  width: 72%;
  float: left;
  margin-left: 20px;
}

.client_bg>.client_detail>h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.client_bg>.client_detail>p.rating {
  margin-bottom: 2px;
}

.client_bg>.client_detail>p {
  line-height: 20px;
  color: #454545;
  font-size: 12px;
}

.client_bg>.client_detail>h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  display: inline-block
}

.client_bg>.client_detail>h5 {
  font-size: 12px;
  color: #ff4500;
  margin-bottom: 2px;
}

.faq_width {
  width: 31% !important;
  height: 35px;
}

.count_name {
  font-size: 22px !important;
}

#A,
#B,
#D,
#E,
#F,
#G {
  font-size: 22px;
}

.faq-wid>ul #A,
.faq-wid>ul #B,
.faq-wid>ul #D,
.faq-wid>ul #E,
.faq-wid>ul #F,
.faq-wid>ul #G {
  color: var(--bs-site-color);
}

.menu {
  padding: 3px 0px;
}

.top_bar {
  width: 100%;
}

.top_logo {
  width: 132px;
  height: 35px;
  float: left;
  margin-right: 22px;
}

.top_first_menu {
  width: 1040px;
  float: left;
}

.top_whatsapp {
  width: 301px;
  float: left;
}

.logo {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 26px 0 21px 0;
  box-shadow: -1px -1px 5px #ccc;
}

.menu .logo img {
  position: relative;
  top: -4px;
  z-index: 99;
}

.margin-left {
  width: 30%;
  float: left;
}

.fa {
  background: url(../png/sprite_top_01072024_new.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
}

.fa-flag {
  background-position: -45px -1px;
  width: 18px;
  height: 14px;
  top: 2px;
  right: 2px;
}

.fa-whatsaap {
  background-position: -4px -2px;
  width: 28px;
  height: 27px;
  top: 3px;
  right: 2px;
}

.fa-log {
  background-position: -72px -4px;
  width: 15px;
  height: 17px;
  top: 4px;
  right: 4px;
}

.fa-location {
  background-position: 0px -42px;
  width: 13px;
  height: 21px;
  top: 3px;
  right: 0px;
}

.fa-telephone {
  background-position: -21px -42px;
  width: 17px;
  height: 16px;
  top: 3px;
  right: 0px;
}

.fa-mail {
  background-position: -47px -40px;
  width: 20px;
  height: 16px;
  top: 3px;
  right: 0px;
}

.fa-top-arrow {
  background-position: -190px 0px;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 0px;
}

.fa-line {
  background-position: -109px -92px;
  width: 20px;
  height: 15px;
  top: 3px;
  right: 0px;
}

.fa-time {
  background-position: -194px -90px;
  width: 22px;
  height: 20px;
  top: 5px;
}

.fa-cars {
  background-position: -133px -90px;
  width: 31px;
  height: 19px;
  top: 4px;
}

.fa-carauction {
  background-position: -167px -90px;
  width: 28px;
  height: 19px;
  top: 4px;
}

.fa-wish-list {
  background-position: -271px -1px;
  width: 22px;
  height: 22px;
  top: 3px;
  right: 0px;
}

.fa-notifications {
  background-position: -294px -3px;
  width: 18px;
  height: 20px;
  top: 4px;
}

.fa-currency {
  background-position: -311px -2px;
  width: 18px;
  height: 22px;
  top: 3px;
}

.fa-log-mb {
  background-position: -101px -158px;
  width: 18px;
  height: 18px;
  top: 10px;
}

.fa-reg-mb {
  background-position: -121px -158px;
  width: 20px;
  height: 18px;
  top: 10px;
}

.fa-notf-1 {
  background-position: -101px -119px;
  width: 30px;
  height: 33px;
  top: 15px;
  vertical-align: top;
}

.fa-notf-2 {
  background-position: -140px -118px;
  width: 30px;
  height: 33px;
  top: 15px;
  vertical-align: top;
}

.fa-notf-3 {
  background-position: -176px -119px;
  width: 31px;
  height: 35px;
  top: 15px;
  vertical-align: top;
}

.fa-wpmp {
  background-position: -3px -183px;
  width: 22px;
  height: 23px;
  top: 0px;
}

.fa-searchmb {
  background-position: -27px -184px;
  width: 22px;
  height: 23px;
  top: 0px;
}

.fa-wishmb {
  background-position: -51px -183px;
  width: 25px;
  height: 23px;
  top: 0px;
}

.fa-logmb {
  background-position: -80px -183px;
  width: 20px;
  height: 22px;
  top: 0px;
}

.icon-text {
  color: #000;
  float: left;
  font-size: 12px;
  padding-right: 8px;
  padding-top: 7px;
  padding-left: 8px;
}

.inline-btn {
  color: #000;
}

.right_icon {
  float: left;
  padding: 15px 0 0 0;
  position: relative;
}

.right_icon>ul {
  list-style: none;
}

.right_icon>ul>li {
  float: left;
  padding: 0 5px;
}

.right_icon>ul>li>a {
  color: #fff;
}

.right_icon>ul>li>a:hover {
  color: #fff;
}

.right_icon>ul>li>select {
  float: left;
  padding: 0 0 0 0;
  height: 22px !important;
  margin-top: 1px;
}

.notice {
  position: absolute;
  top: 7px;
  left: 45px;
  color: #fff;
  background: #b33017;
  padding: 0 2px;
  font-size: 12px;
}

.currancy_drop {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 3px 3px 0 0;
}

.navtop {
  background: #333;
  color: #fff
}

.navtop>ul {
  position: relative;
  z-index: 1
}

.navtop>ul>li {
  float: left;
  border-left: 1px solid #b33017;
}

.navtop ul li a {
  display: block;
  padding: 10px 17px;
  color: #000
}

.navtop ul li:hover>a {
  background: #b33017;
  color: #fff;
}

.navtop ul li:first-child {
  border: none;
}

.navtop>ul>li:hover>ul {
  display: block;
  box-shadow: 0px 0px 2px #b7b7b7;
}

.navtop>ul>li>ul>li:hover ul {
  display: block;
  box-shadow: 0px 0px 2px #b7b7b7;
}

.navtop>ul>li>ul li {
  position: relative;
  width: 205px;
  font-size: 14px;
}

.navtop>ul>li>ul {
  display: none;
  position: absolute;
  background: #fff;
}

.navtop>ul>li>ul>li>ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 1px;
  background: #fff;
}

.navtop ul ul li {
  border-top: 1px solid #b33017;
}






.menu .btn {
  line-height: 1.5;
}

/* .menu img {box-shadow: 10px 10px 5px #cdcdcd; border-radius: 0px 25px 0px 0px;} */
.mid-strip {
  background-color: #223f79;
}

.mid-strip .form-group {
  margin-bottom: 5px;
  margin-top: 5px;
}

.left-ico {
  margin: 8px 0px 8px 60px;
  padding: 0px;
  box-sizing: border-box;
  float: left;
  width: 733px
}

.left-ico ul {
  background-color: #dcdada4f;
  list-style: none;
  float: left;
  padding-left: 5px;
}

.left-ico li {
  margin-right: 5px;
  width: 126px;
  float: left;
}

.srch-btn {
  float: left;
}

.right-ico {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  float: left;
  padding: 16px 11px 0px 6px;
}

.right-ico li {
  margin: 0px 0px;
  color: #fff;
  font-size: 14px;
  float: left;
}

.right-ico li:after {
  content: "|";
  position: relative;
  color: #fff;
  left: -2px;
  top: 1px;
}

.right-ico li:last-child::after {
  content: "";
  position: relative;
  color: #fff
}

.right-ico li a:hover {
  color: #f4f4f4;
}

.right-ico li a {
  color: #fff;
  padding: 0px 4px;
}


.ext-sp {
  padding-left: 12px !important;
}

.rgts {
  margin-top: 3.2px !important;
}

/* .right-ico li {padding: 0px 8px 0px 16px; color: #000;  margin:0px 0px;  font-size:12px; font-weight:400;} */
/* .right-ico li:last-child{ content: ""; border-right:none !important; } */





.top_ulli {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* .float_left{margin-left:8px;} */
.import {
  float: left;
  margin-left: 28px;
}

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

.language {
  float: right;
  padding: 8px 0px 0px 12px;
  font-size: 14px;
  font-weight: 500;
}

.whatsaap {
  float: right;
  padding: 2px 8px;
  background-color: #b33017;
  color: #ffff;
  font-weight: 500;
  font-size: 13px;
  border-radius: 10px;
}

.whatsaap>a {
  color: #ffff;
}

.whatsaap strong {
  position: relative;
  top: -5px;
}

.top_ulli>li {
  display: inline-flex;
  margin: 0px;
  padding: 12px 7px 5px 7px;
}

.top_ulli li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.menu .logo img {
  position: relative;
  top: -4px;
}

.top_ulli li a:hover {
  color: #b33017;
  border-bottom: 1px solid #b33017;
}

.mneu_active {
  color: #b33017 !important;
  border-bottom: 1px solid #b33017 !important;
}

.import_ulli {
  margin-left: 18px;
  float: left;
}

.import_ulli li {
  display: inline-flex;
  margin: 0px;
  padding: 8px 5px 5px 5px;
}

.import_ulli li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.import_ulli li a:hover {
  color: #b33017;
  border-bottom: 1px solid #b33017;
}

.import_ulli li:after {
  content: "|";
  position: relative;
  color: #000;
  left: 6px;
  top: -2px;
}

.import_ulli li:last-child:after {
  content: "";
}


/* .top-banner{background-image: url(../images/);   } */
.fa-md {
  background: url(../png/sprite_mid_13052024.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
}

.fa-md-plus {
  background-position: -385px -85px;
  width: 27px;
  height: 23px;
  top: 10px;
  left: 5px;
  right: 0px;
}

.fa-md-user {
  background-position: -5px 1px;
  width: 101px;
  height: 95px;
  top: 0px;
  right: 0px;
}

.fa-md-buy {
  background-position: -116px -9px;
  width: 111px;
  height: 92px;
  top: 0px;
  right: 0px;
}

.fa-md-offers {
  background-position: -100px -336px;
  width: 129px;
  height: 93px;
  top: 0px;
  right: 0px;
}


.ic {
  background: url(../png/new_icon.png) 0 0 no-repeat;
  position: relative;
  display: block;
}

.ic-toyota {
  background-position: -355px -314px;
  width: 64px;
  height: 43px;
  top: 0px;
  left: 25px;
}

.ic-nissan {
  background-position: -145px -314px;
  width: 64px;
  height: 43px;
  top: 0px;
  left: 25px;
}

.ic-honda {
  background-position: -242px -224px;
  width: 49px;
  height: 43px;
  top: 0px;
  left: 31px;
}

.ic-suzuki {
  background-position: -285px -314px;
  width: 64px;
  height: 43px;
  top: 0px;
  left: 25px;
}

.ic-mitsubishi {
  background-position: -158px -180px;
  width: 57px;
  height: 43px;
  top: 0px;
  left: 25px;
}

.ic-mazda {
  background-position: -6px -313px;
  width: 64px;
  height: 43px;
  top: 0px;
  left: 25px;
}

.fa-md-toyota {
  background-position: -8px -122px;
  width: 66px;
  height: 45px;
  top: 0px;
  right: 0px;
}

.fa-md-nissan {
  background-position: -82px -118px;
  width: 50px;
  height: 45px;
  top: 0px;
  right: 0px;
}

.fa-md-honda {
  background-position: -140px -120px;
  width: 48px;
  height: 45px;
  top: 0px;
  right: 0px;
}

.fa-md-suzuki {
  background-position: -199px -119px;
  width: 41px;
  height: 45px;
  top: 0px;
  right: 0px;
}

.fa-md-mitsubishi {
  background-position: -247px -120px;
  width: 45px;
  height: 45px;
}

.fa-md-lexus {
  background-position: -298px -119px;
  width: 58px;
  height: 45px;
}

.fa-md-isuzu {
  background-position: -364px -120px;
  width: 48px;
  height: 45px;
}

.fa-md-subaru {
  background-position: -426px -121px;
  width: 64px;
  height: 45px;
}

.fa-md-daithshu {
  background-position: -6px -177px;
  width: 62px;
  height: 45px;
}

.fa-md-mazda {
  background-position: -79px -177px;
  width: 50px;
  height: 45px;
}

.fa-md-hino {
  background-position: -135px -178px;
  width: 58px;
  height: 45px;
}

.fa-md-bmw {
  background-position: -201px -179px;
  width: 45px;
  height: 45px;
}

.fa-md-audi {
  background-position: -383px -385px;
  width: 68px;
  height: 45px;
}

.fa-md-mercedes {
  background-position: -360px -337px;
  width: 42px;
  height: 45px
}

.fa-md-volkswagen {
  background-position: -245px -343px;
  width: 50px;
  height: 45px;
}

.fa-md-landrover {
  background-position: -314px -387px;
  width: 68px;
  height: 45px;
}

.fa-md-ford {
  background-position: -242px -389px;
  width: 68px;
  height: 45px;
}

.fa-md-porsche {
  background-position: -407px -337px;
  width: 35px;
  height: 45px;
}

.fa-md-volvo {
  background-position: -305px -340px;
  width: 46px;
  height: 45px;
}

.fa-md-ferrari {
  background-position: -443px -339px;
  width: 35px;
  height: 45px;
}

.fa-md-hummer {
  background-position: -248px -425px;
  width: 110px;
  height: 45px;
}

.fa-md-sedan {
  background-position: -261px -191px;
  width: 89px;
  height: 33px;
}

.fa-md-suv {
  background-position: -360px -190px;
  width: 82px;
  height: 33px;
}

.fa-md-wagon {
  background-position: -7px -248px;
  width: 85px;
  height: 33px;
}

.fa-md-hatchback {
  background-position: -111px -250px;
  width: 82px;
  height: 33px;
}

.fa-md-coupe {
  background-position: -209px -246px;
  width: 90px;
  height: 33px;
}

.fa-md-sportscar {
  background-position: -308px -244px;
  width: 83px;
  height: 33px;
}

.fa-md-cabriolet {
  background-position: -10px -301px;
  width: 87px;
  height: 33px;
}

.fa-md-pickup {
  background-position: -115px -303px;
  width: 91px;
  height: 33px;
}

.fa-md-van {
  background-position: -219px -301px;
  width: 72px;
  height: 33px;
}

.fa-md-bus {
  background-position: -299px -300px;
  width: 60px;
  height: 33px;
}

.fa-md-trucks {
  background-position: -367px -301px;
  width: 60px;
  height: 33px;
}

.fa-md-machinery {
  background-position: -437px -300px;
  width: 59px;
  height: 33px;
}

.fa-md-kei-truck {
  background-position: -419px -243px;
  width: 65px;
  height: 33px;
}

.fa-md-lhd {
  background-position: -94px -433px;
  width: 37px;
  height: 45px;
}

.fa-md-hyb {
  background-position: -201px -435px;
  width: 40px;
  height: 45px;
}

.fa-md-electric {
  background-position: -165px -433px;
  width: 40px;
  height: 45px;
}

.fa-md-diesel {
  background-position: -203px -357px;
  width: 44px;
  height: 45px;
}

.fa-md-manual {
  background-position: -130px -433px;
  width: 38px;
  height: 45px;
}

.fa-md-checkbox {
  background-position: -412px -3px;
  width: 15px;
  height: 12px;
  top: 0px;
  right: 6px;
}

.fa-md-flag {
  background-position: -390px -33px;
  width: 29px;
  height: 18px;
  top: 0px;
  right: 0px;
}

.fa-md-star {
  background-position: -388px -62px;
  width: 99px;
  height: 15px;
  top: 0px;
  right: 0px;
}

.fa-md-users {
  background-position: -438px -3px;
  width: 14px;
  height: 15px;
  top: 4px;
  right: 0px;
}

.fa-md-calender {
  background-position: -457px -4px;
  width: 15px;
  height: 14px;
  top: 2px;
  right: 0px;
}

.mid-top {
  padding: 45px 29px 65px 51px;
  box-shadow: 0 0 6px #c3c3c3;
  margin-top: -138px;
  min-height: 364px;
}

.mid-top:hover {
  border-bottom: 2px solid #b33017;
  background-color: #f3f3f3;
}

.mid-top h2 {
  font-size: 17px;
  padding-top: 30px;
  color: #424242;
}

.brow_h2 {
  font-size: 18px;
  color: #424242;
  text-align: left;
}

/* .brow_h2 h2:after {content: ''; position: relative; border-bottom: #1e437a 3px solid; width:107px; height: 2px; display: block;  left: 143px;} */

.mid-top>p {
  font-size: 14px;
  color: #8f8f8f;
}

.mid-top hr {
  width: 30px;
  margin: 0px;
  border-top: 4px solid #b33017;
  margin-top: 20px;
}

.bnr-1 {
  background: #fff url(../png/customer_satisfaction_bg.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
  background-position: top right;
}

.bnr-2 {
  background: #fff url(../png/how_to_buy_bg.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
  background-position: top right;
}

.bnr-3 {
  background: #fff url(../png/auto_auction_top.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
  background-position: top right;
}

.ctf a:hover {
  border-bottom: 2px solid red;
}

.browse {
  background: #ebf2fc url(../png/browse_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 30px 0px;
  margin-top: -80px;
}

.bb_brow h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #424242;
  font-size: 24px;
}

.bb_brow h2:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 3px solid;
  width: 80px;
  height: 2px;
  display: block;
  margin: 0px auto;
  left: 54px;
}

.left-browse {
  background-color: #ffff;
  border-radius: 10px;
  box-shadow: 0 0 6px #c3c3c3;
  padding: 6px 0px 0px;
  margin-bottom: 20px;
}

.brsr-left {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.brsr-left li {
  width: 111px;
  text-align: center;
  margin: 4px 5px 10px;
  float: left;
}

.brsr-left li a span {
  text-align: center;
}

.brsr-left li a {
  text-align: center;
}

.brsr-left li p {
  margin: 0px auto;
  color: #8f8f8f;
  font-size: 14px;
}

.right-browse {
  background-color: #ffff;
  border-radius: 10px;
  box-shadow: 0 0 6px #c3c3c3;
  padding: 10px 14px;
}

.brsr-right {
  margin: 0px;
  padding: 0px;
}

.brsr-right li {
  text-align: center;
  width: 88px;
  margin: 4px 5px;
  float: left;
}

.brsr-right li span {
  text-align: center;
}

.brsr-right li p {
  margin: 0px auto;
  color: #8f8f8f;
  font-size: 14px;
}

.browse-milege {
  background-color: #ffff;
  border-radius: 10px;
  padding: 10px 10px;
  max-height: 250px;
  min-height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 1px 5px #ccc;
}

.browse-milege hr {
  margin-top: 9px;
  margin-bottom: 9px;
}

.browse-milege h3 {
  color: #424242;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding-top: 16px;
}

.browse-milege ul {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
}

.browse-milege ul li {
  color: #8f8f8f;
  text-align: center;
  padding: 0px 0px;
  font-size: 13px;
  display: inline-block;
}

.browse-milege ul li>a {
  color: #8f8f8f;
}

.browse-milege ul li>a:hover {
  color: var(--bs-site-color);
}

.browse-milege ul li b {
  color: #424242;
  font-size: 12px;
}

.car-acc {
  background-color: #ffff;
  border-radius: 5px;
  padding: 0px 50px;
  width: 100%;
}

.car-acc>h4 {
  float: left;
  margin-bottom: 0px;
  font-size: 20px;
  padding: 4px 6px;
}

.car-acc>ul {
  list-style: none;
  float: left;
}

.car-acc li {
  display: inline-flex;
  padding: 4px 6px;
  align-items: center;
  justify-content: center;
  color: #8f8f8f;
  font-size: 14px;
}

.car-acc b {
  color: #000;
}

.dicount-tag {
  background: url(../png/discount.png) 0 0 no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  display: inline-block;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.dicount-tag>label {
  font-weight: 500;
}

.stock {
  margin-top: 20px;
}

.lts-arriv h3 {
  margin-bottom: 6px;
  color: #424242;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.lts-arriv .view_all {
  float: right;
}

.arrivals h3:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 86px;
  height: 2px;
  display: block;
  left: 72px;
}

.prem-car h3:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 50px;
  height: 2px;
  display: block;
  left: 110px;
}

.rdis h3:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 126px;
  height: 2px;
  display: block;
  left: 103px;
}

.lat-box span {
  border: 1px solid #a5a5a5;
  padding: 2px;
  font-size: 13px;
}

.lat-box-con strong {
  color: #b33017;
  font-size: 24px;
}

.lat-box {
  box-shadow: 0 0 6px #c3c3c3;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  min-height: 287px;
}

.lat-box .image {
  padding: 2px;
  min-height: 175px;
  max-height: 175px;
  position: relative;
}

.lat-box .image>img {
  max-height: 175px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.lat-box-con {
  padding: 4px 8px;
}

/* .lat-box-con h4{font-size: 18px; color:#424242; margin-top: 4px; margin-bottom: 6px; min-height:28px;} */
.lat-box-con h4 {
  font-size: 18px;
  color: #424242;
  margin-top: 6px;
  margin-bottom: 4px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lat-box-con hr {
  margin-top: 6px;
  margin-bottom: 4px;
}

.best-off {
  background-color: #b33017;
  padding: 4px 11px;
  display: inline-block;
  color: #ffff;
  margin-bottom: 0px;
  font-size: 13px;
}

.lat-box-con p {
  margin-bottom: 0px;
  font-size: 13px;
}

.lat-box-con p:last-child {
  margin-bottom: 0px;
}

.lat-box a {
  color: #a5a5a5;
}

.simp-step {
  background-color: #ebf2fc;
  margin-top: 20px;
  padding: 30px 0px 140px;
}

.simp-step h3 {
  text-align: center;
  color: #424242;
  padding: 16px 0px;
  font-size: 22px;
  font-weight: 600;
}

.simp-step h3:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 115px;
  height: 2px;
  display: block;
  left: 163px;
  margin: 0px auto;
}

.simple-box .step-1 {
  background-image: url(../png/how_buy_1.png);
  width: 238px;
  height: 242px;
  float: left;
  background-size: cover;
  position: relative;
}

.simple-box .step-2 {
  background-image: url(../png/how_buy_2.png);
  width: 238px;
  height: 242px;
  float: left;
  background-size: cover;
  position: relative;
}

.simple-box {
  position: relative;
}

.arrow-img-top-1 {
  position: absolute;
  right: 35%;
}

.arrow-img-top-2 {
  position: absolute;
  bottom: 0px;
  left: 36%;
}

.arrow-img-top-3 {
  position: absolute;
  bottom: 0px;
  right: 16%;
}

.arrow-img-top {
  position: absolute;
  left: 17%;
}

.step-content {
  width: 140px;
  margin: 61px 0px 0px 65px;
}

.step-content h6 {
  text-align: center;
  font-size: 22px;
}

.step-content strong {
  font-size: 26px;
}

.step-content p {
  font-size: 13px;
}

.video-1 img {
  float: right;
}

.video {
  margin-top: -100px;
  margin-bottom: 30px;
}

.customer-strt {
  margin-top: 30px;
  margin-bottom: 30px;
}

.customer-strt h3 {
  color: #424242;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.customer-strt h3:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 113px;
  height: 2px;
  display: block;
  left: 117px;
}

.customer-box-1 {
  box-shadow: 0 0 6px #c3c3c3;
  background: #fff;
  padding-bottom: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  max-height: 330px;
  min-height: 330px;
  height: 330px;
}

.cbs-1 img {
  max-height: 330px;
}

/* .cbs-1{width: 22%; float: left; margin-right:20px;} */
/* .cbs-2{width:56%; float:left; margin-right: 30px; padding-top:12px;} */
.cbs-2 .cus-left {
  float: left;
  width: 28%;
}

.cbs-2 h4 {
  font-size: 18px;
  margin-bottom: 0px;
}

.cbs-2 .cus-right .cng {
  background-color: #ff000000;
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
  border-radius: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cbs-2 .cus-right .cng:hover {
  background-color: #314a7f;
  color: #fff;
  border: 1px solid #314a7f;
}

.cbs-left h2 {
  color: #314a7f;
  font-size: 24px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.cbs-3 {
  padding-top: 12px;
}

.cbs-3 h5 {
  color: #314a7f;
  font-size: 16px;
  color: #8e8e8e;
}

.cus-left span {
  margin-right: 0px;
  margin-top: 10px;
}

.cus-left strong {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 400;
}

.cbs-2 p {
  font-size: 14px;
  color: #8e8e8e;
  margin-top: 6px;
  margin-bottom: 0px;
  overflow: hidden;
  height: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-tok {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.faq h4 {
  color: #424242;
  font-size: 20px;
  font-weight: 600;
}

.faq h4:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 100px;
  height: 2px;
  display: block;
  left: 183px;
}

.faq li {
  padding: 14px 8px;
  box-shadow: 0px 0px 5px #b5b5b5;
  background-color: #fff;
  border-radius: 12px;
  margin: 8px 0px;
  display: inline-block;
  height: 58px;
  width: 100%;
}

.faq-wid {
  margin-top: 10px;
  margin-bottom: 30px;
}

.faq li.q strong {
  padding-left: 10px;
  color: #8e8e8e;
  font-size: 15px;
  font-weight: 500;
}

.faq li>.question {
  width: 36px;
  height: 30px;
  border-radius: 20%;
  background: #243f79;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  padding-top: 0px;
  line-height: 28px;
  margin-top: 0px;
}

.faq li.a {
  background: #fff;
  display: none;
  color: #8e8e8e;
  margin-bottom: 12px;
  font-size: 15px;
}

.ans_right {
  float: left;
  color: #990;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #243f79;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 0;
  line-height: 34px;
}

.ans_text {
  float: left;
  width: 85%;
}

.faq li label {
  font-size: x-large;
  float: right;
  margin-bottom: 0px;
  margin-right: 10px;
}

.map h4 {
  color: #424242;
  font-size: 20px;
  font-weight: 600;
}

.map h4:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 122px;
  height: 2px;
  display: block;
  left: 74px;
}

.blog-top {
  background-image: url(../jpg/blog_bg.jpg);
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 175px;
  height: 221px;
  position: relative;
}

.blog-top .blog_view {
  position: absolute;
  right: 6px;
  font-size: 16px;
  font-weight: 300;
}

.blog-top h3 {
  text-align: center;
  color: #424242;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.blog-top h3:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 1px solid;
  width: 53px;
  height: 2px;
  display: block;
  left: 66px;
  top: 1px;
  margin: 0px auto;
}

.blog-img-sec {
  position: relative;
  background-color: #fff;
  min-height: 150px;
}

.blog-content-sec {
  background-color: #fff;
  padding: 10px;
  width: 85%;
  padding: 6px;
  top: 130px;
  left: 23px;
  position: absolute;
  box-shadow: -3px 3px 4px #ccc;
  min-height: 130px;
}

.blog-content-sec hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.read {
  float: right;
}

.blog-content-sec p {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 500;
}

.blog-content-sec strong {
  color: #6a6a6a;
  font-size: 14px;
  min-height: 43px;
  display: inline-block;
}

.calen {
  float: left;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
}

.read a {
  color: #b33017;
  font-size: 14px;
  font-weight: 700;
}

.new-letter {
  background-color: #e0ebff;
  margin-top: 15px;
  background-image: url(../png/news_letter_car_bg.png);
  background-position: 1083px 26px;
  background-repeat: no-repeat;
  text-align: center;
  padding: 26px 0px;
  min-height: 220px;
}

.new-letter h5 {
  color: #424242;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px;
  font-weight: 600;
}

.new-letter h5:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 122px;
  height: 2px;
  display: block;
  left: 58px;
  margin: 0px auto;
}

.sub-now {
  margin-top: 15px;
}

.m-hgt {
  max-height: 48px !important;
}

.footer {
  background-image: url(../png/footer_bg_new.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 8px;
  background-color: #223f79;

}

.footer-ic span {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer-ic strong {
  float: left;
  width: 245px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #dcdcdc;
  font-size: 14px;
}

.footer hr {
  border-top: 1px solid rgb(191 191 191);
}

.footer-link {
  margin-top: 65px;
  margin-bottom: 0px;
}

.footer-link h4 {
  color: #fff;
  font-size: 16px;
}

.us-links h4:after {
  content: '';
  position: relative;
  border-bottom: #fff 2px solid;
  width: 45px;
  height: 2px;
  display: block;
  left: 59px;
}

.quick-link h4:after {
  content: '';
  position: relative;
  border-bottom: #fff 2px solid;
  width: 37px;
  height: 2px;
  display: block;
  left: 54px;
}

.pm-link h4:after {
  content: '';
  position: relative;
  border-bottom: #fff 2px solid;
  width: 68px;
  height: 2px;
  display: block;
  left: 78px;
}

.footer-link li {
  padding: 4px 4px;
  list-style: none;
  text-align: left;
}

.footer-link li a {
  text-decoration: none;
  color: #cecece;
  font-size: 13px;
  font-weight: 500;
}

.bottom-links {
  margin: 0px;
  box-sizing: border-box;
  padding-left: 0px;
  text-align: center;
}

.bottom-links li {
  display: inline-flex;
  padding: 16px 5px 4px 5px;
  list-style: none;
  text-decoration: none;
}

.bottom-links li:after {
  content: "|";
  position: relative;
  color: #fff;
  left: 6px;
  top: -2px;
}

.bottom-links li:last-child:after {
  content: "";
}

.bottom-links li a {
  text-decoration: none;
  color: #ffff;
  font-size: 12px;
}

.footer-bottom p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-top: 16px;
}

.ftr-bdr {
  border-top: 1px solid #fff;
  margin-top: 6px;
  margin-bottom: 8px;
}

.bottom-right {
  text-align: end;
}

.bottom-right ul {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.bottom-right ul li {
  display: inline-flex;
  padding: 6px 6px;
  align-items: center;
  justify-content: center;
}

.bottom-right ul li .fb {
  width: 40px;
  height: 35px;
  background-color: #3b5893;
  text-align: center;
  border-radius: 6px;
}

.bottom-right ul li .ig {
  width: 40px;
  height: 35px;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  text-align: center;
  border-radius: 6px;
}

.bottom-right ul li .yt {
  width: 40px;
  height: 35px;
  background-color: #f80000;
  text-align: center;
  border-radius: 6px;
}

.bottom-right ul li .li {
  width: 40px;
  height: 35px;
  background-color: #0A63BC;
  text-align: center;
  border-radius: 6px;
}

.bottom-right ul li .tw {
  width: 40px;
  height: 35px;
  background-color: #000;
  text-align: center;
  border-radius: 6px;
}

/*--------------stock_list-----------*/
.right_icon {}


.list_table_view {
  margin-top: 10px;
}

/* .list_table_view .stock_list_table { width:100%;}

.list_table_view .stock_list_table .table_header th:first-child {  border-top-left-radius: 3px;}
.list_table_view .stock_list_table tr:first-child th {  border-top: 1px solid #d8d8d8;}
.list_table_view .stock_list_table td:first-child, .list_table_view .stock_list_table th:first-child {  width: 200px; border-left: 1px solid #d8d8d8;}
.list_table_view .stock_list_table td, .list_table_view .stock_list_table th {border-right: 1px solid #d8d8d8;border-bottom: 1px solid #d8d8d8;text-align:left;position: relative;}

.list_table_view .stock_list_table th {  background: #f0f0f0; padding:5px; color:#333;}
.list_table_view .stock_list_table tr > td { vertical-align:top;padding: 10px;} */


.stock_list_table {
  margin-bottom: 0px;
  width: 100%;
}

.stock_list_table>tbody>tr>th {
  background: #f0f0f0 !important;
  font-size: 14px !important;
}

.stock_list_table>tbody>tr>td {
  vertical-align: top !important;
  padding: 5px 0px;
  font-size: 14px !important;
}

.stock_list_table>tbody>tr.colum_stock:hover {
  background: #f2f2f2;
  cursor: pointer;
  outline: #0062cc 1px solid;
}

.stock_list_table>tbody>tr.header-row>th {
  padding: 5px;
  border: #d8d8d8 1px solid;
  text-align: center;
}

.stock_list_table>tbody>tr.header-row>th:first-child {
  width: 170px !important;
}

.stock_list_table>tbody>tr>td:first-child {
  width: 170px !important;
  padding: 8px;
}

.stock_list_table>tbody>tr>td {
  padding: 5px 0px;
  border: #d8d8d8 1px solid;
  border-top: none;
  text-align: center;
  color: #666;
  font-size: 13px;
}

.stock_list_table>tbody>tr.header-row>th:nth-child(8) {
  width: 150px !important;
}

.stock_list_table>tbody>tr>td:nth-child(8) {
  width: 150px !important;
  position: relative;
}

.stock_list_table>tbody>tr.header-row>th:nth-child(2),
.stock_list_table>tbody>tr>td:nth-child(2) {
  width: 125px !important;
  padding: 6px 3px 4px;
}

.stock_list_table>tbody>tr>td:nth-child(2)>div {
  padding: 2px 3px 4px;
  min-height: 139px;
}

.stock_list_table>tbody>tr.header-row>th:nth-child(3),
.stock_list_table>tbody>tr>td:nth-child(3) {
  width: 70px !important;
  padding: 8px 0px 0px;
}

.stock_list_table>tbody>tr.header-row>th:nth-child(4),
.stock_list_table>tbody>tr>td:nth-child(4) {
  width: 70px !important;
  padding: 8px 5px 0px;
}

.stock_list_table>tbody>tr.header-row>th:nth-child(5),
.stock_list_table>tbody>tr>td:nth-child(5) {
  width: 70px !important;
  padding: 8px 5px 0px;
}

.stock_list_table>tbody>tr.header-row>th:nth-child(6),
.stock_list_table>tbody>tr>td:nth-child(6) {
  width: 86px !important;
  padding: 8px 7px 0px;
  word-break: break-all;
}

.stock_list_table>tbody>tr.header-row>th:nth-child(7),
.stock_list_table>tbody>tr>td:nth-child(7) {
  width: 128px !important;
  padding: 8px 0px 0px;
  position: relative;
}

.transmission {
  margin-bottom: 5px;
}

.transmission span {
  background: #618add;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
}

.free_quote_bg {
  background: #f2f2f2;
  padding: 14px 9px;
  position: relative;
}

.copmare_icon {
  float: right;
  padding-right: 25px
}

.wish_list_icon {
  float: left;
  padding-left: 22px;
}

/* .share_new_icon {float:left; padding-top:35px;padding-right:8px;padding-left:25px;} */

.stock_list-img {
  min-height: 134px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.stock_list-img>a>img {
  max-height: 134px;
}

.stock_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
}

.stock_heading>a {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.stock_heading>a:hover {
  color: #3366cc;
  text-decoration: underline;
}

.referance_bg_new {
  width: 100%;
  text-align: center;
  margin: 2px auto;
  padding: 0px 0px 10px;
}

.referance_bg_new>a {
  color: #666;
  font-size: 13px;
}

.referance_bg_new>a:hover {
  color: #3366cc;
  text-decoration: underline;
}

.sp-share-new:hover {
  width: 19px;
  height: 14px;
  background-position: -425px -322px;
  top: 2px;
  z-index: 99;
}

.sp-compare-gray:hover {
  width: 19px;
  height: 14px;
  background-position: -469px -323px;
  top: 2px;
  z-index: 99;
}

.sp-wish-list-gray:hover {
  width: 19px;
  height: 14px;
  background-position: -445px -323px;
  top: 2px;
  z-index: 99;
}

.stock_list_table tr>td .full-parent {
  padding: 11px 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.col-flex.space-between {
  justify-content: space-between;
}

.col-flex {
  display: flex;
  flex-direction: column;
}


.save_upto_new {
  background: url(../discount_bg.html) 0 0 no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  width: 57px;
  height: 54px;
  transform: rotate(0deg);
  font-size: 12px;
  padding: 0 0 0 21px;
  line-height: 12px;
}

.save_upto_new span.save_20 {
  transform: rotate(45deg);
}


/* FREIGHT RATES */
.frit_rate>ul {
  margin-bottom: 30px;
  box-shadow: 0 0 6px #c3c3c3;
}

.frit_rate>ul>li:first-child {
  background-color: #f4d7d1;
}

.frit_rate>ul>li:nth-child(3) {
  background-color: #f4d7d1;
}

.frit_rate>ul>li:last-child {
  background-color: #f4d7d1;
}

.frit_rate>ul>li>span {
  display: inline-block;
  padding: 10px 4px;
}

.frit_rate>ul>li>span:first-child {
  width: 40%;
  font-weight: 600;
}

.frit_rate>ul>li>span:last-child {
  width: 58%;
}

/* FREIGHT RATES END */

/* COOKIES */
.bot_cookie {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 300;
  color: #FFFFFF;
  padding: 10px 0px;
  display: block;
  font-size: 14px;
}

.bot_cookie a {
  color: #FFFFFF;
  text-decoration: underline;
  margin-left: 20px;
}

.bot_cookie>div>div>div>button {
  background: #fc1414;
  color: #FFFFFF;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 12px 0px;
  cursor: pointer;
}

.bot_cookie>div>div>div>button:hover {
  opacity: 0.8;
}

.fa-facebook {
  background-position: -119px -2px;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0px;
}

.fa-instagram {
  background-position: -142px -3px;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0px;
}

.fa-youtube {
  background-position: -170px -2px;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0px;
}

.fa-linkedln {
  background-position: -107px -187px;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0px;
}

.fa-twitter {
  background-position: -132px -187px;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0px;
}

.fa-memb-premium {
  background-position: -16px -77px;
  width: 72px;
  height: 51px;
  top: 3px;
  right: 0px;
}

.fa-memb-jumvea {
  background-position: -16px -132px;
  width: 72px;
  height: 51px;
  top: 3px;
  right: 0px;
}

.fa-memb-tokgraphic {
  background-position: -91px -40px;
  width: 218px;
  height: 40px;
  top: 3px;
  left: 15px;
}

.members {
  text-align: center;
  margin-top: 10px;
}

.members h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.members h4:after {
  content: '';
  position: relative;
  border-bottom: #fff 2px solid;
  width: 28px;
  height: 2px;
  display: block;
  left: 45px;
  margin: 0px auto;
}

.big-button-pc {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  background: #004098;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: .5s
}

.big-button-pc:hover {
  background-color: #333;
  transition-duration: .5s
}

.big-button-mb {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  background: #004098;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: .5s
}

.big-button-mb:hover {
  background-color: #333;
  transition-duration: .5s
}

.toks {
  display: inline-flex;
}

.fa-premium {
  background-position: -16px -77px;
  width: 72px;
  height: 51px;
  top: 0px;
  right: 12px;
}

.fa-safe-trd {
  background-position: -279px -82px;
  width: 50px;
  height: 54px;
}

.fa-jum {
  background-position: -25px -136px;
  width: 58px;
  height: 43px;
  top: 8px;
}

.fa-safe-stock {
  background-position: -213px -134px;
  width: 100px;
  height: 38px;
}

.fa-tokgraphic {
  background-position: -80px -32px;
  width: 242px;
  height: 45px;
  top: 8px;
  right: 12px;
}

.toks a {
  padding: 0px 16px;
}

.fa-search {
  background-position: -93px -3px;
  width: 22px;
  height: 21px;
  top: 4px;
  right: 0px;
}

.srch-btn {
  background-color: #b33017;
  padding: 8.6px 7px;
  border-radius: 0px 10px 10px 0px;
  margin-top: 0px;
  border: none;
  cursor: pointer;
}

.pls {
  display: inline-flex;
}

.srff {
  background-color: #fff;
  padding: 12px 0px;
  border-radius: 10px;
}

.srff h4 {
  float: left;
  color: #424242;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-left: 26px;
}

.srff ul {
  float: left;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.srff ul li {
  display: inline-flex;
  padding: 0px 12px;
  font-size: 15px;
  color: #8f8f8f;
}

/* popular used car ranking  css*/
.main-rank {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mrk-h2 {
  padding: 12px 0px;
}

.mrk-h2 h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #424242;
  font-size: 24px;
}

.mrk-h2 h2:after {
  content: '';
  position: relative;
  border-bottom: #1e437a 2px solid;
  width: 98px;
  height: 1px;
  display: block;
  left: 216px;
  top: 3px;
}

.pop-rank-1 {
  width: 595px;
  max-height: 421px;
  min-height: 421px;
  float: left;
  /* background: #fff url(../images/popular_ranking_car_img_bg.jpg) 0 0 no-repeat; */
  background-position: top left;
  box-shadow: 0 0 0 1.5px #ebebeb;
  overflow: hidden;
  position: relative;
}

.pop-rank-2 {
  width: 595px;
  float: left;
  max-height: 502px;
}

.tprus-img {
  padding: 0px 12px 38px 12px;
  text-align: center;
  width: 100%;
  max-height: 340px;
  position: absolute;
  top: 0px;
}

.tprus-img>img {
  /*max-height: 242px;*/
  width: 100%;
  max-height: 340px;
}

.pop-rank-1 label {
  font-size: 85px;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 0;
  color: #C5C5C5;
  border-top: 0 solid #b43017;
  border-left: 80px solid #b43017;
  border-bottom: 80px solid transparent;
  position: relative;
  top: -19px;
  height: 100px;
  z-index: 1;
}

.pop-rank-1 label span {
  color: #c5c5c5;
  font-weight: 600;
  font-size: 32px;
  position: absolute;
  left: -74px;
  top: 23px;
}

.pop-rank-1 .avail-sp {
  background-color: #b43017;
  padding: 6px 6px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0px auto;
  width: 286px;
  margin-top: 5px;
  margin-bottom: 29px;
  position: absolute;
  bottom: -7px;
  left: 27%;
}

.pop-box-1 {
  width: 297.5px;
  float: left;
  padding: 0px 0px;
  box-shadow: 0 0 0 1.5px #ebebeb;
  max-height: 218px;
  position: relative;
}

.pop-box-1>div {
  max-height: 211px;
}

.pop-box-1>div>img {
  max-height: 211px;
  min-height: 211px;
}

.pop-box-1 label {
  color: #c5c5c5;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0px;
  width: 0;
  height: 0;
  border-top: 0px solid #b43017;
  border-left: 80px solid #b43017;
  border-bottom: 80px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.pop-box-1>span {
  color: #c5c5c5;
  font-weight: 600;
  font-size: 32px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.pop-box-1 p {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
  padding: 4px 0px;
  position: absolute;
  z-index: 999;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.plabel {
  text-align: end;
}

.pop-rank-2 .plabel>img {
  /*height: 97px !important;*/
  width: 100%;
}

.pop-box-1:hover {
  background-color: #b43017;
  cursor: pointer;
}

.pop-box-1:hover p {
  color: #fff;
  cursor: pointer;
}

.pop-box-1:hover label {
  color: #fff;
  cursor: pointer;
}

.pop-box-7:hover {
  background-color: #b43017;
  cursor: pointer;
}

.pop-box-7:hover p {
  color: #fff;
  cursor: pointer;
}

.pop-box-7:hover label {
  color: #fff;
  cursor: pointer;
}

.pop-box-8:hover {
  background-color: #b43017;
  cursor: pointer;
}

.pop-box-8:hover p {
  color: #fff;
  cursor: pointer;
}

.pop-box-8:hover label {
  color: #fff;
  cursor: pointer;
}

.pop-rank-3 {
  width: 100%;
  /*background-color: #0056b3;*/
  min-height: 213px;
}

.pop-box-7 {
  width: 297.5px;
  float: left;
  padding: 4px 12px;
  box-shadow: 0 0 0 1.5px #ebebeb;
  max-height: 292px;
  position: relative;
}

.pop-box-7>div {
  min-height: 205px;
}

/* .pop-box-7>div>img {
  min-height: 227px;
  max-height: 227px;
} */

.pop-box-7 label {
  width: 0;
  height: 0;
  border-top: 0px solid #b43017;
  border-left: 80px solid #b43017;
  border-bottom: 80px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.pop-box-7>span {
  color: #c5c5c5;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 0px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.pop-box-7 p {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
  padding: 4px 0px;
  position: absolute;
  z-index: 999;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.plabel {
  text-align: end;
}

.pop-box-8 {
  width: 280px;
  float: left;
  padding: 14px 12px;
  box-shadow: 0 0 0 1.5px #ebebeb;
}

.pop-box-8 label {
  color: #c5c5c5;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 0px;
}

.pop-box-8 p {
  color: #b43017;
  margin-bottom: 0px;
  text-align: right;
  font-size: 15px;
}

.plabel {
  text-align: end;
}

.fa-pop {
  background: url(../png/sprite_popular.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
}

.fa-pop-vitz {
  background-position: -7px -4px;
  width: 134px;
  height: 85px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.fa-pop-yaris {
  background-position: -157px 1px;
  width: 134px;
  height: 85px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.fa-pop-rav4 {
  background-position: -301px 2px;
  width: 134px;
  height: 85px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.fa-pop-toyota-corolla {
  background-position: -2px -91px;
  width: 157px;
  height: 85px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.fa-pop-land-cruiser {
  background-position: -2px -91px;
  width: 157px;
  height: 85px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.fa-pop-isuzu-trucks {
  background-position: -2px -91px;
  width: 157px;
  height: 85px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.col-white {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-blk {
  width: 30px;
  height: 30px;
  background-color: #343434;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-grey {
  width: 30px;
  height: 30px;
  background-color: #b6b4b3;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-blue {
  width: 30px;
  height: 30px;
  background-color: #48a1d7;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-yel {
  width: 30px;
  height: 30px;
  background-color: #e2e4ce;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-lav {
  width: 30px;
  height: 30px;
  background-color: #dc5051;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-lit-gre {
  width: 30px;
  height: 30px;
  background-color: #cccccc;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-purple {
  width: 30px;
  height: 30px;
  background-color: #961991;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-green {
  width: 30px;
  height: 30px;
  background-color: #33cc33;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

.col-pink {
  width: 30px;
  height: 30px;
  background-color: #f96ab9;
  border-radius: 5px;
  display: inline-flex;
  margin: 0px 22px;
  border: 1px solid #cecece;
}

/* .col-lit-oran{width:30px; height:30px; background-color:#f6d09f; border-radius:5px; display: inline-flex; margin: 0px 22px; border:1px solid #cecece;}
.col-dar-green{width:30px; height:30px; background-color:#9d7631; border-radius:5px; display: inline-flex; margin: 0px 22px; border:1px solid #cecece;}
.col-orange{width:30px; height:30px; background-color:#fd7600; border-radius:5px; display: inline-flex; margin: 0px 22px; border:1px solid #cecece;}
.col-yel-shad{width:30px; height:30px; background-color:#daba61; border-radius:5px; display: inline-flex; margin: 0px 22px; border:1px solid #cecece;} */
.fixed-header {
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  width: 98%;
}

.fixedMenu {
  background-color: #fff;
  position: fixed;
  left: auto;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0 5px #000;
  margin: auto;
}

/****************************COMMON CSS*********************************/
.max_width {
  max-width: 100%;
}

.box_shadow {
  box-shadow: 0px 0px 5px #ccc !important;
}

.big-button-pc {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 56px;
  background: #e31e25;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.5s;
  margin-top: 35px;
  border-radius: 5px;
}

.big-button-pc:hover {
  background-color: #333333;
  transition-duration: 0.5s;
}

.big-button-mb {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  background: #900;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.5s;
}

.big-button-mb:hover {
  background-color: #333333;
  transition-duration: 0.5s;
}

.list-insurance {
  margin-left: 10px;
}

.company-info-section {
  width: 100%;
  margin: 10px 0;
}

.company-info-section h2 {
  font-size: 22px;
}

.sp {
  background: url(../png/sprite-icon_2405.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.sp-detail {
  width: 32px;
  height: 25px;
  background-position: -7px -208px;
}

.sp-grid {
  width: 32px;
  height: 25px;
  background-position: -46px -208px;
}

.sp-table {
  width: 35px;
  height: 25px;
  background-position: -82px -208px;
}

.sp-viewed {
  width: 18px;
  height: 10px;
  background-position: -97px -53px;
}

.sp-transmission {
  width: 15px;
  height: 15px;
  background-position: -37px -12px;
  top: 3px;
}

.sp-fuel {
  width: 17px;
  height: 15px;
  background-position: -98px -12px;
  top: 3px;
}

.sp-steering {
  width: 17px;
  height: 17px;
  background-position: -287px -12px;
  top: 4px;
}

.sp-mileage {
  width: 17px;
  height: 12px;
  background-position: -7px -13px;
}

.sp-engine {
  width: 19px;
  height: 14px;
  background-position: -63px -14px;
}

.sp-color {
  width: 19px;
  height: 14px;
  background-position: -160px -11px;
  top: 2px;
}

.sp-minus {
  width: 15px;
  height: 15px;
  background-position: -377px -55px;
}

.sp-plus {
  width: 15px;
  height: 15px;
  background-position: -352px -54px;
}

.sp-repeat {
  width: 14px;
  height: 12px;
  background-position: -401px -53px;
  top: 2px;
}

.sp-print {
  width: 16px;
  height: 15px;
  background-position: -256px -14px;
  top: 2px;
}

.sp-pdf {
  width: 13px;
  height: 15px;
  background-position: -349px -16px;
  top: 2px;
}

.sp-location {
  width: 13px;
  height: 18px;
  background-position: -414px -11px;
  top: 3px;
}

.sp-stock-fb {
  width: 9px;
  height: 17px;
  background-position: -10px -48px;
  top: 2px;
}

.sp-stock-twitter {
  width: 15px;
  height: 17px;
  background-position: -34px -47px;
}

.sp-stock-gplus {
  width: 25px;
  height: 17px;
  background-position: -62px -49px;
  top: 1px;
}

.sp-stock-email {
  width: 13px;
  height: 17px;
  background-position: -300px -50px;
}

.sp-share-new {
  width: 19px;
  height: 14px;
  background-position: -425px -300px;
  top: 2px;
  z-index: 99;
}

.sp-compare {
  width: 18px;
  height: 12px;
  background-position: -269px -54px;
  top: 1px;
  margin-right: 3px;
}

.sp-compare-gray {
  width: 19px;
  height: 14px;
  background-position: -469px -301px;
  top: 2px;
  z-index: 99;
}

.sp-wish-list {
  width: 18px;
  height: 12px;
  background-position: -205px -79px;
  top: 1px;
}

.sp-wish-list-gray {
  width: 19px;
  height: 14px;
  background-position: -445px -301px;
  top: 2px;
  z-index: 99;
}

.sp-balance-scale {
  width: 18px;
  height: 12px;
  background-position: -269px -51px;
}

.sp-user {
  width: 16px;
  height: 14px;
  background-position: -76px -103px;
  top: 2px;
}

.sp-logout {
  width: 16px;
  height: 15px;
  background-position: -128px -103px;
  top: 3px;
}

.sp-register {
  width: 16px;
  height: 15px;
  background-position: -100px -103px;
  top: 2px;
}

.sp-login {
  width: 16px;
  height: 15px;
  background-position: -149px -103px;
  top: 3px;
}

.sp-top {
  width: 9px;
  height: 15px;
  background-position: -355px -78px;
}

.sp-auchall {
  width: 20px;
  height: 16px;
  background-position: -374px -11px;
  top: 2px;
}

.sp-aucdate {
  width: 20px;
  height: 15px;
  background-position: -129px -10px;
  top: 2px;
}

.sp-oval-right {
  width: 12px;
  height: 14px;
  background-position: -435px -343px;
  top: 3px;
  z-index: 99;
}

.sp-questionm {
  width: 14px;
  height: 14px;
  background-position: -452px -344px;
  top: 3px;
  z-index: 99;
}

.sp-exclat {
  width: 16px;
  height: 14px;
  background-position: -472px -346px;
  top: 3px;
  z-index: 99;
}

.sp-skype {
  width: 83px;
  height: 23px;
  background-position: -12px -133px;
  top: 2px;
}

.sp-telephone {
  width: 14px;
  height: 16px;
  background-position: -449px -56px;
  top: 2px;
}

.sp-fax {
  width: 16px;
  height: 15px;
  background-position: -256px -14px;
  top: 2px;
}

.sp-email {
  width: 16px;
  height: 12px;
  background-position: -469px -17px;
  top: 1px;
}

.sp-mobile {
  width: 8px;
  height: 15px;
  background-position: -34px -75px;
  top: 1px;
}

.sp-person {
  width: 16px;
  height: 14px;
  background-position: -77px -74px;
  top: 1px;
}

.sp-website {
  width: 16px;
  height: 15px;
  background-position: -471px -56px;
  top: 2px;
}

.sp-long-arrow-up {
  width: 10px;
  height: 18px;
  background-position: -354px -77px;
}

.sp-skype-g {
  width: 18px;
  height: 10px;
  background-position: -97px -51px;
}

.sp-whatsapp {
  width: 17px;
  height: 17px;
  background-position: -386px -89px;
  top: 5px;
}

/*.sp-whatsapp{width:66px;height:66px;background-position:-345px -294px;}*/
.sp-whatsappstock {
  width: 34px;
  height: 34px;
  background-position: -182px -250px;
  top: 5px;
}

.sp-left {
  width: 30px;
  height: 60px;
  background-position: -319px -109px;
}

.sp-right {
  width: 30px;
  height: 60px;
  background-position: -353px -109px;
}

.sp-dt-zoom {
  width: 44px;
  height: 44px;
  background-position: -390px -112px;
  display: block;
}

.sp-download {
  background-position: -423px -52px;
  width: 25px;
  height: 18px;
  top: 3px;
  left: 5px;
}

.sp-down {
  width: 10px;
  height: 12px;
  background-position: -289px -262px;
  top: 6px;
}

.sp-up {
  width: 10px;
  height: 12px;
  background-position: -308px -259px;
  top: 5px;
}

.sp-address {
  width: 49px;
  height: 48px;
  background-position: -133px -316px;
  top: 5px;
}

.sp-whatsapp-cont {
  width: 44px;
  height: 48px;
  background-position: -198px -316px;
  top: 5px;
}

.sp-telephone {
  width: 49px;
  height: 48px;
  background-position: -255px -310px;
  top: 5px;
}

.sp-office-timing {
  width: 49px;
  height: 48px;
  background-position: -125px -413px;
  top: 5px;
}

.sp-holiday {
  width: 49px;
  height: 48px;
  background-position: -186px -413px;
  top: 5px;
}

.sp-chassis-no {
  width: 20px;
  height: 22px;
  background-position: -138px -379px;
  top: 5px;
}

.sp-extrior-grade {
  width: 19px;
  height: 22px;
  background-position: -243px -419px;
  top: 5px;
  left: 2px;
}

.sp-left-check {
  background-position: -371px -218px;
  width: 19px;
  height: 14px;
  top: 2px;
  margin-right: 5px;
}

.sp-left_new {
  width: 35px;
  height: 35px;
  background-position: -449px -115px;
}

.sp-right_new {
  width: 35px;
  height: 35px;
  background-position: -413px -168px;
}

.sp-grade {
  width: 19px;
  height: 22px;
  background-position: -243px -418px;
  top: 5px;
  z-index: 99;
}

.sp-reg-tool {
  background-position: -414px -217px;
  width: 16px;
  height: 16px;
  top: 3px;
  margin-left: 0px;
}

.sp-mfg-tool {
  background-position: -394px -217px;
  width: 16px;
  height: 16px;
  top: 3px;
  margin-left: 0px;
}

.sp-engine-new {
  width: 27px;
  height: 20px;
  background-position: -165px -380px;
  top: 5px;
}

.sp-mileage-new {
  width: 27px;
  height: 20px;
  background-position: -257px -380px;
  top: 5px;
}

.sp-chassis-new {
  width: 24px;
  height: 20px;
  background-position: -135px -379px;
  top: 5px;
}

.sp-stock-number {
  width: 18px;
  height: 17px;
  background-position: -290px -382px;
  top: 3px;
}

.sp-fuel-new {
  width: 24px;
  height: 20px;
  background-position: -199px -379px;
  top: 5px;
}

.sp-trans-new {
  width: 28px;
  height: 20px;
  background-position: -225px -381px;
  top: 5px;
}

.sp-drive-new {
  width: 22px;
  height: 20px;
  background-position: -319px -379px;
  top: 5px;
}

.sp-whatsapp-detail {
  width: 66px;
  height: 66px;
  background-position: -345px -294px;
}

.sp-left-arrow {
  width: 26px;
  height: 16px;
  background-position: -365px -382px;
  top: 3px;
}

.sp-right-arrow {
  width: 26px;
  height: 16px;
  background-position: -343px -382px;
  top: 3px;
}

.sp-door-new {
  width: 21px;
  height: 22px;
  background-position: -394px -379px;
  top: 5px;
}

.sp-code-new {
  width: 18px;
  height: 20px;
  background-position: -437px -379px;
  top: 4px;
}

.sp-telephone-detail {
  width: 15px;
  height: 16px;
  background-position: -451px -56px;
  top: 3px;
}

.sp-color-new {
  width: 25px;
  height: 20px;
  background-position: -454px -380px;
  top: 4px;
}

.sp-mail {
  width: 25px;
  height: 20px;
  background-position: -265px -419px;
  top: 4px;
}

.sp-quote {
  width: 25px;
  height: 24px;
  background-position: -292px -419px;
  top: 4px;
  right: 5px;
}

.sp-telephone-new {
  width: 18px;
  height: 19px;
  background-position: -465px -417px;
  top: 6px;
}

.sp-whatsapp-new {
  width: 20px;
  height: 19px;
  background-position: -383px -438px;
  top: 5px;
}

.sp-mail-new {
  width: 18px;
  height: 15px;
  background-position: -356px -418px;
  top: 3px;
}

.sp-time-new {
  width: 21px;
  height: 20px;
  background-position: -354px -438px;
  top: 6px;
}

.sp-location-new {
  width: 18px;
  height: 24px;
  background-position: -331px -416px;
  top: 8px;
}

.sp-holiday-new {
  width: 24px;
  height: 27px;
  background-position: -433px -413px;
  top: 8px;
}

.sp-mobile-new {
  width: 16px;
  height: 24px;
  background-position: -409px -413px;
  top: 6px;
}

.sp-fax-new {
  width: 18px;
  height: 17px;
  background-position: -392px -416px;
  top: 3px;
}

.btn-default:hover .sp-download {
  background-position: -175px -75px;
}

.fa-buy {
  background: url(../png/sprite-howbuy.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
}

.fa-buy-order-parts {
  background-position: -8px -75px;
  width: 53px;
  height: 63px;
}

.fa-buy-get-quote {
  background-position: -91px 4px;
  width: 70px;
  height: 63px;
}

.fa-buy-payment {
  background-position: -181px 4px;
  width: 56px;
  height: 63px;
}

.fa-buy-parts-ship {
  background-position: -70px -75px;
  width: 72px;
  height: 63px;
}

.fa-buy-receive-parts {
  background-position: -161px -80px;
  width: 76px;
  height: 63px;
}

.fa-buy-search-stock {
  background-position: 0px 1px;
  width: 70px;
  height: 63px;
}

.fa-buy-vehicle-ship {
  background-position: -250px 8px;
  width: 128px;
  height: 63px;
}

.fa-buy-receive-vehicle {
  background-position: -392px -2px;
  width: 76px;
  height: 63px;
}

.fa-buy-advance-deposit {
  background-position: 0px -154px;
  width: 62px;
  height: 63px;
}

.fa-buy-make-bid {
  background-position: -70px -160px;
  width: 82px;
  height: 63px;
}

.fa-buy-success-bid {
  background-position: -174px -160px;
  width: 91px;
  height: 63px;
}

.fa-buy-failed-bid {
  background-position: -282px -160px;
  width: 91px;
  height: 63px;
}

.fa-buy-your-preference {
  background-position: -402px -141px;
  width: 75px;
  height: 76px;
}

.fa-buy-total-price-calculation {
  background-position: -503px -167px;
  width: 75px;
  height: 76px;
}

.fa-buy-attend-auto-auctions {
  background-position: -5px -233px;
  width: 56px;
  height: 71px;
}

.ab {
  background: url(../png/sprite-about.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.ab-company {
  background-position: -1px -2px;
  width: 39px;
  height: 40px;
  left: -2px;
  top: 2px;
}

.ab-address {
  background-position: -44px -2px;
  width: 37px;
  height: 40px;
  top: 3px;
}

.ab-whatsapp {
  background-position: -89px -5px;
  width: 45px;
  height: 40px;
  left: 4px;
  top: 3px;
}

.ab-telephone {
  background-position: -137px -2px;
  width: 42px;
  height: 42px;
  top: 3px;
}

.ab-fax {
  background-position: -183px 1px;
  width: 43px;
  height: 41px;
  left: 2px;
  top: 3px;
}

.ab-timing {
  background-position: -268px 2px;
  width: 39px;
  height: 43px;
  top: 3px;
}

.ab-year {
  background-position: -526px -4px;
  width: 43px;
  height: 33px;
  top: 12px;
}

.ab-contact-person {
  background-position: -227px -2px;
  width: 43px;
  height: 39px;
  top: 9px;
}

.ab-employees {
  background-position: -360px -3px;
  width: 53px;
  height: 39px;
  top: 12px
}

.ab-sales {
  background-position: -582px -3px;
  width: 34px;
  height: 39px;
  top: 12px;
}

.ab-companies {
  background-position: -637px -3px;
  width: 37px;
  height: 39px;
  top: 12px
}

.ab-memberid {
  background-position: -362px 0px;
  width: 51px;
  height: 43px;
  top: 12px;
}

.ab-capital {
  background-position: -325px -111px;
  width: 22px;
  height: 26px;
  top: 7px;
}

.ab-turnover {
  background-position: -171px -158px;
  width: 29px;
  height: 19px;
  top: 10px;
}

.ab-holiday {
  background-position: -331px -77px;
  width: 21px;
  height: 19px;
  top: 11px;
}

.ab-ownership {
  background-position: -146px -76px;
  width: 27px;
  height: 26px;
  top: 9px;
}

.ab-payment {
  background-position: -271px -78px;
  width: 21px;
  height: 24px;
  top: 11px;
}

.ab-language_type {
  background-position: -98px -42px;
  width: 27px;
  height: 27px;
  top: 11px;
}

.ab-business-type {
  background-position: -35px -116px;
  width: 22px;
  height: 22px;
  top: 12px;
}

.ab-yard {
  background-position: -216px -117px;
  width: 25px;
  height: 19px;
  top: 10px;
}

.ab-vehicle-deals {
  background-position: -200px -40px;
  width: 33px;
  height: 27px;
  top: 10px;
}

.ab-export {
  background-position: -155px -115px;
  width: 28px;
  height: 24px;
  top: 11px;
  left: 1;
}

.ab-member {
  background-position: -102px -154px;
  width: 27px;
  height: 25px;
  top: 12px;
}

.en {
  background: url(../png/sprite-inquiry.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.ensubmit {
  background-position: 0 2px;
  width: 62px;
  height: 70px;
}

.enoffers {
  background-position: -76px 2px;
  width: 65px;
  height: 70px;
}

.enshipment {
  background-position: -158px -3px;
  width: 67px;
  height: 70px;
}

.enpreceived {
  background-position: -374px -17px;
  width: 86px;
  height: 70px;
}

/*--------about-us------*/

.inner-box {
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 18px 25px 15px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  width: 43%;
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 10px;
}

.inner-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e31e25;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}

.inner-box:hover,
.inner-box:focus,
.inner-box:active {
  color: white;
}

.inner-box:hover:before,
.inner-box:focus:before,
.inner-box:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}



.inner-box:nth-child(2n) {
  margin-right: 0px;
}

.inner-box:last-child {
  margin-right: 0px;
}

.inner-box .icon-box {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.inner-box h6 {
  position: relative;
  line-height: 1.2em;
  margin-bottom: 6px;
  font-weight: 500;
}

.inner-box:hover .fd-car-buses {
  background-position: -1px -605px;
  width: 84px;
  height: 61px;
}

.inner-box:hover .fd-bike {
  background-position: -106px -606px;
  width: 88px;
  height: 61px;
}

.inner-box:hover .fd-machinery {
  background-position: -214px -606px;
  width: 65px;
  height: 61px;
}

.inner-box:hover .fd-spare-parts {
  background-position: -292px -609px;
  width: 59px;
  height: 61px;
}

.inner-box:hover .fd-consumer {
  background-position: -380px -607px;
  width: 70px;
  height: 61px;
}

/* .list-manage-btn{} */

.mobile-view-show {
  display: none;
  visibility: hidden;
}

.inner_commmon_heading {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 05px;
}

.in_com_head {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.in_com_head:after {
  content: "";
  width: 12%;
  height: 3px;
  border-bottom: #e31e25 2px solid;
  display: block;
}

.safe_subhead {
  font-size: 22px;
  color: #e31e25;
  font-weight: 300;
}

.trusted_partner {
  text-align: center;
  list-style: none;
}

.trusted_partner>li {
  list-style: none;
  display: inline-block;
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 18%;
  border: #ccc 1px solid;
  height: 242px;
  box-shadow: #ccc 0 0 5px;
  margin-right: 18px;
}

.trusted_partner>li>a {
  list-style: none;
  display: inline-block;
  padding-top: 31px;
  color: #000;
  text-transform: uppercase;
}

.trusted_partner>li>a>div.ab_icon {
  height: 100px;
}

.trusted_partner>li>a>div.ab_heading {
  height: 75px;
  display: inline-flex;
}

.trusted_partner>li>a:hover {
  color: #e31e25;
}

.trusted_partner>li:hover {
  background: #fff;
}

.image-gallery a.next,
.image-gallery a.close {
  right: 22%;
}

.image-gallery a.prev {
  left: 22%;
}

.loading_gif {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto
}

.loading_gif img {
  text-align: center;
}

.detail_info {
  position: relative;
  background: #fff;
  box-shadow: 0 0 4px #ccc;
  border-radius: 30px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.detail_info>div.first {
  float: left;
  width: 13%;
  margin-right: 4%;
  text-align: center;
  margin-top: 4px;
  background: #fdd7c9;
  border-radius: 50%;
  height: 54px;
}

.detail_info>div.second {
  float: left;
  width: 80%;
}

.detail_info>div.second_last {
  float: left;
  width: 95%;
}

.detail_info>div.second_last>.member_shin {
  list-style: none;
  padding-top: 12px;
}

.detail_info>div.second_last>.member_shin>li {
  display: inline-block;
}

.detail_info>div.second_last>.member_shin>li:last-child {
  padding-right: 0px;
}


.det_cap {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 8px;
  text-transform: uppercase;
  padding-top: 5px;
}

.det_cap {
  position: relative;
}

.det_cap:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
}

.det_cap:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #e31e25;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}

.det_det {
  font-size: 16px;
  letter-spacing: 0.52px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #6f6f6f;
}

.detail_info:hover {
  background: #fdd7c9;
}

.detail_info:hover>div.first {
  height: 53px;
}

.detail_info:hover>div.first>.ab-memberid {
  background-position: -67px -117px;
  width: 21px;
  height: 19px;
}

.detail_info:hover>div.first>.ab-capital {
  background-position: -298px -111px;
  width: 22px;
  height: 26px;
}

.detail_info:hover>div.first>.ab-turnover {
  background-position: -202px -158px;
  width: 29px;
  height: 19px;
}

.detail_info:hover>div.first>.ab-timing {
  background-position: -300px -40px;
  width: 25px;
  height: 25px;
}

.detail_info:hover>div.first>.ab-holiday {
  background-position: -300px -77px;
  width: 21px;
  height: 19px;
}

.detail_info:hover>div.first>.ab-year {
  background-position: -307px -156px;
  width: 23px;
  height: 22px;
}

.detail_info:hover>div.first>.ab-ownership {
  background-position: -116px -76px;
  width: 27px;
  height: 26px;
}

.detail_info:hover>div.first>.ab-company {
  background-position: -4px -40px;
  width: 27px;
  height: 26px;
}

.detail_info:hover>div.first>.ab-payment {
  background-position: -250px -78px;
  width: 21px;
  height: 24px;
}

.detail_info:hover>div.first>.ab-language_type {
  background-position: -67px -42px;
  width: 27px;
  height: 27px;
}

.detail_info:hover>div.first>.ab-business-type {
  background-position: -4px -116px;
  width: 22px;
  height: 22px;
}

.detail_info:hover>div.first>.ab-yard {
  background-position: -188px -117px;
  width: 25px;
  height: 19px;
}

.detail_info:hover>div.first>.ab-vehicle-deals {
  background-position: -170px -40px;
  width: 33px;
  height: 27px;
}

.detail_info:hover>div.first>.ab-export {
  background-position: -122px -115px;
  width: 28px;
  height: 24px;
}

.detail_info:hover>div.first>.ab-address {
  background-position: -66px -6px;
  width: 19px;
  height: 27px;
}

.detail_info:hover>div.first>.ab-telephone {
  background-position: -111px -5px;
  width: 21px;
  height: 22px;
}

.detail_info:hover>div.first>.ab-fax {
  background-position: -2px -6px;
  width: 28px;
  height: 27px;
  left: 0;
}

.detail_info:hover>div.first>.ab-whatsapp {
  background-position: -4px -76px;
  width: 28px;
  height: 27px;
}

.detail_info:hover>div.first>.ab-member {
  background-position: -133px -154px;
}

.deals_in {
  width: 3.9% !important;
  margin-right: 1% !important;
}

.export_wi {
  width: 5.8% !important;
  margin-right: 1.2% !important;
}


.president-message {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 12px 0;
}

.president-message:before {
  content: "";
  width: 4px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 27%;
  background-color: #fff;
}

.president-message .main-content {
  width: 100%;
  display: inline-block;
  border: solid 1px #911620;
  border-right: none;
  padding: 20px 40px;
}

.president_padding {
  padding-right: 0 !important;
}


.ceo-points {
  width: 100%;
}

.ceo-points .description-ceo {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-left: 50px;
  border-left: solid 1px #eee;
  padding: 40px 0;
}

.description-ceo>ul {
  width: 100%;
}

.description-ceo>ul>li {
  width: 100%;
  position: relative;
  padding-left: 40px;
}

.description-ceo>ul>li:before {
  content: "";
  width: 20px;
  line-height: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e31e25;
  position: absolute;
  left: -11px;
  top: 35%;
}

.description-ceo>ul>li>span {
  color: #e31e25;
  font-size: 18px;
  position: absolute;
  top: 30%;
  left: 0;
}

.ceo-news {
  position: relative;
  min-height: 290px;
  border: solid 1px #CCCCCC;
}

.ceo-news>a>img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 280px;
}


.about-section .content-column {
  position: relative;
  margin-bottom: 30px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding: 30px 15px 0;
  margin-top: -30px;
}

.about-section .content-column>.inner-column>.title {
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: 300;
}

.about-section .content-column>.inner-column>.title:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 16px;
  width: 32px;
  height: 2px;
  background-color: #333;
}

.about-section .content-column h2 {
  position: relative;
  color: #e31e25;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.about-section .content-column .inner-column p {
  position: relative;
  color: #636363;
  line-height: 1.7em;
}

.ab_global {
  background: #fafafa;
  padding: 50px 0px 18px;
}

.auction-list {
  margin-bottom: 15px;
}

.goal-section>div>div>.content-column {
  position: relative;
  margin-bottom: 30px;
}

.goal-section>div>div>.content-column>.inner-column {
  position: relative;
  z-index: 1;
  margin-right: -140px !important;
  padding: 25px 25px 25px;
  margin-top: -30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.goal-section>div>div>.content-column>.inner-column .title {
  position: relative;
  color: #243559;
  font-size: 20px;
  font-weight: 500;
  padding-left: 40px;
  text-transform: uppercase;
}

.goal-section>div>div>.content-column h2 {
  position: relative;
  color: #e31e25;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.goal-section>div>div>.content-column>.inner-column>p {
  position: relative;
  color: #636363;
  font-size: 16px;
  line-height: 1.7em;
}

.goal-section>div>div>.image-column-best {
  position: relative;
  margin-bottom: 30px;
}

.goal-section>div>div>.image-column-best>.best-column {
  position: relative;
  margin-left: -30px;
}

.goal-section>div>div>.image-column-best .image-best {
  position: relative;
  overflow: hidden;
}

.goal-section>div>div>.image-column-best .image-best img {
  position: relative;
  width: 100%;
  display: block;
}


.list_view {
  text-align: right;
  position: relative;
  top: 3px;
}

.list_view>label {
  background: #E8E8E8;
  padding: 2px;
  display: inline-block;
  margin-bottom: 0px;
}

.list_view>label>span {
  display: block;
}

.list_view>label:hover {
  cursor: pointer;
}

.list_view>label.active_list>span.sp-detail,
.list_view>label:hover>span.sp-detail {
  background-position: -6px -289px;
}

.list_view>label.active_list>span.sp-grid,
.list_view>label:hover>span.sp-grid {
  background-position: -46px -208px;
}

.list_view>label.active_list>span.sp-table,
.list_view>label:hover>span.sp-table {
  background-position: -81px -287px;
}

.stock_row>div {
  margin-right: 1%;
  width: 24.25%;
  float: left;
}

.stock_row>div:nth-child(4n+4) {
  margin-right: 0%;
}

.stock_list_sec {
  border: 3px solid #E8E8E8;
  margin-bottom: 30px;
  font-size: 14px;
}

.stock_list_sec:hover {
  background: #E8E8E8;
}

.stock_list_sec>div.image {
  position: relative;
  min-height: 231px;
  margin-bottom: 10px;
}

.stock_list_sec>div.image>div>a>img {
  position: absolute;
  max-height: 231px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.stock_list_sec>div.info {
  padding: 5px;
  margin-top: 10px;
}

.stock_list_sec>div>.fl_left>h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

.stock_list_sec>div.info>.fl_left {
  float: left;
}

.stock_list_sec>div.info>.fl_right {
  float: right;
}


.stock_list_sec>div>.fl_left>h2>a {
  color: #333333;
}

.stock_list_sec>div>.fl_left>h2>a>span {
  font-size: 16px;
}

.listtwo_ulli {
  margin-bottom: 10px;
}

.listtwo_ulli>li {
  float: left;
  background: #dae2f0;
  width: 49%;
  margin-right: 2%;
  display: block;
  font-weight: bold;
  padding: 2px 0px;
  font-size: 14px;
  text-align: center;
}

.listtwo_ulli>li:nth-child(2) {
  margin-right: 0% !important;
}

.listtwo_fob>div>span>span {
  font-size: 12px;
  color: #CC0000;
  margin-left: 8px;
  text-decoration: line-through;
  position: relative;
  top: -3px;
}

.listtwo_fob>div>span>strong {
  display: inline-block;
  padding-left: 6px;
  color: #E31B23;
}

.ref_color {
  color: #007bff;
}

.third_list {
  font-size: 14px;
}

.third_list>tbody>tr>th {
  background: #e4be70;
}

.third_list>tbody>tr:nth-of-type(odd) {
  background: #F2F3F5;
}

.third_list>tbody>tr>th,
.third_list>tbody>tr>td {
  vertical-align: middle;
  padding: 5px 3px;
  font-size: 16px;
}

.third_list>tbody>tr>td>a.list_btn {
  font-size: 12px;
}

.price_width {
  padding: 0px 0px !important;
  line-height: 22px;
}

.l_total {
  padding: 0px !important;
  line-height: 18px;
  font-size: 12px;
  text-align: right;
}

.l_total>strong {
  font-size: 16px;
  color: #fe8e08 !important;
}

.l_total>span.msg_my {
  font-weight: normal;
  font-size: 12px;
  border-bottom: 1px solid #fe8e08;
  cursor: pointer;
}

.list_btn {
  color: #000;
  text-align: center;
  font-size: 22px;
  display: block;
  border: none;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.list_btn:hover {
  opacity: 1;
  color: #333;
}

.list_image {
  position: relative;
}

.save_upto {
  background: url(../png/discount-tag.png) 0 0 no-repeat;
  position: absolute;
  top: -2px;
  right: -2px;
  color: #FFF;
  width: 54px;
  text-align: center;
  padding-top: 10px;
  height: 64px;
  z-index: 1;
  font-size: 13px;
}

.sold_list {
  position: absolute;
  top: 35%;
  left: 35%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
  color: #CC0000;
  text-shadow: 0px 3px 5px #FFF;
  display: block;
  z-index: 100;
}

.year_list {
  position: absolute;
  bottom: 6px;
  right: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  display: inline-block;
  padding: 0px 10px;
}

.breadcrumbs {
  width: 100%;
  margin: 0px 0 0px 0;
  background: #F5F5F5;
  box-shadow: 0px 0px 5px #CCCCCC;
  float: left;
  margin-top: 6px;
  margin-bottom: 12px;
}

.breadcrumbs ul {
  list-style: none;
  padding-left: 0px;
  padding: 5px 10px;
}

.breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
}

.breadcrumbs ul li a {
  color: #333;
}

.breadcrumbs ul li a:hover {
  color: var(--bs-site-color);
}

.breadcrumbs ul li:after {
  content: "|";
  padding: 0px 10px;
  color: #999;
}

.breadcrumbs ul li:last-child:after {
  content: "";
  padding: 0px;
}

.common_heading strong {
  position: relative;
  display: inline-block;
}

.common_heading strong:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 4px;
  background: #b33017;
  top: auto;
  bottom: -12px;
  left: 20%;
  border-radius: 8px 0px 8px 0px;
  text-align: center;
}

.common_heading strong:after {
  content: "";
  position: absolute;
  width: 15%;
  height: 4px;
  background: #b33017;
  top: auto;
  bottom: -12px;
  text-align: center;
  left: 53%;
  border-radius: 8px 0 8px 0;
}

.right_box {
  border: none;
  box-shadow: 0px 0px 5px #ccc !important;
  background: #F7F7F7;
  margin-bottom: 10px;
  position: relative;
}

.right_box h2 {
  padding: 5px 10px;
  border-bottom: 1px solid var(--bs-site-color);
  color: var(--bs-site-color);
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

.right_box>div {
  padding: 10px;
}

.right_box>div>ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.right_box>div>ul>li {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  padding-top: 5px;
}

.right_box>div>ul>li:first-child {
  padding-top: 0px;
}

.right_box>div>ul>li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.right_box>div>ul>li>a {
  color: #666;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  font-size: 12px;
}

.right_box>div>ul>li>a:hover,
.right_box>div>ul>li>a.active {
  padding-left: 5px;
  color: var(--bs-site-color);
}

.cif_box {
  border: none;
  box-shadow: 0px 0px 5px #E8E8E8;
  background: #F7F7F7;
  margin-bottom: 30px;
  position: relative;
}

.cif_box h2 {
  padding: 5px 10px;
  border-bottom: 1px solid var(--bs-site-color);
}

.mobile-search-button {
  display: none;
}

.last_one {
  border-bottom: none;
  background: #CCCCCC;
  text-align: center;
  font-size: 14px;
  padding: 2px 0px !important;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.last_one:hover {
  background: #e31e25;
  color: #FFFFFF;
  cursor: pointer;
}


.checkboc-btn label {
  font-size: 14px;
}

.pointer {
  font-size: 14px;
}

.list_search {
  padding: 15px 20px 5px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: #ccc 0px 1px 5px;
  /* background: #ffebe4; */
  background: #eaf0ff;
  width: 100%;
  float: left;
}

.hide_search {
  display: none;
  overflow: inherit !important;
}

.adv_search {
  font-size: 18px;
  border-bottom: 1px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  padding-top: 5px;
}

.adv_search:hover {
  opacity: 0.6;
}

.search_result {
  background: #CCCCCC;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0px;
  width: 100%;
}

.search_result:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #CCCCCC;
  border-width: 10px;
  margin-top: -15px;
}

.show_result {
  font-size: 18px;
  color: #666666;
}

.show_result>strong {
  color: #e31e25;
  font-size: 24px;
}

.search_panel form {
  width: 100%;
}

.reset_btn {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #e31e25;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 5px;
}

.reset_btn:hover {
  opacity: 1;
  color: #fdc818;
  border-bottom: 1px solid #333;
}

.stock_list_box {
  /*border:3px solid #E8E8E8; */
  padding: 5px;
  margin-bottom: 30px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  box-shadow: #ccc 0 1px 4px;
}

.referance_bg {
  background: #eeeeee;
  width: 60%;
  text-align: center;
  margin: 8px auto;
  padding: 2px 0px;
}

.list_total {
  margin-bottom: 20px;
}

.stock_list_box:hover {
  background: #f5f5f5;
}

.stock_list_box .list_image .stock_list-img {
  position: relative;
  min-height: 191px;
}

.stock_list_box .list_image .stock_list-img>a>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 204px;
  border: 1px solid #CCC;
}

.stock_list_box div div div div h2 {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.stock_list_box div div div div h2 a {
  color: #3366cc;
  font-weight: 600;
  font-size: 18px;
}

.stock_list_box div div div div h2 a:hover {
  color: #333;
}

.stock_list_box div div div div h2 a span {
  font-size: 16px;
}

.stock_list_box div div div div h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

.list_sold {
  position: absolute;
  top: 40%;
  padding: 10px 0px;
  color: #CC0000;
  text-transform: uppercase;
  font-size: 28px;
  font-style: italic;
  text-shadow: 0px 3px 5px #FFF;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: center;
}

.freight_clc_pad {
  padding: 3px 5px;
}

.list_option {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 14px;
}

.list_option span {
  margin-right: 5px;
}

.list_option strong {
  margin: 0px 10px;
}

.list_btn {
  background: #e31e25;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  display: block;
  border: none;
  padding: 10px 0px;
  border-radius: 33px;
  width: 92%;
  margin: 0 auto;
}

.list_btn:hover {
  opacity: 1;
  color: #FFF;
  background: #333;
}

/* .search_btn_list {overflow:hidden; border: 1px solid #e31e25; transition:all .5s ease-in-out;width:30%; height:40px; position:relative; background:#e31e25; color:white;font-weight:700; border:none;font-size: 18px;outline:none; padding:0px 0 0 0;border-radius: 10px;} 

.search_btn_list:before{content:" ";display:block;width:200px;height:80px;background:rgba(255, 255, 255, .4);position:absolute;top:-10px;left:-200px;transform:rotate(-45deg);transition:all .5s ease-in-out; }
.search_btn_list:hover:before{margin-left:300%;}
.search_btn_list:hover {color: #fff; }  */




.get_free_btn {
  overflow: hidden;
  text-align: center;
  transition: all .5s ease-in-out;
  width: auto;
  height: 30px;
  position: relative;
  background: #b33017;
  color: #fff;
  font-weight: 400;
  border: none;
  font-size: 13px;
  outline: none;
  padding: 4px 8px 8px 8px;
  border-radius: 24px;
  display: block;
  margin: 5px auto 0;
}

.get_free_btn:hover {
  color: #fff;
}

/* .get_free_btn:before{content:" ";display:block;width:200px;height:80px;background:rgba(255, 255, 255, .4);position:absolute;top:-10px;left:-200px;transform:rotate(-45deg);transition:all .5s ease-in-out; }
  .get_free_btn:hover:before{margin-left:300%;}
  .get_free_btn:hover {color: #fff; }  */
.get_free_btn_crd {
  height: 35px !important;
  padding: 6px 0px 0px 0px !important;
}

.list_details {
  margin: 0px 0px 2px 0px;
  width: 100%;
  display: inline-block;
}

.list_details>ul {
  text-align: left;
}

.list_details>ul>li {
  display: inline-block;
  margin-bottom: 5px;
  width: 19%;
  /*padding:0px 7px 0 0;*/
  border-right: #ccc 1px solid;
}

.list_details>ul>li:last-child {
  margin-right: 0px;
  border-right: none;
}

.list_details>ul>li>label {
  display: block;
  text-align: center;
  margin-bottom: 0px;
  padding: 1px 0 6px 0;
}

.list_details>ul>li>strong {
  font-weight: normal;
  color: #6f6f6f;
  display: block;
  text-align: center;
  padding: 0px 0 4px 0;
  font-size: 15px;
}

.list_details>.list_det_inner {
  margin: 0px 0;
  width: 100%;
}

.bidh_msg {
  z-index: 1000;
  display: none;
  position: absolute;
  padding: 5px;
  background-color: #E8E8E8;
  color: #000000;
  text-align: left;
  border: 2px solid #CCCCCC;
  min-width: 200px;
}

.smallgreen {
  color: green;
  font-size: 20px;
}

.car_listing {
  width: 100%;
  margin: 6px 0 5px 0;
}

.car_listing>ul {
  list-style: none;
}

.car_listing>ul>li:nth-child(1),
.car_listing>ul>li:nth-child(2),
.car_listing>ul>li:nth-child(3) {
  border-top: #DDD 1px solid;
}

.car_listing>ul>li {
  display: table;
  width: 33.3%;
  margin-bottom: 2px;
  padding: 0px;
  margin: 0px;
  white-space: normal;
  float: left;
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
}

.car_listing>ul>li.two_part {
  width: 50%;
}

.car_listing>ul>li>span {
  display: inline-block;
  background: #eaeaea;
  color: #000;
  font-size: 12px;
  text-align: center;
  width: 47%;
  padding: 3px 0 2px 0;
}

.car_listing>ul>li>strong {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  width: 50%;
  padding-left: 5px;
}

.bg_get_quote {
  background: #f5f5f5;
  padding: 10px;
}


.car_accessories_list {
  width: 100%;
  margin: 0px 0 5px 0;
}

.car_accessories_list>ul {
  list-style: none;
}

.car_accessories_list>ul>li {
  float: left;
  margin-bottom: 2px;
  font-size: 12px;
  margin-right: 15px;
}



.get_quote_det_btn {
  padding: 12px 88px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: var(--bs-site-color);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border: solid 1px #e31e25;
  border-radius: 8px;
  margin-top: 22px;
  color: #fff;
  font-size: 18px;
}

.get_quote_det_btn:hover {
  background: #333;
  border: solid 1px #333;
  cursor: pointer;
}








h2.mobile-show {
  display: none;
  visibility: hidden;
}

/*================_____________  WHY CHOOSED US SECTION CSS  _____________================*/
.why-choose-section {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}

.why-choose-section .why-choose-img-section {
  width: 100%;
  display: inline-block;
  position: relative;
}

.why-choose-section .why-choose-img-section::before {
  content: "";
  width: 50%;
  position: absolute;
  height: 10px;
  background-color: #fff;
  top: auto;
  bottom: 0;
  left: 25%;
  right: auto;
}

.why-choose-section .why-choose-img-section::after {
  content: "";
  width: 30%;
  height: 10px;
  background-color: #e31e25;
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: 35%;
}

.why-choose-section.light .why-choose-img-section::after {
  background-color: #949599;
}

.why-choose-img-section .why-main-img {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.why-main-img:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 48.9%;
  right: auto;
  width: 10px;
  height: 10px;
  background-color: #e31e25;
  border-radius: 50%;
}

.why-main-img:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 49.9%;
  right: auto;
  width: 2px;
  height: 54%;
  background-color: #e31e25;
}

.light .why-main-img:before {
  background-color: #949599;
}

.light .why-main-img:after {
  background-color: #949599;
}

.why-main-img p {
  border: solid 10px #e31e25;
  border-radius: 50%;
  display: inline-block;
  width: 110px;
  height: 110px;
  padding: 17px 0;
}

.light .why-main-img p {
  border-color: #949599;
}

.why-choose-section .why-choose-content-section {
  padding: 20px 10px;
  text-align: center;
  border: solid 5px #e31e25;
  margin-top: -7px;
  border-radius: 4px;
  min-height: 187px;
}

.why-choose-section.light .why-choose-content-section {
  border-color: #949599;
}

.why-choose-content-section h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
}

.why-choose-content-section p {
  margin-bottom: 0;
  color: #6d6d6d;
}

.reso-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hed-3 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 6px;
  font-size: 28px;
}

.per-4 {
  padding: 0px 15px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.per-4 span {
  font-size: 60px;
  color: #b33017;
}

.choose-staf h4 {
  font-size: 22px;
  margin-bottom: 6px;
  color: #b33017ab;
}

.choose-staf p {
  font-size: 16px;
  margin-bottom: 6px;
}

.mtb-spc {
  margin-top: 30px;
}



/*============_________ How To Buy CAR FROM AUCTION ____________=====================*/
.bidding-status .how_to_buy_icon:before {
  display: none;
}

.bidding-status .how_to_buy_icon img {
  padding: 0;
}

.bidding-status .how_to_buy_content {
  padding: 20px 95px;
  text-align: center;
}

.bidding-digits {
  position: absolute;
  border-right: dashed 1px #a79d9d;
  width: 100%;
  height: 100%;
  left: auto;
  top: 0;
  bottom: 0;
  right: 5.1%;
}

.bidding-digits span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #b33017;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: auto;
  right: -16px;
  bottom: auto;
  text-align: center;
}

.table.table-manage th,
.table.table-manage td {
  padding: 5px 23px;
}

.tabke-manage {
  margin: 5px 0
}

.auction-details {
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.auction-details h2 {
  font-size: 23px;
  margin-bottom: 0;
}

.jt-spc {
  margin-top: 0px !important;
}

.sal {
  background: url(../png/sprite-auction-logo.png)0 0 no-repeat;
  display: inline-flex;
  position: relative;
}

.sal-uss {
  background-position: -400px -2px;
  width: 57px;
  height: 28px;
  top: 7px;
  margin-right: 10px;
}

.sal-caa {
  background-position: -207px -2px;
  width: 60px;
  height: 28px;
  top: 7px;
  margin-right: 10px;
}

.sal-haa {
  background-position: -139px -5px;
  width: 57px;
  height: 23px;
  top: 4px;
  margin-right: 10px;
}

.sal-aaai {
  background-position: -5px -35px;
  width: 45px;
  height: 22px;
  top: 4px;
  margin-right: 10px;
}

.sal-ju {
  background-position: -340px -3px;
  width: 53px;
  height: 25px;
  top: 4px;
  margin-right: 10px;
}

.sal-taa {
  background-position: -465px -7px;
  width: 50px;
  height: 18px;
  top: 2px;
  margin-right: 10px;
}

.sal-jaa {
  background-position: -55px -35px;
  width: 58px;
  height: 22px;
  top: 4px;
  margin-right: 10px;
}

.sal-ona {
  background-position: -525px -3px;
  width: 82px;
  height: 26px;
  top: 4px;
  margin-right: 10px;
}

.sal-aucnet {
  background-position: -4px -3px;
  width: 122px;
  height: 25px;
  top: 4px;
  margin-right: 10px;
}


.list_details>div {
  float: left;
  /*border-left:1px solid #F2F2F2;*/
  text-align: center;
}

.list_details>div:first-child {
  border-left: none;
}

.list_details>div:last-child {
  clear: both;
  float: none;
  border-right: none;
}

.list_details>div.list_year {
  width: 10%;
}

.list_details>div.list_eng {
  width: 50%;
}

.list_details>div.list_mil {
  width: 50%;
}

.list_details>div.list_chs {
  width: 20%;
}

.list_details>div.list_total {
  width: 20%;
}

.list_details>div.list_last {
  width: 25%;
  padding: 2px 0px;
}

.list_details>div>div.l_head {
  background: #E8E8E8;
  color: #666666;
  padding: 0px;
  font-size: 12px;
}

/*.list_details > div > div:last-child{font-weight:bold; font-size:14px; color:#666666; padding:8px 0px;}*/
.list_view {
  text-align: right;
  position: relative;
  top: 3px;
}

.list_view>label {
  background: #E8E8E8;
  padding: 2px;
  display: inline-block;
  margin-bottom: 0px;
}

.list_view>label>span {
  display: block;
}

.list_view>label:hover {
  cursor: pointer;
}

.list_view>label.active_list>span.sp-grid,
.list_view>label:hover>span.sp-grid {
  background-position: -46px -262px;
}

.list_view>label.active_list>span.sp-detail,
.list_view>label:hover>span.sp-detail {
  background-position: -7px -262px;
}

.list_view>label.active_list>span.sp-table,
.list_view>label:hover>span.sp-table {
  background-position: -82px -262px;
}

.stock_row>div {
  margin-right: 1%;
  width: 24.25%;
  float: left;
}

.stock_row>div:nth-child(4n+4) {
  margin-right: 0%;
}

.stock_list_sec {
  border: 3px solid #E8E8E8;
  margin-bottom: 30px;
  font-size: 14px;
}

.stock_list_sec:hover {
  background: #E8E8E8;
}

.list_cfprice {
  text-align: right;
}

.list_cfprice>strong {
  font-size: 20px;
}

.stock_list_sec>div.image {
  position: relative;
  min-height: 177px;
}

.stock_list_sec>div.image>div>a>img {
  position: absolute;
  max-height: 177px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.stock_list_sec>div.info {
  padding: 5px;
}

.stock_list_sec>div>h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.stock_list_sec>div>h2>a {
  color: #333333;
}

.stock_list_sec>div>h2>a>span {
  font-size: 16px;
}

.listtwo_ulli {
  margin-bottom: 10px;
}

.listtwo_ulli>li {
  float: left;
  background: #dae2f0;
  width: 49%;
  margin-right: 2%;
  display: block;
  font-weight: bold;
  padding: 2px 0px;
  font-size: 14px;
  text-align: center;
}

.listtwo_ulli>li:last-child {
  margin-right: 0%;
}

.listtwo_fob {
  margin-bottom: 10px;
}

.second-view-strong {
  margin-left: 10px;
}

.ltwo_head {
  line-height: 30px;
  color: #666666;
  font-weight: normal;
}

.third_list>tbody>tr>th {
  background: #E6E7EA;
}

.third_list>tbody>tr:nth-of-type(odd) {
  background: #F2F3F5;
}

.third_list>tbody>tr>th,
.third_list>tbody>tr>td {
  vertical-align: middle;
  padding: 5px 3px;
  font-size: 12px;
}

.third_list>tbody>tr>td>a.list_btn {
  font-size: 12px;
}

.price_width {
  padding: 0px 0px !important;
  line-height: 22px;
}

.l_total {
  padding: 0px 0 0 0 !important;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  /*position:relative; top:18px;*/
}

.l_total>strong {
  font-size: 16px;
  color: #E31B23 !important;
}

.l_total>span.msg_my {
  font-weight: normal;
  font-size: 12px;
  border-bottom: 1px solid #e31e25;
  cursor: pointer;
}

.card_l_total {
  padding: 0px !important;
  font-size: 12px;
}

.card_l_total>strong {
  font-size: 16px;
  color: #E31B23 !important;
}

.card_ltwo_head {
  color: #666666;
  font-weight: normal;
}

.stklist_ulli {
  margin-bottom: 10px;
  margin-top: 15px;
}

.stklist_ulli>li {
  display: inline-block;
  background: #dae2f0;
  display: inline-block;
  font-weight: 500;
  padding: 4px 2px;
  font-size: 11px;
}

.com_cart {
  color: #333;
  border: 1px dotted #e31e25;
  display: inline-block;
  padding: 5px 5px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  border-radius: 5px;
  background: #fff;
}

.com_cart>span {
  margin-right: 3px;
}

.com_cart:hover {
  border-color: #e8e8e8;
  background: #fee2d8;
  color: #333333;
}

.list_chs {
  margin-bottom: 5px;
  text-align: right;
  font-weight: bold;
}

.list_loc {
  text-align: right;
  font-size: 14px;
}

.loadNextImage {
  cursor: pointer;
  float: right;
  position: absolute;
  right: 15px;
  top: 45%;
}

.loadPreImage {
  cursor: pointer;
  float: left;
  left: 15px;
  position: absolute;
  top: 45%;
}

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

.other_images li {
  float: left;
  width: 25%;
  min-height: 111px;
}

.other_images li a img {
  border: 1px solid #FFF;
  max-height: 111px;
}

.other_images li a img:hover {
  border-color: #e31e25;
}

.indicator {
  display: none !important;
}

.stock_accories,
.all_stock_accories {
  display: inline-block;
  width: 100%;
}

.stock_accories h4 {
  font-size: 14px;
  color: #565656;
  margin-bottom: 5px;
}

.stock_accories ul,
.all_stock_accories ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  border-bottom: none;
  border-right: none;
}

.stock_accories ul li,
.all_stock_accories ul li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #000;
  padding: 5px;
  text-align: center;
}

.all_stock_accories ul li {
  width: 32%;
  float: left;
  margin: 0;
  border: solid 1px #ffcbc1;
  text-align: left;
  background: #ffcbc1 url(../png/right_arrow-15.png) 6px center no-repeat;
  padding-left: 25px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
  margin-bottom: 4px;
  font-weight: 600;
}

.bad_ulli>li {
  background: #ffddbf url(../png/no.png) 6px center no-repeat !important;
}

.all_stock_accories ul.good_bad_ulli li {
  font-size: 13px;
  padding: 5px 5px 5px 9px;
}

.stock_detail_bg {
  margin: 10px 0px;
}

.stkdetail_heading {
  margin: 0px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.stkdetail_heading span {
  font-size: 20px;
}

.freight_box {
  background: #F2F3F5;
  padding: 10px 20px;
  box-shadow: #ccc 0 0 5px;
  margin-bottom: 30px;
}

.detail_price {
  font-size: 14px;
}

.detail_price>div>strong {
  font-size: 22px;
  color: #E31B23;
}

.detail_price>div>span {
  font-size: 16px;
  color: #CC0000;
  text-decoration: line-through;
}

#price_local_detail_mob {
  font-size: 12px;
  color: #CC0000;
  text-decoration: line-through;
}

#offer_price_detail_mob {
  font-size: 14px;
  color: #CC0000;
}

.detail_price div select {
  font-weight: normal;
  width: 65px;
  padding: 4px 5px;
  border: 1px solid #CCCCCC;
  position: relative;
  bottom: -5px;
}

.big-select {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #666666;
  border: 1px solid #CCCCCC;
  padding: 7px 5px;
  height: 40px;
}

.detail_wicom {
  border: 1px solid #FFFFFF;
  background: #E8E8E8;
  border-bottom: 1px dashed #666666;
  color: #333333;
  display: inline-block;
  padding: 1px 5px;
  font-size: 12px;
}

.detail_wicom:hover {
  border: 1px dashed #666666;
  cursor: pointer;
}

.detail_share {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 14px;
  margin-left: 8px;
}

.detail_share>a {
  width: 30px;
  height: 25px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 2px;
  text-align: center;
}

.detail_share>a:hover {
  opacity: 0.5;
}

.share_fb {
  background: #3B5999;
}

.share_twi {
  background: #1DA1F2;
}

.share_gplus {
  background: #075E04;
  padding-right: 5px;
}

.share_gplus .sp-whatsapp {
  top: 2px;
  left: 2px;
}

.share_email {
  background: #333;
}

.box_new {
  margin-bottom: 20px;
}

.sub-heading-list {
  padding: 0px;
  color: #000;
  font-size: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}

.banks-names {
  float: left;
  padding: 4px 0px;
}

.banks-names h2 {
  font-size: 24px;
  font-weight: 600;
}

.img-banks {
  float: right;
  padding: 4px 0px;
}

.bg-bank {
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: 500;
}

.benfi-bank {
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0px;
}

.sub-heading-2 {
  padding: 5px 0px;
  color: #214277;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

/*.sub-heading-list:before {content: "";position: absolute;width: 50%;height: 4px;background: #e31e25;top: auto;bottom: -2px;border-radius: 8px 0px 8px 0px;text-align: center;}*/
.top_border {
  border-top: var(--bs-site-color) 2px solid;
  margin-bottom: 8px;
}

.ql_ulli {
  list-style: circle;
  padding-left: 18px;
  border-bottom: 1px dotted #CCCCCC;
}

.ql_ulli>li {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
}

.ql_ulli>li>a {
  display: block;
  color: #333333;
}

.stock_cap {
  font-size: 12px;
  line-height: 16px;
  color: #555;
}

.stock_det {
  font-size: 14px;
  margin-bottom: 10px;
}

.stock_product {
  border: 1px solid #CCC;
  position: relative;
  margin-bottom: 20px;
}

.stock_product a {
  color: #333;
  text-align: left;
}

.stock_product a:hover {
  color: #e31e25;
  text-align: left;
}

.stock_product a p {
  margin: 5px 0px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #3366cc;
  text-align: center;
}

.stock_product a:hover h3 {
  color: #636363;
}

.stock_product>a>div.image>span {
  background: #000;
  color: #FFF;
  position: absolute;
  top: auto;
  left: auto;
  padding: 2px 5px;
  font-size: 12px;
  bottom: 4px;
  right: 5px;
}

.fob_bot {
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
}



.view_recently_heading {
  padding: 7px 0px 7px 12px;
  color: #000;
  font-size: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  background: #F5F5F5;
  box-shadow: 0px 0px 5px #cccccc;
}

.recently_view {
  font-size: 24px;
  text-align: left;
  margin-top: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.recently_view:before {
  content: "";
  border-top: #333 2px solid;
  width: 26px;
  height: 6px;
  display: inline-block;
  margin-right: 8px
}

/* .invoice_detail { margin-top:40px;} */
/* .invoice_detail > h3 { background:#b5b5b5; color: #fff; text-transform: uppercase; font-size:16px; font-weight: 600; padding: 8px 0 8px 13px; margin-bottom: 0px} */
.invoice_detail>ul {
  list-style: none;
  padding: 0px 0px 0px 22px;
  color: #555;
}


.stock_product>a>div.image {
  position: relative;
  min-height: 147px;
}

.stock_product>a>div.image>img {
  position: absolute;
  max-height: 147px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.specification_imp {
  box-shadow: #ccc 0 0 5px;
  padding: 6px 9px;
  border-radius: 4px;
  border-top: #e31e25 6px solid;
  position: relative;
}

.specification_imp>div>div {
  margin-bottom: 10px;
}

.specification_imp>div>div>label {
  width: 19%;
}

.det_view {
  text-align: center;
}

.det_view>a {
  font-size: 12px;
  font-style: italic;
  color: #636363;
  text-decoration: underline;
}

.det_view>a:hover {
  color: #0c9410;
  text-decoration: none;
}


.vehdet_ulli {
  padding-bottom: 5px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 15px;
}

.vehdet_ulli>li {
  display: inline-block;
  font-weight: bold;
}

.vehdet_ulli>li:after {
  content: "|";
  padding: 0px 8px;
  color: #999999;
  font-weight: normal;
}

.vehdet_ulli>li:last-child:after {
  content: "";
  padding: 0px;
}

.inspection table tr th,
.inspection table tr td {
  padding: 2px;
  font-size: 12px;
}

.dtlprice_box {
  background: #F2F2F2;
  padding: 10px;
  margin-bottom: 20px;
}

.dtlsec_head {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

/* .detail_ulli{} */
.detail_ulli>li {
  width: 49%;
  float: left;
}

.detail_ulli>li:nth-child(4n-2),
.detail_ulli>li:nth-child(4n-3) {
  background: #F2F2F2;
}

.detail_ulli>li:nth-child(2n+1) {
  margin-right: 2%;
}

.detail_ulli>li>strong,
.detail_ulli>li>span {
  float: left;
  padding: 5px 0px 5px 10px;
}

.detail_ulli>li>strong {
  width: 40%;
  font-weight: normal;
  font-size: 12px;
  color: #666666;
}

.detail_ulli>li>span {
  width: 60%;
  border-left: 1px solid #CCCCCC;
}

.main-title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  background: url(../divider.html) center center repeat-x;
}

.main-title>h2 {
  font-weight: bold;
  text-transform: uppercase;
  z-index: 10;
  gin: 0px;
  position: relative;
  display: inline-block;
  background: #FFFFFF;
  padding: 0px 30px;
  line-height: 1;
}

.list_fob {
  text-align: right;
}

.now_sale {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  float: left;
}

.fb_price {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.au {
  background: url(../png/sprite-auction.png) 0 0 no-repeat;
  position: relative;
  display: inline-flex
}

.au-deal {
  background-position: -5px 0px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.au-sheet {
  background-position: -64px -7px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.au-bid {
  background-position: -117px -7px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.au-shipping {
  background-position: -168px -6px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.au-recive-car {
  background-position: -225px -4px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.auc_oval:hover>.au-deal {
  background-position: -5px -62px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.auc_oval:hover>.au-sheet {
  background-position: -64px -68px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.auc_oval:hover>.au-bid {
  background-position: -117px -68px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.auc_oval:hover>.au-shipping {
  background-position: -168px -66px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.auc_oval:hover>.au-recive-car {
  background-position: -225px -67px;
  width: 50px;
  height: 52px;
  top: 0px;
  left: 0;
}

.auc_points {
  background: #fff;
  box-shadow: #ccc 0 0 2px;
  float: left;
  width: 19%;
  height: 300px;
  margin-right: 10px;
  text-align: center;
  padding: 25px 10px 10px 10px;
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.auc_points:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #e31e25;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.auc_points:hover:before,
.auc_points:focus:before,
.auc_points:active:before {
  right: 0;
}

.auc_points:last-child {
  margin-right: 0;
}

.auc_oval {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: #ccc 0 0 4px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  cursor: pointer;
}

.auc_oval:hover {
  background: #e31e25;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.auc_oval:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e31e25;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.auc_points:hover .auc_oval:before,
.auc_oval:focus:before,
.auc_oval:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}


#fb-root>.fb_dialog>.fb_dialog_content>iframe {
  bottom: 90px !important;
}


/*---------services---------*/

.services_inner_bg {
  background: #fff;
  border-radius: 10px;
  box-shadow: #ccc 0 0 10px;
  padding: 45px;
  text-align: center;
  perspective: 1000px;
}

.services_inner_bg>.services-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.services_inner_bg>.services_inner_icon {
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #017d01;
  margin: 0 auto;
}

.services_inner_bg>h3 {
  font-size: 26px;
  font-family: 'Helvetica-Bold';
  font-style: Bold;
  font-weight: 800;
  margin: 15px 0;
}

.services_inner_bg>p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Helvetica';
  font-weight: 300;
}

.services_inner_bg:hover .services-box-inner {
  transform: rotateY(180deg);
}


.services_box {
  width: 100%;
  cursor: pointer;
}

.services_inner_box {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.front,
.back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 300px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: .6;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.services_inner_box:hover .front,
.services_inner_box:hover .back {
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.services_inner_box .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.services_inner_box .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.services_inner_box:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.services_inner_box:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.front .inner h3 {
  font-size: 22px;
  margin-bottom: 1rem;
  position: relative;
  color: #000;
  margin-top: 10px;
  font-family: 'Helvetica';
  font-weight: 500;
}

.front .inner p {
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after {
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner div {
  color: #000;
  font-size: 16px;
  text-align: center;
  color: #636363;
}

.front .inner .icon_inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e31e25;
  margin: 0px auto;
}

.back>.inner>.back_icon_bg {
  margin-top: 10px;
}

.back>.inner>.back_icon_bg>.inner_back_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  margin: 0px auto;
}

.back>.inner>p {
  font-size: 16px;
  margin-bottom: -6px;
  line-height: 21px;
}

.back>.inner>.back_icon_bg>.inner_heading {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.fd {
  background: url(../png/sprite-services-16022023.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.fd-assiant {
  background-position: 2px -2px;
  width: 67px;
  height: 65px;
  left: 2px;
  top: 16px;
}

.fd-lowest-commission {
  background-position: -70px -7px;
  width: 60px;
  height: 58px;
  left: 1px;
  top: 19px;
}

.fd-large-cars {
  background-position: -136px -17px;
  width: 79px;
  height: 40px;
  left: 0px;
  top: 32px;
}

.fd-int-shipping {
  background-position: -235px -3px;
  width: 66px;
  height: 72px;
  left: -2px;
  top: 5px;
}

.fd-quote-top {
  background-position: -265px -165px;
  width: 39px;
  height: 34px;
}

.fd-reliable {
  background-position: -430px -2px;
  width: 64px;
  height: 71px;
  top: 7px;
}

.fd-partner {
  background-position: -327px 1px;
  width: 79px;
  height: 77px;
  top: 3px;
}


.fd-assiant-white {
  background-position: 2px -93px;
  width: 67px;
  height: 65px;
  left: 3px;
  top: 16px;
}

.fd-lowest-commission-white {
  background-position: -70px -100px;
  width: 58px;
  height: 58px;
  left: 1px;
  top: 23px;
}

.fd-large-cars-white {
  background-position: -139px -110px;
  width: 79px;
  height: 36px;
  left: 3px;
  top: 33px;
}

.fd-int-shipping-white {
  background-position: -235px -85px;
  width: 72px;
  height: 72px;
  left: 3px;
  top: 16px;
}

.fd-reliable-white {
  background-position: -428px -86px;
  width: 72px;
  height: 72px;
  left: 3px;
  top: 16px;
}

.fd-partner-white {
  background-position: -332px -85px;
  width: 74px;
  height: 78px;
  left: 2px;
  top: 13px;
}

.read_more_btn>a {
  color: #fff;
  font-size: 15px;
}

.read_more_btn>a:hover {
  color: #093;
  text-decoration: underline;
}

.auc_points>div {
  padding-top: 20px;
}

.auc_points>div>h3 {
  font-size: 24px;
  font-weight: 500;
  color: #e31e25;
}

.auc_points:hover>div>h3 {
  color: #b33017;
}

.auc_points:hover {
  box-shadow: #ccc 0 0 10px;
}

.auction-table {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}

.auction-table tr th {
  background: #b33017;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.inner_heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.auction_back {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.faq li>.question {
  width: 26px;
  height: 26px;
  border-radius: 10%;
  background: #e31e25;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding-top: 2px;
}

.faq li>strong.ans {
  width: 26px;
  height: 26px;
  font-size: 16px;
  background: #e31e25;
  color: #fff;
  border-radius: 10%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  margin-bottom: 26px;
}

.faq li>strong.ans span {
  float: left;
  width: 80%;
}

.iconbox>.iconbox-content {
  margin-left: 100px;
  padding-top: 10px;
}

.iconbox-title {
  font-size: 22px;
  margin: 0;
  color: #333
}

.iconbox-sub-title {
  color: #777;
  font-size: 15px;
  margin-top: 8px;
  line-height: 18px;
}

.iconbox-icon {
  margin-left: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #fe8e08;
  background-color: #fe8e08;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .15);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .15);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.howbuy_box {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px #CCCCCC;
  border-radius: 10px;
}

.how_fir {
  background: #e31e25;
  color: #FFFFFF;
  width: 20%;
  float: left;
  text-align: center;
  border-radius: 0px 10px 10px 0px;
  padding: 70px 0px;
}

.how_fir>span {
  text-transform: uppercase;
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

.how_fir>strong {
  font-size: 40px;
}

.how_sec {
  float: left;
  width: 80%;
}

.how_sec>h2 {
  background: #e31e25;
  color: #fff;
  float: right;
  text-align: right;
  width: 80%;
  font-size: 20px;
  font-weight: 300;
  padding: 5px;
  border-radius: 20px 0px 0px 20px;
  margin-top: 25px;
}

.how_sec>div {
  clear: both;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #636363;
}

.first_how_margin {
  margin-top: 160px;
}

.second_how_margin {
  margin-top: 80px;
}

.third_how_margin {
  margin-top: 80px;
}

.fourth_how_margin {
  margin-top: 40px;
}

.fifth_how_margin {
  margin-top: 50px;
}

.how_to_buy_icon {
  width: 100%;
  position: relative;
  height: 100%;
}

.how_to_buy_content {
  padding: 73px 0;
}

.how_to_buy_icon:before {
  content: "";
  border-right: dashed 1px #a79d9d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
  right: 3%;
  top: 0;
  bottom: 0;
}

.dark .how_to_buy_icon:before {
  border-right: solid 1px #a79d9d;
}

.how_to_buy_icon span.digits {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #b33017;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: auto;
  right: 6px;
  bottom: auto;
}

.stock-buy .how_to_buy_icon span.digits {
  right: 2px;
}

.how_to_buy_icon img {
  padding: 60px 0;
}

.how_to_buy_content h2 {
  font-size: 20px;
}

.auc_first_how_margin {
  margin-top: 50px;
}

.dark {
  background-color: #fff0eb;
}

.how_to_buy_content p {
  margin: 0;
}

/*----other-pages-------*/

.wishlist-border {
  margin: 0 10px;
}


/**************__________ POPUP ____________***************/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  opacity: 1;
  z-index: 1000;
}

.popup {
  margin: 142px auto;
  padding: 30px;
  background: #446cb2;
  border-radius: 22px;
  width: 45%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: -12px;
  right: -10px;
  transition: all 200ms;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 29px;
  text-align: center;
  box-shadow: 0px 1px 1px #000;
  opacity: 1;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.image_right {
  width: 100%;
}

.popup>div>h5 {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}

.popup .modal-body {
  margin: 10px 0;
}

.modal-body .model-body-text {
  font-size: 15px;
  color: #FFF;
  margin-bottom: 10px;
}

.modal-body img {
  margin-bottom: 10px;
}

.modal-body .notice-modal-footer-text {
  text-align: center;
  color: #FFF;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.notice-modal-footer-text>div>a {
  color: #FFF;
  text-decoration: underline;
}

/*=====______ OUR TEAM CSS ______=====*/

.team_box {
  width: 100%;
  margin-bottom: 30px;
}

.team_box:hover>div>div>div>img {
  border-color: #999999;
}

.team_box>div>div>div>img {
  border-radius: 50%;
  border: 4px solid #E8E8E8;
}

.team_box>div>div>h3 {
  margin-top: 10px;
  font-weight: bold;
  color: #05407A;
}

.team_box>div>div>h4 {
  color: #999999;
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
}

.team_box>div>div>ul>li {
  margin-bottom: 5px;
}

.team_box>div>div>ul>li:last-child {
  margin-bottom: 0px;
}



.ceo_ulli {
  list-style: disc;
  padding-left: 20px;
}

.team_box {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.team_box>div>img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team_box:hover>div>img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.team_box>h3 {
  font-size: 20px;
  margin-top: 15px;
  height: 48px;
  text-align: left;
  margin-left: 20px;
  font-weight: 300;
}

.team_box>h4 {
  text-align: left;
  margin-left: 20px;
  font-size: 18px;
  color: #e31e25;
  padding-bottom: 12px;
}

.team_box:hover>h3 {
  color: #e31e25;
}

.team_box:hover>h4 {
  color: #000;
}

/*.team_box:after { content: "";border-bottom:#fff 3px solid;width:100%;display:inline-flex;}
.team_box:hover:after { content: "";border-bottom:#ccc 3px solid;width:100%;display:inline-flex;}*/
.team_box>div.details,
.contact_team>div.details {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 100%;
  width: 500px;
  height: auto;
  background: #FFFFFF;
  border: none;
  z-index: 100;
  text-align: left;
  padding: 5px;
  font-size: 13px;
  line-height: 18px;
  box-shadow: 0px 0px 5px #CCCCCC;
  background-image: linear-gradient(#E8E8E8, #FFFFFF);
}

.team_box>div.leftt_box,
.contact_team>div.leftt_box {
  right: -160px;
}

.team_box>div.rightt_box,
.contact_team>div.rightt_box {
  left: -160px;
}

.team_box>div.rightt_box>div.box_arrow,
.contact_team>div.rightt_box>div.box_arrow {
  right: 30%;
  left: auto;
}

.team_box:hover>div.details,
.contact_team:hover>div.details {
  visibility: visible;
  opacity: 1;
}

.team_box>div.details>div,
.contact_team>div.details>div {
  margin-bottom: 10px;
}

.team_box>div.details>div:last-child,
.contact_team>div.details>div:last-child {
  margin-bottom: 0px;
}

.team_box>div.details>div>strong.t_name,
.contact_team>div.details>div>strong.t_name {
  color: #fe8e08;
  font-size: 16px;
}

.box_arrow {
  text-align: center;
  position: absolute;
  left: 25%;
  bottom: -12px;
}

.box_arrow>span {
  border: solid #CCCCCC;
  background: #FFFFFF;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.contact_team {
  margin-bottom: 30px;
}

.contact_team>div>div>div>img {
  border-radius: 50%;
  border: 3px solid #E8E8E8;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.contact_team>div>div>h3 {
  margin-top: 5px;
}

.contact_team>div>div>h4 {
  margin-bottom: 20px;
  color: #999999;
  font-size: 18px;
}

.contact_team>div>div>ul>li>a {
  color: #333333;
}

.contact_team:hover>div>div>div>img {
  border-color: #fe8e08;
}

.sub-heading {
  color: #e31e25;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

div.box_out_div {
  width: 100%;
  display: block;
  position: relative;
  font-size: 16px;
}

div.box_out_div span.message {
  font-size: 14px;
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  height: 43px;
  text-align: left;
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 9px 5px 5px 5px;
  color: #495057;
}

div.box_out_div span.message>span>input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

div.box_out_div div.box {
  margin-top: 1px;
  border: 1px solid #ACACAC;
  display: none;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
  position: absolute
}

div.box_out_div div.close_div {
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc;
  margin: 0px
}

div.box_out_div div.box ul {
  list-style: none;
  overflow: auto;
  height: 180px;
  margin: 0px;
  padding: 0px;
}

div.box_out_div div.box ul li {
  padding-left: 10px;
}

div.box_out_div div.box ul li input {
  position: relative;
  top: 3px;
}

div.box_out_div div.box ul li label {
  font-weight: normal;
  margin-bottom: 0px;
}

.htmlselectbox {
  border: 1px solid #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  display: block;
  width: 100%;
  background: url(../png/select-arrow-gray.png) right center no-repeat;
  position: relative;
  cursor: pointer;
}

.htmlselectbox>div {
  height: 40px;
  padding: 8px 4px;
  cursor: pointer;
}

.htmlselectbox>ul {
  position: absolute;
  display: none;
  top: 33px;
  width: 100%;
  background: #FFFFFF;
  overflow-y: scroll;
  left: 0px;
  z-index: 100;
  box-shadow: 0px 3px 5px #CCCCCC;
  max-height: 300px;
  min-height: 300px;
  height: auto;
  overflow: auto;
}

.htmlselectbox>div.modelclose {
  position: absolute;
  display: none;
  top: 313px;
  width: 100%;
  background: #EF9700;
  color: #FFFFFF;
  left: 0px;
  z-index: 100;
  text-align: center;
}

.htmlselectbox>ul::-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  background-color: #E8E8E8;
}

.htmlselectbox>ul::-webkit-scrollbar {
  width: 8px;
}

.htmlselectbox>ul::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #CCCCCC;
  border: none;
}

.htmlselectbox>ul>li {
  border-bottom: 1px solid #CCCCCC;
}

.htmlselectbox>ul>li>label {
  padding: 0px 0px 0px 5px;
  color: #333;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 13px;
}

.htmlselectbox>ul>li>label>span {
  left: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  padding: 0 0 0 13px;
}

.htmlselectbox>ul>li>label>span:after {
  top: 3px !important;
  left: 7px !important;
}

.htmlselectbox:hover>ul,
.htmlselectbox:hover>div {
  cursor: default;
}

.htmlselectbox>ul>li>label>input[type="checkbox"] {
  margin-left: -3px;
}

.stock_capcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.footer_capcha {
  transform: scale(0.56);
  -webkit-transform: scale(0.56);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* .stock_first{width:53%; margin-right:1%; float:left; } */
/* .stock_second{width:46%; float:left;} */
.stk_heading {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  font-size: 24px;
  margin-top: 0px;
  border-bottom: 2px solid #97152D;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.stock-table {
  border: none;
  margin-bottom: 0px;
}

.stock-table tbody tr td,
.stock-table tbody tr th {
  border: none;
  padding: 5px;
  border-right: 1px solid #CCC;
  padding-left: 10px;
  font-size: 14px;
}

.stock-table tbody tr td:last-child,
.stock-table tbody tr th:last-child {
  border-right: none;
}

.stock-table tbody tr:nth-child(2n+1) {
  background: #F5F5F5;
}

.stock_des {
  background: #F2F2F2;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px #E8E8E8;
}

.main_image {
  min-height: 482px;
  position: relative;
  border: 1px solid #CCC;
  padding: 10px;
}

.main_image>a>img {
  position: absolute;
  max-height: 482px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.main_image>a>div {
  position: absolute;
  display: none;
}

.main_image .reserve>div {
  color: blue;
}

.main_image:hover>a>div {
  display: block;
}

.list_stkstatus {
  position: relative !important;
  left: -10px;
  top: -10px;
  border-right: 130px solid transparent;
  z-index: 99;
}

.line-on-sale-clr {
  background: #0c8f0fcc;
}

.line-on-order-clr {
  background: #5895e5cc;
}

.line-sold-out-clr {
  background: #ad0910cc;
}

.line-coming-soon-clr {
  background: #333333cc;
}

.line-reserved-clr {
  background: #333333cc;
}

.line-view {
  position: absolute !important;
  top: 0;
  left: 0;
  color: #FFF;
  z-index: 99;
  padding: 5px;
  display: inline-block !important;
}

.details-line-view {
  left: -10px !important;
  top: -10px !important;
}


/* .home_stkstatus {position: relative;left: 0px;top: 0px;display: inline-block!important;border-right: solid 117px transparent;z-index: 99;} */
.home_stkstatus {
  position: absolute;
  left: 11px;
  bottom: 2px;
}

.home_stkstatus span {
  background: #0c8f0f;
  color: #fff !important;
  font-size: 14px;
  width: 95px;
  display: inline-block;
  /*transform: rotate(-46deg);*/
  text-transform: capitalize;
  text-align: center;
}

.home_stkstatus.on-sale-clr {
  border-top: none;
}

.home_stkstatus.sold-out-clr {
  border-top: none;
}

.home_stkstatus.on-order-clr {
  border-top: 70px solid #5895e5;
}

.home_stkstatus.coming-soon-clr {
  border-top: 70px solid #333333;
}

.home_stkstatus.reserved-clr {
  border-top: 70px solid #333333;
}

.home_stkstatus span.sold-out {
  top: -13px;
  background: #ad0910;
}

.home_stkstatus span.on-order {
  top: -50px;
}

.home_stkstatus span.reserved {
  top: -50px;
}

.detail_vehstatus.details-no-image {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

.list_stkstatus {
  left: 0;
  top: 0;
}

.list_stkstatus span {
  color: #fff !important;
  position: absolute;
  top: 5px;
  font-size: 13px;
  width: 90px;
  display: inline-block;
  left: 5px;
  text-transform: capitalize;
  text-align: center;
}

.list_stkstatus.home span {
  font-size: 12px;
  width: 90px;
}

.on-sale-clr {
  border-top: none;
}

.sold-out-clr {
  border-top: none;
}

.detail_vehstatus.vehicle_sold {
  left: 0 !important;
  top: 39%;
  right: 0;
  width: 100%;
  z-index: 9999;
  display: inline-block;
}

.detail_vehstatus.vehicle_sold span.sold-out {
  padding: 30px 0px;
  color: #c00;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  font-style: italic;
  background: rgba(0, 0, 0, .4);
  text-shadow: 0 3px 5px #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
}


.on-order-clr {
  border-top: none;
}

.reserved-clr {
  border-top: none;
}

.detail_vehstatus span.on-sale,
.list_stkstatus span.on-sale {
  top: 2px;
  color: #fff !important;
  background: #0c8f0f;
  padding: 0px 0px;
}

.list_stkstatus span.sold-out {
  top: 2px;
  color: #fff !important;
  background: #ad0910;
  padding: 0px 8px;
}

.detail_vehstatus span.on-order,
.list_stkstatus span.on-order {
  top: 3px;
  background: #324353;
  padding: 0px 8px;
}

.detail_vehstatus span.reserved,
.list_stkstatus span.reserved {
  top: 2px;
  background: #0c8f0f;
  padding: 0px 8px;
}

.detail_vehstatus span.coming-soon,
.list_stkstatus span.coming-soon {
  top: 3px;
  background: #595a5a;
  padding: 0px 8px;
  color: #fff !important;
}

.detail_cfprice {
  text-align: right;
}

.detail_cfprice>span {
  font-size: 16px;
}

.detail_cfprice>strong {
  font-size: 24px;
}

.sold_detail {
  display: block !important;
  top: 40%;
  left: 0%;
  width: 100%;
  height: 96%;
  text-align: center;
}

.sold_detail>div {
  padding: 30px 0px;
  color: #c00;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  font-style: italic;
  background: rgba(0, 0, 0, .4);
  text-shadow: 0 3px 5px #fff;
}

.img_left_arw {
  left: 10px;
  top: 43%;
  z-index: 99999;
}

.img_right_arw {
  right: 10px;
  top: 43%;
  z-index: 99999;
}

.img_zoom_arw {
  top: 45%;
  left: 47%;
  text-align: center;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.other_images_ulli {
  list-style: none;
  padding-left: 0px;
  margin-top: 8px;
}

.other_images_ulli li {
  float: left;
  width: 20%;
  min-height: 107px;
  border: 1px solid #ccc;
  position: relative;
}

.other_images_ulli li:hover {
  border-color: #e31e25;
}

.other_images_ulli li a img {
  max-height: 107px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.small_btn {
  background: #666666;
  color: #FFFFFF;
  padding: 2px 6px;
  display: inline-block;
  border: none;
}

.small_btn:hover {
  background: #333333;
  color: #FFFFFF;
}

.list_main .list_div {
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #CCCCCC;
}

.list_div>div {
  float: left;
  text-align: center;
  height: 70px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  border-left: 1px solid #CCC;
}

.stk_imp_info>li {
  width: 48.5%;
  line-height: 30px;
  float: left;
  background: #e0eeee;
  display: block;
  margin: 0 3px 3px 0;
  padding: 5px 0 5px 0px;
}

.stk_imp_info>li>label {
  float: left;
  width: 30%;
  text-align: center;
  margin: 0px;
}

.list_div>div>span {
  display: none;
}

.list_div>div:last-child {
  border-right: 1px solid #CCC;
}

.list_div:nth-child(4n-2)>div {
  background: #E8E8E8;
}

.list_div_head>div {
  background: #666666;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
}

.list_div_head>div.double {
  padding-top: 5px;
}

.list_div_head>div>a,
.list_div_head>div>div>a {
  color: #FFFFFF;
}

.list_div_head>div>div:nth-child(2) {
  border-top: 1px dashed #E8E8E8;
  padding-top: 5px;
  margin-top: 5px;
}

.auclist_img {
  padding: 1px;
  border: 1px solid #CCC;
  cursor: pointer;
}

.one_list {
  width: 5%;
}

.one_list>input {
  margin: 2px 0px;
  width: 24px;
}

.two_list {
  width: 7%;
}

.three_list {
  width: 5%;
}

.four_list {
  width: 6%;
}

.five_list {
  width: 4%;
}

.six_list {
  width: 8%;
}

.seven_list {
  width: 8%;
}

.eight_list {
  width: 4%;
}

.nine_list {
  width: 8%;
}

.ten_list {
  width: 9%;
}

.ele_list {
  width: 5%;
}

.twe_list {
  width: 4%;
}

.thirt_list {
  width: 5%;
}

.fourt_list {
  width: 5%;
}

.fift_list {
  width: 5%;
}

.sixt_list {
  width: 6%;
}

.sev_list {
  width: 6%;
}

.login_list {
  width: 90%;
}

.list_main {
  margin-bottom: 20px;
}

.single_margin {
  padding-top: 25px !important;
}

.double_margin {
  padding-top: 20px !important;
}

.td_padding {
  padding: 5px
}

.login_panel {
  text-align: center;
}

.login_panel h3 {
  background: #333;
  color: #FFF;
  margin: 0px;
  padding: 8px 0px;
  font-size: 18px;
  font-weight: 400;
}

.login_panel ul li {
  width: 50%;
  float: left;
  box-shadow: 0px 0px 5px #CCC;
}

.login_panel ul li a {
  background: #F7F7F7;
  color: #333;
  padding: 15px 0px;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.login_panel ul li a strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.login_panel ul li a:hover {
  background: #e31e25;
  color: #fff;
}

.small_button {
  font-size: 14px;
  line-height: 16px !important;
  padding: 0px 1px !important;
  text-decoration: none;
  display: inline-block;
  color: #FFF !important;
  font-family: Arial;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0px;
}

.small_button:hover {
  text-decoration: none !important;
}

.a_button {
  color: #6ab3fb !important;
  background-color: #FFFFFF !important;
  border: 2px solid #6ab3fb;
  width: 25px;
  display: inline-block;
  font-weight: 300;
}

.a_button:hover,
.a_button_active {
  background-color: #6ab3fb !important;
  color: #FFF !important;
}

.b_button {
  color: #0680f9 !important;
  background-color: #FFFFFF !important;
  border: 2px solid #0680f9;
  width: 25px;
  display: inline-block;
  font-weight: 300;
}

.b_button:hover,
.b_button_active {
  background-color: #0680f9 !important;
  color: #FFF !important;
}

.c_button {
  color: #fe8e08 !important;
  background-color: #FFFFFF !important;
  border: 2px solid #fe8e08;
  width: 25px;
  display: inline-block;
  font-weight: 300;
}

.c_button:hover,
.c_button_active {
  background-color: #fe8e08 !important;
  color: #FFF !important;
}

.d_button {
  color: #033363 !important;
  background-color: #FFFFFF !important;
  border: 2px solid #033363;
  width: 25px;
  display: inline-block;
  font-weight: 300;
}

.d_button:hover,
.d_button_active {
  background-color: #033363 !important;
  color: #FFF !important;
}

.a_button_active,
.b_button_active,
.c_button_active,
.d_button_active {
  font-weight: 300;
  font-size: 16px;
}

.news-content {
  width: 65%;
  float: left;
}

.news-content br {
  display: none;
}

.news-content ul {
  list-style: disc;
  margin-left: 20px;
}


.small_heading {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.small_heading:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b33017;
  left: 48%;
  width: 4%;
  bottom: -10px;
}

.small_heading:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b33017;
  left: 46%;
  width: 8%;
  bottom: -5px;
}

.img_border {
  border-radius: 50% !important;
}

.htmlselectbox {
  border: 1px solid #BCBDBF;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  display: block;
  width: 100%;
  background: url(../png/select-arrow-gray.png) right center no-repeat #FFFFFF;
  position: relative;
  cursor: pointer;
}

.htmlselectbox>div {
  height: 32px;
  padding: 3px 4px;
  cursor: pointer;
}

.htmlselectbox>ul {
  position: absolute;
  display: none;
  top: 33px;
  width: 100%;
  background: #FFFFFF;
  overflow-y: scroll;
  left: 0px;
  z-index: 100;
  box-shadow: 0px 3px 5px #CCCCCC;
  max-height: 300px;
  min-height: 300px;
  height: auto;
  overflow: auto;
}

.htmlselectbox>div.modelclose {
  position: absolute;
  display: none;
  top: 313px;
  width: 100%;
  background: #EF9700;
  color: #FFFFFF;
  left: 0px;
  z-index: 100;
  text-align: center;
}

.htmlselectbox>ul::-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  background-color: #E8E8E8;
}

.htmlselectbox>ul::-webkit-scrollbar {
  width: 8px;
}

.htmlselectbox>ul::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #CCCCCC;
  border: none;
}

.htmlselectbox>ul>li {
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
}

.htmlselectbox>ul>li>label {
  width: 80%;
  padding: 0px 0px 0px 5px;
  color: #333;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 11px;
  display: inline-block !important;
  margin: 0px;
}

.htmlselectbox>ul>li>label>span {
  left: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  padding: 0 0 0 13px;
}

.htmlselectbox>ul>li>label>span:after {
  top: 3px !important;
  left: 7px !important;
}

.htmlselectbox:hover>ul,
.htmlselectbox:hover>div {
  cursor: default;
}

.htmlselectbox>ul>li>label>input[type="checkbox"] {
  margin-left: -3px;
}

.htmlselectbox>ul>li>input {
  position: relative;
  top: 3px;
}


div.box_out_div {
  width: 100%;
  display: block;
  position: relative;
  font-size: 14px;
}

div.box_out_div span.message {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  height: 35px;
  text-align: left;
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 5px 5px;
  position: relative;
}

div.box_out_div span.message span img {
  position: absolute;
  right: 5px;
  top: 12px;
}

div.box_out_div span.message>span>input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

div.box_out_div div.box {
  margin-top: 1px;
  border: 1px solid #ACACAC;
  display: none;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
  position: absolute
}

div.box_out_div div.close_div {
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc;
  margin: 0px
}

div.box_out_div div.box ul {
  list-style: none;
  overflow: auto;
  height: 180px;
  margin: 0px;
  padding: 0px;
}

div.box_out_div div.box ul li {
  padding: 2px 3px;
  clear: both;
}

div.box_out_div div.box ul li input {
  float: left;
  width: 10%;
  margin: 0px !important;
  margin-right: 3% !important;
}

div.box_out_div div.box ul li label {
  font-weight: normal;
  width: 87%;
  float: left;
  margin: 0px;
  font-size: 12px;
  display: block;
  color: #777;
}

.small_button {
  font-size: 14px;
  line-height: 19px !important;
  padding: 0px 3px !important;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #CCCCCC;
}

div.box_out_div div.box ul li label:hover {
  background: #1e90ff;
  color: #fff;
  padding-left: 5px;
}

div.box_out_div div.box ul li input:hover {
  background: #1e90ff;
}

.close-box {
  background: #333333;
  display: inline-block;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}

.close-box:hover {
  background: #e31e25;
  color: #FFFFFF;
}

.grade_text {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 15px;
}

.box_new ul.stock_details_point {
  width: 100%;
  display: inline-block;
  border-top: solid 1px #ccc
}

.box_new ul.stock_details_point li {
  width: 50%;
  float: left;
  border: solid 1px #CCC;
  border-top: none;
}
.box_new ul.stock_details_point li.fullwidth {display:flex;}

@media(min-width:768px) {
  .box_new ul.stock_details_point li.fullwidth {width:100%;border: solid 1px #CCC; margin-top: -1px;}
  .box_new ul.stock_details_point li.fullwidth .stock_cap {
    width: 20%;
    float: none;
  }
  .box_new ul.stock_details_point li.fullwidth .stock_det{width: 80%; float:none;}
}

.box_new ul.stock_details_point li:nth-child(even) {
  border-left: none;
}

.box_new ul.stock_details_point li .stock_cap {
  width: 40%;
  float: left;
  font-size: 13px;
  line-height: 26px;
  background-color: #f2f2f2;
  padding: 5px;
}



.box_new ul.stock_details_point li .stock_det {
  width: 60%;
  float: left;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 24px;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box_new ul.stock_details_point li.fullwidth .stock_det{white-space: normal; text-overflow: unset; overflow:auto;}

.orange-color {
  color: #fff;
  background: #223f79 !important;
  padding: 5px 6px !important;
  font-size: 12px !important;
}

.green-color {
  color: #fff;
  background: var(--bs-site-color) !important;
  padding: 5px 4px !important;
  font-size: 12px !important;
}

.box_new ul.stock_details_point li.manage-details-ulli .stock_det {
  padding: 5px;
}

/*********************************MY FAVORITE******************************/
.myfav_box {
  border: 1px solid #CCC;
}

.myfav_box>h5 {
  background: #666666;
  border-bottom: 1px solid #CCC;
  font-size: 16px;
  margin: 0;
  line-height: 10px;
  color: #FFF;
  padding: 10px;
}

.myfav_box>h5>p {
  font-size: 12px;
  line-height: 14px;
  padding: 4px;
  margin: 0px;
}

.myfav_box>div {
  padding: 5px 5px 0px 5px
}

.myfav_box>option {
  padding-left: 1px
}

.auction_listhead>div,
.auction_listdtl>div {
  float: left;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px;
  min-height: 42px;
}

.auction_listhead>div:last-child,
.auction_listdtl>div:last-child {
  border-right: 1px solid #CCC;
}

.auction_listhead>div {
  background: #666666;
  color: #FFF;
  font-size: 14px;
  border-top: 1px solid #CCC;
}

.auction_listdtl>div {
  font-size: 12px;
}

.auction_listdtl>div>span {
  display: none;
}

.auction_listdtl:nth-child(2n+0)>div {
  background: #EEEEEE
}

.favmake_width {
  width: 14%;
}

.favmodel_width,
.favmodelco_width {
  width: 15%;
}

.favyear_width {
  width: 10%;
}

.favengine_width {
  width: 10%;
}

.favmileage_width {
  width: 12%;
}

.favauc_width {
  width: 12%;
}

.favview_width {
  width: 12%;
}

.aucgrade_cap {
  float: left;
  margin-right: 2%;
}

.fav_grade {
  width: 7%;
  float: left;
  text-align: left;
}

.fav_grade>input {
  margin: 0px;
  position: relative;
  top: 2px;
}

.fav_grade>label {
  font-weight: normal;
  margin: 0px;
}

.country_stock {
  text-align: center;
  box-shadow: 0px 0px 5px #CCCCCC;
  margin-bottom: 30px;
}

.country_stock>a>div.image {
  position: relative;
}

.country_stock>a>div.image>span {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: inline-block;
  padding: 0px 5px;
  font-size: 12px;
}

.country_stock>a>h2 {
  font-weight: bold;
  margin: 10px 0px;
  font-size: 24px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.country_stock>a>ul>li {
  display: inline-block;
  color: #666666;
  margin-bottom: 10px;
  font-size: 13px;
}

.country_stock>a>ul>li:after {
  content: "|";
  padding: 0px 8px;
}

.country_stock>a>ul>li:last-child:after {
  content: "";
  padding: 0px;
}

.image_gallery {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px #CCC;
}

.enquiry_box>div {
  position: relative;
  background: #F5F5F5;
  border: 2px solid #CCCCCC;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 10px 0px;
  float: left;
  text-align: center;
  height: 350px;
}

.enquiry_box>div:after,
.enquiry_box>div:before {
  left: 100%;
  top: 36%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.enquiry_box>div:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #F5F5F5;
  border-width: 10px;
  margin-top: -10px;
}

.enquiry_box>div:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #CCCCCC;
  border-width: 14px;
  margin-top: -14px;
}

.enquiry_box>div:hover {
  background: #E8E8E8;
}

.enquiry_box>div:last-child {
  margin-right: 0%;
}

.enquiry_box>div:last-child:after,
.enquiry_box>div:last-child:before {
  border: none;
}

.enquiry_box>div>h4 {
  text-transform: uppercase;
  font-size: 16px;
}

.enquiry_box>div>p {
  font-size: 14px;
}

.auc_buy_head {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 24px;
}

.auc_buy_head>strong {
  position: relative;
  bottom: 25px;
  margin-left: 10px;
}

.terms_ulli {
  list-style: decimal;
  padding-left: 18px;
}

.terms_ulli>li {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

.faq_ques {
  border-top: 2px solid #fe8e08;
}

.faq_ques>strong {
  background: #fe8e08;
  color: #fff;
  font-size: 22px;
  float: left;
  width: 3%;
  margin-right: 1%;
  text-align: center;
  display: block;
  padding: 6px 0px;
}

.faq_ques>span {
  font-size: 18px;
  float: left;
  width: 96%;
  padding-top: 5px;
}

.faq_ans>strong {
  font-size: 22px;
  float: left;
  width: 3%;
  margin-right: 1%;
  text-align: center;
}

.faq_ans>span {
  float: left;
  width: 96%;
}

.faq_ulli {
  list-style: disc;
  padding-left: 18px;
}

.etype_ulli>li {
  display: inline-block;
  margin-right: 15px;
}

.etype_ulli>li:last-child {
  margin-right: 0px;
}

.etype_ulli>li>input {
  position: relative;
  top: 2px;
}

.etype_ulli>li>label {
  font-weight: normal;
}

.parts_enq>div {
  width: 23.5%;
  height: 200px;
}

.why-choose-japan .common_heading {
  width: 100%;
  margin-bottom: 30px;
}

.why-choose-japan .common_heading strong:before,
.why-choose-japan .common_heading strong:after {
  display: none;
  visibility: hidden;
}

.why-choose-japan {
  width: 100%;
  display: inline-block;
}

.why-choose-japan .why-choose-japan-section {
  width: 100%;
  display: inline-block;
}

.why-choose-japan-section .why-choose-japan-icon {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.why-choose-japan-icon p {
  width: 15%;
  float: left;
  margin: 0;
  margin-right: 4%;
}

.why-choose-japan-icon h3 {
  width: 80%;
  float: left;
  font-size: 20px;
  margin-top: 15px;
}

.why-choose-japan-section .why-choose-japan-content {
  width: 100%;
}

.why-choose-japan-content h2 {
  text-align: left;
}

.scrollup {
  position: fixed;
  right: 20px;
  bottom: 0;
  display: none;
  width: 34px;
  height: 34px;
  opacity: 0.6;
  cursor: pointer;
  z-index: 100;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  text-align: center;
  background-color: var(--bs-site-color);
}

.scrollup:hover {
  opacity: 1;
}

.mobile-social-icon {
  display: none;
  visibility: hidden;
}


/*************************************COMPARE***********************************/
.compare {
  background-color: #f2f2f2;
  bottom: 0;
  margin: 0 auto;
  position: fixed;
  border-bottom: 3px solid #666666 !important;
  border: 1px solid #CCC;
  width: 1200px;
  z-index: 10000;
}

.compare-title {
  background: #666 none repeat scroll 0 0;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  padding: 5px;
}

.compare .article {
  border-left: 1px solid #acacac;
  float: left;
  position: relative;
  width: 17.40%;
  background: #F5F5F5;
}

.com_img {
  min-height: 92px;
  max-height: 72px;
  padding: 5px;
}

.thumb_compare {
  padding: 2px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  min-height: 80px;
  max-height: 24px;
}

.comapre_back {
  background: #DDD;
}

.compare_ulli {
  margin: 0px;
  padding-left: 0px;
}

.compare_ulli li {
  padding: 2px 0px 2px 5px;
  ;
  font-weight: normal;
  color: #666;
  font-size: 14px;
  min-height: 24px;
}

.compare_ulli li a {
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
}

#show_hide {
  float: right;
  cursor: pointer;
}

.remove {
  display: none;
  margin-right: 13px;
}

.show {
  display: block !important;
}

.clear_all {
  float: right;
  padding-right: 12px;
  cursor: pointer;
}

.compare_plus {
  position: relative;
  margin-left: 10px;
  left: 0px;
  font-size: 20px;
  top: -4px;
}

.fa-ct {
  background: url(../png/sprite-dtlcontact.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
}

.fa-ct-person {
  background-position: -153px -9px;
  width: 40px;
  height: 40px;
}

.fa-ct-mobile {
  background-position: 4px -6px;
  width: 40px;
  height: 40px;
}

.fa-ct-telephone {
  background-position: -100px -10px;
  width: 40px;
  height: 40px;
}

.fa-ct-email {
  background-position: -42px -5px;
  width: 40px;
  height: 40px;
}

.fa-ct-whatsapp {
  background-position: -44px -61px;
  width: 28px;
  height: 28px;
}

.fa-ct-viber {
  background-position: -80px -61px;
  width: 28px;
  height: 28px;
}

.fa-ct-line {
  background-position: -6px -61px;
  width: 28px;
  height: 28px;
}

.sitemp {
  font-size: 26px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.sitemp::before {
  content: "";
  width: 15%;
  height: 4px;
  background-color: #333;
  position: absolute;
  left: 0;
  right: auto;
}

.sitemap {
  padding: 5px 0
}

.sitemap li a,
.sitemap li a:active,
.sitemap li a:focus {
  color: #e4be70;
}

.sitemap li a:hover {
  color: #b33017;
  transition: 1s all;
}

.sitemap li a {
  padding: 15px 28px;
  background: url(../png/right_arrow-15.png) 10px 23px no-repeat;
  background-size: 11px;
  margin-right: 5px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.sitemap li:nth-child(odd) {
  background-color: #f2f2f2
}

.sitemap li:last-child:hover {
  border-bottom: none
}

.cont_add {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 35px;
}

.cont_add>h2 {
  font-size: 24px;
  color: #333;
  margin-top: 15px;
}

.cont_add>p {
  color: #636363;
  line-height: 24px;
  margin-bottom: 0px;
}

.cont_add>div>h2,
.cont_add>a>div>h2 {
  font-size: 24px;
  color: #333;
  margin-left: 15px;
  text-align: left;
}

.cont_add>div>p,
.cont_add>a>div>p {
  color: #636363;
  line-height: 24px;
  text-align: left;
  margin-left: 15px;
}

.cont_add:hover>a>div>h2 {
  color: #e31e25;
}

.cont_add:hover>a>div>p {
  color: #e31e25;
}

.cont_clippath {
  width: 600px;
  height: 380px;
  /*clip-path:polygon(96% 1%, 1% 15%, 68% 100%);*/
  background: #000;
  box-shadow: inset 5px 10px #888888;
}

.cont_clippath>iframe {
  width: 600px;
  height: 380px;
}

/* .ofc_time{margin-left: -18px;} */
/*------------------faq------------------------*/


.faq_bg {
  margin-top: 5px;
  position: relative;
  width: 100%;
}

.faq_bg>.common_head:before {
  top: 40px;
  left: 1px;
}

.faq li {
  padding: 14px 8px;
  box-shadow: 0px 0px 5px #b5b5b5;
  background-color: #fff;
  border-radius: 12px;
  margin: 8px 0px;
  display: inline-block;
  height: 58px;
  width: 100%;
}

/* .faq li.q  { float: left;} */
.faq-wid {
  margin-top: 10px;
  margin-bottom: 30px;
}

.faq li.q strong {
  padding-left: 10px;
  font-size: 16px;
  position: relative;
  top: 8px;
}

.faq li>.question {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #b33017;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  padding-top: 0px;
  line-height: 34px;
  float: left;
}

.faq li.a {
  background: #fff;
  display: none;
  color: #000;
  margin-bottom: 30px;
  box-shadow: none;
}

.ans_right {
  float: left;
  color: #990;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fde6dd;
  color: #333;
  text-align: center;
  font-size: 20px;
  padding-top: 0;
  line-height: 34px;
}

.ans_text {
  float: left;
  width: 85%;
}

.pd-spce {
  position: relative;
  top: 8px;
}

.faq_bg {
  margin-top: 5px;
  position: relative;
  width: 100%;
}

.faq_bg>.common_head:before {
  top: 40px;
  left: 1px;
}

.faq-local li {
  padding: 14px 8px;
  box-shadow: 0px 0px 5px #b5b5b5;
  background-color: #fff;
  border-radius: 12px;
  margin: 8px 0px;
  display: inline-block;
  height: 58px;
  width: 100%;
  font-weight: 500;
}

/* .faq li.q  { float: left;} */
.faq-wid {
  margin-top: 10px;
  margin-bottom: 30px;
}

.faq-local li.q strong {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: 8px;
}

.faq-local li>.question {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #b33017;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  padding-top: 0px;
  line-height: 34px;
  float: left;
}

.faq-local li.a {
  background: #fff;
  display: none;
  color: #000;
  margin-bottom: 30px;
  box-shadow: none;
}

.faq-local .ans_right {
  float: left;
  color: #990;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fde6dd;
  color: #333;
  text-align: center;
  font-size: 20px;
  padding-top: 0;
  line-height: 34px;
}

.faq-local .ans_text {
  float: left;
  width: 100%;
}

.faq-local li .ans_text span {
  font-size: 15px;
  font-weight: 500;
  float: left;
  width: 90%;
}

.faq-local li label {
  font-size: x-large;
  float: right;
  margin-bottom: 0px;
  margin-right: 0px;
}

.pd-spce {
  position: relative;
  top: 8px;
}


.test_monal_view {
  border: #ccc 1px solid;
  padding: 6px 67px;
  text-align: center;
  width: 30%;
  margin: 18px auto;
  display: block;
  color: #ccc;
  font-style: italic;
}

.test_monal_view:hover {
  text-decoration: none;
  color: #e31e25;
}

.auction-list {
  margin-bottom: 15px;
}

.auction-list .inner_commmon_heading {
  position: relative;
}

.auction-list .inner_commmon_heading:after {
  position: absolute;
  bottom: -11px;
  top: auto;
}

.pay_online {
  width: 100%;
  padding: 10px 0;
  margin: 15px 0 30px 0;
  background-color: #f2f2f2;
}

.pay_online a:first-child {
  width: 30%;
  float: left;
  background-color: #b33017;
  border: solid 1px transparent;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  margin: 5px 0 5px 15px;
}

.pay_online a:first-child:hover {
  background-color: #fff;
  color: #b33017;
  border: solid 1px #b33017;
}

.read_more_btn>a {
  color: #fff;
  font-size: 15px;
}

.read_more_btn>a:hover {
  color: #093;
  text-decoration: underline;
}

.inner-column p {
  margin-bottom: 5px;
}

.offer-price-discount {
  font-size: 12px !important;
  color: #333 !important;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 11px;
  display: inline-block !important;
}

.btn-whatsapp {
  padding: 0px 0px;
  text-align: center;
  position: relative;
  margin: 0px 0 0 10px;
}

.bar_wpp {
  border-radius: 5px 5px 0 0;
}

.bar_wpp a {
  display: inline-block;
  width: 100%;
}

.bar_wpp .icon_wpp {
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  left: -16px;
}

.bar_wpp .txt_wpp {
  text-align: center;
  background: linear-gradient(to bottom, #5ad066 0%, #239b2b 100%);
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-right: 0px;
  padding-left: 30px !important;
  z-index: 1;
  border-radius: 50px 10px 10px 50px;
  font-size: 20px;
  margin-top: 0px;
  border: #fff 3px solid;
  box-shadow: #ccc 1px 2px 2px 1px;
  width: 100%;
}

.bar_wpp a:hover {
  text-decoration: none !important;
}

.bar_wpp a:hover .txt_wpp {
  background: linear-gradient(to bottom, #239b2b 0%, #5ad066 100%);
}

.sub_country {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.inner_print_bg {
  margin: 10px 0px;
  font-size: 13px;
}

.inner_wish_bg {
  margin-bottom: 10px;
  float: left;
}

.team_box>.btn-whatsapp-stock-list {
  bottom: -12px;
  position: relative;
}

.btn-whatsapp-stock-list {
  position: relative;
  left: 0;
  right: 0;
  font-size: 16px;
}

.btn-whatsapp-stock-list>a {
  display: inline-block;
  width: 100%;
}

.btn-whatsapp-stock-list>a>label>strong {
  background: #69ad48;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 10px 0px 10px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  border-radius: 50%;
  width: 39px;
  height: 39px;
}

/*.btn-whatsapp-stock-list > a > strong > span {position:relative;top:39px;right:30px;}*/
.btn-whatsapp-stock-list>a>label {
  background: #0c8f0f;
  color: #fff;
  margin: 0px 0px;
  display: inline-block;
  padding: 0px 0px;
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  border-radius: 24px 10px 10px 24px;
  font-weight: normal !important;
  border: #ccc 1px solid;
  height: 41px;
}

.btn-whatsapp-stock-list:hover>a>label {
  background: #333;
  color: #fff;
}

/* .quote_det_btn{overflow:hidden;text-align:center;  transition:all .5s ease-in-out;width:auto; height:40px; position:relative; background:#e31e25; color:white;font-weight:400; border:none;font-size: 15px;outline:none; padding:5px 0px 8px 0;border-radius: 10px;display:block;margin:5px auto 0;} 
  .quote_det_btn:before{content:" ";display:block;width:200px;height:80px;background:rgba(255, 255, 255, .4);position:absolute;top:-10px;left:-200px;transform:rotate(-45deg);transition:all .5s ease-in-out; }
  .quote_det_btn:hover:before{margin-left:300%;}
  .quote_det_btn:hover {color: #fff; }  */

.quote_det_btn {
  width: 100%;
  background: var(--bs-site-color);
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 8px 0 8px 0px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
}

.quote_det_btn:hover {
  background: #333;
}


.detail_important {
  width: 100%;
}

.detail_imp_inner {
  margin-top: 10px;
}

.imp_frist {
  width: 30%;
  float: left;
}

.imp_second {
  width: 30%;
}

.list-header {
  background: #E8E8E8;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.list-header>div>div>span {
  display: none;
}

.list-detail {
  font-size: 13px;
}

.list-detail:hover {
  background: #F8F8F8;
}

.list-header>div,
.list-detail>div {
  width: 100%;
  display: table;
  border-top: 1px solid #CCCCCC;
}

.list-header>div>div,
.list-detail>div>div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 5px;
  line-height: 20px;
}

.list-header>div>div,
.list-detail>div>div {
  border-left: 1px solid #CCCCCC;
}

.list-header>div>div:last-child,
.list-detail>div>div:last-child {
  border-right: 1px solid #CCCCCC;
}

.list-detail>div>div>span {
  display: none;
}

.list-header>div>div>span {
  display: none;
}

.list-w1 {
  width: 5%;
}

.list-w3 {
  width: 18%;
}

.list-w2,
.list-w4,
.list-w5,
.list-w6,
.list-w7,
.list-w8,
.list-w9,
.list-w10,
.list-w11,
.list-w12,
.list-w13 {
  width: 7.23%;
}

.list-ww1,
.list-ww2,
.list-ww3,
.list-ww4,
.list-ww5,
.list-ww6,
.list-ww9,
.list-ww10 {
  width: 11%;
}

.list-ww7,
.list-ww8 {
  width: 6%;
}

.list-wp1,
.list-wp2,
.list-wp5 {
  width: 16%;
}

.list-wp3,
.list-wp4 {
  width: 26%;
}

/* IMPORT REGULATION  */
.sm {
  position: relative;
  display: inline-block;
  background: url('../png/tokyocarz_local_26_042024.png') 0 0 no-repeat;
}

.sm-toyoto {
  width: 41px;
  height: 27px;
  background-position: -4px 0;
  margin-right: 5px;
}

.sm-nisaan {
  width: 32px;
  height: 27px;
  background-position: -49px 0;
  margin-right: 5px;
}

.sm-honda {
  width: 32px;
  height: 27px;
  background-position: -87px -1px;
  margin-right: 5px;
}

.sm-suzuki {
  width: 25px;
  height: 26px;
  background-position: -124px -1px;
  margin-right: 5px;
}

.sm-mitsubishi {
  width: 30px;
  height: 26px;
  background-position: -153px -1px;
  margin-right: 5px;
}

.sm-lexus {
  width: 36px;
  height: 26px;
  background-position: -191px -1px;
  margin-right: 5px;
}

.sm-isuzu {
  width: 30px;
  height: 26px;
  background-position: -233px -2px;
  margin-right: 5px;
}

.sm-subaru {
  width: 43px;
  height: 26px;
  background-position: -269px -2px;
  margin-right: 5px;
}

.sm-daithsu {
  width: 41px;
  height: 26px;
  background-position: -319px -2px;
  margin-right: 5px;
}

.sm-mazda {
  width: 35px;
  height: 26px;
  background-position: -365px -2px;
  margin-right: 5px;
}

.sm-hino {
  width: 37px;
  height: 26px;
  background-position: -405px -2px;
  margin-right: 5px;
}

.sm-bmw {
  width: 26px;
  height: 26px;
  background-position: -451px -5px;
  margin-right: 5px;
}

.sm-volkswagen {
  width: 26px;
  height: 26px;
  background-position: -481px -5px;
  margin-right: 5px;
}

.sm-mercedes {
  width: 25px;
  height: 26px;
  background-position: -517px -5px;
  margin-right: 5px;
}

.sm-audi {
  width: 49px;
  height: 20px;
  background-position: -5px -39px;
  top: 3px;
  margin-right: 5px;
}

.sm-land-rover {
  width: 49px;
  height: 26px;
  background-position: -62px -35px;
  margin-right: 5px;
}

.sm-porsche {
  width: 21px;
  height: 26px;
  background-position: -119px -36px;
  margin-right: 5px;
}

.sm-ferrari {
  width: 21px;
  height: 26px;
  background-position: -146px -36px;
  margin-right: 5px;
}

.sm-flat {
  width: 25px;
  height: 26px;
  background-position: -173px -36px;
  margin-right: 5px;
}

.sm-stock-car {
  background-position: -5px -80px;
  width: 53px;
  height: 40px;
  top: 15px;
}

.sm-happy-customer {
  background-position: -69px -80px;
  width: 39px;
  height: 40px;
  top: 16px;
}

.sm-oneprice {
  background-position: -117px -74px;
  width: 45px;
  height: 44px;
  top: 17px;
}

.sm-customer-support {
  background-position: -171px -74px;
  width: 38px;
  height: 44px;
  top: 15px;
}

.sm-youtube {
  background-position: -229px -66px;
  width: 82px;
  height: 60px;
  top: 13px;
  left: 2px;
}

.sm-uk {
  background-position: -5px -134px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-germany {
  background-position: -143px -134px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-finland {
  background-position: -278px -134px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-usa {
  background-position: -413px -134px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-poland {
  background-position: -5px -250px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-china {
  background-position: -144px -370px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-mongolia {
  background-position: -430px -373px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-russia {
  background-position: -151px -483px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-turkey {
  background-position: -7px -576px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-uae {
  background-position: -153px -576px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-pakistan {
  background-position: -297px -577px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-india {
  background-position: -445px -575px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-bangladesh {
  background-position: -151px -672px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-france {
  background-position: -288px -371px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-portugal {
  background-position: -10px -484px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-spain {
  background-position: -288px -483px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-sweden {
  background-position: -430px -483px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-italy {
  background-position: -9px -671px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-tanzania {
  background-position: -303px -672px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-aus {
  background-position: -146px -250px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-caribean {
  background-position: -280px -250px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-new-zealand {
  background-position: -414px -250px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-canada {
  background-position: -5px -372px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-lithuania {
  background-position: -446px -669px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-czech {
  background-position: -8px -765px;
  width: 123px;
  height: 75px;
  top: -2px;
}

.sm-calendar {
  width: 16px;
  height: 16px;
  background-position: -264px -39px;
  margin-right: 5px;
  top: 4px;
  left: 5px;
}

/* .fa___md{background: url("../images/sprite-top-new-2.png") 0 0 no-repeat;position: relative;display:inline-block} */

.fa-right {
  background-position: -232px -12px;
  width: 30px;
  height: 12px;
  margin-right: 10px;
}

.sub-heading-list {
  padding: 5px 0px;
  color: #214277;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.sub-heading-list:before {
  content: "";
  position: absolute;
  width: 8%;
  height: 4px;
  background: #214277;
  top: auto;
  bottom: -2px;
  border-radius: 8px 0px 8px 0px;
  text-align: center;
}

.technical-requirement {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: url('../jpg/country-auction.jpg') 0 0 no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
  margin-bottom: 20px;
}

.tokyo_technical {
  width: 100%;
  display: inline-block;
  background-color: #ffffffe0;
  border-radius: 4px;
  padding: 20px 0px;
}

.tokyo_technical .page-heading {
  margin-bottom: 10px;
  font-size: 35px;
}

.tokyo_technical p {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.tokyo_technical h4 {
  margin: 20px 0;
  font-size: 20px;
  color: #214277;
}

.tokyo_technical ul {
  width: 100%;
  padding: 0 4%;
  display: inline-block;
}

.tokyo_technical ul li {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.tokyo_technical ul li:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: -4px;
  top: 10px;
}

.tokyo_technical>ul>li>ul {
  padding: 0 2%;
}

.tokyo_technical>ul>li>ul>li {
  width: 100%;
  text-align: left
}

.tokyo_technical>ul>li>ul>li:before {
  content: "*";
  width: auto;
  font-size: 20px;
  height: 0;
  top: -2px;
  left: 4px;
}

.tokyo_technical>ul>li>p,
.tokyo_technical>ul>li>ul>li>p {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.import-regulation {
  width: 100%;
  display: inline-block
}

.import-regulation h2 {
  color: #fff;
  font-size: 22px;
}

.flag-import {
  width: 25%;
  float: left;
  margin: auto;
  text-align: center;
  margin-top: 15px;
}

.flag-import a {
  width: 123px;
  display: inline-block;
  box-shadow: 0 0 5px #000000;
  border-radius: 7px;
  background-color: #fff;
}

.flag-import a:hover>p {
  color: #fc1414;
}

.flag-import a p {
  width: 123px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #011183;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  margin: 0;
  position: relative;
  top: -3px;
  text-transform: uppercase;
}

/*==========__________ LOCAL_PAGES CSS ____________==================*/



.country-column .image-column {
  position: relative;
  margin-bottom: 30px;
}

.country-column .image-column .inner-column {
  position: relative;
}

.country-column .image-column .country-image {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}

.country-column .image-column .country-image img {
  position: relative;
  width: 100%;
  display: block;
}

.country-column .content-column {
  position: relative;
  margin-bottom: 30px;
}

.country-column .content-column .inner-column {
  position: relative;
  margin-left: -140px;
  padding: 30px 45px;
  border-radius: 15px;
  margin-top: -45px;
  background-color: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.country-column .content-column h2 {
  position: relative;
  color: #214277;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 13%;
}

.country-column .content-column .inner-column p {
  position: relative;
  color: #636363;
  font-size: 16px;
  line-height: 1.7em;
}



.technical-requirement {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: url('../jpg/country-auction.jpg') 0 0 no-repeat;
  background-position: center center;
  background-size: cover;
}

.tokyo_technical {
  width: 100%;
  display: inline-block;
  background-color: #ffffffe0;
  border-radius: 4px;
}

.tokyo_technical .page-heading {
  margin-bottom: 10px;
  font-size: 35px;
}

.tokyo_technical p {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.tokyo_technical h4 {
  margin: 20px 0;
  font-size: 20px;
  color: #214277;
}

.tokyo_technical ul {
  width: 100%;
  padding: 0 4%;
  display: inline-block;
}

.tokyo_technical ul li {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.tokyo_technical ul li:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: -4px;
  top: 10px;
}

.tokyo_technical>ul>li>ul {
  padding: 0 2%;
}

.tokyo_technical>ul>li>ul>li {
  width: 100%;
  text-align: left
}

.tokyo_technical>ul>li>ul>li:before {
  content: "*";
  width: auto;
  font-size: 20px;
  height: 0;
  top: -2px;
  left: 4px;
}

.tokyo_technical>ul>li>p,
.tokyo_technical>ul>li>ul>li>p {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.country-calculation {
  position: relative;
  width: 100%;
  display: inline-block;
}

.country-calculation .page-heading {
  margin-bottom: 10px;
  font-size: 35px;
}

.country-calculation p {
  width: 100%;
  text-align: center;
}

.calculation-example {
  padding: 20px;
  background-color: #F3F6F9;
}

.calculation-example .tokyo_technical {
  background-color: transparent;
}



.other-costs .tokyo_technical h4 {
  margin-bottom: 10px;
}

.other-costs .tokyo_technical p {
  width: 100%;
}

.country-calculation {
  position: relative;
  width: 100%;
  display: inline-block;
}

.country-calculation .page-heading {
  margin-bottom: 10px;
  font-size: 35px;
}

.country-calculation p {
  width: 100%;
  text-align: center;
}

.calculation-example {
  padding: 20px;
  background-color: #F3F6F9;
}

.calculation-example .tokyo_technical {
  background-color: transparent;
}

.page-heading {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

/* IMPORT REGULATION END HERE */


/********************************FREIGHT DETAILS**************************/
.table-subtotal-price,
.table-total-price {
  text-align: center;
  white-space: nowrap
}

.table-total-price {
  font-weight: 500;
  border-right: #ccc 1px solid;
}

.destination-selected {
  color: red
}

.freight-table-dtl {
  width: 100%;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  background: #fff;
}

.freight-table-dtl thead tr th {
  text-align: center;
  padding: 5px 0px;
  font-size: 11px;
  border: 1px solid #bfbfbf;
}

.freight-table-dtl thead tr th label {
  margin: 0px;
}

.freight-table-dtl .th-arrival-port {
  border-left: none
}

.freight-table-dtl .th-delivery-price {
  padding: 0 7px;
  padding-right: 18px;
  position: relative;
  text-align: center
}

.freight-table-dtl .th-vanning-fee {
  text-align: center;
  position: relative;
  width: 56px
}

.freight-table-dtl .th-vanning-fee span {
  font-weight: 500
}

.freight-table-dtl .th-total-price {
  width: 16%
}

.freight-table-dtl .service-details-cell img {
  margin: 0 2px 0 0;
  vertical-align: top
}

.freight-table-dtl .gray-cell {
  background: #f2f2f2
}

.freight-table-dtl tbody th {
  padding: 4px 0 4px 8px;
  border-bottom: solid 1px #bfbfbf;
  border-right: 1px solid #bfbfbf;
  font-size: 90%;
  padding: 4px 3px;
}

.freight-table-dtl tbody td {
  padding: 4px;
  border-left: dotted 1px #bfbfbf;
  border-bottom: dotted 1px #bfbfbf
}

.freight-table-dtl tbody tr:nth-child(even) td {
  background: #f2f2f2
}

.freight-table-dtl td label {
  font-size: 90%;
  white-space: nowrap;
  margin: 0px;
}

.freight-table-dtl td label:hover {
  cursor: pointer;
  color: #008CCE
}

.freight-table-dtl td input {
  margin: 0px;
  vertical-align: middle
}

.freight_add {
  margin-top: 15px;
}

.freight_add>h3 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: Medium;
  font-weight: 500;
}

.total-price-discount-area {
  font-size: 14px;
  font-weight: 400;
  text-align: right
}

.total-price-discount-area strong {
  color: #e31e25;
  font-size: 22px;
}

.service-legend-list li {
  margin: 0 0 4px;
  font-size: 12px
}

.service-legend-list img {
  margin: 0 4px 0 0;
  vertical-align: top
}

.shpsch_img {
  position: relative;
  min-height: 222px;
}

.shpsch_img>img {
  position: absolute;
  max-height: 222px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border: 1px solid #CCCCCC;
}

.shpsch_img>iframe {
  height: 222px;
  border: 1px solid #CCCCCC;
}

.background-color {
  background-color: #e4e0e1 !important;
}

/*==========____________ TESTIMONIAL DESIGN ____________==========*/
.testimonial {
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0;
}

.testimonial-main-image {
  position: relative;
  /*min-height: 300px;*/
}

.testimonial-main-image>a>img {
  /*position: absolute;*/
  max-height: 274px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.testimonial-part {
  width: 100%;
  position: relative;
  box-shadow: 0px 3px 10px #cccccc;
}

.testimonial-part .testimonial-content-main {
  margin: 4px 0 0px;
  padding-right: 15px;
}

h3.testimonial-title {
  border-bottom: solid 1px #e31e25;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-size: 22px;
}

.testimonial-part .testimonial-image {
  width: 20%;
  height: auto;
  float: left;
  display: inline-block;
}

.testimonial-part .testimonial-image a {
  width: 100%;
  display: inline-block;
}

.testimonial-part .testimonial-image a img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.testimonial-part .testimonial-description {
  margin: 4px 0;
  line-height: 27px;
  position: relative;
}

.testimonial-part .testimonial-description p {
  margin-bottom: 0px;
}

.testimonial-name {
  margin-bottom: 10px;
}

.testimonial-name p {
  font-size: 18px;
  color: #333;
  margin-bottom: 2px;
}

.testimonial-name>p>span,
.client_detail>span,
.cbs-left>h2>span {
  display: inline-flex;
  border-radius: 15px;
  color: #e31e25;
  font-weight: 400;
  font-size: 13px;
  padding: 6px 10px 2px;
  margin-left: 5px;
  position: relative;
  border: #e31e25 1px solid;

}

.testimonial-part .rating {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #f8901d;
  margin-top: 6px;
  margin-bottom: 0px;
}

.rating>span {
  display: inline-block;
  position: relative;
}

.rating>span:before {
  content: "\2605";
  font-size: 20px;
  line-height: 20px;
  color: #999999;
}

.rating>span.active:before {
  color: orange;
}

.testimonial-review a {
  color: #0d9117;
}

.testimonial-review a:hover {
  color: #333;
}

.second_menu {
  padding: 0px;
}

.second_menu ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.second_menu ul li {
  border-right: 1px solid #CCC;
  width: 14%;
  text-align: center;
  background: #F5F5F5;
  color: #FFF;
  margin-right: 0px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  float: left;
}

.second_menu ul li:first-child {
  background: #333333;
}

.second_menu ul li:first-child a {
  color: #FFFFFF !important;
}

.second_menu ul li:first-child:hover,
.second_menu ul li:first-child a:hover {
  background: #333333;
  cursor: default;
}

.second_menu ul li:last-child {
  border-right: none;
}

.second_menu ul li a {
  color: #333333 !important;
  padding: 4px 0px;
  display: block;
  font-size: 14px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.second_menu ul li:hover,
.second_menu li a:hover,
.second_menu li a:focus,
.second_menu li a.active {
  background: #CCCCCC;
  color: #000000;
  font-weight: normal;
}

#second_menuac {
  background: #D52308;
}

.second_menuhead {
  background: #D52308;
  color: #FFF;
  border-radius: 5px;
}

.second_menuhead button {
  color: #FFF;
  border-color: #FFF;
}

.myaccount_header {
  background: #F5F5F5;
  box-shadow: 0px 2px 6px #CCCCCC;
}

.reset_btn {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #333;
  color: #e31e25;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 5px;
}

.reset_btn:hover {
  border-bottom: 1px solid #e31e25;
  color: #333;
}

.reset_btn_fav {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #333;
  color: #e31e25;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 5px;
}

.reset_btn_fav:hover {
  border-bottom: 1px solid #e31e25;
  color: #333;
}

.select_clear {
  background: #FFF;
  border: none;
  padding: 0px;
  font-size: 14px;
  color: #333;
}

.why_chs:hover>div>span.fa-wc-cars-impo {
  background-position: -3px -79px;
}

.why_chs:hover>div>span.fa-wc-premium {
  background-position: -81px -84px;
}

.why_chs:hover>div>span.fa-wc-strong {
  background-position: -142px -82px;
}

.why_chs {
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px #bfbfbf91;
  text-align: center;
  min-height: 250px;
  margin-bottom: 80px;
}

.why_chs:hover {
  background: #f9f9f9;
}

.why_chs>div.wc_icon {
  width: 110px;
  border: 2px solid #ccc;
  border-radius: 50%;
  padding: 28px 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  margin: 0 auto;
  margin-top: 0;
  height: 110px;
  margin-top: -70px;
  background: #fff;
}

.why_chs>div>h2 {
  margin: 40px 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}

.why_chs>div>div {
  font-size: 14px;
  line-height: 22px;
  color: #636363;
}

.why_chs:hover>div.wc_icon {
  border: 2px solid #e31e25;
}

.why_ulli {
  list-style: circle;
  padding-left: 20px;
}

.why_ulli>li {
  margin-bottom: 10px
}

.why_chs:hover>div.wc_icon {
  animation: 0.5s ease 0s 1 normal none running scaleDisappear;
  background-color: #ffffff;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  box-shadow: #e31e25 -1px 4px 20px -10px;
}


.fa-wc {
  background: url(../png/sprite-why-choose.png) 0 0 no-repeat;
  display: block;
  position: relative;
}

.fa-wc-assistant-personal {
  width: 68px;
  height: 64px;
  background-position: -3px -86px;
  top: -3px;
}

.fa-wc-commission-lowest {
  width: 60px;
  height: 71px;
  background-position: -78px -2px;
  top: -8px;
}

.fa-wc-selection-used-cars {
  width: 63px;
  height: 62px;
  background-position: -161px -91px;
  top: -2px;
}

.fa-wc-inter-shipping {
  width: 76px;
  height: 64px;
  background-position: -230px -6px;
  top: -7px;
}


.news_image {
  width: 30%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}

.news_list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.news_list_img {
  width: 15%;
  float: left;
  margin-right: 1%;
}

.news_nav {
  text-align: right;
}

.news_nav>li {
  display: inline-block;
  margin-right: 10px;
}

.news_nav>li>a {
  background: #e8e8e8;
  color: #000;
  display: inline-block;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.news_nav>li>a:hover {
  background: #0877c6;
  color: #fff;
}

.news_nav>li:last-child:after {
  margin-right: 0;
}

.bank_logo {
  width: 223px;
  margin-bottom: -52px;
}


.fg {
  background: url(../png/sprite-flag-new.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.fg-angola {
  background-position: -1px -1px;
  width: 16px;
  height: 12px;
}

.fg-botswana {
  background-position: -19px -1px;
  width: 16px;
  height: 12px;
}

.fg-benin {
  background-position: -37px -1px;
  width: 16px;
  height: 12px;
}

.fg-burundi {
  background-position: -55px -1px;
  width: 16px;
  height: 12px;
}

.fg-burkina-faso {
  background-position: -73px -1px;
  width: 16px;
  height: 12px;
}

.fg-cote-divoire {
  background-position: -91px -1px;
  width: 16px;
  height: 12px;
}

.fg-comoros {
  background-position: -109px -1px;
  width: 16px;
  height: 12px;
}

.fg-dr-congo {
  background-position: -127px -1px;
  width: 16px;
  height: 12px;
}

.fg-egypt {
  background-position: -145px -1px;
  width: 16px;
  height: 12px;
}

.fg-ethiopia {
  background-position: -163px -1px;
  width: 16px;
  height: 12px;
}

.fg-gabon {
  background-position: -179px -1px;
  width: 16px;
  height: 12px;
}

.fg-ghana {
  background-position: -199px -1px;
  width: 16px;
  height: 12px;
}

.fg-gambia {
  background-position: -217px -1px;
  width: 16px;
  height: 12px;
}

.fg-guinea {
  background-position: -235px -1px;
  width: 16px;
  height: 12px;
}

.fg-kenya {
  background-position: -253px -1px;
  width: 16px;
  height: 12px;
}

.fg-liberia {
  background-position: -271px -1px;
  width: 16px;
  height: 12px;
}

.fg-libya {
  background-position: -289px -1px;
  width: 16px;
  height: 12px;
}

.fg-lesotho {
  background-position: -307px -1px;
  width: 16px;
  height: 12px;
}

.fg-madagascar {
  background-position: -330px -1px;
  width: 16px;
  height: 12px;
}

.fg-malawi {
  background-position: -347px -1px;
  width: 16px;
  height: 12px;
}

.fg-mali {
  background-position: -365px -1px;
  width: 16px;
  height: 12px;
}

.fg-mauritius {
  background-position: -383px -1px;
  width: 16px;
  height: 12px;
}

.fg-mauritania {
  background-position: -401px -1px;
  width: 16px;
  height: 12px;
}

.fg-mozambique {
  background-position: -419px -1px;
  width: 16px;
  height: 12px;
}

.fg-namibia {
  background-position: -437px -1px;
  width: 16px;
  height: 12px;
}

.fg-niger {
  background-position: -455px -1px;
  width: 16px;
  height: 12px;
}

.fg-nigeria {
  background-position: -473px -1px;
  width: 16px;
  height: 12px;
}

.fg-rwanda {
  background-position: -1px -16px;
  width: 16px;
  height: 12px;
}

.fg-senegal {
  background-position: -19px -16px;
  width: 16px;
  height: 12px;
}

.fg-sierra-leone {
  background-position: -37px -16px;
  width: 16px;
  height: 12px;
}

.fg-st-helena {
  background-position: -56px -16px;
  width: 16px;
  height: 12px;
}

.fg-somalia {
  background-position: -73px -16px;
  width: 16px;
  height: 12px;
}

.fg-seychelles {
  background-position: -91px -16px;
  width: 16px;
  height: 12px;
}

.fg-south-africa {
  background-position: -109px -16px;
  width: 16px;
  height: 12px;
}

.fg-sudan {
  background-position: -127px -16px;
  width: 16px;
  height: 12px;
}

.fg-swaziland {
  background-position: -145px -16px;
  width: 16px;
  height: 12px;
}

.fg-south-sudan {
  background-position: -163px -16px;
  width: 16px;
  height: 12px;
}

.fg-tanzania {
  background-position: -181px -16px;
  width: 16px;
  height: 12px;
}

.fg-togo {
  background-position: -199px -16px;
  width: 16px;
  height: 12px;
}

.fg-uganda {
  background-position: -218px -16px;
  width: 16px;
  height: 12px;
}

.fg-zambia {
  background-position: -235px -16px;
  width: 16px;
  height: 12px;
}

.fg-zimbabwe {
  background-position: -254px -16px;
  width: 16px;
  height: 12px;
}

.fg-afghanistan {
  background-position: -271px -16px;
  width: 16px;
  height: 12px;
}

.fg-australia {
  background-position: -289px -16px;
  width: 16px;
  height: 12px;
}

.fg-bangladesh {
  background-position: -307px -16px;
  width: 16px;
  height: 12px;
}

.fg-bhutan {
  background-position: -326px -16px;
  width: 16px;
  height: 12px;
}

.fg-brunei {
  background-position: -343px -16px;
  width: 16px;
  height: 12px;
}

.fg-china {
  background-position: -361px -16px;
  width: 16px;
  height: 12px;
}

.fg-cook-islands {
  background-position: -380px -16px;
  width: 16px;
  height: 12px;
}

.fg-east-timor {
  background-position: -397px -16px;
  width: 16px;
  height: 12px;
}

.fg-fiji {
  background-position: -415px -16px;
  width: 16px;
  height: 12px;
}

.fg-french-polynesia {
  background-position: -433px -16px;
  width: 16px;
  height: 12px;
}

.fg-guam {
  background-position: -451px -16px;
  width: 16px;
  height: 12px;
}

.fg-hong-kong {
  background-position: -469px -16px;
  width: 16px;
  height: 12px;
}

.fg-india {
  background-position: -2px -30px;
  width: 16px;
  height: 12px;
}

.fg-indonesia {
  background-position: -19px -30px;
  width: 16px;
  height: 12px;
}

.fg-kiribati {
  background-position: -37px -30px;
  width: 16px;
  height: 12px;
}

.fg-kyrgyzstan {
  background-position: -55px -30px;
  width: 16px;
  height: 12px;
}

.fg-laos {
  background-position: -73px -30px;
  width: 16px;
  height: 12px;
}

.fg-macau {
  background-position: -91px -30px;
  width: 16px;
  height: 12px;
}

.fg-maldives {
  background-position: -109px -30px;
  width: 16px;
  height: 12px;
}

.fg-micronesia {
  background-position: -127px -30px;
  width: 16px;
  height: 12px;
}

.fg-malaysia {
  background-position: -145px -30px;
  width: 16px;
  height: 12px;
}

.fg-myanmar {
  background-position: -164px -30px;
  width: 16px;
  height: 12px;
}

.fg-mongolia {
  background-position: -182px -30px;
  width: 16px;
  height: 12px;
}

.fg-new-zealand {
  background-position: -201px -30px;
  width: 16px;
  height: 12px;
}

.fg-new-zealand {
  background-position: -201px -30px;
  width: 16px;
  height: 12px;
}

.fg-new-caledonia {
  background-position: -219px -30px;
  width: 16px;
  height: 12px;
}

.fg-nauru {
  background-position: -237px -30px;
  width: 16px;
  height: 12px;
}

.fg-pakistan {
  background-position: -258px -30px;
  width: 16px;
  height: 12px;
}

.fg-palau {
  background-position: -274px -30px;
  width: 16px;
  height: 12px;
}

.fg-png {
  background-position: -292px -30px;
  width: 16px;
  height: 12px;
}

.fg-philippines {
  background-position: -311px -30px;
  width: 16px;
  height: 12px;
}

.fg-singapore {
  background-position: -330px -30px;
  width: 16px;
  height: 12px;
}

.fg-solomon-islands {
  background-position: -348px -30px;
  width: 16px;
  height: 12px;
}

.fg-samoa {
  background-position: -366px -30px;
  width: 16px;
  height: 12px;
}

.fg-south-korea {
  background-position: -388px -30px;
  width: 16px;
  height: 12px;
}

.fg-sri-lanka {
  background-position: -408px -30px;
  width: 16px;
  height: 12px;
}

.fg-taiwan {
  background-position: -426px -30px;
  width: 16px;
  height: 12px;
}

.fg-tokelau-island {
  background-position: -444px -30px;
  width: 16px;
  height: 12px;
}

.fg-tonga {
  background-position: -463px -30px;
  width: 16px;
  height: 12px;
}

.fg-thailand {
  background-position: -2px -47px;
  width: 16px;
  height: 12px;
}

.fg-vietnam {
  background-position: -19px -47px;
  width: 16px;
  height: 12px;
}

.fg-vanuatu {
  background-position: -37px -47px;
  width: 16px;
  height: 12px;
}

.fg-argentina {
  background-position: -56px -47px;
  width: 16px;
  height: 12px;
}

.fg-antigua-barbuda,
.fg-antigua-and-barbuda {
  background-position: -73px -47px;
  width: 16px;
  height: 12px;
}

.fg-bahamas {
  background-position: -91px -47px;
  width: 16px;
  height: 12px;
}

.fg-bolivia {
  background-position: -109px -47px;
  width: 16px;
  height: 12px;
}

.fg-bermuda {
  background-position: -127px -47px;
  width: 16px;
  height: 12px;
}

.fg-british-virgin-islands {
  background-position: -145px -47px;
  width: 16px;
  height: 12px;
}

.fg-brazil {
  background-position: -163px -47px;
  width: 16px;
  height: 12px;
}

.fg-chile {
  background-position: -181px -47px;
  width: 16px;
  height: 12px;
}

.fg-cayman-islands {
  background-position: -200px -47px;
  width: 16px;
  height: 12px;
}

.fg-colombia {
  background-position: -217px -47px;
  width: 16px;
  height: 12px;
}

.fg-costa-rica {
  background-position: -236px -47px;
  width: 16px;
  height: 12px;
}

.fg-dominica {
  background-position: -254px -47px;
  width: 16px;
  height: 12px;
}

.fg-dominican-republic {
  background-position: -272px -47px;
  width: 16px;
  height: 12px;
}

.fg-falkland-islands {
  background-position: -290px -47px;
  width: 16px;
  height: 12px;
}

.fg-grenada {
  background-position: -308px -47px;
  width: 16px;
  height: 12px;
}

.fg-guatemala {
  background-position: -326px -47px;
  width: 16px;
  height: 12px;
}

.fg-guyana {
  background-position: -344px -47px;
  width: 16px;
  height: 12px;
}

.fg-haiti {
  background-position: -362px -47px;
  width: 16px;
  height: 12px;
}

.fg-jamaica {
  background-position: -380px -47px;
  width: 16px;
  height: 12px;
}

.fg-panama {
  background-position: -398px -47px;
  width: 16px;
  height: 12px;
}

.fg-peru {
  background-position: -417px -47px;
  width: 16px;
  height: 12px;
}

.fg-puerto-rico {
  background-position: -435px -47px;
  width: 16px;
  height: 12px;
}

.fg-paraguay {
  background-position: -455px -47px;
  width: 16px;
  height: 12px;
}

.fg-suriname {
  background-position: -473px -47px;
  width: 16px;
  height: 12px;
}

.fg-st-vincent {
  background-position: -1px -62px;
  width: 16px;
  height: 12px;
}

.fg-trinidad-tobago,
.fg-trinidad-and-tobago {
  background-position: -18px -62px;
  width: 16px;
  height: 12px;
}

.fg-turks-caicos {
  background-position: -36px -62px;
  width: 16px;
  height: 12px;
}

.fg-armenia {
  background-position: -54px -62px;
  width: 16px;
  height: 12px;
}

.fg-bahrain {
  background-position: -72px -62px;
  width: 16px;
  height: 12px;
}

.fg-georgia {
  background-position: -90px -62px;
  width: 16px;
  height: 12px;
}

.fg-iran {
  background-position: -108px -62px;
  width: 16px;
  height: 12px;
}

.fg-iraq {
  background-position: -126px -62px;
  width: 16px;
  height: 12px;
}

.fg-jordan {
  background-position: -144px -62px;
  width: 16px;
  height: 12px;
}

.fg-kazakhstan {
  background-position: -162px -62px;
  width: 16px;
  height: 12px;
}

.fg-oman {
  background-position: -181px -62px;
  width: 16px;
  height: 12px;
}

.fg-qatar {
  background-position: -199px -62px;
  width: 16px;
  height: 12px;
}

.fg-saudi-arabia {
  background-position: -217px -62px;
  width: 16px;
  height: 12px;
}

.fg-turkey {
  background-position: -235px -62px;
  width: 16px;
  height: 12px;
}

.fg-uae {
  background-position: -253px -62px;
  width: 16px;
  height: 12px;
}

.fg-austria {
  background-position: -271px -62px;
  width: 16px;
  height: 12px;
}

.fg-belgium {
  background-position: -289px -62px;
  width: 16px;
  height: 12px;
}

.fg-belarus {
  background-position: -307px -62px;
  width: 16px;
  height: 12px;
}

.fg-bulgaria {
  background-position: -325px -62px;
  width: 16px;
  height: 12px;
}

.fg-cyprus {
  background-position: -345px -62px;
  width: 16px;
  height: 12px;
}

.fg-czech-republic {
  background-position: -361px -62px;
  width: 16px;
  height: 12px;
}

.fg-denmark {
  background-position: -381px -62px;
  width: 16px;
  height: 12px;
}

.fg-estonia {
  background-position: -399px -62px;
  width: 16px;
  height: 12px;
}

.fg-france {
  background-position: -417px -62px;
  width: 16px;
  height: 12px;
}

.fg-finland {
  background-position: -436px -62px;
  width: 16px;
  height: 12px;
}

.fg-germany {
  background-position: -454px -62px;
  width: 16px;
  height: 12px;
}

.fg-ireland {
  background-position: -473px -62px;
  width: 16px;
  height: 12px;
}

.fg-italy {
  background-position: -1px -76px;
  width: 16px;
  height: 12px;
}

.fg-latvia {
  background-position: -18px -76px;
  width: 16px;
  height: 12px;
}

.fg-lithuania {
  background-position: -36px -76px;
  width: 16px;
  height: 12px;
}

.fg-malta {
  background-position: -53px -76px;
  width: 16px;
  height: 12px;
}

.fg-moldova {
  background-position: -71px -76px;
  width: 16px;
  height: 12px;
}

.fg-norway {
  background-position: -90px -76px;
  width: 16px;
  height: 12px;
}

.fg-netherlands {
  background-position: -108px -76px;
  width: 16px;
  height: 12px;
}

.fg-poland {
  background-position: -126px -76px;
  width: 16px;
  height: 12px;
}

.fg-romania {
  background-position: -144px -76px;
  width: 16px;
  height: 12px;
}

.fg-russia {
  background-position: -162px -76px;
  width: 16px;
  height: 12px;
}

.fg-spain {
  background-position: -180px -76px;
  width: 16px;
  height: 12px;
}

.fg-slovenia {
  background-position: -198px -76px;
  width: 16px;
  height: 12px;
}

.fg-sweden {
  background-position: -216px -76px;
  width: 16px;
  height: 12px;
}

.fg-switzerland {
  background-position: -235px -76px;
  width: 16px;
  height: 12px;
}

.fg-turkey {
  background-position: -235px -62px;
  width: 16px;
  height: 12px;
}

.fg-united-kingdom {
  background-position: -255px -76px;
  width: 16px;
  height: 12px;
}

.fg-canada {
  background-position: -271px -76px;
  width: 16px;
  height: 12px;
}

.fg-united-states {
  background-position: -289px -76px;
  width: 16px;
  height: 12px;
}

.fg-united-states-of-america {
  background-position: -289px -76px;
  width: 16px;
  height: 12px;
}

.fg-papua-new-guinea {
  background-position: -169px -106px;
  width: 16px;
  height: 12px;
}

.permission_text {
  width: 100%;
  text-align: center;
  position: relative;
}

.permission_text p {
  font-size: 20px;
  margin-bottom: 2rem;
  color: #000;
}

.permission_text ul li {
  margin-right: 8%;
  display: inline-block;
  font-size: 20px;
}

.permission_text ul li:last-child {
  margin-right: 0
}

.fixedMenu .main_menu>div>div>div>.logo {
  position: initial;
  padding: 0;
  box-shadow: none;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.select_new {
  width: 33%;
  display: inline-block;
}

.trans2 {
  font-size: 7pt;
  border: #FF0000 0px solid;
  background-color: transparent;
}

.com_myacc_box {
  margin-bottom: 20px;
  border: 1px dashed #e31e25;
  background: #f7f7f7;
  padding: 10px;
  font-size: 14px;
}

.btn-default-gray {
  color: #fff;
  background-color: #333;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #333;
  transition: all .5s linear;
}

.whatsapp_live_chat {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  right: -26px;
  height: 65px;
  width: 65px;
  z-index: 99999;
  top: 400px;
  color: #222;
  text-align: center;
  margin: 20px;
  border-radius: 10%;
}

/*---about-us----*/

.abt {
  background: url(../png/sprites-about.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.abt-globe {
  background-position: -35px -39px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-location {
  background-position: -83px -6px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-whatsapp {
  background-position: -33px -75px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-telephone {
  background-position: -132px -2px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-fax {
  background-position: -35px -3px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-user {
  background-position: -145px -73px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-watch {
  background-position: -330px -38px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-calender {
  background-position: -332px -153px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-id {
  background-position: -92px -111px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-build {
  background-position: -32px -111px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-language {
  background-position: -97px -40px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.abt-member {
  background-position: -101px -152px;
  width: 28px;
  height: 28px;
  top: 4px;
}

.text-title {
  color: #0f4b90;
  font-size: 21px;
  padding-bottom: 10px;
}

.list-group {
  margin-bottom: 40px;
}


.list-group .list-group-item {
  border-radius: 0;
  padding: 1px;
  display: table;
  width: 100%;
}

.list-group .list-group-item .block-left {
  display: table-cell;
  width: 18%;
  padding: 12px;
  background-color: #f0f0f0;
  color: #343434;
  vertical-align: middle;
}

.top-vertical {
  background-color: #f0f0f0;
  vertical-align: middle;
  padding-right: 15px;
  border: 1px solid #fff;
}

.list-group .list-group-item .block-right {
  display: table-cell;
  width: 71%;
  padding: 10px 15px;
  color: #666;
}

.list-group .list-group-item .block-right>p {
  margin: 0px;
}

.ab-bnks {
  position: relative;
  top: -5px;
  font-size: 14px;
}

.block-left img {
  margin-right: 5px;
}

.test_mon_main {
  width: 70% !important;
  float: left !important;
}

.test_mon_ved {
  display: inline-block;
  width: 30% !important;
  z-index: 999;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}




table {
  border-collapse: collapse;
  background-color: transparent;
  border-spacing: 0;
}

.mobile-about tr {
  border: 1px solid #e0e0e0;
}

.mobile-about .top-vertical {
  background-color: #f0f0f0;
  vertical-align: top;
  padding-right: 15px;
  border: 1px solid #fff;
}

.mobile-about .small-title {
  color: #222;
  font-size: 14px;
}

.mobile-about .top-vertical {
  padding: 10px;
  padding-right: 10px;
}

.mobile-about .small-title {
  color: #222;
  font-size: 14px;
}

.mobile-about .content-right {
  padding: 10px;
}





.ab_detail {
  width: 100%;
}

.ab_detail>.ab_icon {
  width: 100%;
  float: left;
  background: #cf4141;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 2px 0px #ccc;
  padding: 0px 4px 0px 8px;
  margin-right: 22px;
  margin-bottom: 30px;
  border-radius: 20px 20PX 20px 20px;
}

.ab_detail>.ab_icon:nth-child(6n) {
  margin-right: 0px;
}

.ab_detail>.ab_icon h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  color: #e31e25;
  padding-bottom: 5px;
}

/* .ab_detail>.ab_icon>.ab_oval {width:60px;height:60px;background:#fdd7c9;border-radius:20%;margin:8px 0 10px 0;float:left;text-align:center;} */

.ab_detail>.ab_icon>.ab_oval {
  width: 100px;
  height: 66px;
  float: left;
  background: #eee;
  text-align: center;
  clip-path: polygon(28% 0, 100% 0%, 75% 100%, 0% 100%);
  position: relative;
  top: 0px;
  left: 20px;
}

.ab_detail>.ab_icon>.ab_content>p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 0px;
}

/* .ab_content {float:left;width:74%;margin-left:10px;margin-top:20px;} */
.ab_content {
  width: 100%;
  margin-left: 0px;
  border-radius: 10px 10px 10px 10px;
  margin-top: 0px;
  border: 1px solid #e31e25;
  padding: 16px 10px 16px 10px;
}

.ab_detail>.ab_icon_company {
  width: 100%;
  float: left;
  background: #ffff;
  box-shadow: 0px 2px 2px 0px #ccc;
  padding: 0px 4px 0px 0px;
  margin-right: 22px;
  margin-bottom: 20px;
  border-radius: 20px 20px 20px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* .ab_detail>.ab_icon_company>.ab_oval_company {width:60px;height:78px;background:#fdd7c9; margin:0px 0px 0px 0px; float:left;text-align:center;} */
.ab_detail>.ab_icon_company>.ab_oval_company {
  width: 100px;
  height: 66px;
  float: left;
  background: #eee;
  text-align: center;
  clip-path: polygon(28% 0, 100% 0%, 75% 100%, 0% 100%);
  position: relative;
  top: 0px;
  left: 10px;
}

.ab_detail>.ab_icon_company>.ab_content_company>p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.ab_detail>.ab_icon_company>.ab_content_company>p>a {
  text-decoration: none;
  font-weight: 400;
  color: #222;
}

.ab_detail>.ab_icon_company h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  color: #e31e25;
}

/* .ab_content_company {float:left;width:74%;margin-left:10px;margin-top:20px;} */
.ab_content_company {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  margin-left: -22px;
  margin-top: 0px;
  border: 1px solid #e31e25;
  padding: 16px 8px 16px 36px;
}

.ab_detail>.ab_icon_address {
  width: 100%;
  float: left;
  background: #a51d1d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 2px 0px #ccc;
  padding: 0px 4px 0px 0px;
  margin-bottom: 20px;
  border-radius: 20px 20px 20px 20px;
}

/* .ab_detail>.ab_icon_address>.ab_oval_address {width:60px;height:60px;background:#fdd7c9;border-radius:20%;margin:8px 0 10px 0;float:left;text-align:center;} */
.ab_detail>.ab_icon_address>.ab_oval_address {
  width: 100px;
  height: 66px;
  float: left;
  background: #eee;
  text-align: center;
  clip-path: polygon(28% 0, 100% 0%, 75% 100%, 0% 100%);
  position: relative;
  top: 0px;
  left: 28px;
}

.ab_detail>.ab_icon_address>.ab_content_address>p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding-top: 6px;
}

.ab_detail>.ab_icon_address h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  color: #e31e25;
}

/* .ab_content_address {float:left;width:82%;margin-left:10px;margin-top:20px;} */
.ab_content_address {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #e31e25;
  padding: 16px 0px 16px 32px;
}

.ab_new_icon {
  width: 104px;
  height: 66px;
  float: left;
  background: #ccc;
  text-align: center;
  clip-path: polygon(28% 0, 100% 0%, 75% 100%, 0% 100%);
  position: relative;
  top: 37px;
  left: 46px;
}

.ab_new_icon:after {
  content: '';
  position: relative;
}


.ab_new_text {
  width: 224px;
  /* height: 300px; */
  float: left;
  background: #f2f2f2;
}





/* Whatsapp Now Css*/
.modal-box {
  display: none;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 30%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  z-index: 99999;
  left: 25%;
}

#popup2 a.close {
  position: absolute;
  top: -4%;
  right: -2%;
  text-decoration: none;
  color: #000;
  border-radius: 50%;
  background-color: #B3B3B3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#popup2 a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box {
    width: 50%;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 100%) !important;
}

#showajexData {
  margin: 15px 0;
  color: green;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.w_dropbtn {
  display: block;
  /* background: #ccc; */
  border: none;
  width: 100%;
  /* padding: 5px 0; */
  outline: none;
  height: 32px;
}

@media (min-width:320px) and (max-width:767px) {
  #popup2 a.close {
    line-height: 18px;
  }
}

.arrow-d {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  position: relative;
  top: -13px;
  right: -45%;
}

.wa_submit {
  background: green;
  color: white;
  border: 1px solid green;
  width: 150px;
  margin-left: 15px;
}

.wa_submit:hover {
  background: #e31e25;
  border: #e31e25 1px solid;
}

.popup_whats_heading {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  font-size: 20px;
}

.w_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.w_dropdown-content a {
  color: #000;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  width: 211px;
}

.w_dropdown-content a:hover {
  background-color: #ddd;
}

.w_dropdown-content input {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 2px;
  border-left: none;
  border-right: none;
  outline: none;
}

.whatsapp_enquiry {
  background: #E8E8E8;
}

.whatsapp_enquiry,
#popup2 {
  border-radius: 8px;
}

#erroremail {
  text-align: left;
  width: 100%;
  display: block;
  color: red;
  font-size: 14px;
  height: 20px;
  margin: 0px 0px 10px 0px;
}

.w_country_focus {
  background-color: #fff !important;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

.jucars {
  margin-top: 15px;
  margin-bottom: 15px;
}

.company-profile {
  margin-top: 12px;
}

.company-profile>h2 {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.company-profile>h5 {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
}

.company-profile p {
  color: #5c5c5c;
  margin-bottom: 12px;
  font-size: 15px;
}

.jap-business-policy {
  margin-top: 40px;
}

.jap-business-policy>h2 {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.jap-business-policy>h5 {
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
}

.jap-business-policy p {
  color: #5c5c5c;
  margin-bottom: 12px;
  font-size: 16px;
}

.jap-payment P {
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 22px;
}

.table-pera {
  margin-top: 10px;
  margin-bottom: 26px;
}

.table-pera p {
  margin-top: 12px;
  margin-bottom: 4px !important;
  color: #5c5c5c;
}

.paypal-pera p {
  margin-top: 12px;
  margin-bottom: 4px !important;
  color: #5c5c5c;
}

.margin_top_15 {
  margin-top: 30px;
}

/* .well-img
{text-align:center;} */

.CG h2 {
  animation-name: example;
  animation-duration: 50s;
}

@keyframes example {
  0% {
    color: red;
  }

  25% {
    color: yellow;
  }

  50% {
    color: blue;
  }

  75% {
    color: green;
  }

  100% {
    color: brown;
  }

}

.lat-box-con .ask-pri {
  color: #b33017;
  text-decoration: line-through !important;
  border: none !important;
}

.other-head-1 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.other-head-2 {
  margin-top: 15px;
}

.miksi-spc {
  width: 83%;
  display: inline-block;
  top: 6px !important;
}



@media only screen and (min-width: 1024px) and (max-width:1050px) {
  .pop-rank-2 {
    max-height: 654px;
  }

  .pop-box-1 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .pop-box-7 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .other-head-1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .miksi-spc {
    width: 84%;
    display: inline-block;
    font-size: 15px;
    top: -6px !important;
  }

  .faq-local li .ans_text span {
    width: 88%;
  }


  .top_first_menu {
    width: 776px !important;
  }

  .top_ulli li a {
    font-size: 14px !important;
  }

  .import {
    float: left !important;
    margin-left: 4px !important;
  }

  .top_whatsapp {
    width: 284px;
    float: left;
  }

  .language {
    padding: 10px 2px 0 20px;
    font-size: 12px;
  }

  /* #google_translate_element{top:0px;} */
  .whatsaap {
    float: right;
    padding: 2px 7px;
    background-color: #b33017;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 10px;
  }

  .left-ico {
    width: 525px;
    margin: 8px 0px 8px 76px;
  }

  .left-ico li {
    margin-right: 5px;
    width: 80px;
    float: left;
  }

  .right-ico {
    padding: 15px 0px 19px 0px;
  }

  .right-ico li a {
    padding: 0px 6px !important;
  }

  .srch-btn {
    float: left;
  }

  .fa-md-plus {
    top: 8px;
  }

  .browse {
    margin-top: -60px;
  }

  .brsr-left li {
    width: 116px;
    margin: 6px 5px;
  }

  .brsr-right li {
    width: 134px;
    padding: 6px 10px;
    margin: 6px 5px;
  }

  .mid-top {
    padding: 45px 29px 30px 51px;
    min-height: 390px;
  }

  .mid-top>p {
    min-height: 110px;
  }

  .brow_h2 {
    min-height: 70px;
  }

  .mid-top h2 {
    padding-top: 20px;
  }

  .browse-milege {
    text-align: center;
  }

  .col-white {
    margin: 0px 10px;
  }

  .col-blk {
    margin: 0px 10px;
  }

  .col-grey {
    margin: 0px 10px;
  }

  .col-blue {
    margin: 0px 10px;
  }

  .col-yel {
    margin: 0px 10px;
  }

  .col-lav {
    margin: 0px 10px;
  }

  .col-lit-gre {
    margin: 0px 10px;
  }

  .col-purple {
    margin: 0px 10px;
  }

  .col-green {
    margin: 0px 10px;
  }

  .col-pink {
    margin: 0px 10px;
  }

  .srff ul li {
    display: inline-flex;
    padding: 0px 8px;
    font-size: 12px;
  }

  .pop-rank-1 {
    width: 460px;
  }

  .pop-rank-2 {
    width: 460px;
  }

  .pop-box-1 {
    width: 230px;
  }

  .pop-box-7 {
    width: 230px;
  }

  .pop-box-8 {
    width: 230px;
  }

  .tprus-img {
    padding: 60px 12px 38px 12px;
    min-height: 481px;
  }

  .pop-rank-1 .avail-sp {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pop-rank-1 label {
    font-size: 70px;
  }

  .lat-box-con h4 {
    font-size: 15px;
    font-weight: 600;
  }

  .lat-box span {
    padding: 3px;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lat-box-con strong {
    font-size: 22px;
  }

  /* .cbs-2 {width: 53%;} */
  .srff h4 {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lat-box .image {
    min-height: 147px;
    max-height: 147px;
  }

  .faq li {
    box-shadow: 0px 0px 5px #b5b5b5;
    background-color: #fff;
    border-radius: 12px;
    margin: 15px 5px;
  }

  .read a {
    color: #b33017;
    font-size: 13px;
    font-weight: 600;
  }

  .new-letter {
    background-position: 806px 26px;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .footer-link {
    margin-top: 70px;
  }

  .members {
    padding-top: 40px;
  }

  /*============_____________ OTHER PAGES RESPONSIVE CSS  _________________===============*/
  .seven_menu>li {
    width: 14.28% !important;
  }

  .eight_menu>li {
    width: 12.50%
  }

  /* .stock_first{width:58%!important; margin-right:2%!important; float:left!important;} */
  /* .stock_second{width:40%!important; float:left!important;} */
  .main_image {
    min-height: 410px;
  }

  .main_image>a>img {
    max-height: 410px;
  }

  .other_images_ulli li {
    min-height: 60px !important;
  }

  .other_images_ulli li a img {
    max-height: 60px !important;
  }

  .newsimg {
    min-height: 158px;
  }

  .newsimg>a>img {
    max-height: 158px;
  }

  .how_second>h2 {
    font-size: 18px !important;
  }

  .how_second>div {
    min-height: 328px !important;
  }

  .second_menu ul li a {
    padding: 5px 20px !important;
    font-size: 14px !important;
  }

  .first_how_margin {
    margin-top: 80px !important;
  }

  .second_how_margin {
    margin-top: 40px !important;
  }

  .third_how_margin {
    margin-top: 20px !important;
  }

  .fourth_how_margin {
    margin-top: 0px !important;
  }

  .fifth_how_margin {
    margin-top: 10px !important;
  }

  .how_fir {
    padding: 82px 0px !important;
  }

  .mp_stock>a>div.image {
    min-height: 115px !important;
  }

  .mp_stock>a>div.image>img {
    max-height: 116px !important;
  }

  .team_box>div {
    height: 203px !important;
  }

  .auc_points {
    width: 18% !important;
    margin-bottom: 20px !important;
  }

  .about-section .content-column h2 {
    font-size: 26px !important;
  }

  .inner-box {
    padding: 18px 16px 15px !important;
  }

  .goal-section>div>div>.content-column h2 {
    font-size: 26px !important;
  }

  .about-section .content-column .inner-column {
    margin-left: -140px !important;
  }

  .trusted_partner>li {
    width: 31% !important;
    margin-bottom: 30px !important;
  }

  .trusted_partner>li>a {
    padding-top: 31px !important;
  }

  .cont_clippath {
    width: 470px !important;
    height: 338px !important;
  }

  .cont_clippath>iframe {
    width: 470px !important;
    height: 338px !important;
  }

  /*-----stock-list------*/

  .referance_bg {
    width: 100% !important;
    background: none !important;
  }

  .list_view {
    top: 9px !important;
  }

  .list_btn {
    font-size: 12px !important;
    padding: 8px 0px !important;
    width: 90% !important;
  }

  .list_inner_frist>span {
    width: 26% !important;
  }

  .list_inner_second>span {
    width: 22% !important;
  }

  .inner_print_bg {
    float: left !important;
    font-size: 16px !important;
    margin-right: 10px !important;
  }

  .inner_wish_bg {
    float: left !important;
    margin-bottom: 10px !important;
  }

  .stock_accories h4 {
    font-size: 14px;
    font-weight: 600;
    color: #e31e25;
  }

  .detail_price>div>strong {
    font-size: 24px !important;
  }

  .list_details>ul>li>strong {
    font-size: 13px !important;
    padding-bottom: 0px !important;
  }

  .btn-whatsapp-stock-list>a>strong {
    left: 16px !important;
    top: -15px !important;
  }

  .btn-whatsapp-stock-list>a>label {
    padding: 3px 10px 7px 29px !important;
    font-size: 14px !important
  }

  .list_details>ul>li>.list_inner_frist>label {
    width: 20% !important;
    padding-left: 0px !important;
  }

  .list_details>ul>li>.list_inner_second>label {
    width: 18% !important;
    padding-left: 0px !important;
  }


  /*------stock--list---*/
  .font_for_title {
    font-size: 14px !important;
    padding-top: 2px;
    margin-bottom: 5px !important;
  }

  .right_icon>ul>li {
    padding: 0 3px !important;
  }

  .car_price {}

  .car_price>.car_price_left {
    float: left;
    font-size: 13px;
    color: #7b7b7b;
    padding-top: 7px;
  }

  .car_price>.car_price_right {
    float: right;
    font-size: 13px;
  }

  .total_price_g {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 0px 5px;
  }

  .list_total {
    margin-bottom: 0px !important;
  }

  .stock_product>a>div.image {
    min-height: 99px !important;
  }

  .stock_product>a>div.image>img {
    max-height: 102px !important;
  }

  .deals_in {
    width: 5.4% !important;
    margin-right: 1% !important;
  }

  .export_wi {
    width: 16.8% !important;
    margin-right: 3% !important;
  }

  .fb_price {
    font-size: 15px !important;
    font-weight: 400;
  }

  .get_free_btn {
    font-size: 14px !important;
    padding: 4px 13px !important;
    display: inline-block;
    margin-bottom: 5px;
  }

  div.box_out_div span.message>span>input {
    top: -1px !important;
    margin-right: 0px !important;
  }

  div.box_out_div span.message {
    padding: 5px 3px !important;
  }

  .com_cart {
    padding: 3px 6px !important;
  }

  footer {
    padding-top: 110px !important;
  }

  .fot_banner {
    top: -116px !important;
  }

  .luxury_left {
    padding: 30px 0px 40px 12px !important;
  }

  .hp_search {
    top: -328px !important;
  }

  .hp-control {
    height: 32px !important;
  }

  .testimonal_bg {
    width: 579px !important;
  }

  /*---stock-detail----*/

  .box_new ul.stock_details_point li .stock_det {
    width: 48% !important;
  }

  .box_new ul.stock_details_point li .stock_cap {
    width: 51% !important;
  }

  .detail_info>div.first {
    float: left;
    width: 16% !important;
  }

  /*---about-us----*/
  .ab_detail>.ab_icon {
    width: 100% !important;
  }

  .ab_detail>.ab_icon:nth-child(4n) {
    margin-right: 22px !important;
  }

  .md_margin_top_15 {
    margin-top: 15px !important;
  }

  .md_margin_top_30 {
    margin-top: 30px !important;
  }

  .btn-whatsapp-stock-list {
    top: 9px !important;
  }

  .btn-whatsapp {
    margin: 0px 0 0 0px;
  }

  .bar_wpp a {
    width: 50%;
  }

  .bar_wpp .icon_wpp {
    left: 100px;
  }

  .quote_det_btn {
    width: 50%;
    margin: 0px auto;
  }

  .award_stock>a>.image {
    min-height: 102px !important;
  }

  .award_stock>a>.image>img {
    max-height: 102px !important;
  }

  .stock_view {
    width: 29% !important;
  }

  .enq_frm_stock_qte {
    left: 130px !important;
  }

  .faq li.q strong {
    float: left;
    margin-top: 0px;
    width: 470px;
    top: 6px;
  }

  .faq-wid .faq li.q strong {
    width: 354px !important;
  }

  .faq-widses-2 .faq li.q strong {
    width: 470px !important;
  }

  .faq-top-spc {
    top: -7px !important;
  }

  .cont_add>a>div>h2 {
    font-size: 19px;
  }

  .cont_add>div>h2 {
    font-size: 19px;
  }

  .cont_add>div>p {
    font-size: 14px;
  }

  .video-1 iframe {
    width: 450px;
  }

  .video-2 iframe {
    width: 450px;
  }

  .top_ulli>li {
    padding: 10px 5px 5px 5px;
  }

  .g-recaptcha {
    transform: scale(0.65, 0.60);
    -webkit-transform: scale(0.65, 0.60);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .inner-column {
    text-align: center;
  }

  /*-----stock-list-view-new---*/

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

  .l_total {
    top: 0px !important;
  }

  .referance_bg_new {
    float: left;
    width: 84% !important;
    text-align: left !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .wish_list_icon {
    float: left !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px;
  }

  .transmission {
    display: inline-block !important;
    margin-bottom: 10px !important;
  }

  .transmission span {
    border-radius: 11px !important;
    padding: 3px 7px 3px 7px !important;
  }

  #notific_text {
    right: -100px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
  .popup_modal {
    width: 70% !important;
    left: 15% !important;
  }

  #reg_popup {
    width: 70% !important;
    left: 15% !important;
  }

  .pop-box-1 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .pop-box-7 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .lat-box .image>img {
    max-height: 118px;
  }

  .five_menu_md>li {
    width: 20% !important
  }

  .simple-box {
    width: 78%;
    margin: 0px auto;
  }

  .service-details .service-image {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {

  /*------stock--list---*/
  .font_for_title {
    font-size: 14px !important;
    padding-top: 2px;
    margin-bottom: 5px !important;
  }

  .right_icon>ul>li {
    padding: 0 3px !important;
  }

  .car_price {}

  .car_price>.car_price_left {
    float: left;
    font-size: 13px;
    color: #7b7b7b;
    padding-top: 7px;
  }

  .car_price>.car_price_right {
    float: right;
    font-size: 13px;
  }

  .total_price_g {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 0px 5px;
  }

  .list_total {
    margin-bottom: 0px !important;
  }

  .referance_bg {
    width: 98%;
    background: none;
  }

  .get_free_btn {
    display: inline-block;
    padding: 5px 12px;
  }

  .btn {
    padding: .375rem .25rem;
  }

  .pop-box-1 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .pop-rank-2 {
    max-height: 436px;
  }

  .pop-box-7 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .other-head-1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .miksi-spc {
    width: 76%;
    display: inline-block;
    font-size: 15px;
    padding-left: 4px !important;
    top: -6px !important;
  }

  .faq-local li .ans_text span {
    width: 84%;
  }

  .left-ico {
    margin: 8px 0px 8px 140px;
    width: 267px;
  }

  .mid-top {
    padding: 40px 15px 29px 30px;
    margin-top: -22px;
    min-height: 400px;
  }

  .brsr-left li {
    width: 106px;
    margin: 6px 5px;
  }

  .brsr-right li {
    width: 102px;
    margin: 4px 5px;
  }

  .srff ul {
    float: none
  }

  .srff h4 {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
  }

  .srff ul li {
    font-size: 13px;
    padding: 0px 3px;
  }

  .pop-rank-1 {
    width: 678px;
    min-height: 262px;
  }

  .pop-rank-2 {
    width: 680px;
  }

  .pop-box-1 {
    width: 226px;
  }

  .pop-box-7 {
    width: 226px;
  }

  .pop-box-8 {
    width: 226px;
  }

  .tprus-img {
    padding: 10px 12px 10px 12px;
    min-height: 262px;
  }

  .lat-box .image {
    padding: 2px;
    min-height: 147px;
    max-height: 147px;
  }

  .lat-box-con strong {
    color: #b33017;
    font-size: 20px;
  }

  .lat-box-con h4 {
    font-size: 15px;
    color: #424242;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  /* .cbs-2{width:44%;} */
  .new-letter {
    background-position: 548px 26px;
  }

  .blog-content-sec {
    width: 81%;
    top: 70px;
    left: 17px;
  }

  .footer-link h4 {
    font-size: 14px;
  }

  .us-links h4::after {
    content: '';
    position: relative;
    border-bottom: #fff 2px solid;
    width: 41px;
    height: 2px;
    display: block;
    left: 51px;
  }

  .quick-link h4::after {
    content: '';
    position: relative;
    border-bottom: #fff 2px solid;
    width: 33px;
    height: 2px;
    display: block;
    left: 47px;
  }

  .footer-bottom p {
    padding: 0px 3px;
  }

  .read {
    text-align: center;
    float: none;
  }

  .blog-content-sec hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-ic span {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .footer-ic strong {
    width: 240px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .top_first_menu {
    width: 534px;
  }

  .top_ulli>li {
    padding: 12px 1px 7px 1px;
  }

  .top_ulli li a {
    color: #000;
    font-size: 11px;
    font-weight: 500;
  }

  .left-ico {
    width: 503px;
    margin: 8px 0px 8px 118px;
  }

  .right-ico {
    padding: 0px 0px 0px 0px;
  }

  .right-ico li {
    padding: 0px 8px 0px 16px;
    color: #000;
    margin: 0px 0px;
    border-right: 1px solid #000;
    font-size: 12px;
    font-weight: 400;
  }

  .right-ico li a {
    color: #000;
    font-weight: 500;
  }

  .right-ico li a:hover {
    color: #b33017;
  }

  .right-ico li:last-child {
    content: "";
    border-right: none !important;
  }

  .rgts {
    margin-top: 4px !important;
  }

  menu .logo img {
    width: 28%;
  }

  .left-ico li {
    width: 70px;
  }

  .srch-btn {
    float: left;
  }

  .fa-md-plus {
    top: 8px;
  }

  .members {
    margin-top: 25px;
  }

  .top_whatsapp {
    width: 161px;
  }

  .whatsaap {
    padding: 2px 6px;
  }

  .mid-top>p {
    min-height: 126px;
  }

  /*============_____________ OTHER PAGES RESPONSIVE CSS __________================*/
  .btn-whatsapp-stock-list {
    top: 0px;
    left: 0px;
  }

  .myaccount_header {
    display: none;
  }

  .why-main-img:before {
    left: 48.5%;
  }

  .box-1 .image {
    width: 100%;
    display: inline-block;
  }

  .box-1 .image a {
    display: none;
  }

  .box-1 .image a:first-child {
    display: block;
  }

  .big_blink_btn {
    font-size: 18px;
  }

  .banner {
    top: -20px;
  }

  .sold_list {
    position: absolute;
    top: 40%;
    left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 70px;
    font-style: italic;
    color: #CC0000;
    text-shadow: 0px 3px 5px #FFF;
    display: block;
    z-index: 100;
    background-color: rgba(0, 0, 0, .4);
    padding: 30px 0;
    width: 97%;
    text-align: center;
  }

  .md_app_what {
    top: -46px;
    height: 55px;
    position: relative;
  }

  .md_height {
    height: 5px !important;
  }

  .president_padding {
    padding-right: 15px !important;
  }

  .inner-column>.image {
    padding-left: 15px;
  }

  .testimonial-part .testimonial-content-main {
    padding-left: 15px;
  }

  .testimonial-name {
    position: initial;
    margin-bottom: 15px;
  }

  .stock_list_box {
    font-size: 14px;
    padding: 0 20px 10px 20px;
  }

  .stock_first {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 10px;
  }

  .stock_second {
    width: 100%;
    float: none;
  }

  .other_images_ulli li {
    min-height: 70px;
    width: 14.28%;
  }

  .other_images_ulli li a img {
    max-height: 68px;
  }

  .news_image {
    width: 40%;
  }

  .news_list_img {
    width: 25%;
  }

  .inner_nav>div>ul>li>a {
    font-size: 13px;
  }

  .how_second>h2 {
    font-size: 16px;
  }

  .how_second>div {
    min-height: 442px;
  }

  .second_menu ul li a {
    padding: 5px;
  }

  .why_menu>li {
    width: 16.66%;
  }

  .six_menu>li {
    width: 20%;
  }

  .seven_menu>li {
    width: 14.28%;
  }

  .eight_menu>li {
    width: 12.50%
  }

  .first_how_margin,
  .second_how_margin,
  .third_how_margin,
  .fourth_how_margin,
  .fifth_how_margin {
    margin-top: 20px;
  }

  .how_fir {
    padding: 92px 0px;
  }

  .how_sec>h2 {
    width: 95%;
    font-size: 18px;
  }

  .how_fir>span {
    font-size: 22px;
  }

  .how_fir>strong {
    font-size: 34px;
  }

  .auction_search {
    width: 100%;
  }

  .or_box {
    display: none;
  }

  .lot_search_box {
    margin-left: 25%;
    width: 50%;
  }

  .day_box,
  .auc_box,
  .make_box,
  .model_box {
    width: 32.3%;
  }

  .stock_row>div {
    width: 32%;
  }

  .chs_box {
    width: 45%;
  }

  .filter_box {
    width: 54%;
  }

  .faq_ques>strong,
  .faq_ans>strong {
    width: 5%;
  }

  .faq_ques>span,
  .faq_ans>span {
    width: 94%;
  }

  .enquiry_box>div {
    width: 48%;
    height: 250px;
  }

  .list_main {
    border-bottom: none;
  }

  .list_div {
    background: #F8F8F8;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px -6px #999999;
  }

  .list_div>div {
    border-left: none;
    height: auto;
    font-size: 14px;
    text-align: left;
  }

  .list_div>div>span {
    display: block;
    font-size: 12px;
    color: #999999
  }

  .one_list {
    width: 8%;
  }

  .two_list {
    width: 12%;
  }

  .three_list,
  .four_list,
  .five_list,
  .six_list {
    width: 20%;
  }

  .seven_list {
    clear: both;
  }

  .seven_list,
  .eight_list,
  .nine_list,
  .ten_list,
  .ele_list,
  .twe_list,
  .thirt_list,
  .fourt_list,
  .fift_list,
  .sixt_list,
  .sev_list {
    width: 20%;
  }

  .list_div>div:last-child {
    border-right: none;
    clear: both;
    float: none;
    width: 100%;
    visibility: hidden;
    height: 0px;
  }

  .list_div:nth-child(4n-2)>div {
    background: #F8F8F8;
  }

  .single_margin {
    padding-top: 0px !important;
  }

  .fav_grade {
    width: 9%;
  }

  .auction_listhead>div,
  .auction_listdtl>div {
    min-height: 66px;
  }

  .iconbox {
    float: initial;
  }

  .iconbox-icon {
    margin-left: 0px;
    float: inherit;
  }

  .iconbox>.iconbox-content {
    margin-left: 0px;
    padding-top: 0px;
  }

  .iconbox-title {
    font-size: 18px;
  }

  .mp_stock>a>div.image {
    min-height: 162px;
  }

  .mp_stock>a>div.image>img {
    max-height: 162px;
  }

  .team_box,
  .team_box>div {
    width: 100%;
  }

  .auc_points {
    width: 48%;
    margin-bottom: 20px;
  }

  .about-section .content-column {
    padding: 0 0 !important;
  }

  .about-section .content-column .inner-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
  }

  .inner-box {
    width: 48%;
  }

  .trusted_partner>li {
    width: 47%;
    height: 185px;
    margin-bottom: 30px;
  }

  .trusted_partner>li>a {
    padding-top: 15px;
  }

  .trusted_partner>li>a>div.ab_heading {
    height: 59px;
  }

  .detail_info>div.first {
    width: 22%;
  }

  .detail_info>div.second {
    float: left;
    width: 72%;
  }

  .sitemp {
    font-size: 16px;
    padding: 4px 4px;
  }

  /*-------Auction-----*/
  .stock_det {
    margin-bottom: 5px;
  }

  .auction_search {
    width: 100%;
    float: none;
  }

  .day_box {
    width: 20%;
  }

  .auc_box,
  .make_box {
    width: 34.6%;
  }

  .model_box {
    width: 35.4%;
    margin-right: 0%;
  }

  .chs_box {
    width: 29.4%;
  }

  .filter_box {
    width: 34%;
  }

  .main_image_auc {
    min-height: 480px;
  }

  .main_image_auc>a>img {
    max-height: 480px;
  }

  .faq_ques>strong {
    width: 5%;
  }

  .faq_ques>span {
    width: 95%;
  }

  .faq_ans>strong {
    width: 5%;
  }

  .faq_ans>span {
    width: 95%;
  }

  .six_menu>li {
    width: 20%;
  }

  .list_main {
    border-bottom: none;
  }

  .list_div {
    background: #F8F8F8;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px -6px #999999;
  }

  .list_div>div {
    border-left: none;
    height: auto;
    font-size: 14px;
    text-align: left;
  }

  .list_div>div>span {
    display: block;
    font-size: 12px;
    color: #999999
  }

  .one_list {
    width: 8%;
  }

  .two_list {
    width: 12%;
  }

  .three_list,
  .four_list,
  .five_list,
  .six_list {
    width: 20%;
  }

  .seven_list {
    clear: both;
  }

  .seven_list,
  .eight_list,
  .nine_list,
  .ten_list,
  .ele_list,
  .twe_list,
  .thirt_list,
  .fourt_list,
  .fift_list,
  .sixt_list,
  .sev_list {
    width: 20%;
  }

  .list_div>div:last-child {
    border-right: none;
    clear: both;
    float: none;
    width: 100%;
    visibility: hidden;
    height: 0px;
  }

  .list_div:nth-child(4n-2)>div {
    background: #F8F8F8;
  }

  .single_margin {
    padding-top: 0px !important;
  }

  .fav_grade {
    width: 9%;
  }

  .auction_listhead>div,
  .auction_listdtl>div {
    min-height: 66px;
  }

  .list_option>li {
    margin-right: 6px;
  }

  .list_option>li>strong {
    font-size: 14px;
  }

  .list_option>li>span {
    font-size: 12px;
  }

  .myac_top {
    padding-left: 5px;
  }

  .box-1 {
    width: 10%;
  }

  .box-2 {
    width: 20%;
  }

  .box-3 {
    width: 16%;
  }

  .box-4 {
    width: 20%;
  }

  .box-4>div:first-child {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }

  .box-4>div:last-child {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }

  .box-5 {
    width: 31%;
  }

  .box-5>div:first-child {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }

  .box-5>div:last-child {
    width: 64%;
    display: inline-block;
    vertical-align: top;
  }

  .box-6 {
    width: 29%;
  }

  .box-6>div:first-child {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .box-6>div:last-child {
    width: 48;
    display: inline-block;
    vertical-align: top;
  }

  .box-7 {
    width: 18%;
  }

  .box-7>div:first-child {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .box-7>div:last-child {
    width: 48;
    display: inline-block;
    vertical-align: top;
  }

  .box-8 {
    width: 13%;
  }

  .box-9 {
    width: 26%;
  }

  .box-9>div:first-child {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .box-9>div:last-child {
    width: 48;
    display: inline-block;
    vertical-align: top;
  }

  .box-10 {
    width: 11%;
  }

  .box-11 {
    width: 13.50%;
  }

  .top-heading {
    display: none;
  }

  .box-8>div>strong {
    top: 5px;
  }

  .body-text>div>div>span {
    font-weight: 500;
    font-size: 13px;
    color: #948c8c;
    display: block;
  }

  .body-text>div>div {
    font-size: 12px;
    line-height: 15px;
  }

  .body-text>div {
    vertical-align: top;
  }

  .body-text>div>div>span {
    display: block;
  }

  .box-9>div,
  .box-10>div {
    text-align: left !important;
  }

  .box-10>div {
    color: red;
  }

  .box-10>div>span {
    color: #948c8c;
  }

  .auc-detail>div>div {
    width: 20%;
  }

  .auc-detail>div>div:last-child {
    border-right: 1px solid #cccccc;
  }

  /*----stock-list---*/
  .list_inner_frist>span {
    width: 20%;
  }

  .list_inner_second>span {
    width: 17%;
  }

  .stock_accories h4 {
    color: #e31e25;
    margin-bottom: 5px;
  }

  .breadcrumbs ul li::after {
    content: "|";
    padding: 0px 3px;
    color: #999;
  }

  .stkdetail_heading {
    margin-bottom: 10px;
  }

  .list_details>ul>li>.list_inner_frist>label {
    width: 18%;
  }

  .list_details>ul>li>.list_inner_second>label {
    width: 18%;
  }

  .list_image {
    margin-bottom: 0px;
  }

  .btn-whatsapp-stock-list>a>label {
    padding: 0px 18px 8px 33px;
    margin: 0px 0 5px 0px;
  }

  .btn-whatsapp-stock-list>a>strong {
    top: -18px;
    left: 35px;
    padding: 5px 10px 0px 11px;
  }

  .sm_app-w {
    left: -88px !important;
  }

  .app_md {
    margin-top: -15px !important;
    height: 54px !important
  }

  .sm35_top {
    margin-top: 35px !important;
  }

  .list_details>ul>li>strong {
    font-size: 12px;
  }

  .md_whatstop {
    left: -74px !important;
  }

  .testimonial-part {
    border: none !important;
  }

  .testimonial-part .testimonial-image {
    width: 30% !important;
  }

  .testimonial-part .testimonial-image a img {
    width: 100% !important;
  }

  .testimonial-part .testimonial-content {
    width: 65% !important;
    margin-top: 0;
  }

  .testimonial-part .testimonial-content h3 {
    margin-top: 0;
  }

  .testimonial-part:before,
  .testimonial-part:after {
    display: none;
    visibility: hidden;
  }

  .big_blink_btn {
    font-size: 20px;
  }

  .stock_product>a>div.image {
    min-height: 149px;
  }

  .stock_product>a>div.image>img {
    max-height: 149px;
  }

  .news_image {
    width: 100%;
  }

  .news_list_img {
    width: 25%;
  }

  .deals_in {
    width: 5.2% !important;
    margin-right: 1% !important;
  }

  .export_wi {
    width: 10% !important;
    margin-right: 3% !important;
  }

  .news-content {
    width: 100%;
  }

  .inner {
    padding: 1rem;
    left: -9px;
  }

  .det_cap {
    font-size: 14px;
  }

  .md_left_0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hp_search {
    top: -317px;
  }

  .hp-control {
    height: 30px;
  }

  .stock_banner {
    height: 320px;
  }


  .maker_bg {
    background: #f4f4f4 url(../jpg/maker-bg.jpg)0 0 no-repeat;
  }

  /* .testimonal_bg {background:#ebebeb url(../images/testimonal-bg.jpg) 0 0 no-repeat; width: 700px;} */

  /*---avout-us--*/
  /* .ab_detail>.ab_icon {width:100%;}
 .ab_detail>.ab_icon:nth-child(2n) {margin-right:0px;}
 .ab_detail>.ab_icon_company {width:100%;}
 .ab_detail>.ab_icon_address {width:100%;}
 .ab_content_address {width:100%;} */

  .car_accessories_list>ul>li {
    margin-right: 4px;
  }

  .btn-whatsapp {
    margin: 0px 0 0 0px;
  }

  .faq li {
    padding: 12px 6px;
  }

  .faq li.q strong {
    float: left;
    width: 635px;
  }

  .enq_frm_stock_qte {
    left: 260px !important;
  }

  .per-4 {
    font-size: 26px;
    padding: 0px 0px;
    color: #e31e25;
  }

  .choose-staf h4 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .choose-staf p {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .ans-right {
    margin-top: 5px;
  }

  .pd-spce {
    position: relative;
    top: 0px;
  }

  .blog-top {
    background-image: url(../jpg/blog_bg.jpg);
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 120px;
    height: auto;
  }

  .video-1 iframe {
    width: 330px;
  }

  .video-2 iframe {
    width: 330px;
  }

  .footer-bottom p {
    padding-top: 16px;
  }

  .blog-content-sec strong {
    min-height: 64px;
  }

  .inner-column {
    text-align: center;
  }


  .stock_heading {
    text-align: left;
  }

  .referance_bg_new {
    float: left;
    width: 84% !important;
    text-align: left !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .wish_list_icon {
    float: left !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px;
  }

  .l_total {
    top: 0px;
  }

  .transmission {
    display: inline-block !important;
    margin-bottom: 10px !important;
  }

  .fb_price {
    font-size: 14px;
    font-weight: 400;
    color: #666;
  }

}




@media only screen and (min-width: 640px) and (max-width: 767px) {
  .container {
    padding: 0 5px;
  }

  .main_image {
    min-height: 480px !important;
  }

  .main_image>a>img {
    max-height: 480px !important;
  }

  .other_images_ulli li {
    width: 20% !important;
    min-height: 108px !important;
  }

  .other_images_ulli li a img {
    max-height: 108px !important;
  }

  .enquiry_box>div {
    width: 48%;
  }

  .country_ulli>li {
    width: 33.33% !important;
  }

  .stock_row>div {
    width: 32% !important;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
  }

  .campaign_box {
    width: 100%;
  }

}



@media only screen and (min-width:320px) and (max-width:767px) {
  .check_combo_search {
    padding: 0px 6px;
  }

  .check_combo_search>p {
    background: #fffae2;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 4px;
    margin-bottom: 7px;
  }

  .check_combo_search>ul>li {
    display: inline-block;
    width: 70px;
  }

  .mt_10 {
    margin-top: 10px !important;
  }

  .selectize-control {
    margin-bottom: 10px;
  }

  #google_translate_element {
    border: 1px solid #333;
  }

  .active_menu {
    background-color: var(--bs-site-color);
  }

  .mobile_bot_head {
    padding: 10px;
  }

  #google_translate_element {
    height: 36px;
    width: 140px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .goog-te-gadget .goog-te-combo {
    height: 100%;
    padding: 10px 4px;
    border: 0px !important;
  }

  #adv_srch {
    display: none;
  }

  .logo {
    padding: 5px 0 0px 0;
    box-shadow: none;
  }

  .menu .logo img {
    top: -2px;
    width: 125px;
  }

  .popup_modal {
    width: 98% !important;
    left: 1% !important;
  }

  #reg_popup {
    width: 98% !important;
    left: 1% !important;
    height: 88% !important;
  }

  .pop_close {
    right: -1px !important;
    top: -2px !important;
  }

  .pop-box-1 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .pop-box-7 p {
    width: 100% !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .pop-rank-3 {
    min-height: 0px;
  }

  .sub-heading-list {
    margin-top: 20px;
  }

  .eye-spc {
    top: 12px !important;
  }

  .eyepc {
    top: 13px !important;
  }

  .mb-spc {
    margin-bottom: 4px !important;
  }

  .miksi-spc {
    width: 80%;
    display: inline-block;
    font-size: 15px;
    padding-left: 4px !important;
    top: -5px !important;
  }

  .faq-local li .ans_text span {
    width: 84%;
  }

  .blog-img-sec {
    margin-bottom: 130px !important;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .xs-margin-bottom-5 {
    margin-bottom: 5px;
  }

  .xs_margin_bottom_10 {
    margin-bottom: 10px !important;
  }

  .xs-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .xs-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .xs-margin-bottom-50 {
    margin-bottom: 50px;
  }

  .xs-margin-top-0 {
    margin-top: 0px !important;
  }

  .xs-margin-bottom-0 {
    margin-bottom: 0px !important;
  }

  .xs-top {
    margin-top: 20px !important;
  }

  .xs-margin-top-15 {
    margin-top: 15px !important;
  }

  .xs-padding-left-0 {
    padding-left: 0px !important;
  }

  .service-details .service-image {
    width: 100%;
  }

  .service-details .service-content {
    width: 100%;
    margin-top: 10px;
  }

  .page-heading {
    margin-bottom: 10px;
  }

  /* custom responsive css */
  .top_first_menu {
    width: 35%;
    margin-top: -3px;
  }

  .mid-top {
    margin-top: 10px;
    min-height: 320px;
    padding: 33px 29px 33px 45px;
  }

  .brsr-left li {
    width: 108px;
    margin: 4px 5px 12px;
    padding: 0px 0px;
  }


  .left-ico {
    margin: 26px 0px 8px 0px;
    padding: 0px;
    box-sizing: border-box;
    float: none;
    width: 100%;
  }

  .right-browse {
    margin-top: 0px;
    box-shadow: none;
    padding: 10px 0px;
  }

  .browse-milege {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 4px 10px;
  }

  .brsr-right li {
    text-align: center;
    padding: 0px 0px;
    width: 108px;
    margin: 6px 5px;
    float: left;
  }

  .pop-rank-1 {
    width: 100%;
    min-height: 356px;
    max-height: 356px;
    position: relative;
  }

  .pop-rank-2 {
    width: 100%;
  }

  .pop-box-1 {
    width: 50%;
  }

  .pop-box-7 {
    width: 167.5px;
  }

  .pop-box-8 {
    width: 167.5px;
  }

  .tprus-img {
    padding: 0px 0px 0px;
    position: absolute;
    top: 0px;
  }

  .pop-rank-1 .avail-sp {
    position: absolute;
    bottom: 25px;
    margin-bottom: 0px !important;
    left: 38px;
  }

  .main-rank {
    width: 100%;
    margin: 20px 5px !important;
  }


  /* .left-ico ul {
    margin-top: 60px;
  } */

  .right-ico {
    padding: 2px 0px;
    float: right;
  }

  .right-ico li {
    padding: 0px 1px 0px 0px;
    color: #fff;
    margin: 0px 0px;
    border-right: 1px solid #fff;
    font-size: 13px;
    font-weight: 400;
  }

  .right-ico li:last-child {
    border-right: none;
  }

  .right-ico li a {
    color: #000;
    font-weight: 500;
  }

  .right-ico li::after {
    display: none;
  }

  .right-ico li a:hover {
    color: #b33017;
  }

  .rgts {
    margin-top: 3.1px !important;
  }

  .lat-box {
    min-height: 193px;
  }

  .lat-box .image {
    min-height: 100px;
  }

  .lat-box .image>img {
    max-height: 100px;
  }

  /* .lat-box-con{min-height:220px; max-height:220px;} */
  .lat-box-con {
    padding: 4px 6px;
  }

  .lat-box-con strong {
    font-size: 16px;
  }

  .lat-box-con h4 {
    font-size: 13px;
  }

  .lat-box span {
    font-size: 12px;
  }

  .mrk-h2 h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .video-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .video-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .left-ico ul {
    float: none;
  }

  .left-ico li {
    width: 173px;
    height: 39px;
    margin-bottom: 7px;
  }

  .left-ico li:nth-child(3) {
    width: 173px;
    height: 39px;
  }

  .left-ico li:nth-child(4) {
    width: 173px;
    height: 39px;
  }

  .left-ico li:nth-child(5) {
    width: 320px;
    margin-right: 0px;
  }

  .left-ico li>div {
    margin: 0px !important;
  }

  .read a {
    font-size: 14px;
    font-weight: 500;
  }

  .blog-content-sec strong {
    font-weight: 500;
  }

  .srff ul li {
    padding: 6px 0px 2px 16px;
    font-size: 13px;
  }

  .srff h4 {
    text-align: center;
    float: none;
  }

  .blog-content-sec {
    top: 84px;
    left: 14px;
  }

  .simp-step {
    background-color: #ebf2fc;
    margin-top: 20px;
    padding: 30px 0px 90px;
  }

  .form-control {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cbs-1 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .cbs-1 img {
    margin-top: 6px;
    height: 200px !important;
  }

  .cbs-2 .cus-left {
    float: left;
    width: 100%;
  }

  .cbs-2 {
    width: 70% !important;
    float: none;
    padding: 12px 8px;
  }

  .cbs-left {
    overflow: hidden !important;
  }

  .mobi_testi img {
    max-height: 180px;
    max-width: 230px;
  }

  .Mobi_testi_desc h4 {
    font-size: 15px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .Mobi_testi_desc p {
    font-size: 13px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .mobi_testi {
    width: 230px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
  }

  .cbs-left h2 {
    font-size: 18px !important;
  }

  .mobi_country {
    font-size: 14px;
    color: #000;
    opacity: 0.8;
  }

  .cbs-2 p {
    font-size: 13px;
    height: 0px !important;
  }

  .cbs-3 {
    text-align: center;
    width: 100%;
  }

  .cbs-3 h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .read {
    text-align: center;
    float: none;
  }

  .footer-bottom {
    text-align: center;
  }

  .pop-box-1>div>img {
    max-height: 125px;
    min-height: 125px;
  }

  /*=====__________ OTHER PAGES RESPONSIVE CSS ___________========*/
  .lb-data .lb-close {
    right: 0 !important
  }

  .box_new ul.stock_details_point li {
    width: 100%;
  }

  .blueimp-gallery>.slides>.slide>.slide-content,
  .blueimp-gallery>.slides>.slide>.slide-content>img {
    background-size: contain !important;
  }

  div.box_out_div div.box ul li input {
    width: 10% !important;
  }

  .president_padding {
    padding-right: 5px !important;
  }

  .box_new ul.stock_details_point li:nth-child(even) {
    border-left: solid 1px #ccc;
  }

  .detail_price {
    font-size: 16px;
  }

  ul.faq {
    margin: 5px 0;
  }

  .month_input_box_w {
    width: 44%;
  }

  .img_left_arw,
  .img_right_arw {
    top: 40%;
  }

  .main_image>a>div {
    display: block !important;
  }

  .main-image>a>.img_zoom_arw {
    top: 40% !important;
    left: 40% !important;
  }

  .right_box>div {
    padding: 5px;
  }

  .mobile-view-hide {
    display: none;
  }

  .highslide img {
    height: auto !important;
  }

  .myaccount_header {
    display: none;
  }

  .wishlist-border {
    margin: 0 5px;
  }

  .bar_wpp .txt_wpp {
    font-size: 18px;
  }

  .enq_frm_stock_qte {
    left: 60px !important;
  }

  .stock_first_auc {
    width: 100%;
  }

  .stock_second_auc {
    width: 100%;
  }

  .min_height {
    min-height: 370px;
  }

  .auction-table {
    display: none;
    visibility: hidden;
  }

  .pay_online a:first-child {
    width: 100%;
    margin-left: 0;
  }

  .why-choose-japan-section .why-choose-japan-icon {
    width: 100%;
  }

  .why-choose-japan-icon p {
    width: 100%;
    margin-bottom: 0;
  }

  .why-choose-japan-icon p span {
    margin: auto;
  }

  .why-choose-japan-icon h3 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .why-choose-japan-section .why-choose-japan-content {
    width: 100%;
    text-align: center;
  }

  .view-all {
    width: 80%;
  }

  .hp_news .news_heading {
    font-size: 20px;
  }

  .news_part>.client_right_services {
    border-top: solid 1px #ccc;
    margin-top: 30px;
  }

  .news_part>.client_right_services,
  .news_part>.news_left_services {
    width: 100%;
  }

  .all_stock_accories ul li {
    width: 49%;
    font-size: 12px !important;
  }

  .ceo-news {
    margin: 10px 0;
  }

  .description-ceo>ul>li>span {
    top: 33%;
    left: 4px;
  }

  .testimonial-part .testimonial-content-main {
    padding-left: 15px;
  }

  .testimonial-name {
    position: initial;
    margin-bottom: 15px;
  }

  .breadcrumbs {
    margin: 10px 0px;
  }

  .auc_points {
    width: 100%;
    margin-bottom: 20px;
  }

  .common_heading {
    font-size: 22px;
  }

  .stock_first {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 20px;
  }

  .stock_second {
    width: 100%;
    float: none;
  }

  .stock_second .now_sale {
    width: 47%;
  }

  .stock_second .now_sale strong.font_normal {
    width: 100%;
    display: inline-block;
  }

  .stock_second .m3-heading {
    width: 70%;
    float: left;
    text-align: right;
  }

  .freight-table-dtl thead tr th label {
    margin-right: 10px;
  }

  .main_image {
    min-height: 274px;
  }

  .main_image>a>img {
    max-height: 274px;
  }

  .other_images_ulli {
    display: none;
  }

  .other_images_ulli li {
    width: 33.33%;
    min-height: 86px;
  }

  .other_images_ulli li a img {
    max-height: 86px;
  }

  .news_image {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  .news_list_img {
    width: 40%;
    float: none;
  }

  .how_stock>div {
    float: none;
    width: 100%;
  }

  .how_second>div {
    min-height: 110px;
  }

  .auction_box {
    min-height: 10px;
  }

  .stock_list_box {
    font-size: 14px;
  }

  .indicator {
    display: none !important;
  }

  .wish_padleft {
    display: none;
  }

  .first_how_margin,
  .second_how_margin,
  .third_how_margin,
  .fourth_how_margin,
  .fifth_how_margin {
    margin-top: 20px;
  }

  .how_fir {
    padding: 106px 0px;
  }

  .faq_ques>strong,
  .faq_ans>strong {
    width: 12%;
    margin-right: 2%;
  }

  .faq_ques>span,
  .faq_ans>span {
    width: 86%;
  }

  .enquiry_box>div {
    width: 100%;
  }

  .enquiry_box>div:after,
  .enquiry_box>div:before {
    border: none;
  }

  .mobile-view-hide {
    display: none;
    visibility: hidden;
  }

  .mobile-view-show {
    display: block;
    visibility: visible;
  }

  .body-text>div>span {
    display: block;
    font-size: 12px;
    color: #939393;
  }

  .box-save-1,
  .box-save-8,
  .box-save-4,
  .box-save-9,
  .box-save-7,
  .box-save-14 {
    width: 50%;
  }

  .box-save-11,
  .box-save-10,
  .box-save-12,
  .box-save-6,
  .box-save-13,
  .box-save-15 {
    width: 48%;
  }

  .body-text>div {
    font-size: 14px;
    line-height: 18px;
    padding: 0 !important;
  }

  .body-text>div>div>span,
  .list_div>div>div>span {
    display: block;
    color: #948c8c;
    font-weight: 500;
  }

  .box-1>.image>a img {
    width: 100%;
    height: auto !important;
  }

  .body-text-back>div {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .body-text-back>.box-2 {
    margin-top: 10px;
  }

  .box-1,
  .box-2,
  .box-3,
  .box-4,
  .box-5,
  .box-6,
  .box-7,
  .box-8,
  .box-9,
  .box-10 {
    width: 100%;
    margin-bottom: 10px;
  }

  .box-2>.lot_num_n {
    width: 68%;
    display: inline-block;
  }

  .box-2>.lot_btn {
    width: 30%;
    display: inline-block;
  }

  .auc-lot-btn {
    width: 96%;
  }

  .box-3>.auc_dt_m {
    width: 50%;
    display: inline-block;
  }

  .box-3>.auc_dt_m span {
    display: block;
    width: 65%;
  }

  .box-3>.auc_left_m {
    width: 48%;
    display: inline-block;
  }

  .box-3>.auc_left_m label {
    color: #948c8c;
    font-weight: 500;
    font-size: 14px;
    display: block;
    width: 65%;
    margin-bottom: 0px;
  }

  .box-3>.auc_hal_m {
    width: 48%;
    display: inline-block;
  }

  .box-3>.auc_hal_m span {
    display: block;
    width: 30%;
  }

  .box-4>.model_na {
    width: 50%;
    display: inline-block;
  }

  .box-4>.model_na span {
    display: block;
    width: 59%;
  }

  .box-4>.year_m {
    width: 48%;
    display: inline-block;
  }

  .box-4>.year_m span {
    display: block;
    width: 30%;
  }

  .box-5>.chas_m {
    width: 50%;
    display: inline-block;
  }

  .box-5>.chas_m span {
    display: block;
    width: 65%;
  }

  .box-5>.mod_gr {
    width: 48%;
    display: inline-block;
  }

  .box-5>.mod_gr span {
    display: block;
    width: 65%;
  }

  .box-6>.eng_cc_m {
    width: 50%;
    display: inline-block;
  }

  .box-6>.eng_cc_m span {
    display: block;
    width: 65%;
  }

  .box-6>.milage_m {
    width: 48%;
    display: inline-block;
  }

  .box-6>.milage_m span {
    display: block;
    width: 65%;
  }

  .box-7>.trans_m {
    width: 50%;
    display: inline-block;
  }

  .box-7>.trans_m span {
    display: block;
    width: 65%;
  }

  .box-7>.color_m {
    width: 48%;
    display: inline-block;
  }

  .box-7>.color_m span {
    display: block;
    width: 65%;
  }

  .box-8>.auc_gra_m {
    width: 50%;
    display: inline-block;
  }

  .box-8>.auc_gra_m span {
    display: block;
    width: 65%;
  }

  .box-8>.st_price {
    width: 48%;
    display: inline-block;
    text-align: left !important;
  }

  .box-8>.st_price span {
    display: block;
    width: 65%;
  }

  .box-9>.st_pr_res {
    width: 50%;
    display: inline-block;
    text-align: left !important;
  }

  .box-9>.st_pr_res span {
    display: block;
    width: 65%;
  }

  .box-10>.avg_price {
    width: 48%;
    display: inline-block;
    text-align: left !important;
  }

  .box-10>.avg_price span {
    display: block;
    width: 65%;
  }

  .box-9>.result_m {
    width: 48%;
    display: inline-block;
    text-align: left !important;
  }

  .box-9>.result_m span {
    display: block;
    width: 65%;
  }

  .box-10 {
    text-align: left;
  }

  #total_row>div {
    width: 33.33%;
  }

  #total_row>div>span {
    display: block;
  }

  #total_row>div.double_width {
    width: 100% !important;
  }

  #total_row>div:last-child {
    display: inline-block;
  }

  .myaucp_top>div>div>div>strong {
    float: right;
  }

  .nego_list>div.first_width {
    width: 100%;
  }

  .nego_list>div.second_width {
    display: none;
  }

  .nego_list>div.third_width {
    width: 60%;
    margin-bottom: 20px;
  }

  .nego_list>div.fourth_width {
    width: 40%;
    margin-bottom: 20px;
  }

  .list_image {
    margin-bottom: 0px;
  }

  .list_details>div {
    border: none;
  }

  .list_details>div.list_year {
    width: 20%;
  }

  .list_details>div.list_eng,
  .list_details>div.list_mil {
    width: 40%;
  }

  .list_details>div.list_fob,
  .list_details>div.list_total {
    width: 50%;
  }

  .list_details>div.list_last {
    width: 100%;
  }

  .stklist_ulli {
    text-align: center;
  }

  .stklist_ulli>li {
    padding: 2px 7px;
  }

  .stkdetail_heading {
    font-size: 26px;
    margin-bottom: 0px;
  }

  .detail_ulli>li::after {
    padding: 0px 4px;
  }

  .freight_box {
    padding: 10px;
  }

  .addon_detail>div {
    padding: 2px 5px;
  }

  .addon_first {
    width: 54%;
  }

  .addon_second {
    display: none;
  }

  .addon_third {
    width: 14%;
  }

  .addon_four {
    width: 30%;
  }

  .second_menu ul li {
    width: 32.333%;
    display: inline-block;
  }

  .campaign_box {
    width: 100%;
  }

  .rec_stock>a>div.image {
    min-height: 126px;
  }

  .rec_stock>a>div.image>img {
    max-height: 126px;
  }

  .stock_row>div {
    width: 100%;
    margin: 0%;
  }

  .auction_search {
    width: 100%;
    float: none;
  }

  .day_box {
    width: 40%;
  }

  .auc_box {
    width: 50%;
    margin-right: 1% !important;
  }

  .make_box {
    width: 49%;
    margin-right: 0% !important;
  }

  .model_box {
    width: 50%;
    margin-right: 1% !important;
  }

  .chs_box {
    width: 49%;
    margin-right: 0% !important;
  }

  .filter_box {
    width: 100%;
    margin-right: 0% !important;
  }

  .lot_search_box {
    padding: 10px;
    width: 100%;
    float: none;
  }

  .or_box {
    display: none;
  }

  .list_main {
    border-bottom: none;
  }

  .list_div {
    background: #F8F8F8;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px -6px #999999;
  }

  .list_div>div {
    border-left: none;
    height: auto;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
  }

  .list_div>div>span {
    display: block;
    font-size: 12px;
    color: #999999
  }

  .aucgrade_cap {
    float: none;
    margin-right: 0%;
  }

  .one_list {
    width: 19%;
  }

  .two_list {
    width: 30%;
  }

  .three_list {
    width: auto;
  }

  .four_list {
    width: auto;
  }

  .five_list {
    width: 33.33%;
    clear: both;
  }

  .six_list,
  .seven_list,
  .eight_list,
  .nine_list,
  .ten_list,
  .ele_list,
  .twe_list,
  .thirt_list,
  .fourt_list,
  .fift_list,
  .sixt_list,
  .sev_list {
    width: 33.33%;
  }

  .list_div>div:last-child {
    border-right: none;
    clear: both;
    float: none;
    width: 100%;
    visibility: hidden;
    height: 0px;
  }

  .list_div:nth-child(4n-2)>div {
    background: #F8F8F8;
  }

  .single_margin {
    padding-top: 0px !important;
  }

  .double_margin {
    padding-top: 0px !important;
  }

  .auction_listdtl {
    clear: both;
    box-shadow: 0px 0px 5px #CCC;
    margin-bottom: 20px;
  }

  .auction_listdtl>div {
    width: auto;
    border: none;
    margin-right: 5%;
  }

  .auction_listdtl:nth-child(2n+0)>div {
    background: #FFFFFF
  }

  .auction_listdtl>div>span {
    display: block;
    line-height: 14px;
  }

  .auction_listdtl>div>strong {
    margin-right: 5px;
  }

  .auction_listhead>div:last-child,
  .auction_listdtl>div:last-child {
    border-right: none;
    clear: both;
    float: none;
  }

  .fav_grade {
    width: 12.5%;
  }

  .team_box>div.details,
  .contact_team>div.details {
    display: none;
  }

  .shipping_sch_top>li>a {
    padding: 4px 25px;
    font-size: 13px;
  }

  .tabs {
    padding: 6px 2px;
    font-size: 12px;
    width: 368px;
  }

  .list_search {
    padding: 5px;
  }

  .iconbox {
    float: initial;
    padding: 0px;
    text-align: center;
  }

  .iconbox-icon {
    margin-left: 0px;
    float: inherit;
    text-align: center;
    margin: 10px auto;
  }

  .iconbox>.iconbox-content {
    margin-left: 0px;
    padding-top: 0px;
  }

  .iconbox-title {
    font-size: 16px;
  }

  .iconbox-sub-title {
    font-size: 14px;
    margin-top: 2px;
  }

  .sold_detail>div {
    padding: 40px 0px;
    font-size: 40px;
    line-height: 24px;
  }

  .team_box {
    width: 100%;
    margin-top: 20px;
  }

  .team_box>div {
    width: 100%;
  }

  .auc_points {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-section .content-column .inner-column {
    margin-left: 0px;
  }

  .about-section .content-column h2 {
    font-size: 24px;
  }

  .inner_commmon_heading {
    font-size: 26px;
  }

  .inner_commmon_heading::after {
    width: 33%;
  }

  .goal-section>div>div>.content-column>.inner-column {
    margin-right: 0px !important;
  }

  .goal-section>div>div>.content-column h2 {
    font-size: 24px;
  }

  .goal-section>div>div>.image-column-best>.best-column {
    margin-left: 10px;
  }

  .trusted_partner>li>a {
    padding-top: 12px;
  }

  .trusted_partner>li {
    width: 95%;
    height: 178px;
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .trusted_partner>li>a>div.ab_heading {
    height: 50px;
  }

  .cont_clippath {
    width: 392px;
    height: 250px;
    margin-bottom: 30px;
  }

  .cont_clippath>iframe {
    width: 392px;
    height: 250px;
  }

  .sub-heading-list {
    font-size: 17px;
  }


  /*----stock-list-----*/
  .stock_list_box {
    padding: 5px;
  }

  .stock_list_box div div div div h2 {
    font-size: 15px;
    margin: 0px;
  }

  .list_inner_frist>span {
    width: 20%;
  }

  .list_inner_second>span {
    width: 14%;
  }

  .detail_info>div.first {
    width: 40px;
    height: 40px;
    margin-left: 8px;
  }

  .detail_info>div.first>span {
    top: 5px
  }

  .detail_info:hover>div.first>span {
    top: 8px
  }

  .detail_info>div.second {
    width: 81%;
  }

  .inner_print_bg {
    float: none;
    margin-bottom: 10px;
  }

  .inner_wish_bg {
    margin-bottom: 10px;
  }

  .detail_price>div>strong {
    font-size: 24px;
  }

  .list_details>ul>li>.list_inner_frist>label {
    width: 22%;
  }

  .list_details>ul>li>.list_inner_second>label {
    width: 19%;
  }

  .referance_bg {
    width: 100%;
    background: none;
    color: #6a6a6a;
    font-weight: normal;
    font-size: 14px;
    padding-top: 7px;
  }

  .list_fob {
    text-align: left !important;
    font-size: 12px !important;
  }

  .fb_price {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0 0 0;
    position: relative;
    top: 0px;
  }

  .l_total {
    text-align: left;
  }

  .stock_list_box .list_image .stock_list-img {
    min-height: 108px;
  }

  .stock_list_box .list_image .stock_list-img>a>img {
    max-height: 108px;
  }

  .car_listing>ul>li {
    width: 100%;
  }

  .car_listing>ul>li>span {
    text-align: left;
    padding: 3px 0 2px 9px;
  }

  .com_cart {
    padding: 4px 7px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .list_total {
    margin-bottom: 6px;
  }

  .mobstock_list {
    width: 97%;
    margin-bottom: 10px;
    text-align: center;
  }

  .mobstock_list>ul {
    list-style: none;
    width: 99%;
    float: left;
    text-align: center;
  }

  .mobstock_list>ul>li {
    margin-right: 10px;
    display: inline-block;
  }

  .mobstock_list>ul>li:nth-child(3) {
    margin-right: 0 !important;
  }

  .mobstock_list>ul>li>.icon_list {
    font-size: 13px;
    color: #797979;
  }

  .mobstock_list>ul>li>.icon_detail {
    font-size: 12px;
    font-weight: normal;
    color: #797979;
  }

  .btn-whatsapp-stock-list {
    float: none;
    margin: -20px 0 0 0;
    position: relative;
    left: 0px;
  }

  .btn-whatsapp-stock-list>a>label {
    padding: 0px 8px 7px 38px;
    margin: 15px 0 5px 0px;
    text-align: center;
  }

  .btn-whatsapp-stock-list>a>strong {
    top: 40px;
    left: -5px;
  }

  .africa_left_whats {
    left: -71px !important;
  }

  span.on-sale {
    top: 0px !important;
  }

  .whatsapp_asia {
    margin-top: -41px !important;
  }

  .font_for_title {
    font-size: 12px !important;
    padding: 0px !important;

    margin-bottom: 5px;
    ;
  }

  .font_for_vclass {
    font-size: 12px !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: -2px !important;
  }

  .testimonial {
    margin-bottom: 10px;
    border-bottom: solid 1px #e31e25;
  }

  .testimonial-part {
    border: none;
    padding-bottom: 0;
  }

  .testimonial-part .testimonial-image {
    width: 100%;
  }

  .testimonial-part:before,
  .testimonial-part:after {
    display: none;
    visibility: hidden;
  }

  .testimonial-part .testimonial-image a {
    text-align: center;
  }

  .testimonial-part .testimonial-image a img {
    width: auto;
    height: auto;
  }

  .testimonial-part .testimonial-content {
    width: 100%;
    margin: 0;
  }

  .testimonial-part .testimonial-content .testimonial-title {
    margin-top: 5px;
  }

  .testimonial-part .testimonial-review small {
    font-size: 75%;
  }

  .stock_product>a>div.image {
    min-height: 133px;
  }

  .stock_product>a>div.image>img {
    max-height: 133px;
  }


  .list_details>ul>li>strong {
    font-size: 12px;
  }

  .bidh-bg {
    display: none;
  }

  .mobile_box {
    border: 1px solid #CCC;
    padding: 5px;
    width: 100%;
    float: left;
  }

  .mobile_box div div h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 8px 0;
  }

  .mobile_box div div h3 span {
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
  }

  .auction_ulli {
    list-style: none;
    padding: 0px;
  }

  .auction_ulli li {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .mobile-view-hide {
    display: none;
  }

  .auction_ulli li strong {
    float: left;
    width: 52%;
  }

  .lot_date {
    background: #e31e25;
    color: #FFF;
    font-size: 12px;
    opacity: 0.7;
    padding: 5px 0px;
  }

  .news_image {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  .news_list {
    display: flex;
  }

  .news_list_img {
    width: 40%;
    float: none;
    display: inline-block;
  }

  .news_details {
    width: 60%;
    display: inline-block;
  }

  .news_details p {
    display: none;
  }

  .deals_in {
    width: 12.2% !important;
    margin-right: 2% !important;
  }

  .export_wi {
    width: 11.8% !important;
    margin-right: 3% !important;
  }



  .det_view {
    bottom: auto;
    top: 0;
  }

  .breadcrumbs ul {
    text-align: center;
  }

  .team_box>div>div>ul>li {
    text-align: center;
  }

  .team_box>div>div>h4,
  .team_box>div>div>h3 {
    text-align: center;
  }

  .team_box>div>div>h3 {
    font-size: 23px;
  }

  .bar_wpp {
    left: 13%;
  }

  .pagination>li:first-child>a,
  .pagination>li:first-child>span {
    padding: 3px 1px;
  }

  .pagination>li:last-child>a,
  .pagination>li:last-child>span {
    padding: 3px 1px;
  }

  .select_new {
    width: 25%;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: -15px;
    font-size: 12px
  }

  .team_box>div>div>div>img {
    text-align: center;
    margin: 0 auto;
  }

  .mb-pt-8 {
    padding-top: 8px;
  }

  .list-detail {
    background: #E8E8E8;
    padding: 0px;
    margin-bottom: 30px;
  }

  .list-detail>div {
    display: block;
  }

  .list-detail>div>div {
    display: block;
    float: left;
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px;
    border-left: none;
  }

  .list-detail>div>div:last-child {
    clear: both;
    float: none;
    border-bottom: none;
    border-right: none;
  }

  .list-detail>div>div>span,
  .list-header>div>div>span {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
  }

  .list-w1,
  .list-w2 {
    width: 50%;
  }

  .list-w3,
  .list-w4,
  .list-w5,
  .list-w6,
  .list-w7,
  .list-w8,
  .list-w9,
  .list-w10,
  .list-w11 {
    width: 100%;
  }

  .mobile-class {
    width: 50% !important;
  }

  .list-wp1,
  .list-wp2 {
    width: 50%;
  }

  .list-wp3,
  .list-wp4,
  .list-wp5 {
    width: 100%;
  }

  .list-ww1,
  .list-ww2,
  .list-ww3,
  .list-ww4,
  .list-ww6,
  .list-ww7,
  .list-ww8,
  .list-ww9,
  .list-ww10 {
    width: 50%;
  }

  .list-ww5 {
    width: 100%;
  }

  .auction_back {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .list_details>ul>li {
    margin-bottom: 0px;
    width: auto;
    margin-right: 0px;
    float: left;
    padding: 0 5px 0 5px;
  }

  .list_details>ul>li>strong {
    padding-bottom: 0px;
  }

  .stock_heading>a {
    font-size: 15px;
  }

  .car_price {
    margin-bottom: 0px;
  }

  .car_price>.car_price_left {
    float: left;
    font-size: 13px;
    color: #7b7b7b;
    width: 72px;
    padding-top: 0px;
  }

  .car_price>.car_price_right {
    float: right;
    font-size: 13px;
  }

  .total_price_g {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 3px 5px;
  }

  .list_total {
    margin-bottom: 0px !important;
  }

  .referance_bg_new {
    padding-top: 0px;
    width: 72%;
    float: left;
    margin: 0px 0px;
    text-align: left;
    padding-bottom: 0px;
  }

  .referance_bg_new>a {
    font-size: 13px;
  }

  .l_total {
    top: -2px;
  }

  .wish_list_icon {
    float: left;
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 0px;
  }

  .get_free_btn {
    margin-top: 8px !important;
    padding: 4px 15px;
    float: left;
    background: #fff;
    color: #333;
    border: #333 2px solid;
  }

  .get_free_btn:hover {
    background: #b33017;
    border: #b33017 2px solid;
  }

  .stock_list-img {
    width: 144px;
    min-height: 109px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .stock_list-img>a>img {
    width: 144px;
    max-height: 109px;
  }

  .detail_info>div.second_last>.member_shin {
    padding-left: 15px;
  }

  .whatsapp_live_chat {
    right: -8px;
  }

  .list_view_mob {
    border-top: #ccc 1px solid;
    padding: 15px 0px;
  }

  .list_view_mob:last-child {
    border-bottom: #ccc 1px solid;
  }

  /*----about-us---*/
  .ab_detail>.ab_icon {
    width: 100%;
  }

  .company-background {
    padding: 13px 5px 17px 5px;
  }

  .ab_detail>.ab_icon_company {
    width: 100%;
    float: none;
  }

  .ab_detail>.ab_icon_address {
    width: 100%;
    float: none;
  }

  .ab_content_address {
    float: left;
    width: 79%;
  }

  .mid-main-section {
    margin-top: 30px;
  }

  .search_result {
    width: 97%;
  }

  .btn-whatsapp {
    margin: 22px 0 0 0px;
  }

  .bar_wpp .icon_wpp {
    left: -5px;
  }

  .client_bg>.client_img {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .client_bg>.client_detail {
    width: 100%;
    margin-left: 0px;
  }

  .faq_width {
    width: 75% !important;
  }

  .client_bg>.client_detail>p {
    font-size: 14px;
  }

  .location_add>span {
    width: 6%;
  }

  .car_accessories_list>ul>li {
    margin-right: 12px;
  }

  .hp_stock>a>.price {
    font-size: 13px;
  }

  .select_make>.select_year_to {
    width: 33%;
    margin-left: 8px;
  }

  .border-bot {
    width: 49%;
    top: -5px;
    border: none;
  }

  .tabbing>.tab-three {
    width: 100%;
    margin-right: 0px;
  }

  .search_btn {
    padding: 3px 9px 5px 6px;
    margin: 5px 0 0 0;
    width: 40px;
    height: 35px;
  }

  .register-bg {
    padding-bottom: 20px !important;
  }

  .view_all_faq a {
    width: 55%;
  }

  .tabbing>.tab-one>strong {
    padding-left: 5px;
  }

  .tabbing>.tab-one>span {
    margin-left: 31px;
  }

  .customer-strt .test_link {
    float: right !important;
  }

  /*-----maker-list------*/

  .mobile_maker_list {
    margin-top: 10px;
  }

  .mobile_maker_list>h2 {
    background: #e31e25;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 10px;
    text-transform: uppercase;
    border-bottom-left-radius: 10px;
    width: 85%;
    padding: 9px 0 9px 15px;
    position: relative;
    margin: 30px 0 19px 0;
  }

  .mobile_maker_list>h2:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -44px;
    width: 0;
    height: 0;
    border-color: transparent transparent #e31e25 transparent;
    border-style: solid;
    border-width: 0 44px 35px 0;
  }

  .mobile_maker_list>ul {
    list-style: none;
    padding: 5px 0;
  }

  .mobile_maker_list>ul>li {
    box-sizing: border-box;
  }

  .mobile_maker_list>ul>li>a {
    text-align: center;
    background: linear-gradient(#f5f5f5 0%, #ffffff 100%);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 13px;
    float: left;
    width: 22.6%;
    margin-right: 3%;
  }

  .mobile_maker_list>ul>li:nth-child(4n)>a {
    margin-right: 0%;
  }

  .mobile_maker_list>ul>li>a>span {
    display: block;
    margin: 0 auto;
  }

  .mobile_maker_list>ul>li>a>label {
    color: #222;
    padding-top: 8px;
    font-size: 12px;
  }

  .top_search {
    padding: 18px 0 0px 0;
  }

  .mobile-search-button {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 6px 0;
    background-color: #e31e25;
    border: none;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block
  }

  h2.desktop-show {
    display: none;
    visibility: hidden;
  }

  h2.mobile-show {
    display: inline-block;
    visibility: visible;
  }

  #showinlower {
    display: none;
  }

  .filter-openCloseWrap {
    position: relative;
    width: 32px;
    height: 17px;
    float: right;
    cursor: pointer;
    display: inline-block;
    visibility: visible;
  }

  .filter-openCloseWrap .filter-openClose {
    width: 20px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: -9px;
    left: -4px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .no-filter .filter-openCloseWrap .filter-openClose {
    left: 16px;
  }

  .no-filter .filter-openClose {
    transform: rotate(45deg) translate(0px, 1.5rem);
    -webkit-transform: rotate(45deg) translate(0px, 1.5rem);
    -moz-transform: rotate(45deg) translate(0px, 1.5rem);
    -ms-transform: rotate(45deg) translate(0px, 1.5rem);
    -o-transform: rotate(45deg) translate(0px, 1.5rem);
  }

  .filter-openCloseWrap .filter-openClose:before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 20px;
    top: -14px;
    left: 14px;
    background-color: #000000;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .filter-openClose {
    transform: rotate(45deg) translate(1.5rem, 0px);
    -webkit-transform: rotate(45deg) translate(1.5rem, 0px);
    -moz-transform: rotate(45deg) translate(1.5rem, 0px);
    -ms-transform: rotate(45deg) translate(1.5rem, 0px);
    -o-transform: rotate(45deg) translate(1.5rem, 0px);
  }

  .filter-openClose:before {
    transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
    -webkit-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
    -moz-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
    -ms-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
    -o-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  }

  .no-filter .filter-openClose:before {
    transform: rotate(-90deg) translate(1.5rem, 1.5rem);
    -webkit-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
    -moz-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
    -ms-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
    -o-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
    top: 14px;
    left: -14px;
  }

  .list_stkstatus {
    left: 0;
    top: 0px;
  }

  .award_heading {
    font-size: 26px;
  }

  .award_selling {
    font-size: 20px;
  }

  .award_stock>a>.image {
    min-height: 134px;
  }

  .award_stock>a>.image>img {
    max-height: 134px;
  }

  .stock_view {
    width: 54% !important;
  }

  .fixedMenu {
    width: 100%;
  }

  .award_sales_heading::after {
    width: 20%;
  }

  .modal-box {
    top: 15% !important;
    left: 4% !important;
    width: 92% !important;
  }

  .popup_whats_heading {
    font-size: 18px !important;
  }

  .wa_submit {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .close {
    background: #646464;
    padding: 6px;
    border-radius: 50%;
    top: -11px;
    position: relative;
    right: -8px;
    width: 29px;
    height: 29px;
    color: #fff;
  }

  .faq li.q strong {
    float: left;
    width: 283px;
  }

  .faq li {
    padding: 6px 0px;
  }

  .faq li>.question {
    margin-left: 4px;
  }


  .auc-faq-spc {
    padding-left: 6px;
    top: 1px !important;
  }

  .faq li span {
    float: none;
  }

  .deposit-mobile {
    top: 0px !important;
  }

  .list-group .list-group-item {
    margin-bottom: 10px;
  }

  .list-group .list-group-item .block-left {
    display: block;
    width: 100%;
  }

  .list-group .list-group-item .block-right {
    display: block;
    width: 100%;
    padding: 16px;
  }

  .fa-memb-tokgraphic {
    left: 0;
  }

  h3.testimonial-title {
    word-wrap: break-word;
  }

  .blog-top {
    height: auto;
    margin-bottom: 0px;
  }

  .inner-column {
    text-align: center;
  }

  .news_list div>h4 {
    margin-top: 12px;
    font-size: 14px !important;
  }

  .news_heading {
    font-size: 22px;
  }

  .news-content {
    width: 100%;
  }

  .news-content p img {
    max-height: 190px !important;
    margin-top: 0px;
    max-width: 380px !important;
  }

}

@media only screen and (min-width:360px) and (max-width:760px) {
  .brsr-left li {
    margin: 4px 2px 12px;
  }

  .tabs .tabs-list li {
    width: 110px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
  .country-calculation .page-heading {
    font-size: 26px;
  }

  .tokyo_technical .page-heading {
    font-size: 28px !important;
  }

  .other-head-1 {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .other-head-2 {
    margin-top: 30px;
    margin-bottom: 4px;
  }

  .auction_top {
    display: none
  }

  .ceo-info {
    position: initial;
    margin-top: 20px;
  }

  .image-ceo {
    width: 100%;
  }

  .how_to_buy_icon::before {
    border-bottom: dashed 1px #a79d9d;
    border-right: none;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .dark .how_to_buy_icon:before {
    border-bottom: solid 1px #a79d9d;
    border-right: none;
  }

  .how_to_buy_icon span.digits {
    top: auto;
    left: 46%;
    right: auto;
    bottom: -12px;
  }

  .inner_nav>ul>li>a {
    font-size: 10px;
  }

  .bidding-digits {
    border-bottom: solid 1px #a79d9d;
    border-right: none;
    right: 0;
  }

  .dark.bidding-status .position-relative {
    margin-bottom: 20px;
  }

  .bidding-digits span {
    top: auto;
    left: 46%;
    right: auto;
    bottom: -12px;
  }

  .auction_top {
    margin-top: -50px;
  }

  div.box_out_div div.box ul li label {
    width: 74%;
    font-size: 13px;
  }

  .mobile-view-hide {
    display: none;
    visibility: hidden;
  }

  .stock_first_auc,
  .stock_second_auc {
    width: 100%;
  }

  .login_panel ul li a strong {
    font-size: 16px;
  }

  .list-manage-btn {
    position: initial;
  }

  .testimonial-main-image {
    min-height: auto;
  }

  .testimonial-main-image>a>img {
    position: inherit;
    max-height: auto;
  }

  .blueimp-gallery-svgasimg.stock_details>.prev {
    left: 15px !important;
  }

  .blueimp-gallery-svgasimg.stock_details>.next {
    right: 15px !important;
  }

  .blueimp-gallery-svgasimg.stock_details>.close {
    right: 15px !important;
  }

  .ceo-info {
    position: initial;
    margin: 0;
    width: 100%;
  }

  .president-message .main-content {
    border-right: solid 1px #911620;
  }

  .president-message {
    margin: 0 0 30px 0 !important;
  }

  .auction_widget .auction_bg {
    background: none;
    background-color: #8d0914;
  }

  .inner_auto>a>h3 {
    text-align: center;
  }

  .inner_auto>a>p {
    text-align: center;
  }

  div.box_out_div div.box ul li {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }

  .pagination>li:last-child>a,
  .pagination>li:last-child>span {
    padding: 3px 7px;
  }

  .testimonial_4,
  .testimonial_5,
  .testimonial_6 {
    display: none !important;
  }

  .image-gallery a.next,
  .image-gallery a.close {
    right: 0;
  }

  .image-gallery a.prev {
    left: 0;
  }

  .show_more {
    width: 47%;
  }

  .mb_maker {
    background: #E8E8E8;
    margin: 0px;
    font-size: 16px;
  }

  .mb_maker>a {
    display: block;
    padding: 10px 5px;
    color: #000000;
  }

  .mb_first {
    float: left;
    width: 100%;
  }

  .mb_second {
    position: fixed;
    width: 10%;
    top: 194px;
    right: 0px;
    height: 75%;
    background: #333333;
  }

  .mb_second>ul {
    list-style: none;
    padding-left: 0px;
    background: #333333;
    color: #FFFFFF;
  }

  .mb_second>ul>li {
    text-align: center;
    font-size: 12px;
    cursor: pointer;
  }

  .alpha_head {
    background: #e31e25;
    color: #FFFFFF;
    padding: 2px 20px;
  }

  .aplha_ulli {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
  }

  .aplha_ulli>li {
    border-bottom: 1px dotted #CCC;
  }

  .aplha_ulli>li:last-child {
    border-bottom: none;
  }

  .aplha_ulli>li>a {
    font-size: 12px;
    display: block;
    padding: 5px 20px;
    color: #666666;
    text-transform: uppercase;
  }

  .aplha_ulli>li>a:hover {
    background: #ffece5;
    color: #000000;
  }

  .red_border {
    border: 1px solid #E31B23;
  }

  .red_border_left_right {
    border-top: 1px solid #E31B23;
    border-bottom: 1px solid #E31B23;
  }

  .top_strip>div>div>div>ul.top_right {
    padding: 1px 0 3px 0;
  }

  .top_strip>div>div>div>ul.top_right>li:last-child {
    margin-right: 0px;
    display: none;
  }

  .ab_detail>.ab_icon_address h3 {
    padding-left: 27px;
  }

  .ab_detail>.ab_icon_address>.ab_content_address>p {
    padding-left: 27px;
  }

  .ab_detail>.ab_icon_address>.ab_oval_address {
    top: 118px;
  }

  .flag-import {
    width: 50%;
  }

  .country-column .content-column .inner-column {
    margin-left: 0;
  }

  .country-column .content-column h2 {
    font-size: 23px;
    margin-right: 0%;
    text-align: center;
  }

  .faq-local li {
    padding: 14px 4px;
    height: 60px;
    width: 100%;
  }

  .faq-local li.q strong {
    top: 6px;
    font-size: 14px;
  }



}

@media only screen and (min-width: 320px) and (max-width:767px) {
  .mobile_top_whatsapp {
    margin-top: 5px !important;
    font-size: 15px;
    border-right: none !important;
    margin-bottom: 0px !important;
  }

  .mobile_country {
    width: 98%;
    position: relative;
    right: 2px;
  }

  .w_dropbtn {
    padding: 0px !important
  }

  .resp {
    width: 373px;
    height: 380px;
  }

  .viewbutton {
    padding: 6px 6px;
    color: #b33017;
    border-radius: 10px;
    text-align: right;
    margin: 0px auto;
    width: 100%;
    margin-bottom: 0px;
    background: none;
    border: none;
    font-size: 15px;
  }

  .tabs .tab {
    padding: 10px 0px 20px !important;
  }

  .customer-box-1 {
    max-height: 600px !important;
    ;
  }

  .tprus-img>img {
    width: 100%;
    max-height: 125px;
    max-height: 320px;
  }

  .mob_nav_new {
    display: flex;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    background: #223f79;
  }

  .mob_nav_new>li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #526a99;
    position: relative;
    min-height: 60px;
  }

  .mob_nav_new>li:last-child {
    border-right: none;
  }

  .mob_nav_new>li a {
    color: #fff;
    display: block;
    padding: 4px 0px;
  }

  .mob_nav_new>li strong {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob_nav_new>li label {
    display: block;
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .fa-log {
    top: 9px;
  }

  .menu,
  .menu>.container {
    padding: 0px
  }

  #fixed-top {
    padding-left: 0px !important;
  }

  .bxslider>li,
  .bxslider>li img {
    height: 130px;
  }

  #fixed-top span.sb-toggle-left {
    float: none !important;
  }

  .mob_top {
    top: 0px !important;
  }

  .img-banks {
    float: none;
  }

  .benfi-bank {
    font-size: 20px;
  }

  .mtb-spc {
    box-shadow: 0px 0px 4px #000;
  }

  .pd-spce {
    position: relative;
    top: 0px;
  }

  .video-1 iframe {
    width: 100%;
  }



  .video-2 iframe {
    width: 100%;
  }

  .footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-bottom p {
    padding-top: 0px;
  }

  .stock_heading {
    text-align: left;
    margin-bottom: 0px;
  }

  .transmission {
    display: inline-block !important;
    margin-bottom: 0px !important;
  }

  .list_details {
    margin-bottom: 0px;
  }

  .pop_det_tbl {
    overflow: auto;
  }

  .pop_det_tbl>table {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/********************mobile_menu.CSS******************/
.mobile_menu {
  list-style: none;
  padding-left: 0px;
}

.mobile_menu>li>div,
.drop_menu>li>div {
  border-bottom: 1px solid #dee6ea;
  padding: 14px 16px;
}

.mobile_menu>li>div>a,
.md-drop {
  font-size: 16px;
  color: #2e363a;
  font-weight: 500;
}

.mobile_menu>li>div>span {
  float: right;
  font-size: 30px;
  line-height: 22px;
  color: #8b9aa2;
  cursor: pointer;
}

/* .md-drop {cursor: pointer;}
.md-drop>span {float: right;} */
.sb_left_home {
  border-bottom: 2px solid #dee6ea;
  padding: 16px;
  color: #2e363a;
  font-size: 18px;
  font-weight: 500;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 0px 10px -6px #000;
}

/* .drop_menu{list-style-type: disc;} */
.drop_menu>li>div::before {
  content: "\2022";
  color: #ced6da;
  font-weight: bold;
  display: inline-block;
  width: 10px;
}

.drop_menu>li>div>a {
  color: #2e363a;
  font-size: 16px;
}

/* .mobile_menu>li:hover>ul {display: block;} */
/* .mobile_menu>li:hover>span {background-position: -214px -272px;}
.mobile_menu>li>ul {padding-left: 10px;}
.mobile_menu>li>ul>li {margin-bottom: 2px;} */
/* .mobile_menu > li > ul > li:first-child{margin-top: 10px;} */
/* .mobile_menu>li>ul>li>a {color: #2e363a;display: block;font-size: 14px; padding: 3px 0px;} */
.fixed_top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #838383;
  z-index: 4;
  box-shadow: 0 1px 2px #ccc;
}

.mobile_top {
  font-size: 18px;
  margin: 3px 15px 0 0;
  text-align: center;
}

#sb-site,
.sb-site-container {
  padding: 14px;
}

.sb-slidebar {
  color: #2e363a;
}

html.sb-active #sb-site,
.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
  cursor: pointer
}

#sb-site.top-padding {
  padding-top: 50px
}

#fixed-top {
  width: 100%;
  z-index: 4;
  margin: 0px 0 0 0;
  padding-left: 20px;
  transform: translate(0px) !important;
}

#fixed-top span.sb-toggle-left {
  float: right;
  color: #fff;
}

#fixed-top span.sb-toggle-right {
  float: right;
  color: #fff;
  padding: 14px;
}

.menu_icon span {
  border: 1px solid #fff;
  display: block;
  position: relative;
  margin-bottom: 0px;
  width: 24px;
  margin-top: 4px;
  top: 2px;
}

.menu_icon:hover span {
  border-color: #ff4500;
}

.back_icon {
  font-size: 32px;
  line-height: 22px;
  color: #223f79;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden
}

#sb-site,
.sb-site-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background-color: #fff
}

#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
  content: ' ';
  display: table;
  clear: both
}

.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
  background-color: #fff;
  z-index: 999999;
}

.sb-slidebar,
.sb-slidebar * {
  -webkit-transform: translateZ(0px)
}

.sb-left {
  left: 0
}

.sb-right {
  right: 0
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute
}

.sb-slidebar.sb-left.sb-active {
  display: block;
  width: 85%;
  box-shadow: 0px 0 30px -10px #000;
}

.sb-style-overlay {
  z-index: 9999
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch
}

.sb-slidebar {
  width: 30%
}

.sb-width-thin {
  width: 15%
}

.sb-width-wide {
  width: 45%
}

.sp-botsrrow {
  width: 23px;
  height: 13px;
  background-position: -225px -258px;
  top: 4px;
}

.mobile_menu>li:hover span {
  background-position: -256px -258px;
}

@media(max-width:480px) {
  .sb-slidebar {
    width: 70%
  }

  .sb-width-thin {
    width: 55%
  }

  .sb-width-wide {
    width: 70
  }
}

@media(min-width:481px) {
  .sb-slidebar {
    width: 70%
  }

  .sb-width-thin {
    width: 60%
  }

  .sb-width-wide {
    width: 70%
  }
}

@media(min-width:768px) {
  .sb-slidebar {
    width: 60%
  }

  .sb-width-thin {
    width: 25%
  }

  .sb-width-wide {
    width: 55%
  }
}

@media(min-width:992px) {
  .sb-slidebar {
    width: 30%
  }

  .sb-width-thin {
    width: 15%
  }

  .sb-width-wide {
    width: 45%
  }
}

@media(min-width:1024px) {
  .slider.slider-horizontal {
    width: 190px;
    height: 20px
  }

  .slider.slider-horizontal .slider-track {
    left: 2px
  }
}

@media(min-width:1200px) {
  .sb-slidebar {
    width: 20%
  }

  .sb-width-thin {
    width: 5%
  }

  .sb-width-wide {
    width: 35%
  }
}

.sb-toggle-left {
  float: right;
}

.sb-toggle-left.back_icon {
  float: left;
}

.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-backface-visibility: hidden
}

.sb-hide {
  display: none;
}

/*********************IMAGE GALLERY**********************/
.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.slides>.slide>.slide-content>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.slides>.slide>.slide-content>img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
  display: block
}

.blueimp-gallery-display {
  display: block;
  opacity: 1
}

.blueimp-gallery>.slides {
  position: relative;
  height: 100%;
  overflow: hidden
}

.blueimp-gallery-carousel>.slides {
  position: absolute
}

.blueimp-gallery>.slides>.slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.blueimp-gallery>.slides>.slide-prev,
.blueimp-gallery>.slides>.slide-active,
.blueimp-gallery>.slides>.slide-next {
  visibility: visible
}

.blueimp-gallery>.slides>.slide-loading {
  background: url(../gif/loading.gif) center no-repeat;
  background-size: 64px 64px
}

.blueimp-gallery-smil>.slides>.slide-loading {
  background-image: url(../svg/loading.svg)
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
  opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
  background: url(../png/error.png) center no-repeat
}

.blueimp-gallery-svgasimg>.slides>.slide-error {
  background-image: url(../svg/error.svg)
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
  display: none
}

.blueimp-gallery-display>.prev,
.blueimp-gallery-display>.next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #222 url(../png/prev.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: .5;
  cursor: pointer;
}

.blueimp-gallery-display>.next {
  right: 15px;
  left: auto;
  background-image: url(../png/next.png)
}

.blueimp-gallery-svgasimg>.prev {
  background-image: url(../svg/prev.svg)
}

.blueimp-gallery-svgasimg>.next {
  background-image: url(../svg/next.svg)
}

.blueimp-gallery-display>.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../png/close.png) center no-repeat;
  opacity: .8;
  cursor: pointer;
}

.blueimp-gallery-svgasimg>.close {
  background-image: url(../svg/close.svg)
}

.blueimp-gallery>.title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 60px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none
}

.blueimp-gallery-display>.play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: url(../png/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: .5;
  display: none
}

.blueimp-gallery-svgasimg>.play-pause {
  background-image: url(../svg/play-pause.svg)
}

.blueimp-gallery-playing>.play-pause {
  background-position: -30px 0
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
  display: none
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
  color: #fff;
  opacity: 1
}

*+html .blueimp-gallery>.slides>.slide {
  min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
  position: relative
}

*+html .blueimp-gallery>.slides>.slide>.slide-content>img {
  position: relative
}

.blueimp-gallery>.indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.blueimp-gallery>.indicator>li {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: .5;
  cursor: pointer
}

*+html .blueimp-gallery>.indicator>li {
  display: inline
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1
}

.blueimp-gallery>.indicator>li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  top: -5em;
  left: 4px;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out, opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events: none
}

.blueimp-gallery>.indicator>li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px)
}

.blueimp-gallery>.indicator>.active:after {
  display: none
}

.blueimp-gallery-controls>.indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
  display: none
}

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff
  }
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  display: block !important;
  opacity: 1 !important;
}

.lb-outerContainer {
  width: 800px !important;
  height: 600px !important;
}

.lightbox .lb-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
}

.lb-dataContainer {
  padding-top: 0 !important;
  width: 800px !important;
  position: absolute;
  top: 0;
  left: 20.5%;
  z-index: 99999;
}

@media only screen and (min-width:1600px) and (max-width:2500px) {
  .lb-dataContainer {
    left: 29.1% !important;
  }
}

@media only screen and (min-width:1024px) and (max-width:1050px) {
  .lb-dataContainer {
    left: 11% !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .lb-dataContainer {
    width: 670px !important;
    left: 8% !important;
  }

  .lb-outerContainer {
    width: 670px !important;
    height: 520px !important;
  }
}

@media only screen and (min-width:400px) and (max-width:767px) {
  .lb-dataContainer {
    width: 400px !important;
    left: 2% !important;
  }

  .lb-outerContainer {
    width: 400px !important;
    height: 290px !important;
  }
}

@media only screen and (min-width:320px) and (max-width:400px) {
  .lb-dataContainer {
    width: 370px !important;
    left: 2% !important;
  }

  .lb-outerContainer {
    width: 370px !important;
    height: 290px !important;
  }
}

.pagination {
  padding-left: 0;
  margin: 0px;
  border-radius: 4px;
  display: inline-flex;
  margin-top: 20px;
}

.pagination>li {
  display: inline;
  cursor: pointer;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 3px 8px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #325899;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  padding: 3px 7px;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--bs-site-color);
  border-color: var(--bs-site-color);
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.dropdown {
  position: relative;
  transition-delay: 300ms;
  z-index: 999;
}

.dropdown ul {
  background-color: #fff;
  transition: all 500ms;
  transition-duration: 2s;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  width: 232px;
  display: inline-block;
  z-index: 999;
  top: 40px;
  left: 0px;
  text-align: left;
}

.dropdown:hover ul {
  overflow: inherit;
  transition: all 500ms;
}

.dropdown>ul>li>a {
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}

.dropdown li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}

.dropdown.hover li a {
  border-top: 1px solid #fcd6c8;
  border-bottom: 0px;
}

.dropdown.hover li:first-child a {
  border-top: 0px;
  transition: all 500ms;
}

.dropdown.hover li:first-child a::before {
  transition: all 500ms;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  left: 0px;
  margin: -10px 0 0 30px;
}

.dropdown.hover a {
  transition-duration: 0.2s;
  margin-top: 0px;
}

.dropdown.hover a:hover {
  transition-duration: 0.2s;
}

.dropdown li a:hover {
  text-decoration: underline;
}

.dropdown.hover>a:hover::after {
  border-top-color: #fff;
}

.dropdown.hover li:first-child a:hover::before {
  border-bottom-color: #fff;
}

.dropdown.hover:hover li {
  height: 40px;
}


/*********slider******/
.bxslider {
  padding-left: 0
}

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
  text-align: center
}

.bx-wrapper .bx-viewport {
  left: 0;
  overflow: visible !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../gif/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 500;
  color: #e70707;
  padding: 10px 0
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e70707
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../png/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../png/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none
}

.bx-wrapper .bx-controls-auto {
  text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../png/controls.png) -86px -11px no-repeat;
  margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../png/controls.png) -86px -44px no-repeat;
  margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px
}


.login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 8px 25px 8px 10px;
  border-radius: 30px;
  box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 1px 1px rgb(0 0 0 / 25%);
  color: #212121;
  background-color: #ffffff;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.login-with-google-btn>span {
  margin-right: 20px;
  vertical-align: middle;
}

.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #212121;
}

/* .login-with-google-btn:active {background-color: #000000;}
.login-with-google-btn:focus {outline: none;box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;}
.login-with-google-btn:disabled {filter: grayscale(100%);background-color: #ebebeb;box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);cursor: not-allowed;} */

.sin-up {
  display: block;
  margin-bottom: 2px;
  border-color: transparent transparent #9b9b9b transparent;
  border-width: 6px;
  border-style: solid;
  height: 6px;
  width: 6px;
}

.sin-bt {
  display: block;
  margin-bottom: 2px;
  border-color: #9b9b9b transparent transparent transparent;
  border-width: 6px;
  border-style: solid;
  height: 6px;
  width: 6px;
}

.updown_arrow {
  display: inline-block;
  position: relative;
  left: 5px;
  top: 3px;
  font-weight: 500;
}

.span_arrow {
  position: relative;
  top: -7px;
  font-weight: 700;
}

#notification {
  position: relative;
  display: none;
}

#notification>strong {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  right: 0px;
  background-color: #fff;
  transform: rotate(45deg);
}

#notific_text {
  width: 400px;
  position: absolute;
  top: 10px;
  right: -130px;
  z-index: 999;
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#notific_text>li {
  padding: 5px 10px;
  margin-top: 2px;
  background-color: #e8f3f9;
  font-size: 14px;
  color: #575757;
}

#notific_text>li:last-child {
  margin-bottom: 2px;
}

#notific_text>li:hover {
  background-color: #fff;
}

#notific_text>li>div {
  display: inline-block;
  width: 86%;
  margin-left: 19px;
}

.pop_det {
  background-color: #f2f2f2;
  padding: 14px 10px;
  margin-bottom: 24px;
}

#popup_price {
  font-size: 16px;
  color: #E31B23 !important;
  font-weight: 600;
}


.popup_modal {
  width: 33%;
  margin: auto;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  left: 35%;
  height: 594px;
  box-shadow: 0px 0px 10px #686868;
}

.pop_close {
  display: inline-block;
  position: absolute;
  right: -14px;
  top: -14px;
}

.closeButton {
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #878787;
  font-size: 16px;
}

.pop_head {
  color: var(--bs-site-color);
}

.login_new {
  font-size: 28px;
  font-weight: 500;
}

#login_create {
  color: #000;
  text-decoration: underline;
  vertical-align: sub;
  font-size: 14px;
}

.forgot_pass {
  font-weight: 300;
  color: #000;
  text-decoration: underline;
}

.black_overlay {
  position: absolute;
  top: 0px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.fa-google-sign {
  background-position: -225px -90px;
  width: 20px;
  height: 20px;
}

.fa-fb-sign {
  background-position: -249px -88px;
  width: 20px;
  height: 20px;
}

.login_captcha {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#reg_popup {
  width: 50%;
  left: 23%;
  padding: 0px;
}

#registerModalForm {
  /*overflow: auto;overflow-x: hidden;*/
  height: 580px;
  padding: 30px 20px;
  width: 100%;
}

#registerModalForm::-webkit-scrollbar {
  width: 4px;
  z-index: -1;
}

#registerModalForm::-webkit-scrollbar-track {
  background-color: #fff;
}

#registerModalForm::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9da0a1;
}

.lsin-with {
  text-align: center;
  width: 100%;
  margin: auto;
}

.lsin-with>p {
  position: relative;
  margin-bottom: 20px;
}

.lsin-with>p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
  position: absolute;
  top: 50%;
}

.lsin-with>p>span {
  display: inline-block;
  background: #fff;
  padding: 0px 20px;
  position: relative;
  z-index: 9;
}

#adv_srch {
  text-align: center;
  width: 160px;
  color: #fff;
  position: fixed;
  top: 105px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #223f79;
  z-index: 99999;
  border-radius: 6px;
  padding-top: 2px;
  box-shadow: none;
  font-size: 14px;
  display: none;
}

.mob_det_box {
  position: fixed;
  top: 67px;
  left: 0px;
  background: #d9d9d9;
  padding: 4px;
  z-index: 9999;
  display: none;
}

.stock_icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.jum_head {
  font-weight: 300;
  font-size: 30px;
}

.jum_head>label {
  color: var(--bs-site-color);
}

.just_bank {
  border: 1px solid #333;
  height: 100%;
}

.just_bank h3 {
  color: #fff;
  background: #26538a;
  margin: 0 0 10px;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 700;
}

.just_bank ul {
  list-style: none;
  padding: 0 20px;
}

.just_bank ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.just_bank ul li span {
  width: 30%;
  float: left;
  font-weight: 700;
}

.about_heading {
  font-size: 24px;
  border-bottom: 1px dotted #ccc;
}


/*-----tabing-----*/

.tabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* tab list item */
.tabs .tabs-list {
  list-style: none;
  margin: 0 0 0px 8px;
  padding: 0px;
}

.tabs .tabs-list li {
  width: 32%;
  float: left;
  margin: 0px;
  margin-right: 2px;
  padding: 6px 5px;
  text-align: center;
  background-color: #919191;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabs .tabs-list li:hover {
  cursor: pointer;
}

.tabs .tabs-list li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

/* Tab content section */
.tabs .tab {
  width: 96%;
  height: auto;
  padding: 20px 0px;
  background-color: #fff;
  clear: both;
  box-shadow: 1px -1px 5px #ccc;
  margin-left: 7px;
  border-radius: 10px;
}

.tabs .tab h3 {
  border-bottom: 3px solid cornflowerblue;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 5px;
}

.tabs .tab p {}

/* When active state */
.tab.active {
  display: block !important;
}

.tabs .tabs-list li.active {
  background-color: #b33017 !important;
  color: #fff !important;
}

.tab.active a {
  color: #fff !important;
  font-size: 16px;
}

/* media query */
@media screen and (max-width:360px) {
  .tabs {
    margin: 0;
    width: 96%;
  }

  .tabs .tabs-list li {
    width: 80px;
  }
}

.no_reslt {
  background: #e5f9ff;
  padding: 10px;
  margin: 10px 0px 20px;
}

.inq_sec {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 10px;
}

.inq_1 {
  background: #f59236;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
}

.inq {
  background: url(../png/sprite-mid.png) 0 0 no-repeat;
  display: inline-block;
  position: relative;
}

.inq_msg {
  background-position: -48px -38px;
  width: 18px;
  height: 18px;
  top: 8px;
}

.inq_con {
  background-position: -174px -2px;
  width: 22px;
  height: 23px;
  top: 7px;
}

.freight_cal .mobile-show {
  background: #FDC830;
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);
  background: linear-gradient(to right, #F37335, #FDC830);
  color: #fff;
}

.selectize-control {
  height: 36px !important;
  text-align: left !important;
}

.selectize-input {
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 1px solid #CED4DA !important;
  z-index: 0 !important;
}

.selectize-input input {
  color: #000 !important;
}

.selectize-dropdown {
  z-index: 9999 !important;
}

#login_Pop {
  position: fixed;
  background: #fff;
  width: 50%;
  z-index: 999999999999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 20px;
  text-align: center;
}

#black_overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  z-index: 99999999;
}

/* poland css  */
.local_page_image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 4px solid #002752;
}

.local_page_image img {
  border-radius: 50%;
}

.local_page {
  background: url(../png/sprite_img_poland_new.png);
  position: relative;
  display: inline-block;
}

.local_page_mail {
  background-position: -28px -1px;
  width: 24px;
  height: 19px;
}

.local_page_phone {
  background-position: -59px -2px;
  width: 20px;
  height: 20px;
}

.local_page_person {
  background-position: -87px -2px;
  width: 20px;
  height: 20px;
}

.local_page_website {
  background-position: -3px -2px;
  width: 20px;
  height: 20px;
}

.local_page_address {
  background-position: -137px -1px;
  width: 22px;
  height: 22px;
}

.local_page_fax {
  background-position: -114px -1px;
  width: 22px;
  height: 21px;
}

/**
 * SEO
 */

.seo-content {
  width: 100%;
  background: #F5F5F5;
  box-shadow: 0px 0px 5px #CCCCCC;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px;
}

/* Основные стили */
.seo-content body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.seo-content h1, .seo-content h2, .seo-content h3, .seo-content h4, .seo-content h5, .seo-content h6 {
  font-weight: bold;
  color: #333;
  margin: 0.5em 0;
}

.seo-content h1 {
  font-size: 2.5em;
}

.seo-content h2 {
  font-size: 2em;
}

.seo-content h3 {
  font-size: 1.75em;
}

.seo-content h4 {
  font-size: 1.5em;
}

.seo-content h5 {
  font-size: 1.25em;
}

.seo-content h6 {
  font-size: 1em;
}

.seo-content p {
  margin: 1em 0;
  font-size: 1em;
}

.seo-content ul, .seo-content ol {
  margin: 1em 0;
  padding-left: 20px;
}

.seo-content li {
  margin: 0.5em 0;
}

.seo-content a {
  color: #1a73e8;
  text-decoration: none;
}

.seo-content a:hover {
  text-decoration: underline;
}

.seo-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.seo-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.seo-content th, .seo-content td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.seo-content th {
  background-color: #f4f4f4;
}

.seo-content blockquote {
  padding: 1em;
  margin: 1em 0;
  background-color: #f9f9f9;
  border-left: 4px solid #ccc;
  font-style: italic;
}

.seo-content code {
  font-family: monospace;
  background-color: #f4f4f4;
  padding: 2px 4px;
  border-radius: 4px;
}

.seo-content pre {
  font-family: monospace;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 4px;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 1em 0;
}

.seo-content input, .seo-content textarea, .seo-content select, .seo-content button {
  font-family: Arial, sans-serif;
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

.seo-content table a {
  color: #1a73e8;
}

.seo-content table a:hover {
  text-decoration: underline;
}

.seo-content .alert {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: 1.1em;
}

.seo-content .alert-info {
  background-color: #e7f3fe;
  border-color: #b3d7f5;
}

.seo-content .alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.seo-content .alert-error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.seo-content .footnote {
  font-size: 0.85em;
  color: #888;
}

.seo-content .footnote a {
  color: #1a73e8;
}

.seo-content video {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.seo-content td {
  word-wrap: break-word;
}

.seo-content mark {
  background-color: #ff0;
}

.seo-content i {
  font-style: italic;
}

.seo-content b {
  font-weight: bold;
}

.seo-content u {
  text-decoration: underline;
}

.seo-content .column {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  vertical-align: top;
}

.seo-content .column img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Адаптивные стили */
@media (max-width: 1200px) {
  .seo-content h1 {
      font-size: 2.2em;
  }

  .seo-content h2 {
      font-size: 1.8em;
  }

  .seo-content h3 {
      font-size: 1.5em;
  }

  .seo-content h4 {
      font-size: 1.3em;
  }

  .seo-content h5 {
      font-size: 1.1em;
  }

  .seo-content h6 {
      font-size: 1em;
  }

  .seo-content .column {
      width: 48%;
  }
}

@media (max-width: 992px) {
  .seo-content h1 {
      font-size: 2em;
  }

  .seo-content h2 {
      font-size: 1.6em;
  }

  .seo-content h3 {
      font-size: 1.4em;
  }

  .seo-content h4 {
      font-size: 1.2em;
  }

  .seo-content .column {
      width: 100%;
  }

  .seo-content video {
      width: 100%;
  }
}

@media (max-width: 768px) {
  .seo-content h1 {
      font-size: 1.8em;
  }

  .seo-content h2 {
      font-size: 1.5em;
  }

  .seo-content h3 {
      font-size: 1.3em;
  }

  .seo-content h4 {
      font-size: 1.1em;
  }

  .seo-content h5 {
      font-size: 1em;
  }

  .seo-content h6 {
      font-size: 0.9em;
  }

  .seo-content .alert {
      font-size: 1em;
  }

  .seo-content table th, .seo-content table td {
      font-size: 0.9em;
  }
}

/* Стиль для iframe TinyMCE */
.seo-content iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.top-currency-rates{
  clear: both;
  color: #fff;
  line-height: 12px;
  text-align: right;
  padding-right: 5px;
}
.mobile_bot_head{
  .top-currency-rates{
    color: #000;
    padding-right: 30px;
  }
}