.bx-wrapper img@charset "UTF-8";

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: 'Mulish', sans-serif !important;
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;

  --bs-site-color: #000000;
  --bs-common-color: #0b163f;
  --bs-grey-color: #585858;
  --bs-read-color: #dc1414;
  --bs-footer-color: #161921;
  --theme-color: #E81C2E;
  --title-color: #161921;
  --white-color: #ffffff;
}

:root {
  --jumvea-color: #6c4ea7;
  --jumvea-second-color: #f66587;
}


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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family) !important;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative
}

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


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

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

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

ol,
ul {
  padding-left: 0rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0px;
  list-style: none;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6C4EA7;
  text-decoration: none;
}

a:hover {
  color: #6C4EA7;
}

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

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

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

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

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

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

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

legend+* {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled {
  padding-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: 0.5rem;
}

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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

@media (min-width: 1400px) {

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

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

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

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

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

.table-borderless> :not(:first-child) {
  border-top-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

/* .form-control {
  display: block;width: 100%;padding:0.375rem 0.35rem;font-size:15px;font-weight: 400;line-height:22px;color: #6c6c6c;background-color: #fff;background-clip: padding-box;border: 1px solid #fff;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0px;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;box-shadow: inset 0 0 8px rgb(233 29 38 / 35%);border:1px solid rgb(0 0 0 / 20%);} */
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

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

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e91d26;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(233, 29, 38, 0.25);
}

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

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

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

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

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

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

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

  .form-control::file-selector-button {
    transition: none;
  }
}

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

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

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

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

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

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

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.25rem 0.375rem 0.35rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-weight: 400;
  line-height: 23px;
  color: #6c6c6c;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.15rem center;
  background-size: 16px 12px;
  border: 1px solid var(--bs-white);
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 0 8px rgb(233 29 38 / 35%);
  border: 1px solid rgb(0 0 0 / 20%);
}

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

.form-select:focus {
  border-color: #e91d26;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(233, 29, 38, 0.25);
}

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

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

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

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

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

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

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

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

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

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

.form-range:focus {
  outline: 0;
}

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

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

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

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

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

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

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

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

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

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

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

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

.form-floating>.form-control {
  padding: 1rem 0.75rem;
}

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

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

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

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

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

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

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

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

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

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

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

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

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

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

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

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

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

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

.btn:hover {
  color: #212529;
}

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

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

.btn-primary {
  color: #fff;
  background-color: var(--bs-site-color);
  border-color: var(--bs-site-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-about-hover);
  border-color: var(--bs-about-hover);
}

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

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

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

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

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

.btn-secondary:hover {
  color: #6c757d;
  background-color: transparent;
  border-color: #565e64;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #6c757d;
  background-color: transparent;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

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

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

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

.btn-success {
  color: #fff;
  /* background-color: #0c5915; */
  background-image: linear-gradient(180deg,
      hsl(126deg 72% 18%) 0%,
      hsl(126deg 74% 19%) 11%,
      hsl(127deg 76% 20%) 22%,
      hsl(127deg 78% 21%) 33%,
      hsl(127deg 80% 22%) 44%,
      hsl(127deg 82% 22%) 56%,
      hsl(127deg 84% 23%) 67%,
      hsl(128deg 87% 24%) 78%,
      hsl(128deg 89% 24%) 89%,
      hsl(128deg 91% 25%) 100%);
  border-color: #0c5915;
}

.btn-success:hover {
  color: #fff;

  background-image: linear-gradient(180deg,
      hsl(126deg 72% 18%) 0%,
      hsl(126deg 74% 19%) 11%,
      hsl(127deg 76% 20%) 22%,
      hsl(127deg 78% 21%) 33%,
      hsl(127deg 80% 22%) 44%,
      hsl(127deg 82% 22%) 56%,
      hsl(127deg 84% 23%) 67%,
      hsl(128deg 87% 24%) 78%,
      hsl(128deg 89% 24%) 89%,
      hsl(128deg 91% 25%) 100%);
  border-color: #0c5915;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;

  background-image: linear-gradient(180deg,
      hsl(126deg 72% 18%) 0%,
      hsl(126deg 74% 19%) 11%,
      hsl(127deg 76% 20%) 22%,
      hsl(127deg 78% 21%) 33%,
      hsl(127deg 80% 22%) 44%,
      hsl(127deg 82% 22%) 56%,
      hsl(127deg 84% 23%) 67%,
      hsl(128deg 87% 24%) 78%,
      hsl(128deg 89% 24%) 89%,
      hsl(128deg 91% 25%) 100%);
  border-color: #0c5915;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-image: linear-gradient(180deg,
      hsl(126deg 72% 18%) 0%,
      hsl(126deg 74% 19%) 11%,
      hsl(127deg 76% 20%) 22%,
      hsl(127deg 78% 21%) 33%,
      hsl(127deg 80% 22%) 44%,
      hsl(127deg 82% 22%) 56%,
      hsl(127deg 84% 23%) 67%,
      hsl(128deg 87% 24%) 78%,
      hsl(128deg 89% 24%) 89%,
      hsl(128deg 91% 25%) 100%);
  border-color: #13653f;
}

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

.btn-success:disabled,
.btn-success.disabled {
  color: #fff;
  background-image: linear-gradient(180deg, hsl(126deg 72% 18%) 0%, hsl(126deg 74% 19%) 11%,
      hsl(127deg 76% 20%) 22%, hsl(127deg 78% 21%) 33%, hsl(127deg 80% 22%) 44%, hsl(127deg 82% 22%) 56%, hsl(127deg 84% 23%) 67%, hsl(128deg 87% 24%) 78%,
      hsl(128deg 89% 24%) 89%, hsl(128deg 91% 25%) 100%);
  border-color: #13653f;
}

.btn-info {
  color: #fff;
  background-color: #0b4c82;
  border-color: #0b4c82;
  box-shadow: 6px 6px 0px #78a8ce;
  text-transform: uppercase;
}

.btn-info:hover {
  color: #fff;
  background-color: #0b4c82;
  border-color: #0b4c82;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #fff;
  background-color: #0b4c82;
  border-color: #0b4c82;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

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

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

.btn-info:disabled,
.btn-info.disabled {
  color: #fff;
  background-color: #0b4c82;
  border-color: #0b4c82;
}

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

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

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

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

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

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

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

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

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #dc1414;
  border-color: #dc1414;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-secondary {
  color: #585a70;
  border-color: #eae9ee;
}

.btn-outline-secondary:hover {
  color: #585a70;
  border-color: #eae9ee;
}

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

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #585a70;
  border-color: #eae9ee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

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

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

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

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

.dropdown-menu.show {
  display: block;
}

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

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

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

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

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

.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:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

.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~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-site-color);
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

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

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
  z-index: 100;
}

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

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

.navbar-nav {
  display: flex;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;

  }

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

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

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

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

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

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

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

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

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

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

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

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

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

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

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

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

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

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

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

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

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

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

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

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

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

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

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

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

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

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

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

.navbar-light .navbar-text a,
.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.55);
}

.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 .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.card-title {
  margin-bottom: 0.5rem;
}

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

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

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  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-footer {
  padding: 0.5rem 1rem;
  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: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

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

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

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

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

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

.card-group>.card {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

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

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

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

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

.page-link {
  padding: 0.375rem 0.75rem;
}

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

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

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

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

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

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

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

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

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

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

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

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

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

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

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

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

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

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

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

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

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

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

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

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

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

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

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

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 0.75rem;
}

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

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

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

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

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

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

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

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

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: relative !important;
}

/* .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 1;
} */
.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0
    /* rtl:ignore */
  ;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

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

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

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

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

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

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

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

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

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

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

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

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

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

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

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

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

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

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

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

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

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

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

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

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

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

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

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

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

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

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

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover,
.link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}


.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.padding_right_0 {
  padding-right: 0px !important;
}

.margin_left_15 {
  margin-left: 15px !important;
}


/*-------common-css-------*/
.dollor {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  right: 0px;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

.clr {
  clear: both;
}

.site_color {
  color: #6C4EA7;
}

.red_color {
  color: #E31B23;
}

.green_color {
  color: #139246
}

.white_color {
  color: #FFFFFF !important;
}

.black_color {
  color: #000000;
}

.gray_color {
  color: #B3B3B3;
}

.darkgray_color {
  color: #58595B;
}

.site_color {
  color: #6C4EA7;
}

.blue_color {
  color: #012A5F;
}

.pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.line-through {
  text-decoration: line-through;
}

.position_relative {
  position: relative;
}

.position_top_2 {
  position: relative;
  top: 2px;
}

.position-top-4 {
  position: relative;
  top: -4px;
}

.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;
}

.font_16 {
  font-size: 16px;
}

.font_18 {
  font-size: 18px;
}

.font_20 {
  font-size: 20px;
}

.font_22 {
  font-size: 22px;
}

.font_24 {
  font-size: 24px;
}

.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_300 {
  font-weight: 300;
}

.font_400 {
  font-weight: 400;
}

.font_500 {
  font-weight: 500;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700;
}

.font_bold {
  font-weight: bold;
}

.font_normal {
  font-weight: normal;
}

.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_bottom {
  border-bottom: 1px solid #CCC;
}

.border_red {
  border: 1px solid #CC0000;
}

.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: 0px;
}

.margin_left_5 {
  margin-left: 5px;
}

.margin_left_10 {
  margin-left: 10px;
}

.margin_left_20 {
  margin-left: 20px;
}

.margin_left_30 {
  margin-left: 30px;
}

.margin_left_40 {
  margin-left: 40px;
}

.margin_right_0 {
  margin-right: 0px !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: 0px;
}

.margin_top_2 {
  margin-top: 2px;
}

.margin_top_5 {
  margin-top: 5px;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_35 {
  margin-top: 35px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_80 {
  margin-top: 80px;
}

.margin_top_100 {
  margin-top: 100px;
}

.margin_bottom_0 {
  margin-bottom: 0px;
}

.margin_bottom_2 {
  margin-bottom: 2px;
}

.margin_bottom_5 {
  margin-bottom: 5px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.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: 0px;
}

.padding_2 {
  padding: 2px;
}

.padding_5 {
  padding: 5px;
}

.padding_10 {
  padding: 10px;
}

.padding_15 {
  padding: 15px;
}

.padding_20 {
  padding: 20px;
}

.padding_top_4 {
  padding-top: 4px !important;
}

.padding_top_5 {
  padding-top: 5px !important;
}

.padding_top_10 {
  padding-top: 10px;
}

.padding_bottom_10 {
  padding-bottom: 10px;
}

.padding_bottom_15 {
  padding-bottom: 15px;
}

.padding_bottom_20 {
  padding-bottom: 20px;
}

.padding_bottom_30 {
  padding-bottom: 30px;
}

.padding_bottom_50 {
  padding-bottom: 50px;
}

.padding_top_20 {
  padding-top: 20px;
}

.padding_top_30 {
  padding-top: 30px;
}

.padding_top_50 {
  padding-top: 50px;
}

.padding_top_80 {
  padding-top: 80px;
}

.padding_right_0 {
  padding-right: 0px !important;
}

.padding_left_0 {
  padding-left: 0px !important;
}

.padding_right_5 {
  padding-right: 5px;
}

.padding_left_5 {
  padding-left: 5px;
}

.padding_right_25 {
  padding-right: 25px !important;
}

.padding_right_12 {
  padding-right: 12px !important;
}

.padding_right_20 {
  padding-right: 20px !important;
}

.padding_right_20 {
  padding-right: 20px !important;
}

.padding_right_35 {
  padding-right: 35px !important;
}

.padding_right_50 {
  padding-right: 50px !important;
}

.table_pad tr td,
.table_pad tr th {
  padding: 5px;
}

table th,
table td {
  padding: 5px 10px
}

.min-height-345 {
  min-height: 345px !important
}

/* #google_translate_element{display:inline-block;height:19px;overflow:hidden;width:120px;position:relative;top:4px}
.goog-te-gadget .goog-te-combo{margin:0!important;font-size:12px;width:100%;height:20px} */
@-webkit-keyframes glowing {
  0% {
    background-color: #6C4EA7;
    -webkit-box-shadow: 0 0 3px #ddd
  }

  50% {
    background-color: #F66587;
    -webkit-box-shadow: 0 0 10px #ddd
  }

  100% {
    background-color: #6C4EA7;
    -webkit-box-shadow: 0 0 3px #ddd
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #6C4EA7;
    -moz-box-shadow: 0 0 3px #ddd
  }

  50% {
    background-color: #F66587;
    -moz-box-shadow: 0 0 10px #ddd
  }

  100% {
    background-color: #6C4EA7;
    -moz-box-shadow: 0 0 3px #ddd
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #6C4EA7;
    box-shadow: 0 0 3px #ddd
  }

  50% {
    background-color: #F66587;
    box-shadow: 0 0 10px #ddd
  }

  100% {
    background-color: #6C4EA7;
    box-shadow: 0 0 3px #ddd
  }
}

@keyframes glowing {
  0% {
    background-color: #6C4EA7;
    box-shadow: 0 0 3px #ddd
  }

  50% {
    background-color: #F66587;
    box-shadow: 0 0 10px #ddd
  }

  100% {
    background-color: #6C4EA7;
    box-shadow: 0 0 3px #ddd
  }
}

.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-top: 10px;
  border-radius: 30px 30px 0 30px;
}

.big_blink_btn:hover,
.big_blink_btn:focus,
.big_blink_btn:active {
  color: #FFF
}

/* #google_translate_element{display:inline-block; height:19px; overflow:hidden; width:120px; position:relative; top:3px;} */

.goog-te-gadget .goog-te-combo:focus,
.goog-te-gadget .goog-te-combo:hover {
  border: none;
  outline: none;
}

.fixed_top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #838383;
  z-index: 4;
  box-shadow: 0 1px 2px #ccc;
  text-align: center;
}

.mobile_top {
  font-size: 18px;
  margin: 3px 15px 0 0;
  text-align: center;
}

#sb-site,
.sb-site-container {
  padding: 14px;
}

.sb-slidebar {
  padding: 12px;
  color: #fff;
}

#fixed-top span.sb-toggle-left .menu_icon {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
}

.burg {
  float: right;
  margin-right: 15px;
}

#fixed-top span.sb-toggle-left .menu_icon a {
  width: 100%;
  float: left;
}

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 span.sb-toggle-right {
  float: right;
  color: #fff;
  padding: 14px
}

.menu_icon span {
  border: 3px solid #6c4ea7;
  display: block;
  position: relative;
  margin-bottom: 0px;
  width: 40px;
  margin-bottom: 4px;
}

.menu_icon:hover span {
  border-color: #6C4EA7
}

.back_icon {
  font-size: 32px;
  line-height: 22px
}

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: #6c4ea7;
  ;
  z-index: 999999;
}

.sb-slidebar,
.sb-slidebar * {
  -webkit-transform: translateZ(0px)
}

.sb-slidebar h6 {
  font-size: 18px;
}

.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: 70%;
}

.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: 5px;
}

.mobile_menu>li:hover>span {
  background-position: -256px -258px;
}

.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 {
  border-bottom: 1px solid #fff;
}

.mobile_menu>li>div>span {
  float: right;
  font-size: 30px;
  line-height: 22px;
  color: #8b9aa2;
  cursor: pointer;
}

.mobile_menu>li a {
  display: block;
  padding: 8px 8px;
  font-size: 18px;
  color: #fff;
}

.mobile_menu>li>ul {
  padding-left: 12px;
  display: none;
}

.mobile_menu>li>ul>li {
  margin-bottom: 5px;
  /* border-bottom: 1px solid #fff; */
}

.mobile_menu>li>ul>li:last-child {
  border-bottom: none;
}

.mobile_menu>li>ul>li>a {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  padding: 5px 0px;
}

.mobile_menu>li:hover>ul {
  display: block;
}

@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%
  }
}

/*-------Home-Page---------*/
header {
  width: 100%;
  float: left;
}

.top_strip {
  background: #272e39;
  padding: 15px 0 0px;
  box-shadow: 0 6px 7px #ddd;
}

.top_strip>div>div>div>ul.top_left {
  list-style: none;
  display: flex;
}

.top_strip>div>div>div>ul.top_left>li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-right: 35px;
  font-weight: 400;
}

.top_strip>div>div>div>ul.top_left>li>.j_befo {
  position: relative;
}

.top_strip>div>div>div>ul.top_left>li>.j_befo:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 13px;
  left: -16px;
  background: #9ca4af;
  border-radius: 50%;
}

.top_strip>div>div>div>ul.top_left>li>.jap_time {
  padding: 2px 0 0 10px;
}

.top_strip>div>div>div>ul.top_left>li>a {
  color: #fff;
}

.top_strip>div>div>div>ul.top_right {
  list-style: none;
  display: flex;
  justify-content: end;
}

.top_strip>div>div>div>ul.top_right>li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  margin-right: 36px;
}

.top_strip>div>div>div>ul.top_right>.j_befo {
  position: relative;
}

.top_strip>div>div>div>ul.top_right>.j_befo::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: -21px;
  background: #9ca4af;
  border-radius: 50%;
}

.top_strip>div>div>div>ul.top_right>li:last-child {
  margin-right: 0px;
}


.jumvea-top {
  background: url(../images/sprite_top_27_06_2024_new.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.jumvea-top-time {
  background-position: -6px -6px;
  width: 19px;
  height: 19px;
  top: 2px;
}

.fa-top-car {
  background-position: -22px -4px;
  width: 24px;
  height: 18px;
  top: 4px;
}

.jumvea-facebook_nav {
  background-position: -7px -32px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-facebook_nav:hover {
  background-position: -7px -60px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-twitter_nav {
  background-position: -37px -32px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-twitter_nav:hover {
  background-position: -37px -60px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-youtube_nav {
  background-position: -186px -32px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-instagram_nav {
  background-position: -65px -32px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-instagram_nav:hover {
  background-position: -65px -60px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-youtube_nav:hover {
  background-position: -186px -60px;
  width: 22px !important;
  height: 21px;
  top: 2px;
}

.jumvea-top-register {
  background-position: -47px 0px;
  width: 20px;
  height: 24px;
  top: 3px;
}

.jumvea-top-login {
  background-position: -75px 0px;
  width: 16px;
  height: 24px;
  top: 8px;
}

.jumvea-top-jct {
  background-position: -91px -22px;
  width: 107px;
  height: 79px;
  top: 8px;
}

.jumvea-top-address {
  background-position: -110px -1px;
  width: 24px !important;
  height: 22px;
  top: 4px;
}

.jumvea-top-number {
  background-position: -91px -1px;
  width: 23px !important;
  height: 22px;
  top: 4px;
}

.jumvea-top-facebook {
  background-position: -6px -56px;
  width: 18px;
  height: 28px;
  top: 11px;
  left: 18px;
}

.jumvea-top-twitter {
  background-position: -22px -56px;
  width: 30px;
  height: 28px;
  top: 10px;
  left: 12px;
}

.jumvea-top-instagram {
  background-position: -53px -56px;
  width: 30px;
  height: 28px;
  top: 10px;
  left: 10px;
}

.jumvea-top-approve {
  background-position: -4px -91px;
  width: 57px !important;
  height: 50px;
  top: 2px;
}

.jumvea-top-question {
  background-position: -69px -91px;
  width: 34px !important;
  height: 34px;
  top: 6px;
  left: 6px;
}

.jumvea-top-japan {
  background-position: -96px -33px;
  width: 41px !important;
  height: 26px;
  top: 5px;
  right: 4px;
}

.jumvea-top-america {
  background-position: -141px -33px;
  width: 41px !important;
  height: 26px;
  top: 5px;
}

.jumvea-arrow-nav {
  background-position: -33px -6px;
  width: 28px;
  height: 17px;
  top: 3px;
}

.jumvea-arrow-nav-1 {
  background-position: -33px -6px;
  width: 28px;
  height: 17px;
  top: 3px;
  opacity: 0;
  transition: all .3s linear;
}

.navbar-nav>.nav-item .nav-link:hover .jumvea-arrow-nav-1 {
  background-position: -33px -6px;
  width: 28px;
  height: 17px;
  top: 3px;
  opacity: 1;
}

.jumvea-top-global {
  background-position: -65px -3px;
  width: 24px;
  height: 23px;
  top: 1px;
  right: 10px;
}

.jumvea-top-translate {
  background-position: -249px -33px;
  width: 25px;
  height: 25px;
  top: 1px;
  right: 10px;
}

.right_nav_1:hover .jumvea-top-translate {
  background-position: -249px -4px;
  width: 25px;
  height: 25px;
  top: 1px;
  right: 10px;
}

.jumvea-mid-search {
  background-position: -8px -4px !important;
  width: 44px;
  height: 42px;
  top: 4px;
  left: 2px;
}

.jumvea-go-top {
  background-position: -231px -6px;
  width: 12px;
  height: 19px;
  top: 8px;
}


.fa-location {
  background-position: -1px -23px;
  width: 23px;
  height: 33px !important;
}

.fa-add-inquiry {
  background-position: -49px -29px;
  width: 23px;
  height: 21px;
  top: 5px;
}

.fa-phone {
  background-position: -24px -29px;
  width: 23px;
  height: 20px;
  top: 5px;
}

.fa-fax {
  background-position: -81px -29px;
  width: 23px;
  height: 21px;
  top: 6px;
}

.fa-jumvea {
  background-position: -135px -1px;
  width: 80px;
  height: 56px;
  top: 6px;
}

.fa-jct-premium {
  background-position: -229px -4px;
  width: 71px;
  height: 53px;
  top: 6px;
}

.fa-facebook {
  background-position: -6px -82px;
  width: 11px;
  height: 14px;
  top: 6px;
  left: 9px;
}

.fa-twitter {
  background-position: -22px -63px;
  width: 13px;
  height: 14px;
  top: 6px;
  left: 9px;
}

.social_icons a:hover .fa-twitter {
  background-position: -22px -83px;
  width: 13px;
  height: 14px;
  top: 6px;
  left: 9px;
}

.fa-instagram {
  background-position: -41px -63px;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 8px;
}

.social_icons a:hover .fa-instagram {
  background-position: -41px -83px;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 8px;
}

.fa-youtube {
  background-position: -62px -63px;
  width: 16px;
  height: 17px;
  top: 7px;
  left: 7px;
}

.social_icons a:hover .fa-youtube {
  background-position: -62px -83px;
  width: 16px;
  height: 17px;
  top: 7px;
  left: 7px;
}



.top_search {
  background: #fff;
  padding: 24px 0 4px;
  border-bottom: 1px solid #eaeaea;
  border-radius: 20px 20px 0 0;
  margin-top: 15px;
}

.logo {
  padding-top: 10px;
}

.mid_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  position: relative;
}

.mid_nav::before {
  position: absolute;
  content: '';
  background: #e7e3ee;
  width: 1px;
  height: 54px;
  top: 0px;
  left: 25px;
}

.mid_nav .apro_content p {
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #272e39;
  font-weight: 600;
  padding-left: 15px;
}

.right_nav {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.right_nav .flag {
  position: relative;
}

.right_nav .flag::before {
  position: absolute;
  content: '';
  background: #e7e3ee;
  width: 1px;
  height: 54px;
  top: -8px;
  left: -35px;
}

.right_nav .question {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 65px;
}

.right_nav .question .que_icon {
  background: var(--jumvea-color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  left: -8px;
}

.right_nav .question_para {
  padding-left: 10px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #272e39;
  margin-bottom: 0px !important;
}

.right_nav .question_para p {
  margin-bottom: 0px !important;
}

.right_nav .flag .jpn_flg {
  color: #272e39;
  transition: all .5s;
}

.right_nav .flag .jpn_flg:hover {
  color: #6C4EA6;
}

.right_nav .flag .jp {
  position: relative;
  left: -4px;
}

.right_nav_1 .sele_glo .que_icon p {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-right: 10px;
  color: #000000;
}

.row_border {
  border-bottom: 1px solid #c5c5c6;
}

.menuPadd {
  padding: 10px 0px 19px;
}

.nav_section {
  border-bottom: #ccc 1px solid;
}

.navbar-nav {
  width: 100%;
}

.navbar-nav>.nav-item {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 0px 18px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navbar-nav>.nav-item>.nav-link {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 0px 0px;
  padding-left: 0px;
  font-weight: 700;
  font-family: 'Urbanist', sans-serif;
  opacity: 1;
  color: #272e39;
  z-index: 1;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar-nav>.nav-item>.nav-link::before {
  padding: 0 25px;
}

.navbar-nav>.nav-item .activee {
  color: var(--jumvea-color);
}

.dropdown {
  position: relative;
  transition-delay: 300ms;
}

.dropdown ul {
  position: absolute;
  left: inherit;
  top: 30px !important;
  width: 250px;
  margin-top: -20px;
  z-index: 100;
  background: #fff;
  display: none;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  visibility: hidden;
  border-radius: 25px 25px 0px 25px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.dropdown>ul::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
  background: transparent;
}

.dropdown:hover ul {
  visibility: visible;
  display: block;
  opacity: 1;
  margin-top: 10px;
  top: 100%;
}

.dropdown>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.dropdown ul li:first-child a {
  padding-left: 8px !important;
}

.dropdown>ul>li>a {
  position: relative;
  display: flex !important;
  justify-content: flex-start !important;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
  color: #75727b;
  text-align: left;
  padding: 14px 8px;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-bottom: 1px solid #e7e3ee;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.dropdown:hover ul li::before {
  position: absolute;
  content: '';
  background-image: url(../images/icon-1.png);
  width: 11px;
  height: 16px;
  left: 15px;
  top: 18px;
  opacity: 0;
  transition: all 500ms ease;
}

.dropdown.hover li:nth-child(1) a {
  border-top: 0px;
  transition: all 500ms;
  display: flex !important;
  justify-content: flex-start !important;
}

.dropdown:hover ul li::before {
  opacity: 1;
}

.right_nav_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.right_nav_1 .sele_glo .que_icon::before {
  position: absolute;
  content: '';
  background: #e7e3ee;
  width: 1px;
  height: 54px;
  top: -13px;
  left: 138px;
}

.right_nav_1 .sele_glo {
  width: 100%;
}

.right_nav_1 .sele_glo .que_icon {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.right_nav_1 .sele_glo .que_icon p {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-weight: 700;
  padding-right: 10px;
  color: #000000;
}

.right_nav_1 .sele_glo .language {
  width: 19%;
  padding: 0px 7px 2px;
  height: 26px;
  box-shadow: none;
  border: none;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #272e39;
  background-size: 20px 15px;
}

.banner {
  box-shadow: 0 0px 7px rgb(0 0 0 / 30%);
}


/* .Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
} */
/* .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
} */

/*=================== mid section page ====================== */


.jumvea-mid {
  background: url(../images/Sprite_mid_05_032024.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.md-car {
  background-position: -4px -6px;
  width: 26px;
  height: 20px;
  top: 10px;
}

.md-shop {
  background-position: -35px -3px;
  width: 26px;
  height: 26px;
  top: 7px;
}

.md-discount {
  background-position: -67px -3px;
  width: 26px;
  height: 25px;
  top: 7px;
}

.md-price {
  background-position: -124px -4px;
  width: 22px;
  height: 22px;
  top: 5px
}

.md-dcount {
  background-position: -152px -6px;
  width: 21px;
  height: 21px;
  top: 5px
}

.md-mid-search {
  background-position: -177px -6px;
  width: 21px;
  height: 21px;
  top: 9px;
}

.md-question {
  background-position: -28px -3px;
  width: 19px;
  height: 17px;
  top: 3px;
  position: relative;
  z-index: 10;
}

.md-clearnce {
  background-position: -4px -124px;
  width: 19px;
  height: 21px;
  top: 5px;
}

.md-bcar {
  background-position: -28px -124px;
  width: 19px;
  height: 21px;
  top: 6px;
}

.md-save {
  background-position: -204px -9px;
  width: 14px;
  height: 14px;
  top: 4px;
}

.md-ex-years {
  background-position: -139px -159px;
  width: 33px;
  height: 31px;
  top: 7px;
}

.md-wel-qulaity {
  background-position: -179px -159px;
  width: 28px;
  height: 32px;
  top: 7px;
}

.md-kenya {
  background-position: -66px -4px;
  width: 22px;
  height: 15px;
  top: 3px;
}

.md-lservices {
  background-position: -98px -3px;
  width: 22px;
  height: 27px;
  top: 7px;
}

.md-mobile-view {
  background-position: -99px -309px;
  width: 26px;
  height: 30px;
  top: 11px;
}

.md-sel-suv {
  background-position: -69px -121px;
  width: 67px;
  height: 28px;
  top: 4px;
}

.md-register {
  background-position: -213px -160px;
  width: 23px;
  height: 21px;
  top: 4px;
}

.md-track-car {
  background-position: -153px -306px;
  width: 23px;
  height: 25px;
  top: 10px;
}

.md-favorite {
  background-position: -178px -306px;
  width: 23px;
  height: 25px;
  top: 7px;
}

.md-notification {
  background-position: -203px -307px;
  width: 23px;
  height: 25px;
  top: 7px;
}

.md-save-search {
  background-position: -233px -307px;
  width: 23px;
  height: 25px;
  top: 10px;
}

.md-inquiry {
  background-position: -260px -307px;
  width: 23px;
  height: 25px;
  top: 8px;
}

.md-buy-now {
  background-position: -286px -307px;
  width: 23px;
  height: 25px;
  top: 8px;
}

.md-s-suv {
  background-position: -67px -122px;
  width: 73px;
  height: 27px;
}

.md-s-van {
  background-position: -134px -123px;
  width: 68px;
  height: 27px;
}

.md-s-sedan {
  background-position: -202px -125px;
  width: 73px;
  height: 27px;
}

.md-s-min-van {
  background-position: -278px -127px;
  width: 73px;
  height: 29px;
}

.md-s-truck {
  background-position: -348px -126px;
  width: 73px;
  height: 29px;
}

.md-s-hatchback {
  background-position: -421px -126px;
  width: 73px;
  height: 29px;
}

.md-s-wagon {
  background-position: -342px -159px;
  width: 76px;
  height: 29px;
}

.md-s-coupe {
  background-position: -251px -157px;
  width: 82px;
  height: 29px;
}

.md-fav {
  background-position: -178px -306px;
  width: 23px;
  height: 25px;
  top: 7px;
}

.md-premium {
  background-position: -421px -309px;
  width: 19px;
  height: 21px;
  top: 6px;
}

.md-login {
  background-position: -421px -309px;
  width: 19px;
  height: 21px;
  top: 6px;
}

.md-calender {
  background-position: -2px -251px;
  width: 40px;
  height: 45px;
}

.md-countries {
  background-position: -46px -251px;
  width: 40px;
  height: 45px;
}

.md-continents {
  background-position: -89px -251px;
  width: 40px;
  height: 45px;
}

.md-offices {
  background-position: -136px -251px;
  width: 40px;
  height: 45px;
}

.md-flag-tanzania {
  background-position: 0px -301px;
  width: 23px;
  height: 16px;
  top: 4px;
}

.md-flag-mozambique {
  background-position: -24px -301px;
  width: 23px;
  height: 16px;
  top: 4px;
}

.md-rating {
  background-position: -323px -11px;
  width: 15px;
  height: 15px;
  top: 2px;
}

.md-vehicle {
  background-position: -190px -316px;
  width: 76px;
  height: 76px;
  top: 4px;
}

.md-additional {
  background-position: -342px -232px;
  width: 76px;
  height: 76px;
  top: 4px;
}

.service_con_1:hover .md-additional {
  background-position: -342px -316px;
  width: 76px;
  height: 76px;
  top: 4px;
}

.md-clearing {
  background-position: -266px -233px;
  width: 76px;
  height: 76px;
  top: 4px;
}

.service_con_1:hover .md-clearing {
  background-position: -266px -316px;
  width: 76px;
  height: 76px;
  top: 4px;
}

.md-delivery {
  background-position: -418px -232px;
  width: 76px;
  height: 76px;
  top: 4px;
}

.service_con_1:hover .md-delivery {
  background-position: -418px -316px;
  width: 76px;
  height: 76px;
  top: 4px;
}

.md-whatsapp-md {
  background-position: -222px -4px;
  width: 27px;
  height: 27px;
  top: 0px;
}

.md-mail-md {
  background-position: -253px -4px;
  width: 27px;
  height: 27px;
  top: 1px;
}

.md-request-md {
  background-position: -286px -2px;
  width: 30px;
  height: 30px;
  top: 0px;
}



.jumvea-mid-wishlist {
  background-position: -89px 2px;
  width: 26px;
  height: 25px;
  top: 3px;
  background-color: #a4a4a4;
  border-radius: 50%;
}

.jumvea-mid-wishlist:hover {
  background-color: #000;
}

.jumvea-mid-year {
  background-position: -141px -6px;
  width: 26px;
  height: 22px;
  top: 1px;
}

.jumvea-mid-star {
  background-position: -119px -3px;
  width: 24px;
  height: 22px;
  top: 1px;
}

.jumvea-mid-flag {
  background-position: -271px -3px;
  width: 23px;
  height: 16px;
  top: 3px;
}

.jumvea-mid-car {
  background-position: -58px -2px;
  width: 26px;
  height: 22px;
  top: 10px;
}

.jumvea-mid-toyota {
  background-position: -4px -41px;
  width: 88px;
  height: 58px;
  top: 7px;
}

.jumvea-mid-nissan {
  background-position: -96px -40px;
  ;
  width: 66px;
  height: 58px;
  top: 7px;
}

.jumvea-mid-honda {
  background-position: -161px -41px;
  width: 83px;
  height: 58px;
  top: 0px;
}

.jumvea-mid-hino {
  background-position: -373px -41px;
  width: 80px;
  height: 58px;
  top: 7px;
}

.jumvea-mid-mitsubishi {
  background-position: -242px -40px;
  width: 65px;
  height: 58px;
  top: 7px;
}

.jumvea-mid-suzuki {
  background-position: -311px -40px;
  width: 62px;
  height: 58px;
  top: 7px;
}

.jumvea-mid-daihatsu {
  background-position: -8px -104px;
  width: 88px;
  height: 58px;
  top: 7px;
}

.jumvea-mid-bmw {
  background-position: -102px -99px;
  width: 63px;
  height: 58px;
  top: 3px;
}

.jumvea-mid-suv {
  background-position: -275px -104px;
  width: 88px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-sedan {
  background-position: -167px -105px;
  width: 103px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-hatchback {
  background-position: -116px -159px;
  width: 103px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-coupe {
  background-position: -9px -154px;
  width: 95px;
  height: 58px;
  top: 3px;
}

.jumvea-mid-wagon {
  background-position: -370px -103px;
  width: 110px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-pickup {
  background-position: -310px -86px;
  width: 88px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-sports-car {
  background-position: -9px -110px;
  width: 88px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-bus {
  background-position: -327px -156px;
  width: 76px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-van {
  background-position: -229px -160px;
  width: 88px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-truck {
  background-position: -411px -159px;
  width: 83px;
  height: 58px;
  top: 5px;
}

.jumvea-mid-machinery {
  background-position: -95px -118px;
  width: 88px;
  height: 25px;
  top: 5px;
}

.jumvea-mid-Quality {
  background-position: -3px -202px;
  width: 70px;
  height: 70px;
  top: 7px;
  left: 8px;
}

.jumvea-mid-Inexpensive {
  background-position: -73px -134px;
  width: 70px;
  height: 70px;
  top: 7px;
  left: 8px;
}

.jumvea-mid-Shipment {
  background-position: -142px -137px;
  width: 70px;
  height: 70px;
  top: 7px;
  left: 8px;
}

.jumvea-mid-Support {
  background-position: -216px -134px;
  width: 70px;
  height: 70px;
  top: 10px;
  left: 10px;
}

.jumvea-mid-calendar {
  background-position: -155px -9px;
  width: 21px;
  height: 18px;
  top: 4px;
}

.jumvea-mid-calendar-1 {
  background-position: -317px -7px;
  width: 21px;
  height: 20px;
  top: 2px;
}

.jumvea-mid-arrow-abou {
  background-position: -106px -6px;
  width: 44px;
  height: 21px;
  left: 3px;
  top: 2px;
}

.jumvea-mid-arrow {
  background-position: -180px -6px;
  width: 56px;
  height: 21px;
  left: 3px;
  top: 2px;
}

.what_jumvea:hover .jumvea-mid-arrow {
  background-position: -7px -6px;
  width: 56px;
  height: 21px;
  left: 3px;
  top: 2px;
}

.jumvea-mid-arrow_1 {
  background-position: -236px -5px;
  width: 16px;
  height: 25px;
  left: 1px;
  top: 7px;
  transition: all .2s linear;
}

.what_jumvea_1:hover .jumvea-mid-arrow_1 {
  left: 40px;
  background-position: -220px -5px;
  width: 16px;
  height: 25px;
  top: 7px;
}

.jumvea-mid-arrow_line {
  background-position: -180px -6px;
  width: 40px;
  height: 21px;
  left: -13px;
  top: 5px;
  opacity: 0;
  transition: all .3s linear;
}

.what_jumvea_1:hover .jumvea-mid-arrow_line {
  opacity: 1;
}

.jumvea-mid-jumvea {
  background-position: -12px -283px;
  width: 73px;
  height: 52px;
  top: 24px;
  left: 13px;
}

.jumvea-mid-jumvea_1 {
  background-position: -7px -212px;
  width: 88px;
  height: 58px;
  top: 3px;
}

.jumvea-mid-safe-tarde {
  background-position: -94px -273px;
  width: 61px;
  height: 73px;
  top: 14px;
  left: 18px;
}

.jumvea-mid-jumvea-member {
  background-position: -164px -283px;
  width: 73px;
  height: 52px;
  top: 21px;
  left: 16px;
}

.jumvea-mid-jumvea-us-stock {
  background-position: -246px -283px;
  width: 73px;
  height: 52px;
  top: 24px;
  left: 14px;
}

.jumvea-youtube-icon {
  background-position: -343px -290px;
  width: 38px;
  height: 30px;
  left: 27px;
  top: 30px;
}

.sec_padd_main {
  padding: 80px 0;
}

/* =========== Welcome Section ======= */
.welcome_content h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #6C4EA6;
  font-weight: 700;
  margin: 0 !important;
  position: relative;
  left: 30px;
}

.welcome_content h5::before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 25px;
  height: 25px;
  left: -30px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.welcome_content h1 {
  font-size: 47px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0px;
}

.welcome_content .welcome_topic {
  margin-top: 30px;
}

.welcome_content ul li {
  padding: 10px 0;
}

.welcome_content ul li .welcome_arrow {
  width: 25px;
  height: 25px;
  background-color: #F66587;
  border-radius: 12px 12px 0px 12px;
  display: inline-block;
}

.welcome_content ul li p {
  display: inline-block;
  position: relative;
  bottom: 2px;
  left: 50px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.welcome_content .welcome_last {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0px;
  padding: 25px 0 40px;
}

.welcome_last_Br {
  color: #000 !important;
  font-weight: 600;
}

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  text-transform: capitalize;
  border-radius: 35px 35px 0px 35px;
  z-index: 1;
  background-color: #6C4EA6;
  transition: all 500ms ease;
  background: #6c4ea7;
  color: #fff;
}

.theme-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transform-origin: right bottom;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 25px 25px 0 25px;
  color: #fff !important;
  background: #f66587;
}

.theme-btn:hover::before {
  transform: scale(1, 1);
}

.theme-btn:hover {
  color: #fff;
}

.check_box_h2,
.check_box_h2_1 {
  margin: 0;
}

.totalRecords {
  color: #6C4EA7;
}

.de_m_log img {
  max-height: 70px;
}

/* ============   what_jumvea =========== */

.what_jumvea {
  background-color: #6C4EA6;
  box-shadow: 0px 2px 5px #6C4EA6;
  display: flex;
  height: 215px;
  border-radius: 50px 0 0 0;
  margin-bottom: 30px;
  position: relative;
  transition: all .3s linear;
}

/* .what_jumvea::before{position: absolute; content:url("../images/what_jumvea_arrow.png"); width: 100%; height: 100%; } */
/* .what_jumvea:hover{background-color: #fff ;border-radius: 0 0 0;box-shadow: 0px 0px 5px 0px #6C4EA6;}
.what_jumvea:hover h4, .what_jumvea:hover p{color: #000 !important;}
.what_jumvea:hover .what_jumvea_icon{background: #F4F1FA;}
.what_jumvea:hover .img_overlay{display: none;} */

.what_jumvea .img_overlay {
  position: absolute;
  top: 30px;
  right: 30px;
}

.what_jumvea .what_jumvea_icon {
  width: 100px;
  height: 100px;
  background-color: #F4F4F4;
  border-radius: 50px 50px 0 50px;
  position: relative;
  top: 25px;
  left: 25px;
}

.what_jumvea .what_jumvea_content {
  width: 70%;
  text-align: left;
  position: relative;
  left: 60px;
  top: 20px;
  z-index: 1;
}

.what_jumvea .what_jumvea_content .rect {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.what_jumvea:hover .what_jumvea_content .rect {
  background-color: #F66488;
}

.what_jumvea .what_jumvea_content h4 {
  font-size: 23px;
  margin-top: 15px;
  color: #fff;
  font-weight: 700;
}

.what_jumvea .what_jumvea_content p {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400px;
  margin-bottom: 15px;
}

.theme_btn_2 {
  font-size: 17px;
  color: #F66488;
  margin-top: 20px;
  list-style: none;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

.what_jumvea:hover .theme_btn_2 {
  color: var(--jumvea-second-color);
}


.what_jumvea_1 {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #6C4EA6;
  display: flex;
  height: 215px;
  margin-bottom: 30px;
  transition: all .3s linear;
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
}

.what_jumvea_1:hover {
  border-radius: 50px 0 0 0;
  background-color: var(--jumvea-color);
  color: #fff;
  position: relative;
}

.what_jumvea_1 .img_overlay {
  transition: all .10s linear;
  opacity: 0;
  display: none;
}

.what_jumvea_1:hover .img_overlay {
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 30px;
  z-index: 1;
  opacity: 1;
  transition: all .5s linear;
}

.what_jumvea_1 .what_jumvea_icon {
  width: 100px;
  height: 100px;
  background-color: #F4F1FA;
  border-radius: 50px 50px 0 50px;
  position: relative;
  top: 25px;
  left: 25px;
}

.what_jumvea_1 .what_jumvea_content {
  width: 70%;
  text-align: left;
  position: relative;
  left: 60px;
  top: 20px;
  z-index: 1;
}

.what_jumvea_1 .what_jumvea_content .rect {
  width: 10px;
  height: 10px;
  background-color: #F66488;
}

.what_jumvea_1 h4 {
  font-size: 23px;
  margin-top: 15px;
  color: #000;
  font-weight: 700;
  transition: all .3s linear;
}

.what_jumvea_1 p {
  font-size: 17px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 400px;
  margin-bottom: 15px;
  transition: all .3s linear;
}

.what_jumvea_1 .theme_btn_2 {
  color: #000;
  transition: all .3s linear;
}

.what_jumvea_1:hover .theme_btn_2 {
  color: var(--jumvea-second-color);
}

.what_jumvea_1:hover .what_jumvea_content .rect {
  background-color: #fff;
}

.what_jumvea_1:hover h4 {
  color: #fff;
}

.what_jumvea_1:hover p {
  color: #fff;
}

/* ================== video ======================= */
.video {
  position: relative;
}

.video::before {
  content: "";
  position: absolute;
  top: -75px;
  right: 21px;
  background-image: url(../images/shape_1.png);
  width: 201px;
  height: 201px;
  background-repeat: no-repeat;
  z-index: 1;
}

.vpop-1 {
  position: relative;
}

.vpop {
  cursor: pointer;
}

.video-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 4px 21px #fff
}

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 15%;
  background-color: #fff;
}

/* #video-popup-close { cursor: pointer; position: absolute; right: -10px; top: -10px; z-index: 998; width: 25px;
 height: 25px; border-radius: 25px; text-align: center; font-size: 12px; background-color: #000; line-height: 25px;  color: #fff; } */
#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
}

#video-popup-close:hover {
  color: #DE0023;
}

.sponsors {
  background: #f4f1fa;
  padding: 55px 0 0px;
}

.sponsors h1 {
  font-size: 33px;
  font-weight: bold;
  color: #272e39;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.card-deck_1 {
  display: flex;
  justify-content: center;
}


/* ================== Stock =======================*/
.stock_class h1 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  margin: 10px 0px 30px;
}

.hw_main {
  font-size: 24px;
  font-weight: 500;
}

.hp_stock {
  margin-right: 18px;
  margin-bottom: 21px;
  width: 100%;
  float: left;
  min-height: 195px;
  border: 1px solid #dadada;
  position: relative;
}

.hp_stock:nth-child(4n + 2) {
  margin-right: 0px !important;
}

.stock_title {
  font-size: 18px;
  text-transform: uppercase;
  color: #6C4EA6;
  font-weight: 700;
  margin: 0 !important;
  text-align: center;
}

.stock_title:before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 25px;
  height: 25px;
  left: -30px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.stock_veiw_btn {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #535353;
  text-transform: uppercase;
  text-decoration: underline;
}

.stock_veiw_btn:hover {
  color: #e91d26;
  text-decoration: underline;
}

.hp_stock>a>.image {
  min-height: 175px;
  border: #f2f2f2 1px solid;
  text-align: center;
  position: relative;
}

.hp_stock>a>.image>img {
  max-height: 175px;
}

.stock_overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  background-color: #444444;
  box-shadow: 0 0 4px #fff;
}

.stock_overlay p {
  color: #fff;
  margin-bottom: 0;
  padding: 3px 8px 1px 2px;
  font-size: 12px;
  font-weight: 600;
}

.hp_stock>a>h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #353535;
  padding: 18px 0 11px 0;
  margin: 0px;
  line-height: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
}

.hp_stock>a>.price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0;
  font-size: 23px;
  font-weight: 800;
  padding-bottom: 10px;
  color: #000;
}

.hp_stock .calendar {
  background-color: #6C4AC6;
  padding: 2px 5px;
  position: absolute;
  top: 5px;
  left: 12px;
  color: #fff;
  border-radius: 5px;
  z-index: 2;
}

.hp_stock a .price .price_fob {
  font-size: 22px;
  color: #d71719;
  font-weight: 700;
}

.hp_stock>a>.price>span {
  font-size: 16px;
  color: #454545;
  font-weight: 600;
  position: relative;
  right: 10px;
}

.hp_stock>a>.save {
  font-size: 12px;
  font-weight: bold;
  color: #d71719;
  text-transform: uppercase;
}

.hp_stock>a:hover>h3 {
  text-decoration: underline;
  color: var(--jumvea-color);
}

.jumvea-car {
  width: 100%;
  display: inline-block;
}

/* .heading-text {width:100%;text-align:center;color:#000; font-size: 35px; margin:20px 0; font-weight: 700; text-transform: uppercase;position:relative;letter-spacing:1px;}
.heading-text:before{content: "";border-bottom: solid 1px #000000;width: 114px;position: absolute; top: auto; left:50%;transform: translateX(-50%); bottom: -7px;}
.sub-heading-text {font-size:18px;font-weight:200; padding:28px 0 0 0; line-height:26px; color:#686868; width:100%; text-align:center; margin-bottom:60px; text-transform:capitalize;}
.nero-heading{font-size: 22px;font-weight: 800;text-align: center;}
.nero-sub-heading{font-size: 18px;font-weight: 500;} */

.heading-te-why {
  font-size: 32px;
  color: var(--jumvea-color);
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
}

.jumvea-car ul {
  width: 100%;
}

.jumvea-car ul li {
  width: 11.53%;
  float: left;
  text-align: center;
  margin-bottom: 8px;
  margin-right: 1.1%;
  background-color: #6C4EA6;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.jumvea-car ul li:last-child {
  margin-right: 0 !important;
}

.jumvea-car ul li a {
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
}

.jumvea-car ul li:hover {
  background-color: #F66488;
  border-radius: 60px 60px 0px 60px;
}

.jumvea-car ul li a span {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.show_more {
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto;
  display: block;
  border: none;
  border-bottom: 1px solid #d71719;
  color: #d71719;
  text-align: center;
  background: none;
  padding: 0;
}

/* ========== APPLICATION FORM START =========== */
.Aplc_ass {
  background-color: #F4F1FA;
  margin: 20px 0px;
  padding: 20px;
  border-radius: 30px 30px 0 30px;
}

.Aplc_ass strong {
  display: inline-block;
  width: 8%;
  vertical-align: top;
}

/* .address-section{height: 50px;} */
.Aplc_ass .company-address-details {
  display: inline-block;
  width: 90%;
  position: relative;
  top: 11px;
  left: -24px;
}

.on-jumvea_1:hover .company-address-details {
  position: relative;
  top: 7px;
}

.Aplc_ass h4 {
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.Aplc_ass label {
  font-size: 16px;
}

/* ========== APPLICATION FORM END =========== */

/* ========== Chairman Message ========= */
.chairman_msg {
  position: relative;
  width: 100%;
  height: auto;
  height: 652px;
}

.chairman_msg::before {
  content: "";
  background-image: url(../images/chairmen_bg.jpg);
  background-size: 100% 100%;
  height: 503px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 150px;
}

.chairman_jumvea {
  background-color: #333c4a;
  position: relative;
  border-radius: 50px 50px 0px 50px;
}

.chairman_content h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: rgb(246, 101, 135);
  font-weight: 700;
  margin: 0 !important;
  position: relative;
  left: 30px;
}

.chairman_content h5::before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 25px;
  height: 25px;
  left: -30px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  opacity: 0.4;
}

.chairman_content h1 {
  font-size: 54px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
}

.chairman_content .chairman_last {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 25px 0 40px;
  line-height: 35px;
}

.chairman_content .chairman_last_Br {
  font-size: 20px;
  text-transform: capitalize;
  color: rgb(246, 101, 135);
  font-weight: 500;
  margin: 0 !important;
  letter-spacing: 2px;
  padding: 10px 0;
}

.chairman_padd {
  padding-right: 0px;
}

.chairman_content {
  margin-top: 40px;
  padding: 10px 50px;
}


.custom-slider {
  width: 1200px;
  margin: auto;
}

.custom-box {
  width: 200px;
  height: 100px;
  text-align: center;
  margin: 0 0 15px 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  line-height: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50px;
  background: transparent;
  display: none;
}

.slick-slider {
  user-select: none;
}

.slick-slide {
  height: auto !important;
}

.main_sub_heading span {
  font-size: 16px;
  font-weight: bold;
  color: var(--jumvea-color);
  position: relative;
  text-transform: uppercase;
}

.main_sub_heading span::before {
  position: absolute;
  content: '';
  background: #c1b7d5;
  width: 25px;
  height: 25px;
  top: 0px;
  left: -26px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  opacity: 0.4;
}

.main_heading {
  font-size: 48px;
  font-weight: bold;
  color: #272e39;
  z-index: 1;
}

.Video_heading_1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.Video_heading {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  position: relative;
  top: 20px;
  left: 30px;
  text-align: center;
  height: 15px;
}

.video_youtube {
  height: 0px;
  position: relative;
  top: 20px;
  right: 95px;
}

.image_youtube {
  z-index: 100;
  position: relative;
  left: 7%;
  background: #fff;
  border-radius: 50%;
  width: 50px;
}

.main_heading_1 {
  font-size: 32px;
  width: 95%;
  margin: auto;
  font-weight: bold;
  color: #272e39;
  z-index: 1;
}

/* ================== Our Services =======================*/
.our_services,
.news_updates {
  position: relative;
}

.img_overlay_ser {
  position: absolute;
  bottom: 0;
  right: 194px;
  z-index: -1;
}

.our_services::before,
.news_updates:before {
  background-color: #F4F1FA;
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.our_services::before {
  height: 400px;
}

.news_updates:before {
  height: 340px;
}

.serv_box_1,
.serv_box_2 {
  border-radius: 20px 20px 0 30px;
  border: 1px solid #ccc;
  padding: 0 0 15px 0;
  position: relative;
  overflow: hidden;
  transition: all .5s linear;
  height: 400px;
}

.serv_box_1 {
  background-color: var(--jumvea-color);
}

.serv_box_2 {
  background-color: var(--jumvea-second-color);
}

.serv_box_1:hover {
  border: 1px solid var(--jumvea-color);
}

.serv_box_2:hover {
  border: 1px solid var(--jumvea-second-color);
}

.serv_box_1 .serv_box_1_inner,
.serv_box_2 .serv_box_2_inner {
  background-color: #FFF;
  position: relative;
  top: 15px;
  border-radius: 20px 20px 0 30px;
  padding: 45px 15px 20px 30px;
  z-index: 1;
}

.icon .befo,
.icon .befo_3 {
  position: relative;
}

.icon .befo::before,
.icon .befo_3::before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 55px;
  height: 55px;
  bottom: 0;
  border-radius: 30px 30px 0 30px;
  z-index: -1;
}

.icon .befo::before {
  left: 38px;
}

.icon .befo_3::before {
  left: 23px;
}

.icon .befo_2,
.icon .befo_4 {
  position: relative;
}

.icon .befo_2::before,
.icon .befo_4::before {
  position: absolute;
  content: '';
  background: #faecf0;
  width: 55px;
  height: 55px;
  bottom: 0;
  border-radius: 30px 30px 0 30px;
  z-index: -1;
}

.icon .befo_2::before {
  left: 24px;
}

.icon .befo_4::before {
  left: 29px;
}

.icon .spa_1,
.icon .spa_2 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.icon .spa_1 {
  left: 20px;
  color: var(--jumvea-color);
}

.icon .spa_2 {
  left: 25px;
  color: var(--jumvea-second-color);
}

.ser_content .ser_title {
  color: #272e39;
  font-size: 27px;
  line-height: 30px;
  font-weight: bold;
  padding: 13px 0 2px;
}

.theme_btn_3,
.theme_btn_4 {
  font-size: 17px;
  color: #000;
  margin-top: 20px;
  list-style: none;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  top: 5px;
}

.theme_btn_3:hover {
  color: var(--jumvea-color);
}

.theme_btn_4:hover {
  color: var(--jumvea-second-color);
}

.ser_content p {
  line-height: 26px;
  margin-bottom: 0;
  padding: 20px 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #272e39;
  height: 210px;
}

.jumvea-mid-ser-1 {
  background-position: -105px -213px;
  width: 64px;
  height: 55px;
  top: 2px;
}

.jumvea-mid-ser-2 {
  background-position: -180px -217px;
  width: 47px;
  height: 55px;
  top: 2px;
}

.jumvea-mid-ser-3 {
  background-position: -240px -211px;
  width: 52px;
  height: 55px;
  top: 2px;
}

.jumvea-mid-ser-4 {
  background-position: -305px -209px;
  width: 52px;
  height: 55px;
  top: 2px;
}

.jumvea-serv1-arrow {
  background-position: -257px -17px;
  width: 40px;
  height: 1px;
  left: -144px;
  top: -7px;
  transition: all .5s linear;
}

.theme_btn_3:hover .jumvea-serv1-arrow {
  left: 0px;
}

.jumvea-serv1-arrow-1 {
  background-position: -298px -8px;
  width: 13px;
  height: 19px;
  left: -35px;
  top: 2px;
  transition: all .5s linear;
}

.theme_btn_3:hover .jumvea-serv1-arrow-1 {
  left: 0px;
}

.jumvea-serv-arrow {
  background-position: -181px -17px;
  width: 40px;
  height: 1px;
  left: -144px;
  top: -7px;
  transition: all .5s linear;
}

.theme_btn_4 a .jumvea-serv-arrow {
  background-position: -181px -17px;
  width: 40px;
  height: 1px;
  left: -157px;
  top: -7px;
  transition: all .5s linear;
}

.theme_btn_4:hover .jumvea-serv-arrow {
  left: 0px;
}

.jumvea-serv-arrow-1 {
  background-position: -225px -8px;
  width: 13px;
  height: 19px;
  left: -35px;
  top: 2px;
  transition: all .5s linear;
}

.theme_btn_4:hover .jumvea-serv-arrow-1 {
  left: 0px;
}

/*  ============ News_update Section ========== */
.ne_update {
  padding: 39px 20px 44px 25px !important;
  border-radius: 0 35px 35px 35px !important;
}

.se_upd {
  padding: 7px 0 18px !important;
}

.new_up_title {
  padding: 4px 5px 2px 15px !important;
  font-size: 22px !important;
  background: #f4f1fa !important;
  border-radius: 20px 20px 0 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #6C4EA7;
}

.date_news {
  display: flex;
  align-items: center;
  padding: 14px 0 9px;
}

.date_news li {
  margin-right: 31px;
  font-size: 18px;
  color: #000;
  position: relative;
}

.date_news li:last-child {
  margin-right: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dt_tit {
  padding: 2px 0 0 5px;
  font-weight: 600;
  color: #74727C;
}

.date_news .j_news_dot {
  position: relative;
  width: 44%;
}

.date_news .j_news_dot::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 13px;
  right: -16px;
  background: #9ca4af;
  border-radius: 50%;
}

/*  ============ Award Section ========== */
.chooseus-block-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #e7e3ee;
  margin-bottom: 50px;
  height: 160px;
}

/* .chooseus-block-one .inner-box:last-child{margin-bottom: 0px;} */
.left-column .chooseus-block-one .inner-box {
  margin-right: 10px;
  padding: 20px 20px 20px;
  border-radius: 30px 0px 0px 30px;
}

.right-column .chooseus-block-one .inner-box {
  margin-left: 10px;
  padding: 20px 20px 20px 80px;
  border-radius: 0px 30px 30px 0px;
}

.chooseus-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  top: -20px;
  width: 70px;
  height: 100px;
  font-size: 40px;
  color: #faf9fc;
  line-height: 110px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
  background-color: #6C4EA6;
  height: 100px;
  width: 100px;
}

.chooseus-block-one .inner-box:hover .icon-box {
  background: #f66587;
}

.left-column .chooseus-block-one .inner-box .icon-box {
  right: -36px;
  border-radius: 0px 30px 0px 30px;
}

.right-column .chooseus-block-one .inner-box .icon-box {
  left: -36px;
  border-radius: 30px 0px 30px 0px;
}

.chooseus-block-one .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: #513785;
  width: 20px;
  height: 20px;
  top: 0px;
  transition: all 500ms ease;
}

.left-column .chooseus-block-one .inner-box .icon-box:before {
  left: -20px;
  border-top-left-radius: 15px;
}

.right-column .chooseus-block-one .inner-box .icon-box:before {
  right: -20px;
  border-top-right-radius: 15px;
}

.chooseus-block-one .inner-box:hover .icon-box:before {
  background: #c0516b;
}

.left_resp {
  position: relative;
  right: 30px;
}

.right_resp {
  position: relative;
  left: 30px;
}

.chooseus-block-one .inner-box h3 {
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #6C4EA6;
}

.chooseus-block-one .inner-box p {
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  width: 92%;
}

.chooseus-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #272e39;
  padding: 20px 30px 20px 30px;
  border-radius: 30px 0px 0px 30px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease;
  height: 160px;
}

.right-column .chooseus-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #272e39;
  padding: 20px 20px 20px 80px;
  border-radius: 30px 0px 0px 30px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease;
  height: 160px;
}

.chooseus-block-one .inner-box:hover .overlay-content {
  opacity: 1;
  transform: scaleY(1);
}

.chooseus-block-one .inner-box .overlay-content p {
  color: #9ca4af;
  font-size: 20px;
  width: 90%;
}

.shadow_awards_title {
  font-size: 135px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  line-height: 1px;
  letter-spacing: 3px;
}

.award_sec:hover .shadow_awards_title {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.prow {
  padding: 58px 0 55px;
}

/* .award_part1{background-color: #fff;border-radius: 20px 0px 0px 20px;margin-bottom: 60px;border: 1px solid #ddd;position: relative;right: 50px;height: 148px;}
.award_part_2{border-radius: 0px 20px 20px 0px;margin-bottom: 60px;position: relative; border: 1px solid #ddd;display: flex;left: 20px;height: 148px;}
.award_part2{border-radius: 0px 20px 20px 0px;margin-bottom: 60px;position: relative; border: 1px solid #ddd;display: flex;left: 50px;}
.award_part_3{border-radius: 0px 20px 20px 0px;margin-bottom: 60px;position: relative; border: 1px solid #ddd;display: flex;left: 35px;}
.award_icon_1{position: relative;background-color: #6C4EA6;display: inline-block;padding: 20px 10px;left: 44px;bottom: 20px; float:right; border-radius: 0 20px 0 20px;z-index: 999;}
.award_icon_1:hover{background-color: #F66488;transition: all 0.5s linear;}
.award_icon_2:hover{background-color: #F66488;transition: all 0.5s linear;}
.award_icon_1:hover::before{background-color: #BF516A;transition: all 0.5s linear;}
.award_icon_2:hover::before{background-color: #BF516A;transition: all 0.5s linear;}
.award_icon_2{position: relative;background-color: #6C4EA6;display: inline-block;padding: 20px 10px;right: 44px;bottom: 20px;border-radius: 20px 0px 20px 0px;width: 110px;height: 110px;z-index: 999;}
.award_icon_2::before{content: "";position: absolute;width: 25px;height: 20px;border-radius: 0 20px 0 0;top: 0px;right: -25px;background-color: #523786;}
.award_icon_1::before{content: "";position: absolute;width: 25px;height: 20px;border-radius: 20px 0 0 0;top: 0px;left: -25px;background-color: #523786;}
.award_content_1{padding: 20px 15px;}
.award_content_2{padding: 20px 10px;}
.award_content_1 h4{font-size:28px;font-weight: 700;margin-bottom: 10px;color: #6C4EA6;}
.award_content_1 p{color: #000;font-size: 15px;font-weight: 600;margin-bottom: 0px;}
.award_content_2 h4{font-size:28px;font-weight: 700;margin-bottom: 10px;color: #6C4EA6;}
.award_content_2 p{color: #000;font-size: 16px;font-weight: 600;margin-bottom: 0px;}
.award_part_1 .overlay_award_content_1{ content: ""; position: relative;width: 100%;background: #272e39;padding: 20px 15px;border-radius: 20px 0px 0px 20px;transform-origin: bottom center;transition: all 500ms ease;opacity: 0;transform: scaleY(0);bottom: 130px;right: 0px;height: 148px;}
.award_part_1:hover .overlay_award_content_1{opacity: 1;transform: scaleY(1);}
.award_part_1 .overlay_award_content_1 p{color: #9ca4af;font-size: 18px;}
.award_part_2 .overlay_award_content_2{ content: ""; position: relative;width: 100%;background: #272e39;padding: 20px 15px;border-radius: 20px 0px 0px 20px;transform-origin: bottom center;transition: all 500ms ease;opacity: 0;transform: scaleY(0);bottom: 130px;right: 0px;height: 148px;}
.award_part_2:hover .overlay_award_content_2{opacity: 1;transform: scaleY(1);}
.award_part_2 .overlay_award_content_2 p{color: #9ca4af;font-size: 18px;}
.award_part1 .overlay_award_content_1{ content: ""; position: relative;width: 100%;background: #272e39;padding: 20px 15px;border-radius: 20px 0px 0px 20px;transform-origin: bottom center;transition: all 500ms ease;opacity: 0;transform: scaleY(0);bottom: 153px;right: 0px;height: 148px;}
.award_part1:hover .overlay_award_content_1{opacity: 1;transform: scaleY(1);}
.award_part1 .overlay_award_content_1 p{color: #9ca4af;font-size: 18px;} */

/* =========== members ============= */
.cus_bor {
  border: 1px solid #ccc;
  margin: 0px;
  width: 200px !important;
  height: 150px !important;
}

.cus_bor a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cus_bor_1 {
  border: 1px solid #ccc;
  margin: 0px;
  width: 241px !important;
  min-height: 180px !important;
  margin: 0 6px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #f4f1fa;
}

.cus_bg {
  background: transparent !important;
}

.cus_bor_1 img {
  max-height: 180px;
  padding: 10px;
}

.cu_slide_ic .slick-prev,
.slick-next {
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.cu_slide_ic .slick-next {
  right: 0;
  background: url(../images/right_arrow.png), #eaeaea;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.cu_slide_ic .slick-prev {
  z-index: 10;
  background: url(../images/left_arrow.png), #eaeaea;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

/* .slick-next::before{content: '';position: absolute; background: url(../images/right_arrow.png);background-repeat: no-repeat;transform: rotate(-42deg);background-position: center;} */

.list_logo a img {
  max-height: 70px;
  padding-right: 12px;
}

.d-xl-block {
  display: block !important;
}

/* =============== Footer ===========*/
.footer {
  background: #f4f1fa;
  position: relative;
  padding-top: 50px;
  padding-bottom: 45px;
}

.footer p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding: 35px 0 0;
  letter-spacing: .6px;
}

.fot_links {
  padding-top: 20px;
  padding-left: 57px;
}

.fot_links h3 {
  font-size: 26px;
  font-weight: bold;
  color: #272e39;
  margin-bottom: 38px;
  position: relative;
}

.fot_links h3:after {
  position: absolute;
  content: '';
  background: #ccc;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.fot_links h3 span {
  color: #6C4EA7;
  font-size: 30px;
  padding: 0 0 15px 0;
  margin: 0px;
}

.fot_links ul {
  list-style: none;
}

.fot_links li {
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.fot_links li:hover:before {
  color: #000;
}

.fot_links li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 38px;
}

.fot_links li a span {
  position: relative;
  left: -11px;
  transition: all 0.3s linear;
  letter-spacing: 1.5px;
}

.fot_links li:hover a span {
  left: 7px;
  letter-spacing: 2.3px;
  color: var(--jumvea-color);
}

.fot_links li:hover a .jumvea-bot-line {
  left: 0px;
}

.fot_links li:hover a .jumvea-bot-arrow {
  left: 0px;
}

.jumvea-bot-line {
  background-position: -348px -16px;
  width: 21px;
  height: 1px;
  left: -23px;
  top: -4px;
  transition: all 0.3s linear;
}

.jumvea-bot-arrow {
  background-position: -374px -12px;
  width: 7px;
  height: 10px;
  left: -21px;
  top: 1px;
  transition: all 0.3s linear;
}

.jumvea-bot-facebook {
  background-position: -100px -3px;
  width: 13px;
  height: 24px;
  left: 18px;
  top: 12px;
}

.jumvea-bot-twitter {
  background-position: -121px -3px;
  width: 22px;
  height: 24px;
  left: 13px;
  top: 12px;
}

.jumvea-bot-youtube {
  background-position: -151px -3px;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
}

.follow_us h3 span {
  color: #000;
  font-size: 30px;
  padding: 0 0 15px 0;
  margin: 0px;
}

.follow_us ul {
  list-style: none;
  margin-top: 50px;
}

.follow_us li {
  display: inline-flex;
  width: 47px;
  height: 47px;
  border-radius: 15px 15px 0 15px;
  background: var(--jumvea-color);
  margin-right: 15px;
}

.follow_us li a {
  display: block;
  width: 100%;
}

.follow_us li:last-child {
  margin-right: 0px;
}

.follow_us li:hover {
  background: var(--jumvea-second-color);
}

.fot_strip {
  background: #011e2a;
  padding: 20px 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.power_by {
  color: #000;
  text-decoration: none;
}

.power_by:hover {
  color: #000;
  text-decoration: underline;
}

.Copyright {
  background-color: #272D39;
}

.Copyright p a {
  color: var(--jumvea-second-color);
  font-weight: 400;
  font-size: 16px;
}

.Copyright p {
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.jumvea-member-list {
  width: 100% !important;
  display: inline-block;
  margin: 0px 0 27px 0;
  height: 92px;
}

.jumvea-member-list ul {
  width: 100%;
  display: inline-block;
  height: 100px;
}

.jumvea-member-list ul li {
  width: 16%;
  display: flex;
  vertical-align: top;
  margin: 0 20px 0 18px;
  align-items: center;
  height: 120px !important;
}

.jumvea-member-list ul li a img {
  vertical-align: middle;
  max-height: 62px;
}

.jumvea-member-list ul li a:hover span.mb-ana {
  background-position: -672px -57px;
}

.scrollup {
  position: fixed;
  right: 13px;
  bottom: 8px;
  width: 38px;
  height: 38px;
  border-radius: 30px 30px 0 30px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 100;
  -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(--jumvea-color);
}

.scrollup:hover {
  opacity: 1;
  border-radius: 0px 30px 30px 30px;
}

.detail_contact {
  text-align: center;
}

.detail_contact li {
  display: inline-block;
}

.detail_contact li .btn-full:hover {
  background-color: #fff;
  border: 1px solid #6C4EA7;
  color: #000;
}

.img_border {
  border-radius: 30px 30px 0 30px;
}

/*---------inner Pages css-------*/

.inner_heading {
  background: #F4F1FA;
  text-align: center;
  padding: 28px 0;
  margin-top: 32px;
  border-radius: 30px 30px 0 30px;
  margin-bottom: 30px;
}

.inner_heading h1 {
  font-size: 46px;
  font-weight: 800;
  color: #272E39;
}

/*----breadcrumbs----*/
.breadcrumbs {
  margin: 0px 0 0px 0;
}

.breadcrumbs ul {
  list-style: none;
  padding-left: 0px;
}

.breadcrumbs ul li {
  display: inline-block;
  font-size: 16px;
  color: #6C4EA7;
  font-weight: 700;
}

.breadcrumbs ul li a {
  color: #6C4EA7;
  padding: 0 7px 0 0;
}

.breadcrumbs ul li a:hover {
  color: var(--jumvea-second-color);
}

.breadcrumbs ul li:after {
  content: "/";
  padding: 0px 3px;
  color: #333;
}

.breadcrumbs ul li:last-child:after {
  content: "";
  padding: 0px;
}

/* ========= JUMVEA PROFILE START ========== */
.contact-section {
  position: relative;
  background: #f4f1fa;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.sec-pad {
  padding: 40px 0px;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  padding-left: 25px;
  padding-top: 7px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.info-block-one .inner-box {
  position: relative;
  display: block;
}

.info-block-one .inner-box .upper-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 30px 30px 0px 30px;
  padding: 21px 30px 0px 30px;
  overflow: hidden;
}

.info-block-one .inner-box .upper-box:before {
  position: absolute;
  content: '';
  background: #e7e3ee;
  width: calc(100% - 60px);
  height: 1px;
  left: 30px;
  bottom: 0px;
}

.info-block-one .inner-box .single-item p a {
  color: #75727b;
}

.theme_btn_4 a {
  list-style: none;
  color: #000;
  position: relative;
  left: 14px;
}

.info-block-one .inner-box .lower-content {
  position: relative;
  background: #fff;
  padding: 30px 30px 34px 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
}

.sec-title .sub-title:before {
  position: absolute;
  content: '';
  background: #e7e3f0;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 43px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-block-one .inner-box .upper-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 2px;
}

.info-block-one .inner-box .single-item {
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
  width: 49%;
}

.info-block-one .inner-box .single-item_1 {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  width: 98%;
}

.icon-box {
  display: inline-block;
}

.info-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #272e39;
  font-weight: 600;
}

.info-block-one .inner-box .single-item h6 {
  position: relative;
  left: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
  z-index: 1;
}

.info-block-one .inner-box .single-item h6:before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: 3px;
  z-index: -1;
}

.info-block-one .inner-box .single-item_1 h6 {
  position: relative;
  left: 10px;
  top: -10px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
  z-index: 1;
}

.info-block-one .inner-box .single-item_1 h6:before {
  position: absolute;
  content: '';
  background: #f4f1fa;
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: 3px;
  z-index: -1;
}

.info-block-one .inner-box .single-item_1 p,
.info-block-one .inner-box .single-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* ========= JUMVEA PROFILE END ========== */

/* ========= JOINING PRODUCER START =========== */
.jn_pd {
  position: relative;
  display: block;
  background: #f4f1fa;
  border-radius: 30px 30px 0px 30px;
  padding: 41px 40px 10px 40px;
  margin-bottom: 30px;
  height: 400px;
}

.pro_jpn {
  height: 295px;
}

.jn_pd::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 80px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/decor-2.png);
}

.jn_pd_icon {
  position: relative;
  top: -20px;
  height: 60px;
}

.count_text {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  line-height: 64px;
  background: #e7e3f0;
  text-align: center;
  font-size: 24px;
  font-family: 'Urbanist', sans-serif;
  color: #6C4EA7;
  font-weight: 600;
  border-radius: 50% 50% 0px 50%;
  transition: all 500ms ease;
}

.jn_pd_content h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 19px;
  font-weight: 600;
}

.jn_pd_content p {
  font-size: 16px;
  line-height: 28px;
  ;
}

.jn_pd:hover .count_text {
  background-color: #6C4EA7;
  color: #fff;
}

/* ========= JOINING PRODUCER END =========== */

/* =========== MEMBERSHIP BENEFITS START ===========*/
.mb_be {
  box-shadow: 0px 2px 5px #ddd;
  padding: 10px;
  border-radius: 30px 30px 0 30px;
}

.mb_be:hover .spa_3::before {
  background-color: #6C4EA7;
  color: #fff;
}

.mb_be:hover .spa_3 p {
  color: #fff;
}

.page-content {
  font-size: 16px !important;
  line-height: 32px !important;
  color: #455359;
  padding-left: 25px;
  position: relative;
}

.page-content::before {
  content: "";
  position: absolute;
  background: url(../images/icon-1.png) 0 0 no-repeat;
  display: inline-block;
  width: 11px;
  height: 16px;
  top: 5px;
  left: 0px;
}

.hd_ft_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd_ft {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
  top: 16px;
  color: #6C4EA7;
}

.spa_3 {
  width: 50px;
  position: relative;
}

.spa_3 p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 14px;
  left: 17px;
}

.spa_3::before {
  position: absolute;
  content: '';
  background: #F4F1FA;
  width: 55px;
  height: 55px;
  bottom: 0;
  border-radius: 30px 30px 30px 0px;
  z-index: -1;
  left: 10px;
}

/* =========== MEMBERSHIP BENEFITS END===========*/

/* ========== CHAIRMAN SPPECH START=========== */
.wrapper {
  display: inline-block !important;
}

.wrapper,
img {
  display: inline-block !important;
}

#two {
  display: none !important;
}

.wrapper:hover #two {
  display: inline-block !important;
}

.wrapper:hover #one {
  display: none !important;
}

/* ========== CHAIRMAN SPPECH END=========== */

/* =========== JUMVEA PURPOSE START =========== */
.Aplc_ass_1 {
  margin: 20px 0px;
  padding: 20px 20px 0;
  background: -webkit-linear-gradient(90deg, #faeff2, #f4f1fa 100%);
  border-radius: 30px 30px 0 30px;
}

/* =========== JUMVEA PURPOSE END =========== */

/* =========== JUMVEA SAFE TRADE START =========== */
.safe-trade-section {
  background-color: #F4F1FA;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 30px 30px 0 30px;
}

.safe-trade-section_1 {
  background-color: #FAECF0;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 30px 30px 30px 0px;
}

/* =========== JUMVEA SAFE TRADE START =========== */
.inline-btn {
  display: inline-block;
  color: #000;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  font-size: 16px;
  font-weight: 400;
}

.deal_jum {
  color: #000;
  transition: all .5s;
  font-size: 13px;
  font-weight: 700;
}

.jumvea-video-section {
  width: 100%;
  display: inline-block;
  margin: 40px 0 20px;
}

.jumvea-video-section .video-jumvea {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.side_heading {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  color: #6C4EA7;
  font-size: 20px;
}

.side_add>li {
  margin-bottom: 20px;
}

.safe_trade_banner {
  background-image: linear-gradient(#6C4EA7, #F66587);
  margin-bottom: 20px;
  margin-top: 15px;
}

.safe_trade_banner>a {
  display: block;
  padding: 12px 5px
}

.safe_trade_banner>a>div.first {
  margin-bottom: 10px
}

.safe_trade_banner>a>div.second {
  text-align: center
}

.safe_trade_banner>a>div.second>h2 {
  font-weight: 700;
  margin: 0;
  color: #fff
}

.safe_trade_banner>a>div.second>h3 {
  font-weight: 700;
  margin: 0;
  color: #fff
}

.safe_trade_banner>a>div.second>h4 {
  font-weight: 400;
  margin: 5px 0;
  color: #fff;
  font-size: 13px
}

.adverstise_btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #6C4EA7;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 25px 25px 0 25px;
  border-radius: 25px 25px 0 25px;
  font-family: "Fira Sans", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.adverstise_btn a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 8px 15px;
}

.adverstise_btn:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.adverstise_btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transform-origin: right bottom;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 25px 25px 0 25px;
  color: #fff !important;
  background: #f66587;
}

.adverstise_btn:hover::before {
  transform: scale(1, 1);
}

.dt {
  background: url('../images/img/sprite_detail.png') 0 0 no-repeat;
  display: inline-block;
  position: relative;
}

.dt-facebook {
  width: 11px;
  height: 17px;
  background-position: -2px -3px;
  top: 4px;
  margin-left: 7px;
}

.dt-linkdIn {
  width: 18px;
  height: 15px;
  background-position: -5px -24px;
  top: 3px
}

.dt-twitter {
  width: 16px;
  height: 15px;
  background-position: -19px -5px;
  top: 4px;
}

.dt-big-facebook {
  width: 19px;
  height: 35px;
  background-position: -283px -150px;
}

.dt-big-linkdIn {
  width: 32px;
  height: 32px;
  background-position: -350px -153px;
}

.dt-big-twitter {
  width: 32px;
  height: 28px;
  background-position: -311px -156px;
}

.dt-address {
  width: 35px;
  height: 43px;
  background-position: -62px 0px;
  left: 0px;
  top: 10px;
}

.dt-telephone {
  width: 35px;
  height: 35px;
  background-position: -107px -4px;
  top: 13px;
}

.dt-phone {
  width: 33px;
  height: 32px;
  background-position: -152px -4px;
  top: 14px;
  left: 2px;
}

.dt-mail {
  width: 35px;
  height: 26px;
  background-position: -193px -7px;
  top: 17px;
  left: 2px;
}

.dt-website {
  width: 35px;
  height: 37px;
  background-position: -236px -3px;
  top: 12px;
  left: 1px;
}

.dt-site {
  width: 35px;
  height: 37px;
  background-position: -236px -3px;
  top: 0px;
  left: 1px;
}

.dt-membership-id {
  width: 40px;
  height: 35px;
  background-position: -277px 0px;
  top: 5px;
  left: 2px;
}

.dt-capital {
  width: 35px;
  height: 40px;
  background-position: -314px 0px;
}

.dt-turnover {
  width: 50px;
  height: 45px;
  background-position: -349px 0px;
}

.dt-office_timing {
  width: 35px;
  height: 35px;
  background-position: -399px 0px;
}

.dt-holiday {
  width: 35px;
  height: 33px;
  background-position: -434px -2px;
  top: 5px;
  left: 0px;
}

.dt-year {
  width: 29px;
  height: 27px;
  background-position: -1px -59px;
  top: 7px
}

.dt-staff {
  width: 35px;
  height: 32px;
  background-position: -37px -60px;
  top: 5px;
}

.dt-payment {
  width: 40px;
  height: 29px;
  background-position: -81px -61px;
  top: 8px;
}

.dt-business_type {
  width: 40px;
  height: 46px;
  background-position: -128px -56px;
}

.dt-yard {
  width: 40px;
  height: 33px;
  background-position: -173px -62px;
  top: 6px;
}

.dt-language {
  width: 40px;
  height: 30px;
  background-position: -216px -63px;
  top: 6px;
}

.dt-deals {
  width: 34px;
  height: 30px;
  background-position: -268px -64px;
  top: 8px;
}

.dt-export {
  width: 30px;
  height: 31px;
  background-position: -310px -66px;
  top: 8px;
}

.dt-skype {
  width: 35px;
  height: 30px;
  background-position: -346px -68px;
}

.dt-location {
  width: 30px;
  height: 30px;
  background-position: -377px -68px;
  vertical-align: middle;
}

.dt-whatsapp {
  width: 20px;
  height: 19px;
  background-position: -427px -73px;
  vertical-align: middle;
  top: -1px;
}

.dt-viber {
  width: 18px;
  height: 19px;
  background-position: -430px -93px;
  vertical-align: middle;
}

.dt-phone-new {
  width: 17px;
  height: 22px;
  background-position: -343px -114px;
  top: 7px;
}

.dt-skype-new {
  width: 90px;
  height: 40px;
  background-position: -395px -133px;
  top: 3px;
}

.dt-telephone-profile {
  width: 35px;
  height: 35px;
  background-position: -109px -6px;
  top: 10px;
  left: 5px;
}

/* .address-section:hover strong .dt-address{top: 11px;background-position: -60px -215px;} */
.dt-phone-profile {
  width: 42px;
  height: 38px;
  background-position: -147px -1px;
  top: 7px;
  left: 0px;
}

/* .address-section:hover strong .dt-telephone-profile{background-position: -106px -219px;width: 36px;height: 37px;left: 4px; top: 9px;} */
.dt-mail-profile {
  width: 39px;
  height: 27px;
  background-position: -192px -8px;
  top: 10px;
  left: 1px;
}

/* .address-section:hover strong .dt-phone-profile{background-position: -145px -216px;width: 42px;height: 38px;left: 0px;top: 7px;} */
.dt-website-profile {
  width: 35px;
  height: 37px;
  background-position: -236px -3px;
  top: 5px;
  left: 0px;
}

.on-jumvea_1:hover .company-address-details {
  position: relative;
  top: 11px;
}

/* .business-info-details:hover  .dt-telephone-profile{width: 35px;height: 35px;background-position:-107px -217px; top:7px;}
.business-info-details:hover  .dt-phone-profile{width: 37px;height: 32px;background-position:-151px -217px;top:7px;left:0px;}
.business-info-details:hover  .dt-mail-profile{width: 38px;height: 26px;background-position:-192px -221px;top:10px; left:1px;}
.business-info-details:hover  .dt-website-profile{width: 35px;height: 37px;background-position:-236px -217px;top:5px; left: 1px;}
.members-contact-details:hover strong  .dt-telephone{width: 35px;height: 35px;background-position:-107px -217px; top: 13px;}
.members-contact-details:hover strong  .dt-mail{width: 38px;height: 26px;background-position:-192px -221px;top: 17px; left: 2px;}
.members-contact-details:hover strong  .dt-website{width: 35px;height: 37px;background-position:-236px -217px;top:12px; left: 1px;}
.members-contact-details:hover strong  .dt-phone{width: 37px;height: 32px;background-position:-151px -217px;top: 14px;left: 2px;}
.address-section:hover strong  .dt-address{width: 35px;height: 50px;background-position:-61px -211px;left:5px;top:1px;}
.address-section:hover strong  .dt-telephone-profile{width: 39px;height: 50px;background-position:-106px -211px;left:-1px;top:13px;}
.address-section:hover strong  .dt-phone-profile{width: 42px;height: 43px;background-position:-147px -211px;left:2px;top:7px;}
.business-info-details:hover  .dt-membership-id{background-position:-282px -215px; top:5px; left:2px;}
.business-info-details:hover  .dt-capital{background-position:-322px -215px;}
.business-info-details:hover  .dt-turnover{background-position:-355px -215px;}
.business-info-details:hover  .dt-office_timing{background-position:-405px -217px; top:5px;}
.business-info-details:hover  .dt-holiday{background-position:-445px -217px;top:5px;left:3px;}
.business-info-details:hover  .dt-year{background-position:-5px -263px;top:7px;}
.business-info-details:hover  .dt-staff{background-position:-37px -265px;top:5px;}
.business-info-details:hover  .dt-payment{background-position:-83px -266px;top:8px;}
.business-info-details:hover  .dt-business_type{background-position:-130px -266px;top:3px;}
.business-info-details:hover  .dt-yard{background-position:-177px -267px;top:5px;}
.business-info-details:hover  .dt-language{background-position:-219px -268px;top:6px;}
.business-info-details:hover  .dt-export{background-position:-313px -272px;}
.business-info-details:hover  .dt-deals{background-position:-272px -270px;top:8px;} */


.app_form {
  padding: 15px 0px 15px 0px;
}

.app_form>a {
  font-size: 18px;
  color: #6C4EA7;
  text-decoration: underline;
  position: relative;
  top: -15px;
  left: 20px;
}

.app_form>a:hover {
  font-size: 18px;
  color: #F66587;
  text-decoration: none;
}

/*------jumvea-safe-trade-----*/


.nero-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  font-weight: 800;
  color: #6C4EA7;
  margin-bottom: 10px;
}

/* .nero-heading:after {content:'.'; font-size:40px; color:#6C4EA7; margin-left:2px;} */
.nero-sub-heading {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}

.nero-sub-heading strong {
  color: #6C4EA7;
}

.nero-sub-hea_info {
  font-size: 22px;
  line-height: 40px;
  color: var(--jumvea-second-color);
  font-weight: 700;
  margin-bottom: 12px;
}

/* .nero-sub-heading:before{content:'';color:#333;width:19px;position:absolute;top:9px;left:0%;height:3px;border-bottom: #6C4EA7 2px solid; } */
.fa-bnft {
  background: url(../images/benefits-sprite-img-1.png) 0px 0px no-repeat;
  position: relative;
  display: inline-block;
}

.fa-bnft-exporter {
  background-position: -2px -3px;
  width: 80px;
  height: 67px;
}

.fa-bnft-tax {
  background-position: -84px -3px;
  width: 60px;
  height: 64px;
}

.fa-bnft-advice {
  background-position: -168px -6px;
  width: 58px;
  height: 56px;
}

.fa-bnft-certificate {
  background-position: -235px -7px;
  width: 63px;
  height: 56px;
}

.fa-bnft-reservation {
  background-position: -309px 0px;
  width: 63px;
  height: 63px;
}

.fa-bnft-charge {
  background-position: -2px -84px;
  width: 66px;
  height: 55px;
}

.fa-bnft-agency {
  background-position: -385px -1px;
  width: 61px;
  height: 61px;
}

.fa-bnft-safety {
  background-position: -157px -78px;
  width: 73px;
  height: 64px;
}

.fa-bnft-trust {
  background-position: -82px -82px;
  width: 61px;
  height: 58px;
}

.fa-bnft-stock {
  background-position: -312px -79px;
  width: 58px;
  height: 58px;
}

.fa-join {
  background: url(../images/joining-sprite-img.png) 0px 0px no-repeat;
  position: relative;
  display: inline-block;
}

.fa-join-associatn {
  width: 74px;
  height: 63px;
  background-position: 3px -4px;
}

.fa-join-membership {
  width: 68px;
  height: 59px;
  background-position: -70px -4px;
}

.fa-join-amount {
  width: 62px;
  height: 56px;
  background-position: -141px -7px;
}

.fa-join-email {
  width: 66px;
  height: 64px;
  background-position: -205px -4px;
}

.fa-join-register {
  width: 66px;
  height: 62px;
  background-position: -273px -2px;
}

.fa-join-approval {
  width: 57px;
  height: 56px;
  background-position: -340px -5px;
}



/*______________ BOARD OF DIRECTORS CSS START HERE ______________*/
.board_directors h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.bd_dr {
  background-color: #fff;
  border-radius: 25px 25px 25px 25px;
  /*border: 4px solid #6C4EA7*/
  ;
  box-shadow: 0px 2px 5px #6C4EA7;
  height: 365px;
}

.bd_dr_1 {
  background-color: #fff;
  border-radius: 25px 25px 25px 25px;
  /*border: 4px solid #F66586;*/
  box-shadow: 0px 2px 5px #F66586;
  height: 365px;
}

.bd {
  height: 100px;
}

.bd_dr_bg {
  background-color: #F4F1FA;
  border-radius: 0px 0px 25px 25px;
  height: 265px;
}

.bd_dr_bg_1 {
  background-color: #FBECF1;
  border-radius: 0px 0px 25px 25px;
  height: 265px;
}

.bd_dr_icon {
  margin: auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
  border: 4px solid #6C4EA7;
  top: -70px;
}

.bd_dr_icon_1 {
  margin: auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
  border: 4px solid #F66586;
  top: -70px;
}

.bd_dr_icon img {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  top: 2px;
  left: 0px;
  padding: 3px
}

.bd_dr_icon_1 img {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 3px
}

.bd_dr_content {
  text-align: center;
  position: relative;
  top: -35px;
}

.bd_dr_content_1 {
  text-align: center;
  position: relative;
  top: -35px;
}

.bd_dr_content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #6C4EA7;
}

.bd_dr_content_1 h4 {
  font-size: 23px;
  font-weight: 700;
  color: #F66586;
}

.bd_dr_content span {
  font-size: 15px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.bd_dr_content_1 span {
  font-size: 15px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.company_link {
  background-color: #6C4EA7;
  margin-top: 20px;
}

.company_link a {
  font-size: 18px;
  font-style: italic;
  list-style: none;
  text-decoration: none;
  color: #fff;
}

.company_link_1 {
  background-color: #F66586;
  margin-top: 20px;
}

.company_link_1 a {
  font-size: 18px;
  font-style: italic;
  list-style: none;
  text-decoration: none;
  color: #fff;
}

/*---------contact-----*/

.submit_btn {
  display: inline-block;
  padding: 8px 20px 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #6C4EA7;
  font-weight: 600;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  -ms-border-radius: 20px 20px 0 20px;
  border-radius: 20px 20px 0 20px;
  font-family: "Fira Sans", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: #6C4EA7 1px solid;
}

.submit_btn:hover {
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: #6C4EA7 1px solid;
}

.reset_btn {
  display: inline-block;
  padding: 8px 20px 5px;
  text-align: center;
  color: #333;
  font-size: 16px;
  background: #fff;
  border: none;
  border: #6C4EA7 1px solid;
  -weight: 600;
  -webkit-border-radius: 20px 20px 0 20px;
  -moz-border-radius: 20px 20px 0 20px;
  -ms-border-radius: 20px 20px 0 20px;
  border-radius: 20px 20px 0 20px;
  font-family: "Fira Sans", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.reset_btn:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #6C4EA7;
}

.sitemap_ulli {
  list-style: none;
}

.sitemap_ulli li {
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.sitemap_ulli li:before {
  content: "";
  background: url(../images/icon-1.png);
  background-repeat: no-repeat;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sitemap_ulli li:hover:before {
  color: #6C4EA7;
}

.sitemap_ulli li a {
  color: #333;
  font-size: 14px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.sitemap_ulli li a:before {
  content: '';
  height: 1px;
  width: 0;
  top: 100%;
  transition: width 0.3s linear;
  background: #6C4EA7;
  position: absolute;
  left: 0px;
}

.sitemap_ulli li:hover a {
  color: #6C4EA7;
}

.sitemap_ulli li:hover a:before {
  width: 100%;
}

/* =========== ORGANIZATION OUTLINE START =========== */

.org_widgets {
  margin-top: 10px;
  border-radius: 30px 30px 0 30px;
  background-color: #F4F1FA;
  padding: 15px;
  height: 265px;
}

.org_wi_jpn {
  height: 200px;
}

.org_wi_jpn_1 {
  height: 265px !important;
}

.org_widgets>.icon_org {
  margin-bottom: 5px;
}

.org_widgets>h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  height: 50px;
  color: #6C4EA7;
}

.org_wi_jpn>h4,
.org_wi_jpn>h4 {
  height: 30px !important;
}

.org_widgets>.underline_bot {
  border-bottom: 1px solid #d5d5d5;
  width: 64px;
  margin-bottom: 15px;
}

.org_widgets>p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
  text-align: justify;
  color: #455359;
}

.org_widgets_1 {
  margin-top: 10px;
  border-radius: 30px 30px 0 30px;
  background-color: #F4F1FA;
  padding: 15px;
  height: 380px;
}

.org_widgets_1>.icon_org {
  margin-bottom: 5px;
}

.org_widgets_1>h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  height: 40px;
  color: #6C4EA7;
}

.org_widgets_1>.underline_bot {
  border-bottom: 1px solid #d5d5d5;
  width: 64px;
  margin-bottom: 15px;
}

.org_widgets_1>p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
  text-align: justify;
  color: #455359;
}

.business_outline {
  list-style: none;
  margin: 0;
}

.business_outline li {
  float: left;
  margin-bottom: 20px;
  width: 48%;
  font-size: 16px;
  line-height: 28px;
  border-radius: 30px 30px 0 30px;
  background-color: #F4F1FA;
  padding: 15px;
  height: 110px;
  margin-right: 19px;
}

.bus_ou_jpn li {
  font-size: 14px;
}

.fa-org {
  background: url(../images/sprite_organisation.png) 0px 0px no-repeat;
  position: relative;
  display: inline-block;
}

.fa-articles {
  width: 44px;
  height: 40px;
  background-position: -5px -4px;
}

.fa-general-meeting {
  width: 44px;
  height: 40px;
  background-position: -55px -4px;
}

.fa-board-director {
  width: 44px;
  height: 40px;
  background-position: -109px -1px;
}

.fa-main-director {
  width: 44px;
  height: 40px;
  background-position: -157px -1px;
}

.fa-rep-director {
  width: 44px;
  height: 40px;
  background-position: -205px -2px;
}

.fa-audit-controller {
  width: 44px;
  height: 40px;
  background-position: -246px -3px;
}

.fa-executive-office {
  width: 44px;
  height: 40px;
  background-position: -293px -3px;
}

.fa-cooperative-buying {
  width: 53px;
  height: 41px;
  background-position: -4px -57px;
}

.fa-market-exports {
  width: 53px;
  height: 41px;
  background-position: -61px -55px;
}

.fa-joint-custodial {
  width: 45px;
  height: 41px;
  background-position: -116px -57px;
}

.fa-cooperative-export {
  width: 42px;
  height: 41px;
  background-position: -167px -57px;
}

.fa-joint-inspection {
  width: 44px;
  height: 41px;
  background-position: -215px -57px;
}

.fa-cooperative-shipping {
  width: 42px;
  height: 41px;
  background-position: -266px -57px;
}

.fa-business-funds {
  width: 39px;
  height: 41px;
  background-position: -317px -57px;
}

.fa-financial-institutions {
  width: 57px;
  height: 41px;
  background-position: -364px -57px;
}

.fa-education-information {
  width: 58px;
  height: 41px;
  background-position: -429px -57px;
}

.fa-benefits {
  width: 53px;
  height: 41px;
  background-position: -4px -109px;
}

/* =========== ORGANIZATION OUTLINE END =========== */

/*------why-member-jumvea-----*/

.fa-buy {
  background: url(../images/why-buy-sprite-img-1.png) 0px 0px no-repeat;
  position: relative;
  display: inline-block;
}

.fa-buy-register {
  width: 53px;
  height: 45px;
  background-position: -2px -3px;
  top: 0px;
}

.fa-buy-license {
  width: 53px;
  height: 45px;
  background-position: -61px -3px;
  top: 0px;
}

.fa-buy-credible {
  width: 39px;
  height: 45px;
  background-position: -120px -3px;
  top: 0px;
}

.fa-buy-bussiness {
  width: 53px;
  height: 45px;
  background-position: -168px -3px;
  top: 0px;
}

.fa-buy-complaint {
  width: 45px;
  height: 45px;
  background-position: -227px -5px;
  top: 0px;
}

.fa-buy-goverment {
  width: 42px;
  height: 47px;
  background-position: -272px -3px;
  top: 0px;
}


/*--------Member-list-----*/

.form-control::-webkit-input-placeholder {
  color: #333;
}

.form-control::-ms-input-placeholder {
  color: #333;
}

.form-control::placeholder {
  color: #333;
}

.member_jumvea_search {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0px 0px;
  border: 2px solid #F4F1FA;
  box-shadow: 0px 2px 5px #ddd;
  padding: 20px 10px 12px;
}

.form-control {
  box-shadow: none;
  height: 45px;
  padding: 8px 3px 8px 13px;
  background-color: #F4F1FA;
  color: #455359;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px 25px 0 25px;
  border: #fff 0px solid;
  width: 100%;
}

.member_jumvea_search .radio-btn {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.member_jumvea_search span {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin-right: 0px;
}

.member_jumvea_search label {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.member_jumvea_search input[type="radio"] {
  vertical-align: middle;
}

.member_jumvea_search input[type="submit"] {
  background-color: #6C4EA7;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
  font-family: "Fira Sans", sans-serif;
  outline: none;
}

.member_jumvea_search input[type="submit"]:hover {
  background-color: #fff;
  color: #6C4EA7 !important;
  border: solid 1px #6C4EA7;
  transition: all 0.5s;
  font-family: "Fira Sans", sans-serif;
}

.member_jumvea_search input[type="button"] {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #6C4EA7;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
  font-family: "Fira Sans", sans-serif;
  background-color: #6C4EA7;
}

.member_jumvea_search input[type="button"]:hover {
  background-color: #6C4EA7;
  color: #fff;
  border: solid 1px transparent;
  transition: all 0.5s;
}

/*------news-detail----*/

.all-news-detail {
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 6px #adadad;
  padding: 10px 10px 21px 10px;
  border-radius: 30px 30px 0 30px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background-color: #faecf0;
}

.sub-heading-text {
  font-size: 18px;
  font-weight: 200;
  padding: 15px 0 0 0;
  line-height: 26px;
  color: #686868;
  width: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.all-news-detail a {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
}

.all-news-detail a h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
  letter-spacing: 1px;
  color: #6C4EA7;
}

.all-news-detail a h2:before {
  left: 0px !important;
  content: "";
  border-bottom: solid 1px #6C4EA7;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -7px;
}

.all-news-detail a p {
  width: 100%;
  display: inline-block;
  color: #333;
}

.news_jumvea {
  /*background-color:#f4f5f9;*/
  margin-bottom: 50px;
  padding: 20px 0 0;
}

.all_news {
  width: 100%;
  display: block;
  padding: 0px 0;
  text-align: left;
  margin-top: 0px;
  margin-left: 10px;
}

.all_news>a {
  border: solid 2px #6C4EA7;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  padding: 5px 35px !important;
  width: auto !important;
  display: inline-block;
  border-radius: 30px 30px 0 30px;
  background: #faecf0;
}

.all_news>a:hover {
  color: #fff;
  background: #6C4EA7;
}

/* =========== JUMVEA LIST START ========= */

.member-detail_jumvea {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 30px 30px 0 30px;
  border: 1px solid #ddd;
}

.member-detail_jumvea .container {
  padding-right: 12px;
}

.padding_resp {
  padding-right: 0px !important;
}

.col_mem_padd {
  padding-bottom: 30px;
  padding-top: 30px;
}

.company_details h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 2px;
}

.company_detail_bottom div {
  display: flex;
  flex-direction: row;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.company_detail_bottom div p {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 10px;
  border-right: 1px solid #747474;
  text-transform: uppercase;
}

.company_detail_bottom div:last-child p {
  border-right: none;
}

.border_list {
  border-bottom: 1px solid #edecec;
}

.jumvea_company {
  padding-left: 30px;
  position: relative;
}

.president {
  display: flex;
}

.president h5 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.president span {
  font-size: 15px;
}

.president div:last-child {
  position: relative;
  left: 30px;
  width: 90%;
}

.president:hover div:last-child {
  position: relative;
  left: 30px;
}

.list_icon {
  position: relative;
}

.list_icon::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 25px 25px 0 25px;
  background-color: #F4F1FA;
}

.list_bg {
  background-color: #F4F1FA;
  border-radius: 0px 20px 0px 0px;
  padding: 15px 0px 15px 0;
  height: 100%;
  max-height: max-content;
}

.list_bg div p {
  text-transform: uppercase;
  font-size: 13px;
  list-style: none;
  color: #000;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}

.view_border {
  position: relative;
}

.view_profile {
  position: relative;
}

.view_profile a p {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.view_border::after {
  content: "";
  position: absolute;
  width: 321px;
  top: -1px;
  left: -90px;
  height: 1px;
  background-color: #edecec;
}

.view_profile a:hover p {
  color: #6C4EA7;
}

.view-profile>a:hover .cd_arrow {
  opacity: 0;
}

.view_profile a:hover .cd-arrow_1 {
  opacity: 1;
  transition: all 500ms ease-in;
  left: 0px;
}

.btn-three {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px 7px;
  text-transform: capitalize;
  border-radius: 35px 35px 0px 35px;
  z-index: 1;
  background-color: #6C4EA6;
  transition: all 500ms ease;
  background: #6c4ea7;
  letter-spacing: 1.05;
  font-weight: 600;
  color: #fff;
  width: 180px;
  text-transform: uppercase;
}

.btn-three::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transform-origin: right bottom;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 25px 25px 0 25px;
  color: #fff !important;
  background: #f66587;
}

.btn-three:hover {
  color: #fff;
}

.btn-three:hover::before {
  transform: scale(1, 1);
}

/* =========== JUMVEA LIST END ========= */
.cd {
  background: url(../images/sprite_jumvea_listing_3.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.cd-location {
  background-position: -133px -41px;
  width: 14px;
  height: 21px;
  top: 6px;
  left: -3px;
}

.cd-eye {
  background-position: -153px -53px;
  width: 18px;
  height: 12px;
  left: 3px;
}

.cd-president {
  background-position: -5px -3px;
  width: 28px;
  height: 29px;
  top: 12px;
  left: -3px;
}

.president:hover .cd-president {
  background-position: -5px -38px;
  width: 28px;
  height: 29px;
  top: 12px;
  left: -3px;
}

.cd-Call {
  background-position: -31px -4px;
  width: 28px;
  height: 32px;
  top: 10px;
  left: -5px;
}

.president:hover .cd-Call {
  background-position: -33px -37px;
  width: 28px;
  height: 34px;
  top: 8px;
  left: -3px;
}

.cd-Business {
  background-position: -60px -3px;
  width: 28px;
  height: 29px;
  top: 12px;
  left: -3px;
}

.president:hover .cd-Business {
  background-position: -60px -34px;
  width: 28px;
  height: 34px;
  top: 8px;
  left: -3px;
}

.cd-deals {
  background-position: -94px -3px;
  width: 28px;
  height: 29px;
  top: 12px;
  left: -3px;
}

.president:hover .cd-deals {
  background-position: -94px -34px;
  width: 28px;
  height: 34px;
  top: 8px;
  left: -3px;
}

.cd-jumvea {
  background-position: -153px -156px;
  width: 175px;
  height: 45px;
  top: 0px;
  left: -3px;
}

.cd-jumvea_1 {
  background-position: -153px -156px;
  width: 175px;
  height: 45px;
  top: 0px;
  left: 0px;
}

.cd-about {
  background-position: -7px -75px;
  width: 24px;
  height: 26px;
  top: 6px;
  left: 9px;
}

.cd-info {
  background-position: -34px -75px;
  width: 25px;
  height: 26px;
  top: 6px;
  left: 9px;
}

.cd-Our {
  background-position: -60px -75px;
  width: 25px;
  height: 26px;
  top: 6px;
  left: 9px;
}

.cd-Photo {
  background-position: -88px -75px;
  width: 25px;
  height: 26px;
  top: 6px;
  left: 9px;
}

.cd-Video {
  background-position: -114px -75px;
  width: 25px;
  height: 26px;
  top: 7px;
  left: 9px;
}

.cd-dealers {
  background-position: -140px -75px;
  width: 25px;
  height: 26px;
  top: 7px;
  left: 9px;
}

.cd-Contact {
  background-position: -167px -75px;
  width: 25px;
  height: 26px;
  top: 7px;
  left: 9px;
}

.cd-id {
  background-position: -7px -109px;
  width: 45px;
  height: 38px;
  top: 0px;
  left: 9px;
}

.cd-Capital {
  background-position: -57px -105px;
  width: 45px;
  height: 45px;
  top: -2px;
  left: 12px;
}

.cd-Turnover {
  background-position: -104px -105px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 11px;
}

.cd-Timing {
  background-position: -151px -105px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 10px;
}

.cd-Holiday {
  background-position: -201px -105px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 10px;
}

.cd-year {
  background-position: -247px -105px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 9px;
}

.cd-staff {
  background-position: -297px -105px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 9px;
}

.cd-terms {
  background-position: -347px -105px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 9px;
}

.cd-yards {
  background-position: -395px -105px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 9px;
}

.cd-Type {
  background-position: -444px -109px;
  width: 45px;
  height: 38px;
  top: -3px;
  left: 9px;
}

.cd-deals_1 {
  background-position: -3px -159px;
  width: 45px;
  height: 41px;
  top: -3px;
  left: 9px;
}

.cd-language {
  background-position: -54px -157px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 9px;
}

.cd-export {
  background-position: -105px -157px;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 9px;
}

.cd-phone {
  background-position: -278px -3px;
  width: 20px;
  height: 21px;
  left: -6px;
}

.cd-skype {
  background-position: -250px -26px;
  width: 29px;
  height: 31px;
  top: 0px;
  left: 9px;
}

.cd-whatsapp {
  background-position: -252px -58px;
  width: 25px;
  height: 25px;
  top: 0px;
  left: 5px;
}

.cd-viber {
  background-position: -282px -58px;
  width: 25px;
  height: 25px;
  top: 0px;
  left: 5px;
}

.cd-facebook {
  background-position: -281px -26px;
  width: 29px;
  height: 31px;
  top: 0px;
  left: 9px;
}

.cd-instagram {
  background-position: -311px -26px;
  width: 29px;
  height: 31px;
  top: 0px;
  left: 9px;
}

.cd-facebook-big {
  background-position: -382px -63px;
  width: 38px;
  height: 39px;
  top: 10px;
  left: 10px;
}

.cd-twitter-big {
  background-position: -420px -63px;
  width: 38px;
  height: 39px;
  top: 10px;
  left: 10px;
}

.cd-instgram-big {
  background-position: -458px -63px;
  width: 38px;
  height: 39px;
  top: 10px;
  left: 10px;
}

.cd-linkdIn-big {
  background-position: -460px -156px;
  width: 35px;
  height: 34px;
  top: 13px;
  left: 12px;
}

.cd-SAFE {
  background-position: -194px -75px;
  width: 25px;
  height: 26px;
  top: 15px;
  left: 9px;
}

.cd-print {
  background-position: -302px -2px;
  width: 25px;
  height: 22px;
  top: 2px;
}

.cd-address {
  background-position: -254px -2px;
  width: 19px;
  height: 22px;
  left: 10px;
  top: 10px;
}

.cd-phone-1 {
  background-position: -279px -2px;
  width: 19px;
  height: 22px;
  left: 10px;
  top: 10px;
}

.cd-fax {
  background-position: -305px -2px;
  width: 23px;
  height: 22px;
  left: 10px;
  top: 10px;
}

.cd-email {
  background-position: -334px -2px;
  width: 22px;
  height: 22px;
  left: 10px;
  top: 10px;
}

.cd-site {
  background-position: -364px -2px;
  width: 22px;
  height: 24px;
  left: 10px;
  top: 10px;
}

/* =========== JUMVEA DETAIL START ========= */
.members_detail {
  position: relative;
  box-shadow: 0px 2px 5px #ddd;
}

.company_top {
  box-shadow: 0px 0px 5px #ddd;
  margin-bottom: 30px;
  position: relative;
  position: sticky;
  top: 0px;
}

.company_top::before {}

.company_navvv {
  position: relative;
  margin: 16px 0 0;
}

.company_navvv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.member_navbar ul {
  display: flex;
  flex-direction: row;
}

.member_navbar ul li {
  padding: 5px 25px;
}

.member_navbar ul li:first-child {
  padding-left: 0px !important;
}

.member_navbar ul li a {
  list-style: none;
  line-height: 30px;
  color: #000;
  font-size: 15px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-weight: 700;
}

.member_navbar ul li a:hover {
  color: #6C4EA7;
}

.nav_last div {
  display: inline-block;
  width: 49%;
  padding: 8px;
  text-align: right;
}

.previous a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #6C4EA7;
  position: relative;
  list-style: none;
}

.previous:last-child a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #6C4EA7;
  top: -5px;
  left: -35px;
  right: 0;
}

.about {
  border: 1px solid #ddd;
  border-radius: 30px 30px 0 30px;
  padding: 10px 15px;
}

.about_heading_text {
  font-size: 20px;
  font-weight: 700;
  color: var(--jumvea-color);
}

.about_head {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.about_head h5 {
  display: inline-block;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 25px;
}

.ab_he_t {
  padding: 7px 15px 15px !important;
}

.about .about_image {
  min-height: 230px;
  border: 1px solid #ddd;
  border-radius: 30px 30px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about_image img {
  max-height: 230px;
  padding: 10px;
}

.about h4 {
  font-size: 20px;
  color: #6C4EA7;
  font-weight: 700;
  line-height: 25px;
}

.about h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #6C4EA7;
  font-weight: 800;
}

.about .busi_su_text {
  font-size: 14px;
}

.about p {
  font-size: 14px;
  color: #000;
  line-height: 23px;
  margin-bottom: 0px;
}

.about p a {
  list-style: none;
  color: #6C4EA7;
  font-size: 14px;
  font-weight: bold;
}

.about .read {
  text-align: right;
}

.about .read button {
  color: #6C4EA7;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  padding: 0 15px;
  border: none;
  background-color: transparent;
}

.about_btn_1 {
  margin-right: 15px;
}

.about .spa_1 {
  position: relative;
}

.about .spa_2 {
  position: relative;
}

.about .spa_para {
  position: relative;
  left: 15px;
}

.about .spa_1::before {
  position: absolute;
  content: '';
  background: #F0F0FC;
  width: 60px;
  height: 60px;
  bottom: 0px;
  border-radius: 30px 30px 0 30px;
}

/* .about .spa_2::before{position: absolute;content: '';background: #F0F0FC;width: 40px; height: 40px;border-radius: 30px 30px 0 30px;} */
.about .spa_2 {
  background: #F0F0FC;
  width: 40px;
  height: 40px;
  border-radius: 30px 30px 0 30px;
}

.our_team_member {
  /*border: 1px solid #ddd;*/
  border-radius: 30px 30px 0 30px;
  margin-bottom: 10px;
  /*height: 360px;*/
}

.our_member_img {
  position: relative;
  border: 1px solid #ddd;
  min-height: 200px;
  border-radius: 30px 30px 0 30px;
}

/* .our_member_img::before{box-shadow: inset 24px 17px 13px 0 #fff;content: '';display: block;height: 100%;position: absolute; top: 0;width: 100%;border-radius: 30px;} */
.our_member_img img {
  border-radius: 30px 30px 0 0;
  max-height: 200px;
}

.our_member_detail {
  border-radius: 0px 0px 0 30px;
}

.our_team_detail_first {
  /*border-bottom: 1px solid #ddd;*/
  padding: 15px 5px 0px;
}

.our_team_detail_first h6 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}

.our_te_ph_n {
  font-size: 14px;
  padding-top: 2px;
}

.our_team_detail_last {
  padding: 5px 5px 10px;
}

.our_team_detail_last p {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0px;
}

.social_icon {
  position: relative;
  right: 13px;
}

.social_icon ul {
  display: flex;
}

.social_icon ul li {
  margin-right: 5px;
}

.media_icon ul {
  display: flex;
  padding: 0px 10px 10px;
}

.media_icon ul a li {
  width: 60px;
  height: 60px;
  background-color: #F0F0FC;
  margin-right: 10px;
  position: relative;
}

.media_icon ul a li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transform-origin: right bottom;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  border-radius: 25px 25px 0 25px;
  color: #fff !important;
  background: #f66587;
}

.media_icon ul a:hover li {
  border-radius: 25px 25px 0 25px;
  transition: all 500ms ease;
  transform-origin: right bottom;
  right: 0px;
  bottom: 0px;
}

.about .para_resp {
  font-size: 14px;
}

.media_icon ul a:hover li::before {
  transform: scale(1, 1);
}

.media_icon ul a:hover .cd-facebook-big {
  background-position: -382px -26px;
  width: 38px;
  height: 39px;
  top: 10px;
  left: 10px;
}

.media_icon ul a:hover .cd-twitter-big {
  background-position: -420px -26px;
  width: 38px;
  height: 39px;
  top: 10px;
  left: 10px;
}

.media_icon ul a:hover .cd-instgram-big {
  background-position: -458px -26px;
  width: 38px;
  height: 39px;
  top: 10px;
  left: 10px;
}

.media_icon ul a:hover .cd-linkdIn-big {
  background-position: -422px -156px;
  width: 38px;
  height: 39px;
  top: 13px;
  left: 12px;
}

.cd-plus {
  position: relative;
  left: 5px;
  font-weight: bold;
}

.jumvea_para {
  position: relative;
  right: 10px;
}

.jumvea_safe_tt {
  position: relative;
  left: 10px;
}

.jumvea_para span {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -29%);
  list-style: none;
  color: #000;
  font-size: 12px;
  font-weight: 800;
}

.membership_id {
  font-size: 16px;
  font-weight: bold;
  color: #6C4EA7;
  padding-left: 36px;
}

/* #right{position: static;} */
/* .fixedElement {position:fixed;top:0px;z-index:100;right: 30px;width: 30%;} */
/* =========== JUMVEA DETAIL END ========= */


/* ============= BXSLIDER STRAT=============== */
/* .wrapper_1{background-color: #fff;box-shadow: 0px 2px 5px #ddd;padding: 5px;}
bx-wrapper {position: relative;margin: 0 auto 60px;padding: 0;-ms-touch-action: pan-y;touch-action: pan-y;}
.bx-wrapper img {max-width: 100%;display: block;width: 235px;height: 176px;max-height: 176px;}
.bxslider {margin: 0;padding: 0;}
ul.bxslider { list-style: none;}
.bx-viewport { -webkit-transform: translatez(0);} */
/** THEME
===================================*/

/**************************************BXSLIDER***********************/
.bxslider {
  padding-left: 0px;
}

.bx-wrapper {
  position: relative;
  margin: 0px;
  padding: 0;
  *zoom: 1;
  /*box-shadow:0 8px 8px 0 rgba(0, 0, 0, 0.1);*/
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  text-align: center;
}

.bx-wrapper .bx-viewport {
  left: 0px;
  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: 0px;
  width: 100%
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  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 0px;
}

.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: var(--jumvea-color);
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/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(../images/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(../images/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\9;
  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
}


.post-details-here h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  color: #6C4EA7;
  margin-bottom: 0px;
}

.post-details-here p {
  font-size: 15px;
  margin: 0;
}

.member-short-details .icon {
  width: 12%;
  display: inline-block;
  float: left;
  margin-right: 5px;
  text-align: center;
}

.side_add>li {
  margin-bottom: 20px;
}

.jumvea-shield {
  background-image: url('../images/img/jumvea_shield1.png');
  width: 110px;
  height: 108px;
  margin: 0 auto 10px;
}

.jumvea-shield.jumvea-list-member {
  background: none;
  width: 100%;
  display: inline-block;
  height: auto;
}

.jumvea-shield.jumvea-list-member img {
  height: 108px;
}

.jumvea-shield.jumvea-list-member .list_badge {
  position: absolute;
  width: 100%;
  top: -6px;
}

.jumvea-shield.jumvea-list-member .list_badge span.member,
.jumvea-shield.jumvea-list-member .list_badge span.year {
  font-size: 15px;
}

.jumvea-shield.jumvea-list-member .list_badge span.year {
  top: 37px;
}

.jumvea-shield .list_badge span {
  display: block;
  font-weight: 400;
  color: #000;
}

.jumvea-shield .list_badge span.member {
  position: relative;
  top: 36px;
  font-size: 15px;
  left: -13px;
  text-shadow: 0 0 6px #000;
  color: #fff;
}

.jumvea-shield .list_badge span.year {
  position: relative;
  top: 56px;
  left: -15px;
  line-height: 19px;
  text-transform: uppercase;
  font-size: 13px !important;
  text-shadow: 0 0 4px #000;
  color: #fff;
}

.jumvea-shield .list_badge.detail-page-shield span.member {
  left: 0;
  top: 29px;
}

.jumvea-shield .list_badge.detail-page-shield span.year {
  left: 0;
  top: 28px;
}

.jumvea-shield .list_badge span.year label {
  display: block;
  margin-bottom: 0;
  top: -1px;
  position: relative;
  font-size: 17px;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  font-weight: bold;
}

.safe-trade-member {
  text-align: center;
  float: left;
  margin-left: 30px;
}

.member-detail_jumvea .view-profile {
  float: left;
  display: inline-block;
  text-transform: uppercase;
}

.member-detail_jumvea .contact,
.member-detail_jumvea .stock_list {
  margin-left: 30px;
  float: left;
  display: inline-block;
  text-transform: uppercase;
}

.btn-full {
  display: inline-block;
  background-color: #6C4EA7;
  color: #fff;
  border: solid 1px #6C4EA7;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
}

.btn-full:hover {
  background-color: #6C4EA7;
  color: #fff;
  border: solid 1px #6C4EA7;
  transition: all 0.5s;
}

.member-short-details .section-all-member .icon {
  width: 6%;
}

.member-short-details .section-all-member .icon.icon-full {
  width: 4%;
}

.member-details-crumb {
  background: #f2f2f2;
  margin-top: 1rem;
  width: 100%;
  display: inline-block;
  padding: 20px;
  font-family: "Fira Sans", sans-serif;
  border-radius: 10px;
}

.member-details-crumb li {
  margin-right: 20px;
  font-weight: 600;
  display: inline-block;
  color: #6C4EA7
}

.member-details-crumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.member-details-crumb>li>a {
  display: inline-block;
  color: #6C4EA7;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 20px;
}

.member-details-crumb>li>a.next.pre_next {
  margin-left: 10px;
  padding-right: 0px;
}

.sp {
  position: relative;
  background: url('../images/sprite-list-new_1.png') 0 0 no-repeat;
  display: inline-block;
}

.sp-contact {
  width: 26px;
  height: 28px;
  background-position: -76px 0;
  top: 3px;
}

.sp-call {
  width: 19px;
  height: 30px;
  background-position: -137px -5px;
  top: 2px;
}

.sp-business {
  width: 23px;
  height: 22px;
  background-position: -109px -4px;
  top: 5px;
}

.sp-deals {
  width: 39px;
  height: 27px;
  background-position: -161px -5px;
  top: 5px;
  left: -12px;
}

.sp-safe-trade {
  width: 106px;
  height: 40px;
  background-position: 0 -50px;
}

.sp-viewed {
  width: 22px;
  height: 12px;
  background-position: -202px -51px;
  right: 0 !important;
}

.sp-loc {
  width: 12px;
  height: 15px;
  background-position: -189px -72px;
  right: 3px;
  top: 4px;
}

.sp-right-arrow {
  width: 9px;
  height: 13px;
  background-position: -21px -93px;
  top: 2px;
}

.sp-left-arrow {
  width: 9px;
  height: 13px;
  background-position: -10px -93px;
  top: 2px;
}

.search_by_alpha a {
  padding: 3px 5.6px;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  padding: 5px 8px 5px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid#ddd;
  cursor: pointer;
}


/*----news-----*/
.top_news_section {
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 16px 0px 16px 75px;
  color: #000;
  margin-top: 0px;
}

.top_news_section>div>h2 {
  color: #6C4EA7;
  font-family: "Fira Sans", sans-serif;
  font-size: 34px;
}

.top_news {
  padding: 5px 0px;
}

.top_news>.top_news_left {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  background: #6C4EA7;
  margin-right: 15px;
  text-align: center;
}

.top_news>.top_news_right {
  padding: 0px;
}

.top_news>.top_news_right>h3 {
  font-size: 20px;
  margin: 0px;
  padding: 4px 0 0 0;
  color: #000;
}

.top_news>.top_news_right>p {
  font-size: 13px;
}

.top_news>.top_news_right>p>span {
  padding-left: 10px;
}

.top_news>.top_news_right>p>span>a {
  color: #6C4EA7;
  font-size: 12px;
  text-decoration: none;
}

.top_news>.top_news_right>p>span>a:hover {
  text-decoration: underline;
}

.top_news_date {
  border-top: #e9e5e5 1px solid;
  padding: 5px 0 5px 0;
  font-size: 12px;
  color: #6C4EA7;
}

.top_news_date>span {
  color: #6C4EA7;
  font-size: 13px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  position: relative;
}

.list_img_black {
  position: absolute;
  right: 30px;
  top: 46px;
  bottom: 0px;
  z-index: 100;
}

.list_img_black img {
  width: 60%;
}

.list_img_black_1 {
  position: absolute;
  right: 30px;
  top: 113px;
  bottom: 0px;
  z-index: 100;
}

.list_img_black_1 img {
  width: 60%;
}

.top_news_date>strong {
  float: right;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

.top_news_date>strong>a {
  color: #000;
  text-decoration: none;
}

.top_news_date>strong>a:hover {
  text-decoration: underline;
}

.hp_news {
  width: 100%;
  display: block;
  padding: 0px 0;
  text-align: center;
  margin-top: 32px;
}

.hp_news>a {
  border: solid 2px #6C4EA7;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  padding: 10px 80px !important;
  font-family: "Fira Sans", sans-serif;
  border-radius: 35px;
  background: #f4f5f9;
}

.hp_news>a:hover {
  color: #fff;
  background: #6C4EA7;
}

ul.news_nav {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  text-align: center;
}

ul.news_nav li {
  display: inline-block;
  margin-right: 5%;
}

ul.news_nav li a {
  color: #6C4EA7;
  font-weight: 700;
}

ul.news_nav li a:hover {
  color: #6C4EA7;
  text-decoration: underline;
}

ul.news_nav li:first-child {
  float: left;
}

ul.news_nav li:last-child {
  float: right;
  margin-right: 0px;
}

.news-details-descriptoin {
  width: 100%;
  display: inline-block;
  padding: 16px 0;
  color: #455359;
}

.news_detail {
  width: 100%;
  border-radius: 30px 30px 0;
  padding: 20px;
  box-shadow: 0 0 2px purple;
}

.news_det_date {
  text-align: left;
  padding-top: 0px;
  font-size: 14px;
  color: #6C4EA7;
}





/*----member-detail-----*/

.detail_bg_info {
  width: 100%;
  margin-top: 50px;
}

.detail_bg_info .company_details_page {
  width: 100%;
  background: #f4f5f9;
  display: inline-block;
  padding: 65px 0px 20px 0px;
}

.detail_head {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #6C4EA7;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
}

.detail_add_12 {
  width: 100%;
}

.address-section-12 {
  width: 12%;
  float: left;
}

.address-section-12 strong {
  float: left;
  padding-top: 0px;
  background: #e9e8e8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 8px;
}

.company-address-details-12 {
  width: 80%;
  float: left;
  padding-top: 2px;
  margin-left: 10px;
}

.company-address-details-12 h4 {
  font-size: 20px;
  font-weight: 800;
  color: #6C4EA7;
  font-family: "Fira Sans", sans-serif;
}

.company-address-details-12 label {
  padding-left: 0px;
}

.detail_ulli {
  list-style: none;
}

.detail_ulli li {
  float: left;
  margin-right: 10px;
  width: 48%;
}

.members-contact-details-12 {
  width: 100%;
  padding: 15px 0 15px 0px;
}

.members-contact-details-12 strong {
  float: left;
  background: #e9e8e8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  padding-left: 11px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
}

.company-address-12 {
  width: 22%;
  float: left;
}

.members-contact-details-12 .company-address-details-12 {
  width: 70%;
  float: left;
  text-align: left;
  margin-left: 17px;
  font-size: 15px;
  margin-top: 5px;
}

.jumvea-shield-section-12 {
  width: 100%;
  position: relative;
  text-align: center;
}

.safe-trade-member-12 {
  text-align: center;
  margin-top: 10px;
}

.info_heading {
  font-size: 32px;
  color: #6C4EA7;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.info_heading:after {
  content: '.';
  color: #6C4EA7;
  position: absolute;
  top: -21px;
  font-size: 55px;
}

.member-details-list {
  width: 100%;
  display: inline-block;
}

.member-details-list .detail_logo {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.member-details-list .detail_logo a {
  width: 100%;
  display: inline-block;
}

.member-details-list .detail_head {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #6C4EA7;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
}

.member-details-list .since-details,
.member-details-list .views-details {
  font-style: italic;
}

.member-details-list .views-details {
  margin-right: 10px;
}

.details-section {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  margin-bottom: 35px;
}

.bg_gray {
  background-color: #f4f5f9 !important;
}

/* .padding-top-bottom {padding:40px 0!important;} */
.detail_our_team {
  width: 100%;
  display: inline-block;
}

.detail_our_team>div>div>h2 {
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
}

.detail_our_team>div>div>p.sub-heading-text {
  text-align: center;
  margin-bottom: 45px;
}

.team_inner {
  width: 31%;
  margin: 0 auto;
}

.detail_team {
  margin-bottom: 30px;
}

.detail_team .detail_team_image_section {
  width: 45%;
  float: left;
  position: relative;
  min-height: 160px;
}

.detail_team .detail_team_image_section img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 160px;
  margin: auto;
}

.detail_team .details_team_section {
  width: 55%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.detail_team .details_team_section h3 {
  font-size: 20px;
  margin: 0px 0 0px 0;
  text-align: left;
  padding: 5px 0 0px 0;
  color: #6C4EA7;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}

.team-color1 {
  color: #6C4EA7 !important;
}

.team-color2 {
  color: #6C4EA7 !important;
}

.team-color3 {
  color: #6C4EA7 !important;
}

.team-color4 {
  color: #6C4EA7 !important;
}

.team-color5 {
  color: #6C4EA7 !important;
}

.team-color6 {
  color: #6C4EA7 !important;
}

.detail_team .details_team_section h6 {
  font-size: 15px;
}

.detail_team .details_team_section p {
  text-transform: capitalize;
  margin-bottom: 5px;
  padding: 2px 0 8px 0;
  text-align: left;
  color: #6C4EA7;
  font-size: 13px;
  font-weight: 300;
  border-bottom: #6C4EA7 1px solid;
}

.det_skype {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ccc;
  border: #6C4EA7 1px solid;
}

.jimax-section {
  width: 100%;
  display: inline-block;
  background: #6C4EA7;
  padding: 30px 0;
}

.jimax-section h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  line-height: 28px;
}

.company-about-section {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}

.company-about-section .profile-caption {
  width: 100%;
  display: inline-block;
}

.profile-caption h3 {
  font-weight: 700;
  color: #6C4EA7;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}

.company-about-section .safe_trade {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.safe_trade a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  width: 100%;
  display: inline-block;
}

.photo-gallery {
  width: 100%;
  display: inline-block;
}

.photo-gallery h2.heading-text {
  margin: 20px 0 50px;
  text-transform: uppercase;
}

.photo-gallery .image_gallery {
  position: relative;
  min-height: 300px;
  border: solid 1px #ccc;
}

.photo-gallery .image_gallery a {
  width: 100%;
  display: inline-block;
}

.image_gallery a img {
  max-height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 0;
}

.video-section {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.video-section h2.heading-text {
  margin: 20px 0 60px;
  text-transform: uppercase;
}

.video-section ul.detail_contact li {
  width: 35%;
}

.btn-full-new {
  border: solid 2px #6C4EA7;
  font-weight: 500;
  color: #333;
  font-size: 15px;
  padding: 12px 30px !important;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 50px;
}

.btn-full-new:hover {
  color: #fff;
  background-color: #6C4EA7;
}

.other-dealer {
  width: 100%;
  display: inline-block;
}

.other-dealer h2 {
  margin: 20px auto;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
}

.all-stock {
  width: 100%;
  display: inline-block;
  padding: 28px 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.all-stock>a {
  border: solid 2px #6C4EA7;
  font-weight: 500;
  color: #333;
  font-size: 15px;
  padding: 12px 30px !important;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 50px;
}

.all-stock>a:hover {
  color: #fff;
  background-color: #6C4EA7;
}

.contact-company {
  width: 100%;
  display: inline-block;
  padding: 28px 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.contact-company>a {
  background: #6C4EA7;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  padding: 12px 30px !important;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 50px;
  border: solid 2px #6C4EA7;
}

.contact-company>a:hover {
  color: #333;
  background: #fff;
  border: solid 2px #6C4EA7;
}


/*.dt{background: url('../images/img/sprite-detail-2.png') 0 0 no-repeat;display: inline-block;position: relative;}
.dt-facebook{width: 20px;height: 20px;background-position: 2px 2px;}
.dt-linkdIn{width: 20px;height: 20px;background-position: -3px -19px;}
.dt-twitter{width: 20px;height: 20px;background-position: -17px 0px;}
.dt-address{width: 35px;height: 50px;background-position: -62px 0px;}
.dt-telephone{width: 35px;height: 35px;background-position: -107px -4px; top:8px;}
.dt-phone{width: 33px;height: 32px;background-position: -152px -4px;top:8px; left:0px;}
.dt-mail{width: 35px;height: 26px;background-position: -193px -7px;top:12px; left: 3px;}
.dt-website{width: 35px;height: 37px;background-position: -236px -3px;top:8px;}
.dt-membership-id{width: 39px; height: 35px; background-position:-276px 0px;}
.dt-capital{width: 32px; height: 40px; background-position:-316px -1px;}
.dt-turnover{width: 50px; height: 45px; background-position: -349px 0px;}
.dt-office_timing{width: 35px; height: 35px; background-position: -399px 0px;}
.dt-holiday{width: 35px; height: 35px; background-position: -434px 0px;}
.dt-year{width: 35px; height: 35px; background-position: 2px -53px;}
.dt-staff{width: 35px; height: 35px; background-position: -37px -56px;}
.dt-payment{width: 40px; height: 35px; background-position: -81px -56px;}
.dt-business_type{width: 40px; height: 46px; background-position: -128px -56px;}
.dt-yard{width: 40px; height: 40px; background-position: -173px -56px;}
.dt-language{width:44px; height: 35px; background-position:-213px -60px;}
.dt-deals{width: 40px; height: 40px; background-position:-262px -61px;}
.dt-export{width: 40px; height: 40px; background-position: -307px -58px;}
.dt-skype{width: 35px; height: 30px; background-position: -346px -68px;}
.dt-location{width: 30px; height: 30px; background-position: -377px -68px;vertical-align: middle;}
.dt-whatsapp{width: 17px; height: 19px; background-position:-427px -72px;vertical-align: middle;top: -1px;}
.dt-whatsapp:hover{width: 17px; height: 19px;background-position: -431px -72px;}
.dt-viber{width: 17px; height: 19px; background-position: -473px -73px;vertical-align: middle;}
.dt-viber:hover{width: 17px; height: 19px; background-position: -473px -72px;vertical-align: middle;}*/


/*---.btn-full {display:inline-block;background-color:#fff;color:#000;border:solid 1px #333;font-weight:500;padding:10px 30px;}
.btn-full:hover {background-color:#333;color:#fff;border:solid 1px transparent;transition:all .5s;}----*/

/*------------------POPUP-HOMEPAGE-FOR-VIDEO------------------*/


.Click-here {
  cursor: pointer;
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  margin: 0 auto;
  transition: background-image 3s ease-in-out;
}

.Click-here:hover {
  transition: background-image 3s ease-in-out;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  min-width: 500px;
  ;
  margin: 130px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px 0 30px 30px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*max-height: calc(100vh - 70px);*/
  overflow-y: auto;
  min-height: 300px;
}

.custom-model-wrap .pop-up-content-wrap img {
  max-height: 300px;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #6C4AC6;
  background: #fff;
  border-radius: 50%;
  padding: 0px 10px;
  box-shadow: 0 1px 3px #000;
  font-weight: bold;
}

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 42%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: relative;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 1000px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 1;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

#video-popup-close span {
  cursor: pointer;
  position: absolute;
  right: -26%;
  top: -19px;
  z-index: 998;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 38px;
  background-color: #000;
  line-height: 43px;
  color: #fff;
}

/* ============ Style CSS ============ */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* body{color:#565656;} */
* {
  --bs-body-font-family: 'Mulish', sans-serif;
  ;
}

a:focus {
  outline: none !important;
}

.display_inline {
  display: inline-block;
}

.margin_left_10 {
  margin-left: 10px;
}

.margin_20 {
  margin: 20px 0 !important;
}

.top_header {
  background: #565656;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 24px 31.2px;
  font-size: 18px
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li {
  border-right: 1px solid #333
}

.navbar-default .navbar-nav>li#last_menu {
  border: none
}

.navbar-default .navbar-nav>li>a {
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #FFF !important;
  background: #6C4EA7;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #6C4EA7;
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent
}

.f-nav div div div ul li a {
  padding: 10px 31.2px;
  -webkit-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #FFF;
  background: #6C4EA7;
}

.menu_active {
  background: #6C4EA7 !important;
  color: #FFF !important;
}

.top_fav {
  position: relative;
  bottom: 4px;
}

.top_skype {
  position: relative;
  top: 4px;
}

.top_chat {
  position: relative;
  bottom: 3px;
}

.top_lang {
  position: relative;
  top: 5px;
}

.top_lang>div {
  height: 27px;
  overflow: hidden;
}

.top_year {
  width: 47.5% !important;
  display: inline;
}

.hp_heading {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  color: #00415d;
  font-family: 'fira sans', sans-serif;
  margin-bottom: 18px;
}

.hp_stock {
  box-shadow: 0px 3px 10px #CCC;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hp_stock:hover h2 {
  color: #6C4EA7;
}

.hp_stock:hover p {
  color: #FFF;
}

.hp_stock div {
  max-height: 195px;
}

.hp_stock h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  font-weight: bold;
  margin: 0px;
}

.hp_stock h6 {
  font-size: 16px;
  color: #6C4EA7;
}

.hp_stock p {
  font-size: 14px;
  color: #666;
}

.hp_stock div.main_img {
  min-height: 202px;
  position: relative;
}

.hp_stock div.main_img img {
  max-height: 202px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.available_unit {
  width: 75px;
  position: absolute;
  background: #6C4EA7;
  color: #FFF;
  opacity: .9;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  height: 75px;
  max-height: 75px !important;
  line-height: 75px;
  padding-top: 18px;
}

.available_unit h4 {
  margin: 0;
  font-size: 20px
}

.available_unit h5 {
  margin: 0;
  font-size: 14px;
  line-height: 20px
}

.stock_listbox {
  border: 1px solid #CCC;
  box-shadow: 5px 3px 10px #CCC;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stock_listbox:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.stock_listbox a:hover {
  text-decoration: none
}

.stock_listbox div {
  max-height: 140px;
}

.stock_listbox div.main_img {
  min-height: 140px;
}

.stock_listbox h2 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-weight: bold;
  margin: 0px;
}

.stock_listbox p {
  font-size: 14px;
  color: #666;
}

.rec_box {
  border: 1px solid #CCC;
  box-shadow: 5px 3px 10px #CCC;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.rec_box:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.rec_box a:hover {
  text-decoration: none
}

.rec_box div {
  max-height: 195px;
}

.rec_box div.main_img {
  min-height: 195px;
}

.rec_box h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  color: #6C4EA7;
  font-weight: bold;
  margin: 0px;
}

.rec_box p {
  font-size: 14px;
  color: #666;
}

.hp_search_bg {
  background: #6C4EA7;
  padding: 20px 0px;
}

.navbar-nav .nav-link {
  padding: 0px;
  font-size: 18px;
}

.bot_strip {
  background: #6C4EA7;
  color: #FFF;
  padding: 20px 0px;
  font-size: 16px;
}

.bot_strip>div>div>div>a {
  color: #FFF !important
}

.bot_strip>div>div>div>a:hover {
  color: #CCC !important;
  text-decoration: none;
}

.s {
  position: fixed;
  right: 10px;
  bottom: 30px;
  display: none;
  color: #CCC;
}

.s:hover {
  color: #333;
}

.search_button {
  background: #6C4EA7;
  color: #FFF;
  text-transform: uppercase;
  padding: 6px 10px;
  border: none;
}

.search_button:hover {
  background: #565656;
}

.normal_button {
  background: #6C4EA7;
  color: #FFF !important;
  font-size: 16px;
  padding: 8px 11px;
  text-decoration: none;
  border: none;
  line-height: normal !important;
  font-family: "Fira Sans", sans-serif;
  border-radius: 5px;
  font-weight: 600;
  outline: none;
}

.normal_button:hover {
  background: #666;
  text-decoration: none;
  color: #FFF !important
}

.gray_back {
  background: #F7F7F7;
  padding: 20px 0px;
}

.make_ulli {
  list-style: none;
  padding-left: 0px;
}

.make_ulli li {
  float: left;
  text-align: center;
  width: 11.6%;
  margin-right: 1%;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px 0px;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.make_ulli li a {
  color: #6C4EA7;
  text-transform: uppercase;
  font-size: 16px;
}

.make_ulli li:hover {
  background: #6C4EA7;
  -webkit-transform: scale(1.20);
  transform: scale(1.20);
}

.make_ulli li:hover a {
  color: #FFF;
}

.top_part {
  padding: 10px 0px;
}

.top_links a {
  color: #565656;
  font-size: 16px;
}

.top_links a:hover {
  color: #6C4EA7;
}

.top_links {
  margin-bottom: 30px;
}

/***********************************COPY CSS****************************************/
/* #curr{color:#F38639;font-size:18px;margin-bottom:0;} */
.breadcrumbLeft {
  padding: 5px 10px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #CCC
}

.breadcrumbLeft>h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 5px
}

.breadcrumbLeft>li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  color: #000;
}

.breadcrumbLeft>li>a {
  color: #000
}

.breadcrumbLeft>li>a:hover {
  color: #6C4EA7;
  text-decoration: none;
  font-weight: 700
}

.exp_name {
  margin: 0px 0px 5px 0px
}

.exp_name a {
  color: #337ab7;
  font-size: 20px
}

.exp_name a:hover {
  color: #6C4EA7;
  text-decoration: none;
}

.exp_name span {
  color: #333;
  padding-left: 10px;
  font-size: 12px;
  font-style: italic
}

.cur_div {
  color: #F18639;
  font-size: 22px;
  line-height: 34px;
}

.color_red {
  color: red;
}

.ask {
  font-size: 18px;
  color: #333;
}

.border_more {
  padding: 0px;
  margin: 0px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
}

.corner_pic {
  position: absolute;
  margin: 50px 0 0 65px;
  z-index: 100;
}

.camara {
  margin: 2px 5px 5px 1px;
  cursor: pointer;
}

.image_count {
  color: #555;
  font-size: 14px;
  margin-left: -6px;
}

.price_font {
  font-size: 18px;
  font-weight: bold
}

.font_fob_12 {
  font-size: 12px;
}

.quickviewdiv {
  position: absolute;
  z-index: 1000;
  padding: 3px;
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  top: -177px;
  left: -272px;
  border-radius: 5px;
}

.see_more_detail {
  left: 40%;
  position: absolute;
  bottom: 0px;
  background-color: #6C4EA7;
  padding: 3px;
  color: #FFF;
  border-radius: 6px 6px 0px 0px;
  display: none
}

.hp_car_mid img {
  min-height: 193px;
  max-height: 200px;
}

#premad_msg_list {
  background-color: white;
}

.status {
  font-size: 16px;
  font-weight: bold;
}

.find_car {
  background: #F3F3F3;
  border-radius: 8px;
  padding-top: 5px;
}

.vehicle_title_link a {
  text-decoration: none;
  font-size: 20px;
}

.stkcom_name {
  margin: 5px 0px;
  font-size: 22px;
  color: #6C4EA7
}

.menu_h2 {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 700;
  margin: 0px;
}

.menu_h2>span {
  color: #6C4EA7
}

#pop_make {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

#pop_make:hover {
  color: #6C4EA7 !important;
  font-weight: 700
}

#pop_make>li {
  display: inline-block
}

.menu_ulli {
  font-size: 14px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  padding-left: 0px;
  list-style: none;
  line-height: 24px;
}

.menu_ulli>li>a {
  color: #000;
}

.menu_ulli>li>a:hover {
  color: #6C4EA7 !important;
  text-decoration: none;
}

.cur_combo {
  width: 25%;
  position: relative;
  bottom: 3px;
}

.cur_combo>form {
  display: inline;
}

.cur_combo>form>select {
  width: 25%;
  display: inline;
  height: 26px;
  padding: 0px;
}

/* .bordmor{margin-bottom:10px;border:1px solid #CCC;margin-top:5px;box-shadow:0 3px 8px #CCC}
.bordmor:hover{border:1px solid #6C4EA7;box-shadow:0 0 3px 1px #6C4EA7} */
.pre_next {
  background: #F7F7F7;
  border: 1px solid #CCC;
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  background-image: linear-gradient(to bottom, #FFF, #E7E7E7);
  box-shadow: 0px 2px 10px #CCC;
}

.pre_next>i {
  font-size: 14px;
}

.pre_next:hover {
  text-decoration: none;
  color: #6C4EA7;
  background: #FFF;
  background-image: linear-gradient(to bottom, #E7E7E7, #FFF);
}

.title_head_green {
  background: #6C4EA7 none repeat scroll 0 0;
  border: 1px solid #6C4EA7;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  height: 26px;
  text-align: center;
  line-height: 20px;
  padding: 1px 8px;
}

.stock_compare {
  background: #eee;
  color: #666;
  border: 1px solid #CCC;
  padding: 3px 8px;
  font-size: 12px;
}

.stock_compare:hover {
  background: #25526B;
  color: #FFF;
}

.dealer_compare {
  background: #eee;
  color: #666;
  border: 1px solid #CCC;
  padding: 3px 8px;
  font-size: 12px;
}

.dealer_compare:hover {
  background: #25526B;
  color: #FFF;
}

.com_bac_col {
  background: #25526B;
  color: #fff
}

.com_bac_col:hover {
  background: #FFF;
  color: #666;
}

.stock_button {
  background: #25526b none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  padding: 0 6px;
}

.stock_button:hover {
  background: #25526B;
  color: #FFF;
}

.bordmor:hover div div div div div div button.butget_quote {
  background: #F66587;
  border: 1px solid #F66587;
  color: #FFF;
}

.butget_quote {
  background: #6C4EA7;
  border: 1px solid #6C4EA7;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 5px;
}

.stklist_box:hover .normal_button {
  background: #F66587;
  border: 1px solid #F66587;
  color: #FFF;
}

.expdet_name h2 {
  margin: 5px 0px;
  font-size: 30px;
  color: #6C4EA7
}

.expdet_name p {
  margin-bottom: 0px;
  font-size: 12px;
}

.list-unstyled li a {
  color: #E5E5E5
}

.list-unstyled li a:hover {
  text-decoration: none;
  color: #6C4EA7
}

#frame_x {
  border: 1px solid #6C4EA7;
}

@media (min-width: 320px) and (max-width: 640px) {
  .top_header {
    border-bottom: none;
  }

  .logo {
    margin-top: 40px;
  }

  .logo>a>img {
    margin: auto;
  }

  .navbar-header {
    background: #6C4EA7;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .nav>li>a {
    padding: 10px 10px;
    background: #FFF;
  }

  .top_year {
    width: 46% !important;
  }

  .top_fav {
    bottom: 0px;
  }

  .hp_heading {
    font-size: 18px;
  }

  .hp_stock div {
    max-height: 210px;
  }

  .stock_listbox div.main_img {
    min-height: 230px;
  }

  .hp_stock div.main_img {
    min-height: 230px;
  }

  .bordmor {
    padding-bottom: 20px;
  }

  .rec_box div.main_img {
    min-height: 222px;
  }

  .hp_stock div.main_img {
    min-height: 230px;
  }

  .hp_stock div.main_img img {
    max-height: 240px;
  }

  .top_fav {
    color: #FFF;
    position: relative;
    top: 10px;
    right: 10px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {

  .nav>li>a {
    padding: 24px 5.9px;
    font-size: 15px;
  }

  .drop_downmenu ul li a {
    font-size: 15px;
  }

  .f-nav div div div ul li a {
    padding: 6px 5.9px;
  }

  .top_year {
    width: 46.5% !important;
  }

  .logo {
    margin-bottom: 10px;
  }

  .logo>a>img {
    margin: auto;
  }

  .hp_stock div.main_img {
    min-height: 120px;
  }

  .hp_stock h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .stock_listbox div {
    max-height: 160px;
  }

  .stock_listbox div.main_img {
    min-height: 160px;
  }

  .rec_box div.main_img {
    min-height: 115px;
  }

  .stock_listbox h2 {
    font-size: 14px;
    line-height: 26px;
  }

  a.next {
    top: 95px;
    right: -18px;
  }

  a.prev {
    top: 95px;
    left: -21px;
  }

  .expdet_name h2 {
    font-size: 24px;
  }

  .stkcom_name {
    font-size: 18px;
  }

  .type_ulli {
    margin-left: 7%;
  }

  .type_ulli li {
    width: 45%;
    margin-right: 5%;
  }

  .minibus_icon {
    background-position: -13px -477px;
  }

  .largebus_icon {
    background-position: -15px -357px;
  }

  .make_ulli li {
    width: 15.8%;
  }

  .search_type h2 {
    width: 32%;
  }

  .sprite_back {
    margin-left: 46px !important;
  }

  .sprite_type {
    margin-left: 37px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1050px) {
  .nav>li>a {
    padding: 24px 14.6px;
    font-size: 18px;
  }

  .drop_downmenu ul li a {
    font-size: 18px;
  }

  .f-nav div div div ul li a {
    padding: 6px 14.6px;
  }

  .hp_stock div.main_img {
    min-height: 157px;
  }

  .rec_box div.main_img {
    min-height: 155px;
  }

  .stock_listbox div {
    max-height: 110px;
  }

  .stock_listbox div.main_img {
    min-height: 110px;
  }

  .silver_jubli {
    background-position: 10px 0px;
    width: 230px;
  }

  .make_ulli li {
    width: 13.4%;
  }

  .sprite_back {
    margin-left: 21px !important;
  }

  .sprite_type {
    margin-left: 5px !important;
  }
}

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

.hvr-bob {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale
}


.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}


/***********************************************EXAMPLE-STYLES.CSS********************************************/
#sb-site,
.sb-site-container {
  padding: 14px
}

.sb-slidebar {
  padding: 14px;
  color: #fff
}

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
}


/***********************************************SLIDEBARS.CSS********************************************/

@media (max-width: 480px) {
  .sb-slidebar {
    width: 70%
  }

  .sb-width-thin {
    width: 55%
  }

  .sb-width-wide {
    width: 85%
  }
}

@media (min-width: 481px) {
  .sb-slidebar {
    width: 55%
  }

  .sb-width-thin {
    width: 40%
  }

  .sb-width-wide {
    width: 70%
  }
}

@media (min-width: 768px) {
  .sb-slidebar {
    width: 40%
  }

  .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: 1200px) {
  .sb-slidebar {
    width: 20%
  }

  .sb-width-thin {
    width: 5%
  }

  .sb-width-wide {
    width: 35%
  }
}

.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
}

.drop_downmenu ul {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 1000;
  background: #565656;
  padding-left: 0px;
  width: 250px;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

.drop_downmenu ul li {
  border-bottom: 1px solid #333;
}

.drop_downmenu ul li:hover {
  background: #6C4EA7;
}

.drop_downmenu ul li a {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px !important;
  display: block;
}

.drop_downmenu:hover ul {
  display: block;
}

.mobile_ulli {
  list-style: square;
  padding-left: 20px;
  margin-bottom: 20px;
}

.mobile_ulli li {
  margin-bottom: 5px;
}

.opacity {
  opacity: 0.4;
}

.model_ulli {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 3px;
}

.model_ulli li {
  display: inline-block;
  border: 1px solid #CCC;
  width: 11%;
  margin-right: 1%;
  margin-bottom: 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;
}

.model_ulli li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}

@-webkit-keyframes blinker {
  0% {
    background-color: #004A7F;
    -webkit-box-shadow: 0 0 3px #004A7F;
  }

  50% {
    background-color: #CD3939;
    -webkit-box-shadow: 0 0 10px #CD3939;
  }

  100% {
    background-color: #004A7F;
    -webkit-box-shadow: 0 0 3px #004A7F;
  }
}

@-moz-keyframes blinker {
  0% {
    background-color: #004A7F;
    -moz-box-shadow: 0 0 3px #004A7F;
  }

  50% {
    background-color: #CD3939;
    -moz-box-shadow: 0 0 10px #CD3939;
  }

  100% {
    background-color: #004A7F;
    -moz-box-shadow: 0 0 3px #004A7F;
  }
}

@-o-keyframes blinker {
  0% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }

  50% {
    background-color: #CD3939;
    box-shadow: 0 0 10px #CD3939;
  }

  100% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
}

@keyframes blinker {
  0% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }

  50% {
    background-color: #CD3939;
    box-shadow: 0 0 10px #CD3939;
  }

  100% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
}

.hp_notice {
  -webkit-animation: blinker 2000ms infinite;
  -moz-animation: blinker 2000ms infinite;
  -o-animation: blinker 2000ms infinite;
  animation: blinker 2000ms infinite;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  padding: 5px 0px;
}

.hp_notice div strong {
  text-transform: uppercase;
}

.hp_notice div a {
  color: #FFF;
}

.hp_notice div a:hover {
  text-decoration: underline !important;
}

.sprite_back {
  background: url('https://www.japanesecartrade.jp/images/sprite_icons.png') no-repeat;
  display: block;
  width: 62px;
  height: 47px;
}

.toyota_icon {
  background-position: -15px -596px;
  margin-left: 30px;
}

.honda_icon {
  background-position: -129px -1002px;
  margin-left: 30px;
}

.mitsubishi_icon {
  background-position: -66px -709px;
  margin-left: 28px;
}

.suzuki_icon {
  background-position: -144px -592px;
  margin-left: 36px;
}

.hino_icon {
  background-position: -11px -536px;
  margin-left: 30px;
}

.isuzu_icon {
  background-position: -9px -713px;
  margin-left: 30px;
}

.bmw_icon {
  background-position: -125px -714px;
  margin-left: 30px;
}

.mercedes_icon {
  background-position: -73px -655px;
  margin-left: 30px;
}

.volkswagen_icon {
  background-position: -13px -656px;
  margin-left: 30px;
}

.nissan_icon {
  background-position: -134px -652px;
  margin-left: 30px;
}

.subaru_icon {
  background-position: -66px -758px;
  margin-left: 30px;
}

.daihatsu_icon {
  background-position: -82px -596px;
  margin-left: 30px;
}

.mazda_icon {
  background-position: -76px -536px;
  margin-left: 30px;
}

.volkswagen_icon {
  background-position: -10px -656px;
  margin-left: 30px;
}

.renault_icon {
  background-position: -135px -539px;
  margin-left: 30px;
}

.audi_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  display: block;
  width: 80px;
  height: 47px;
}

.lexus_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: -13px -195px;
  display: block;
  width: 80px;
  height: 47px;
  margin-left: 30px;
}

.coups_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: -4px 5px;
  display: block;
  width: 80px;
  height: 47px;
  margin-left: 24px;
}

.convertible_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: -92px 5px;
  display: block;
  width: 80px;
  height: 47px;
  margin-left: 20px;
}

.machinery_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: -1px -49px;
  display: block;
  width: 80px;
  height: 47px;
  margin-left: 24px;
}

.forklift_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: -82px -51px;
  display: block;
  width: 80px;
  height: 47px;
  margin-left: 24px;
}

.tractors_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: -1px -101px;
  display: block;
  width: 80px;
  height: 37px;
  margin-top: 10px;
  margin-left: 24px;
}

.parts_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: 2px -143px;
  display: block;
  width: 48px;
  height: 37px;
  margin-top: 10px;
  margin-left: 24px;
}

.bikes_logo {
  background: url(../images/sprite_icons.png) 0 0 no-repeat;
  background-position: -79px -98px;
  display: block;
  width: 80px;
  height: 47px;
  margin-left: 24px;
}

.sprite_type {
  background: url('https://www.japanesecartrade.jp/images/sprite_icons.png') no-repeat;
  display: block;
  width: 82px;
  height: 47px;
}

.sedan_icon {
  background-position: -98px -802px;
  margin-left: 18px;
}

.suv_icon {
  background-position: -99px -896px;
  margin-left: 20px;
}

.hatchback_icon {
  background-position: -15px -894px;
  margin-left: 20px;
}

.sports_icon {
  background-position: -20px -942px;
  margin-left: 18px;
}

.wagon_icon {
  background-position: -13px -802px;
  margin-left: 18px;
}

.van_icon {
  background-position: -92px -1227px;
  margin-left: 18px;
}

.pickup_icon {
  background-position: -10px -1228px;
  margin-left: 18px;
}

.truck_icon {
  background-position: -92px -1176px;
  margin-left: 18px;
}

.bus_icon {
  background-position: -15px -1176px;
  margin-left: 18px;
}

header {
  box-shadow: 0 3px 4px -2px #707172;
}

.fixedMenu {
  background-color: #fff;
  position: fixed;
  left: auto;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0 5px #000000;
  margin: auto;
}

.padding_left_5 {
  padding-left: 5 !important
}

.header-top {
  background: linear-gradient(91deg, #fff 43%, #6C4EA7 16%, #6C4EA7 45%);
  position: relative;
}

.top_left_bg {
  background: #6C4EA7;
  position: relative;
  float: right;
  width: 64%;
  text-align: right;
  padding-right: 12px;
}

.header-top p,
.header-top a {
  margin: 6px 4px 6px 24px;
  color: #fff;
  display: inline-block;
  padding-right: 18px;
  border-right: solid 1px #FFFFFF;
  z-index: 99;
  position: relative;
  font-size: 13px;
}

#google_translate_element {
  display: inline-block;
  height: 19px;
  overflow: hidden;
  width: 84px;
  position: relative;
  top: -3px;
}

.goog-te-gadget .goog-te-combo {
  margin: 0px !important;
  font-size: 20px;
  width: 100%;
  height: 24px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

.top_img {
  background: url(../images/top-img-squre.png) 315px 0px no-repeat;
  height: 32px;
  width: 432px;
  float: left;
  text-align: right;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

.goog-te-gadget .goog-te-combo option {
  font-size: 14px;
}

.padding_right_60 {
  padding-right: 60px !important;
}

.caution {
  background: #6C4EA7;
  color: #fff;
  padding: 3px 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.underline {
  text-decoration: underline;
}

.white_color {
  color: #FFFFFF;
}


.fa {
  background: url(../images/sprite-img-new-6.png) 0px 0px no-repeat;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}

.fa-japan {
  width: 41px;
  height: 28px;
  background-position: -220px -38px;
}

.fa-time {
  width: 22px;
  height: 23px;
  background-position: -341px -44px;
  vertical-align: middle;
  margin-right: 5px;
}

.fa-enquiry {
  width: 22px;
  height: 23px;
  background-position: -403px -44px;
  vertical-align: middle;
  margin-right: 5px;
}

.fa-contact {
  width: 22px;
  height: 23px;
  background-position: -372px -44px;
  vertical-align: middle;
  margin-right: 5px;
}

.fa-us {
  width: 42px;
  height: 28px;
  background-position: -270px -39px;
  top: 2px;
}

.fa-jumvea {
  width: 98px;
  height: 66px;
  background-position: -2px -1px;
}

.fa-j-member {
  width: 77px;
  height: 63px;
  background-position: -106px -1px;
}

.fa-arrow {
  width: 34px;
  height: 20px;
  background-position: -441px -15px;
  top: 5px;
}

.fa-toyota {
  width: 54px;
  height: 34px;
  background-position: -3px -356px;
}

.fa-nissan {
  width: 42px;
  height: 34px;
  background-position: -99px -359px;
}

.fa-honda {
  width: 39px;
  height: 34px;
  background-position: -57px -357px;
}

.fa-mitsubishi {
  width: 38px;
  height: 34px;
  background-position: -142px -356px;
}

.fa-suzuki {
  width: 36px;
  height: 34px;
  background-position: -181px -358px;
}

.fa-isuzu {
  width: 40px;
  height: 34px;
  background-position: -223px -360px;
}

.fa-hino {
  width: 46px;
  height: 34px;
  background-position: -268px -358px;
}

.fa-mazda {
  width: 46px;
  height: 34px;
  background-position: -319px -359px;
}

.fa-subaru {
  width: 56px;
  height: 34px;
  background-position: -226px -406px;
}

.fa-daihatsu {
  width: 54px;
  height: 34px;
  background-position: -281px -405px;
}

.fa-bmw {
  width: 37px;
  height: 34px;
  background-position: -366px -359px;
}

.fa-audi {
  width: 54px;
  height: 34px;
  background-position: -403px -356px;
}

.fa-mercedes {
  width: 35px;
  height: 34px;
  background-position: -459px -357px;
}

.fa-volkswagen {
  width: 36px;
  height: 34px;
  background-position: -4px -401px;
}

.fa-landrover {
  width: 54px;
  height: 34px;
  background-position: -43px -400px;
}

.fa-ford {
  width: 54px;
  height: 34px;
  background-position: -99px -400px;
}

.fa-porsche {
  width: 29px;
  height: 34px;
  background-position: -157px -404px;
}

.fa-volvo {
  width: 36px;
  height: 34px;
  background-position: -186px -402px;
}

.fa-ferrari {
  width: 27px;
  height: 34px;
  background-position: -435px -404px;
}

.fa-hummer {
  width: 93px;
  height: 34px;
  background-position: -339px -405px;
}

.fa-sedan {
  width: 73px;
  height: 30px;
  background-position: -1px -455px;
}

.fa-suv {
  width: 62px;
  height: 30px;
  background-position: -76px -456px;
}

.fa-hatchback {
  width: 61px;
  height: 30px;
  background-position: -140px -459px;
}

.fa-wagon {
  width: 71px;
  height: 30px;
  background-position: -203px -459px;
}

.fa-van {
  width: 55px;
  height: 30px;
  background-position: -278px -461px;
}

.fa-bus {
  width: 78px;
  height: 30px;
  background-position: -335px -464px;
}

.fa-truck {
  width: 51px;
  height: 32px;
  background-position: -420px -464px;
}

.fa-machinery {
  width: 58px;
  height: 34px;
  background-position: -2px -505px;
}

.fa-forklift {
  width: 57px;
  height: 32px;
  background-position: -65px -506px;
}

.fa-parts {
  width: 31px;
  height: 32px;
  background-position: -125px -507px;
}

.fa-hm-facebook {
  width: 15px;
  height: 26px;
  background-position: -358px -6px;
  top: 9px;
  left: 16px;
}

.fa-hm-twitter {
  width: 22px;
  height: 26px;
  background-position: -379px -11px;
  top: 13px;
  left: 11px;
}

.fa-hm-youtube {
  width: 25px;
  height: 26px;
  background-position: -408px -6px;
  top: 9px;
  left: 11px;
}

.fa-fot-arrow {
  width: 10px;
  height: 13px;
  background-position: -482px -19px;
  top: 1px;
  left: -7px;
}

.fa-read {
  width: 31px;
  height: 16px;
  background-position: -441px -38px;
  top: 4px;
}

.fa-calendar {
  width: 19px;
  height: 17px;
  background-position: -191px -2px;
  top: 4px;
}

.fa-go-top {
  width: 12px;
  height: 20px;
  background-position: -480px -39px;
  top: 10px;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important;
  }
}


.breadcrumb>li {
  display: inline-block;
}

.fa-angle-right::before {
  content: "\f105";
}

.power_by {
  color: #fff;
  text-decoration: none;
}

.power_by:hover {
  color: #fff;
  text-decoration: underline;
}


.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;
}

.model_ulli li:hover {
  border-color: transparent;
}

.model_ulli li:hover a {
  box-shadow: inset 0 0 20px #6C4EA780, 0 0 20px rgb(13 77 162 / 20%);
}

.view-all {
  border: solid 2px #6C4EA7;
  font-weight: 500;
  color: #333;
  font-size: 17px;
  padding: 10px 80px !important;
  border-radius: 35px;
  background: #f4f5f9;
}

.view-all:hover {
  color: #fff;
  background: #6C4EA7;
}

/* .submit_btn {background-color: #6C4EA7;color: #fff;text-transform: uppercase;font-size: 16px;font-weight: 600;transition: all 0.5s;border-radius: 5px;outline: none;box-shadow: none;border: solid 1px transparent;min-height: 32px;;}
.submit_btn:hover {background-color: #fff;color: #343434;border: solid 1px #6C4EA7;transition: all 0.5s;} */

.divider {
  text-align: center;
  margin-bottom: 55px;
}

.type-header {
  position: relative;
  width: 100%;
  display: inline-block;
}

.type-header>label>a {
  color: #f55944;
  text-decoration: underline;
  font-size: 20px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 0;
}

@media(max-width:480px) {
  .sb-slidebar {
    width: 100%
  }

  .sb-width-thin {
    width: 55%
  }

  .sb-width-wide {
    width: 85%
  }
}

@media(min-width:481px) {
  .sb-width-thin {
    width: 60%
  }

  .sb-width-wide {
    width: 70%
  }
}

@media(min-width:768px) {
  .sb-width-thin {
    width: 25%
  }

  .sb-width-wide {
    width: 55%
  }
}

@media(min-width:992px) {
  .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-width-thin {
    width: 5%
  }

  .sb-width-wide {
    width: 35%
  }
}

.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
}




@media only screen and (min-width: 768px) and (max-width:1024px) {
  .header-top {
    background: linear-gradient(91deg, #fff 51%, #6C4EA7 16%, #6C4EA7 25%);
    position: relative;
  }

  .top_img {
    background: url(../images/top-img-squre.png) 255px 0px no-repeat;
    width: 370px;
  }

  .top_left_bg {
    padding-right: 0 !important;
  }

  .top_left_bg {
    width: 47%;
  }

  .padding_right_60 {
    padding-right: 30px !important;
  }

  .fa-japan {
    width: 29px;
    height: 28px;
    background-position: -226px -38px;
  }

  .fa-us {
    width: 29px;
    height: 28px;
    background-position: -278px -39px;
    top: 2px;
  }

  .type-header>label>a {
    top: auto;
    bottom: 16px;
    left: 45%;
    right: auto;
  }

  .fot_links h3,
  .follow_us h3 {
    font-size: 22px;
  }

  .follow_us li {
    margin-right: 2px;
  }
}


@media only screen and (min-width: 320px) and (max-width:767px) {
  .top_img {
    display: none;
  }

  .top_left_bg {
    width: 100%;
    text-align: right;
  }

  .top_left_bg {
    padding-right: 0 !important;
  }

  .header-top {
    background: #6C4EA7;
  }

  .logo {
    position: inherit;
    top: 0;
  }

  .header-top a {
    margin-right: 0px;
    padding-right: 15px;
    border-right: none !important;
  }

  .membership_id {
    padding-left: 27px;
  }
}

/* ============ Style CSS ============ */

/* ========== Stock list Page CSS - COPY NETWORK ========== */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type="search"] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px
  }
}

.btn {
  display: inline-block;
  padding: 6px 5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  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 transparent;
  border-radius: 3px
}

/* .btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}
.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{color:#333;background-color:#FFF;border-color:#adadad}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{background-image:none}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}
.btn-primary .badge{color:#337ab7;background-color:#fff}
.btn-success{color:#fff;background-color:#7CB119;border-color:#7CB119}
.btn-success:hover{color:#fff;background-color:#444;border-color:#444}
.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}
.btn-success .badge{color:#5cb85c;background-color:#fff}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info{background-image:none}
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}
.btn-info .badge{color:#5bc0de;background-color:#fff}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning{background-image:none}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger{background-image:none}
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}
.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-link{font-weight:400;color:#337ab7;border-radius:0}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}
.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}
.btn-lg,.btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.btn-sm,.btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-xs,.btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-block{display:block;width:100%}
.btn-block + .btn-block{margin-top:5px}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapse{display:none;visibility:hidden}
.collapse.in{display:block;visibility:visible}
tr.collapse.in{display:table-row}
tbody.collapse.in{display:table-row-group}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}
.dropup,.dropdown{position:relative}
.dropdown-toggle:focus{outline:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:0px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175); border-top:none;}
.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}
.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{color:#777}
.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}
.open > .dropdown-menu{display:block}
.open > a{outline:0}
.dropdown-menu-right{right:0;left:auto}
.dropdown-menu-left{right:auto;left:0}
.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}
.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
.pull-right > .dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
@media (min-width:768px) {
.navbar-right .dropdown-menu{right:0;left:auto}
.navbar-right .dropdown-menu-left{right:auto;left:0}
}
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.btn-group > .btn,.btn-group-vertical > .btn{position:relative;float:left}
.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active{z-index:2}
.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group{margin-left:-1px}
.btn-toolbar{margin-left:-5px}
.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}
.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group{margin-left:5px}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.btn-group > .btn:first-child{margin-left:0}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.btn-group > .btn-group{float:left}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}
.btn-group > .btn + .dropdown-toggle{padding-right:8px;padding-left:8px}
.btn-group > .btn-lg + .dropdown-toggle{padding-right:12px;padding-left:12px}
.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}
.btn .caret{margin-left:0}
.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}
.dropup .btn-lg .caret{border-width:0 5px 5px}
.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%}
.btn-group-vertical > .btn-group > .btn{float:none}
.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(:first-child):not(:last-child){border-radius:0}
.btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical > .btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-left-radius:0;border-top-right-radius:0}
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.btn-group-justified > .btn,.btn-group-justified > .btn-group{display:table-cell;float:none;width:1%}
.btn-group-justified > .btn-group .btn{width:100%}
.btn-group-justified > .btn-group .dropdown-menu{left:auto}
[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:table;border-collapse:separate}
.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn{height:46px;line-height:46px}
textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn{height:auto}
.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn{height:30px;line-height:30px}
textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn{height:auto}
.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}
.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}
.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group-addon:first-child{border-right:0}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-addon:last-child{border-left:0}
.input-group-btn{position:relative;font-size:0;white-space:nowrap}
.input-group-btn > .btn{position:relative}
.input-group-btn > .btn + .btn{margin-left:-1px}
.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active{z-index:2}
.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group{margin-right:-1px}
.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group{margin-left:-1px}
.nav > li.disabled > a{color:#777}
.nav > li.disabled > a:hover,.nav > li.disabled > a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{background-color:#eee;border-color:#337ab7}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.nav > li > a > img{max-width:none}
.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs > li{float:left;margin-bottom:-1px}
.nav-tabs > li > a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.nav-tabs > li > a:hover{border-color:#eee #eee #ddd}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}
.nav-tabs.nav-justified{width:100%;border-bottom:0}
.nav-tabs.nav-justified > li{float:none}
.nav-tabs.nav-justified > li > a{margin-bottom:5px;text-align:center}
.nav-tabs.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px) {
.nav-tabs.nav-justified > li{display:table-cell;width:1%}
.nav-tabs.nav-justified > li > a{margin-bottom:0}
}
.nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px}
.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus{border:1px solid #ddd}
@media (min-width:768px) {
.nav-tabs.nav-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#fff}
}

.nav-pills > li{float:left}
.nav-pills > li > a{border-radius:4px}
.nav-pills > li + li{margin-left:2px}
.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus{color:#fff;background-color:#337ab7}
.nav-stacked > li{float:none}
.nav-stacked > li + li{margin-top:2px;margin-left:0}
.nav-justified{width:100%}
.nav-justified > li{float:none}
.nav-justified > li > a{margin-bottom:5px;text-align:center}
.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px) {
.nav-justified > li{display:table-cell;width:1%}
.nav-justified > li > a{margin-bottom:0}
}
.nav-tabs-justified{border-bottom:0}
.nav-tabs-justified > li > a{margin-right:0;border-radius:4px}
.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{border:1px solid #ddd}
@media (min-width:768px) {
.nav-tabs-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{border-bottom-color:#fff}
}
.tab-content > .tab-pane{display:none;visibility:hidden}
.tab-content > .active{display:block;visibility:visible}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.navbar{position:relative;margin-bottom:0;}
@media (min-width:768px) {
.navbar{border-radius:0}
}
@media (min-width:768px) {
.navbar-header{float:left}
}
.navbar-collapse{overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent}
.navbar-collapse.in{overflow-y:auto}
@media (min-width:768px) {
.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}
.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}
.navbar-collapse.in{overflow-y:visible}
.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}
}
@media (min-width:768px) {
.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse{margin-right:0;margin-left:0}
}
.navbar-static-top{z-index:1000;border-width:0 0 1px}
@media (min-width:768px) {
.navbar-static-top{border-radius:0}
}
.navbar-fixed-top,.navbar-fixed-bottom{right:0;left:0;z-index:1030;}
@media (min-width:768px) {
.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}
}
.navbar-fixed-top{top:0;border-width:0 0 1px}
.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
.navbar-brand{float:left;padding:5px;font-size:18px;line-height:20px}
.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}
.navbar-brand > img{display:block}
@media (min-width:768px) {
.navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand{margin-left:-15px}
}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid #CCC;border-radius:4px}
.navbar-toggle:focus{outline:0}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar + .icon-bar{margin-top:4px}
@media (min-width:768px) {
.navbar-toggle{display:none}
}
.navbar-nav{margin:7.5px -15px}
.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}
.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}
.navbar-nav .open .dropdown-menu > li > a{line-height:20px}
.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus{background-image:none}
}
@media (min-width:768px) {
.navbar-nav{float:left;margin:0}
.navbar-nav > li{float:left}
.navbar-nav > li > a{padding-top:15px;padding-bottom:15px}
}
.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:8px -15px}
@media (min-width:768px) {
.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}
.navbar-form .form-control-static{display:inline-block}
.navbar-form .input-group{display:inline-table;vertical-align:middle}
.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}
.navbar-form .input-group > .form-control{width:100%}
.navbar-form .control-label{margin-bottom:0;vertical-align:middle}
.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}
.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.navbar-form .has-feedback .form-control-feedback{top:0}
}
@media (max-width:767px) {
.navbar-form .form-group{margin-bottom:5px}
.navbar-form .form-group:last-child{margin-bottom:0}
}
@media (min-width:768px) {
.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}
}
.navbar-nav > li > .dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.navbar-btn{margin-top:8px;margin-bottom:8px}
.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}
.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}
.navbar-text{margin-top:15px;margin-bottom:15px}
@media (min-width:768px) {
.navbar-text{float:left;margin-right:15px;margin-left:15px}
}
@media (min-width:768px) {
.navbar-left{float:left!important}
.navbar-right{float:right!important;margin-right:-15px}
.navbar-right .navbar-right{margin-right:0}
}
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333;background-color:transparent}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555;background-color:#e7e7e7}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#ccc;background-color:transparent}
}
.navbar-default .navbar-link{color:#777}
.navbar-default .navbar-link:hover{color:#333}
.navbar-default .btn-link{color:#777}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}
.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}
.navbar-inverse{background-color:#222;border-color:#080808}
.navbar-inverse .navbar-brand{color:#9d9d9d}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}
.navbar-inverse .navbar-text{color:#9d9d9d}
.navbar-inverse .navbar-nav > li > a{color:#9d9d9d}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus{color:#fff;background-color:#080808}
.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus{color:#444;background-color:transparent}
.navbar-inverse .navbar-toggle{border-color:#333}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333;}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}
.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus{color:#fff;background-color:#080808}
@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-color:#080808}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444;background-color:transparent}
.navbar-default .navbar-nav > li > a{color:#FFF;text-align:left;border-bottom:1px dotted;}
.navbar-default .navbar-nav > li#last_menu > a{border-bottom:none;}
}
.navbar-inverse .navbar-link{color:#9d9d9d}
.navbar-inverse .navbar-link:hover{color:#fff}
.navbar-inverse .btn-link{color:#9d9d9d}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}
.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}
.breadcrumb{font-size:14px;padding:5px 0px;margin-bottom:0px;list-style:none;border-radius:4px}
.breadcrumb > li{display:inline-block}
.breadcrumb > li + li:before{padding:0 5px;color:#ccc}
.breadcrumb > .active{color:#777}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination > li{display:inline}
.pagination > li > a,.pagination > li > span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination > li:first-child > a,.pagination > li:first-child > span{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}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus{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:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.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}
.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}
.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}
.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}
.label:empty{display:none}
.btn .label{position:relative;top:-1px}
.label-default{background-color:#777}
.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}
.label-primary{background-color:#337ab7}
.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}
.label-success{background-color:#5cb85c}
.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}
.label-info{background-color:#5bc0de}
.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}
.label-warning{background-color:#f0ad4e}
.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}
.label-danger{background-color:#d9534f}
.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}
.badge:empty{display:none}
.btn .badge{position:relative;top:-1px}
.btn-xs .badge{top:0;padding:1px 5px}
a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}
.list-group-item.active > .badge,.nav-pills > .active > a > .badge{color:#337ab7;background-color:#fff}
.list-group-item > .badge{float:right}
.list-group-item > .badge + .badge{margin-right:5px}
.nav-pills > li > a > .badge{margin-left:3px}
.jumbotron{margin:60px 0; padding-left:0; padding-right:0;}
.jumbotron.intro{margin-top: 0;}
.jumbotron .navbar {font-size: 14px; line-height: 1.6;}
.jumbotron h1,.jumbotron .h1{color:inherit}
.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}
.jumbotron > hr{border-top-color:#d5d5d5}
.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}
.jumbotron .container{max-width:100%}
@media screen and (min-width:768px) {
.jumbotron{padding:48px 0}
.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}
.jumbotron h1,.jumbotron .h1{font-size:63px}
}
.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;padding:0;border-radius:0; min-height: 197px;}
.thumbnail > img,.thumbnail a > img{margin-right:auto;margin-left:auto; max-height: 193px;}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}
.thumbnail .caption{padding:9px;color:#333}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert > p,.alert > ul{margin-bottom:0}
.alert > p + p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
@-webkit-keyframes progress-bar-stripes {
from{background-position:40px 0}
to{background-position:0 0}
}
@-o-keyframes progress-bar-stripes {
from{background-position:40px 0}
to{background-position:0 0}
}
@keyframes progress-bar-stripes {
from{background-position:40px 0}
to{background-position:0 0}
}
.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}
.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.progress-bar-success{background-color:#5cb85c}
.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-info{background-color:#5bc0de}
.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-warning{background-color:#f0ad4e}
.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-danger{background-color:#d9534f}
.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.media{margin-top:15px}
.media:first-child{margin-top:0}
.media,.media-body{overflow:hidden;zoom:1}
.media-body{width:10000px}
.media-object{display:block}
.media-right,.media > .pull-right{padding-left:10px}
.media-left,.media > .pull-left{padding-right:10px}
.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}
.media-middle{vertical-align:middle}
.media-bottom{vertical-align:bottom}
.media-heading{margin-top:0;margin-bottom:5px}
.media-list{padding-left:0;list-style:none}
.list-group{padding-left:0;margin-bottom:20px}
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
a.list-group-item{color:#555}
a.list-group-item .list-group-item-heading{color:#333}
a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small{color:inherit}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}
.list-group-item-success{color:#3c763d;background-color:#dff0d8}
a.list-group-item-success{color:#3c763d}
a.list-group-item-success .list-group-item-heading{color:inherit}
a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}
.list-group-item-info{color:#31708f;background-color:#d9edf7}
a.list-group-item-info{color:#31708f}
a.list-group-item-info .list-group-item-heading{color:inherit}
a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}
.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}
a.list-group-item-warning{color:#8a6d3b}
a.list-group-item-warning .list-group-item-heading{color:inherit}
a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
.list-group-item-danger{color:#a94442;background-color:#f2dede}
a.list-group-item-danger{color:#a94442}
a.list-group-item-danger .list-group-item-heading{color:inherit}
a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}
.list-group-item-heading{margin-top:0;margin-bottom:5px}
.list-group-item-text{margin-bottom:0;line-height:1.3}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{padding:10px}
.panel-heading{padding:10px 15px;border-top-left-radius:3px;border-top-right-radius:3px; background:#F2F2F2; color:#000; border-bottom:1px solid #ddd!important;}
.panel-heading > .dropdown .dropdown-toggle{color:inherit}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a{color:inherit}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel > .list-group,.panel > .panel-collapse > .list-group{margin-bottom:0}
.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}
.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel-heading + .list-group .list-group-item:first-child{border-top-width:0}
.list-group + .panel-footer{border-top-width:0}
.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table{margin-bottom:0}
.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption{padding-right:15px;padding-left:15px}
.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px}
.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px}
.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body{border-top:1px solid #ddd}
.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td{border-top:0}
.panel > .table-bordered,.panel > .table-responsive > .table-bordered{border:0}
.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}
.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}
.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0}
.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0}
.panel > .table-responsive{margin-bottom:0;border:0}
.panel-group{}
.panel-group .panel{margin-bottom:0;border-radius:4px; min-width:330px;}
.panel-group .panel + .panel{margin-top:5px}
.panel-group .panel-heading{border-bottom:0}
.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #ddd}
.panel-group .panel-footer{border-top:0}
.panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #ddd}
.panel-default{border-color:#ddd}
.panel-default > .panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd}
.panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333}
.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd}
.panel-primary{border-color:#337ab7}
.panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}
.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7}
.panel-primary > .panel-heading .badge{color:#337ab7;background-color:#fff}
.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7}
.panel-success{border-color:#d6e9c6}
.panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6}
.panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}
.panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6}
.panel-info{border-color:#bce8f1}
.panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}
.panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f}
.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}
.panel-warning{border-color:#faebcc}
.panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}
.panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}
.panel-danger{border-color:#ebccd1}
.panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1}
.panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442}
.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.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.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive.embed-responsive-4by3{padding-bottom:75%}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}
.well-lg{padding:24px;border-radius:6px}
.well-sm{padding:9px;border-radius:3px}
.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}
.modal-open{overflow:hidden}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}
.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}
.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}
.modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.42857143}
.modal-body{position:relative;padding:15px}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer .btn + .btn{margin-bottom:0;margin-left:5px}
.modal-footer .btn-group .btn + .btn{margin-left:-1px}
.modal-footer .btn-block + .btn-block{margin-left:0}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:768px) {
.modal-dialog{width:600px;margin:30px auto}
.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}
.modal-sm{width:300px}
}
@media (min-width:992px) {
.modal-lg{width:900px}
}
.tooltip{position:absolute;z-index:999;display:block;font-family:'Verdana,Geneva';font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}
.tooltip.in{filter:alpha(opacity=90);opacity:.9}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#000;text-align:center;text-decoration:none;background-color:#fff;border-radius:4px;border:1px solid #999;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#666}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:'Verdana,Geneva';font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
.popover.top{margin-top:-10px}
.popover.right{margin-left:10px}
.popover.bottom{margin-top:10px}
.popover.left{margin-left:-10px}
.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
.popover-content{padding:9px 14px}
.popover > .arrow,.popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.popover > .arrow{border-width:11px}
.popover > .arrow:after{content:"";border-width:10px}
.popover.top > .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}
.popover.top > .arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}
.popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}
.popover.right > .arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}
.popover.bottom > .arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}
.popover.bottom > .arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}
.popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.popover.left > .arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}
.carousel{position:relative}
.carousel-inner{position:relative;width:100%;overflow:hidden}
.carousel-inner > .item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.carousel-inner > .item > img,.carousel-inner > .item > a > img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d) {
.carousel-inner > .item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000px}
.carousel-inner > .item.next,.carousel-inner > .item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.carousel-inner > .item.prev,.carousel-inner > .item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display:block}
.carousel-inner > .active{left:0}
.carousel-inner > .next,.carousel-inner > .prev{position:absolute;top:0;width:100%}
.carousel-inner > .next{left:100%}
.carousel-inner > .prev{left:-100%}
.carousel-inner > .next.left,.carousel-inner > .prev.right{left:0}
.carousel-inner > .active.left{left:-100%}
.carousel-inner > .active.right{left:100%}
.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}
.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}
.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}
.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}
.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:'playregular';line-height:1}
.carousel-control .icon-prev:before{content:'\2039'}
.carousel-control .icon-next:before{content:'\203a'}
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}
.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}
.carousel-indicators .active{width:12px;height:12px;margin:0;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;text-shadow:0 1px 2px rgba(0,0,0,.6)}
.carousel-caption .btn{text-shadow:none}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}
.carousel-caption{right:20%;left:20%;padding-bottom:30px}
.carousel-indicators{bottom:20px}
} */
/* .clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both} */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

.affix {
  position: fixed
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table
  }

  tr.visible-xs {
    display: table-row !important
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table
  }

  tr.visible-sm {
    display: table-row !important
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important
  }

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table
  }

  tr.visible-md {
    display: table-row !important
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important
  }

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table
  }

  tr.visible-lg {
    display: table-row !important
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table
  }

  tr.visible-print {
    display: table-row !important
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

@-webkit-keyframes mymove {
  from {
    left: 0
  }

  to {
    left: 170px
  }
}

@keyframes mymove {
  from {
    left: 0
  }

  to {
    left: 170px
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-device-width:360px) and (max-device-width:640px) and (orientation:landscape) {
  .xs-width {
    width: 50%;
    float: left
  }

  select.make_width_margin {
    margin-top: 0
  }

  div.stock_image_list {
    float: left;
    width: 76%;
    padding-top: 10px;
    padding-left: 10px
  }

  div.stk_button {
    float: left;
    width: 100%
  }

  .share {
    float: left;
    margin-top: 7px
  }
}

@media only screen and (min-device-width:640px) and (max-device-width:767px) and (orientation:landscape) {

  /*.col-xs-12{width:50%}*/
  .t_c_d {
    font-size: 13px;
    text-align: center
  }
}

@media only screen and (min-device-width:640px) and (max-device-width:767px) and (orientation:landscape) {
  .top {
    text-align: center
  }

  .member_ship {
    text-align: center
  }

  .seller_row {
    text-align: center
  }

  .veh_det_row {
    text-align: center
  }

  .car_border {
    position: relative
  }

  .video_width {
    width: 100%;
  }
}


.other_images {
  padding: 0px;
  margin: 0px;
}

.other_images>li {
  float: left;
  width: 12.5%;
  position: relative;
  border: 1px solid #FFF;
  min-height: 62px;
}

.other_images>li>a>img {
  position: absolute;
  max-height: 60px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.other_images>li:hover {
  border-color: #CC0000;
}

.dtl_image_part {
  width: 54%;
  margin-right: 1%;
  float: left;
}

.del_scond_part {
  width: 45%;
  float: left;
}

.detaol_sold {
  display: block !important;
  width: 100%;
  top: 44%;
  background: rgba(0, 0, 0, 0.4);
  color: #CC0000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  text-shadow: 0px 3px 5px #FFF;
  font-style: italic;
  z-index: 200;
}

.main_image {
  min-height: 480px;
  position: relative;
  border: 1px solid #CCC;
}

.main_image>a>img {
  position: absolute;
  max-height: 480px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.main_image>a>div {
  position: absolute;
  display: none;
}

.main_image:hover>a>div {
  display: block;
}

.img_left_arw {
  left: 10px;
  top: 43%;
}

.img_right_arw {
  right: 10px;
  top: 43%;
}

.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;
}

.fa-dt {
  background: url(../images/arrow-sprite.png) 0 0 no-repeat;
  position: relative;
  display: inline-block;
}

.fa-dt-left {
  background-position: -41px -8px;
  width: 34px;
  height: 65px;
}

.fa-dt-right {
  background-position: -2px -8px;
  width: 34px;
  height: 65px;
}

.fa-dt-zoom {
  background-position: -96px -16px;
  width: 41px;
  height: 42px;
  display: block;
}

.detail_caption {
  font-size: 12px;
  font-style: italic;
  color: #666;
}

.detail_detail {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

/*--tooltip--*/

.tooltip,
.tooltip_1 {
  position: relative;
}

.tooltip:before,
.tooltip_1:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  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:before {
  bottom: 28px;
}

.tooltip_1:before {
  bottom: 50px;
}

.tooltip:after {
  bottom: 34px;
}

.tooltip_1:after {
  bottom: 56px;
}

.tooltip:after,
.tooltip_1:after {
  background: #333;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  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;
  font-weight: 700;
  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:hover:before,
.tooltip_1:hover:before {
  visibility: visible;
  opacity: 1;
}

.tooltip:hover:after,
.tooltip_1:hover:after {
  visibility: visible;
  opacity: 1;
}

.stklist_first {
  width: 20%;
  float: left;
  margin-right: 2%;
}

.stklist_second {
  width: 78%;
  float: left;
}

.stklist_box {
  margin-bottom: 20px !important;
  padding: 5px !important;
  margin-top: 0px !important;
  border-radius: 25px 25px 0 25px;
  box-shadow: 0 3px 8px #CCC;
  position: relative;
  background-color: #F4F1FA !important;
  padding: 15px !important;
}

.list_image {
  position: relative;
  border: 1px solid #CCC;
  margin-bottom: 5px;
}

.list_sold {
  color: #CC0000;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  font-size: 28px;
  top: 35%;
  left: 35%;
  font-style: italic;
  text-shadow: 0 3px 5px #fff;
}

.list_accident {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #CC0000;
  color: #FFFFFF;
  display: inline-block;
  padding: 1px 10px;
  font-size: 12px;
}

.stklist_heading {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
}

.stklist_heading>a:hover {
  color: #CC0000;
}

.stklist_heading>a>span {
  font-size: 14px;
  font-weight: normal;
}

.stllist_dealer {
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}

.list_acc {
  font-size: 12px;
}

.list_acc>strong {
  display: block;
}

.breadcrumbLeft>h2 {
  font-size: 20px !important;
}

.breadcrumbLeft>li {
  font-size: 14px !important;
}

.freight_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 350px;
  background: #F8F8F8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 0 13px 0 #333;
  z-index: 300;
  border-radius: 2px;
  padding: 10px;
}

.freight_box h2 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.freight_box>div {
  margin-bottom: 20px;
}

.freight_box>div>input {
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.freight_box>div>label {
  margin-right: 20px;
  cursor: pointer;
}

.freight_box>div>label:last-child {
  margin-right: 10px;
}

.freight_box>div>select {
  width: 80px;
  height: 20px;
  border: 1px solid #999;
  font-size: 12px;
  padding-left: 5px;
  border-radius: 2px;
}

.freight_box>span {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #CCC;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0px 9px;
  cursor: pointer;
  opacity: 0.7;
}

.freight_box>span:hover {
  opacity: 1;
}

.rec_sim_stock {
  box-shadow: 0px 0px 8px #CCC;
  padding: 5px;
  margin-bottom: 30px;
}

.rec_sim_stock>a {
  color: #333333;
}

.rec_sim_stock>a>h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.rec_sim_stock>a>h2>span {
  font-size: 14px;
}

.rec_sim_img {
  width: 32%;
  margin-right: 2%;
  float: left;
  border: 1px solid #CCCCCC;
  position: relative;
  min-height: 62px;
}

.rec_sim_img>img {
  position: absolute;
  max-height: 60px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.rec_sim_info {
  width: 66%;
  float: left;
}

.rec_sim_info>ul {
  margin: 0px;
  padding: 0px;
}

.rec_sim_info>ul>li {
  float: left;
  width: 50%;
  font-size: 12px;
  color: #666666;
  text-align: left;
}


.header_box {
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 0px 2px 5px #CCCCCC;
  margin-bottom: 20px;
}

.header_box>div>h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
}

.header_box>div>h1>strong {
  color: #CC0000;
}

.header_box>div>h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.first_flag {
  float: right;
}

.first_flag>img {
  border: 1px solid #CCC;
  padding: 3px;
}

.second_text {
  float: left;
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }

  .copyright_text {
    text-align: left;
    font-size: 16px;
    color: #FFF
  }

  .powred_by {
    color: #FFF;
    font-size: 16px;
    text-align: center
  }

  .t_c_d {
    font-size: 16px;
    text-align: right
  }

  .button-custom {
    font-size: 24px
  }

  select#make {
    width: 180px
  }

  select#model {
    width: 180px
  }

  select#max_year {
    width: 160px
  }

  select#min_year {
    width: 160px
  }

  input#keyword {
    width: 100%
  }

  .arrow_post {
    position: relative;
    top: 15px
  }

  .padding-left-none {
    padding-left: 0px;
  }

  .video_width {
    width: 341px;
  }

  .stk_detail li {
    width: 25%;
    float: left;
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width:640px) {
  .mobile-margin-top-0 {
    margin-top: 0px !important;
  }

  .video_width {
    width: 100%;
  }

  .f-nav {
    position: relative !important;
  }

  .mobile_center {
    text-align: center;
  }

  .panel-group .panel {
    min-width: auto;
  }

  .logo_margin_hp {
    margin-bottom: 0px;
  }

  .logo_margin_hp>div>a>img {
    margin: auto;
  }

  #second-menu {
    background-color: #7CB119
  }

  #second-menu a {
    color: #FFF
  }

  .margin-small {
    margin-bottom: 10px
  }

  .share {
    margin-bottom: 5px
  }

  .text-align-right {
    text-align: center
  }

  .checkbox-font {
    font-size: 9px
  }

  .text-align {
    text-align: center
  }

  .padding-15-mobile {
    padding: 15px
  }

  .top {
    text-align: center
  }

  .logo_detail img {
    margin: auto;
    text-align: center;
  }

  .member_ship {
    text-align: center
  }

  .seller_row {
    text-align: center
  }

  .veh_det_row {
    text-align: center
  }

  .car_border {
    position: relative
  }

  .search_vehicle {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 13px;
    padding-bottom: 7px;
    margin-top: 0;
    font-size: 22px !important;
  }

  .search_heading h3 {
    border-bottom: 1px dashed #CCC;
    margin-bottom: 13px;
    padding-bottom: 7px;
    margin-top: 0;
    font-size: 21px
  }

  .veh_det_row {
    text-align: left;
  }

  .enquiryFormSubmit {
    padding-bottom: 10px;
  }

  div.stock_image_list {
    float: left;
    width: 100%;
    padding-top: 10px
  }

  .t_c_d {
    font-size: 13px;
    text-align: center
  }

  .stock_image_list {
    float: left;
    width: 100%;
    padding-top: 10px
  }

  div.list_price {
    width: 96%;
    float: right;
    padding-top: 13px
  }

  p.dealer_name_stk_list {
    font-size: 18px;
    color: #7CB119;
    text-align: left;
    padding-left: 10px
  }

  .multiple-left {
    margin-left: 25px !important;
    margin-bottom: 5px;
  }

  .total_records {
    font-size: 12px;
  }

  .box_shaodow {
    padding: 5px !important;
  }

  .exp_secname {
    font-size: 20px;
  }

  .phnfax_ulli {
    margin-top: 10px;
  }

  .mblbtn_mrgin {
    margin: 10px 0px;
  }

  .showcase_car img {
    max-height: 198px !important;
  }

  .showcase_car {
    min-height: 198px !important;
    max-height: 198px !important;
  }

  .navbar-nav {
    margin: 0px !important;
  }

  .st_sharethis_large {
    display: none;
  }

  .st_email_large {
    display: none;
  }

  .text-center-small {
    text-align: center;
  }

  .make_width {
    width: 68%;
  }

  .unit_width {
    width: 28%;
  }

  .stk_detail li {
    width: 50%;
    float: left;
    margin: 3px 0;
  }

  .stock_listbox div.main_img img {
    max-height: 232px !important;
  }

  .features li span {
    width: 9% !important;
  }

  .dtl_image_part {
    width: 100%;
    margin-right: 0%;
    float: none;
  }

  .del_scond_part {
    width: 100%;
    float: none;
  }

  .main_image {
    min-height: 255px;
  }

  .main_image>a>img {
    max-height: 255px;
  }

  .main_image>a>div {
    display: block;
  }

  .other_images>li {
    width: 20%;
    min-height: 52px;
  }

  .other_images>li>a>img {
    max-height: 52px;
  }

  .indicator {
    display: none !important;
  }

  .stklist_first {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  .stklist_second {
    width: 100%;
    float: none;
  }

  .first_flag {
    display: none;
  }

  .header_box {
    margin-bottom: 10px;
    padding: 5px;
  }

  .header_box>div>h1 {
    font-size: 22px;
  }

  .header_box>div>h2 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .video_width {
    width: 100%
  }

  .tab_center {
    text-align: center !important;
  }

  .second_nav li a {
    font-size: 14px !important;
    line-height: 26px !important;
  }

  p.dealer_name_stk_list {
    font-size: 18px;
    color: #7CB119;
    text-align: right;
    padding-right: 5px
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 14px 10px;
    font-size: 16px
  }

  .footer_social img {
    display: inline-block;
    padding-right: 0;
    width: 30%
  }

  select#make {
    width: 180px;
  }

  select#model {
    width: 180px;
  }

  select#max_year {
    width: 160px;
  }

  select#min_year {
    width: 160px;
  }

  input#keyword {
    width: 100%;
  }

  div.list_information {
    width: 38.6%;
    float: left;
    padding-right: 0;
    font-size: 12px
  }

  div.list_price {
    width: 22.8%;
    float: right;
    padding-top: 50px
  }

  select.record_select {
    width: 68%;
    display: inline-block;
    height: 28px;
    padding: 0 10px
  }

  input.common_search_btn {
    width: 22.7%;
    margin-right: 1px;
    font-size: 12px
  }

  input.common_search_btn_adv {
    width: 30.7%;
    margin-right: 1px;
    font-size: 12px
  }

  label.pagiantion_font {
    display: inline-block;
    font-size: 16px
  }

  p.stk_price {
    font-size: 16px;
    font-weight: 900
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 14px 8px;
    font-size: 15px
  }

  .copyright_text {
    text-align: left;
    font-size: 13px;
    color: #FFF
  }

  .powred_by {
    color: #FFF;
    font-size: 16px;
    text-align: center
  }

  .t_c_d {
    font-size: 14px;
    text-align: right
  }

  select#make {
    width: 180px
  }

  select#model {
    width: 180px
  }

  select#max_year {
    width: 160px
  }

  select#min_year {
    width: 160px
  }

  input#keyword {
    width: 100%
  }

  .arrow_post {
    position: relative;
    top: 0
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    border-top: 1px solid transparent
  }

  div.keyowrd_search_box {
    margin-bottom: -18px
  }

  label.pagiantion_font {
    display: inline-block;
    font-size: 15px
  }

  div.list_information {
    width: 38%;
    float: left;
    padding-right: 0;
    font-size: 13px
  }

  p.dealer_name_stk_list {
    font-size: 18px;
    color: #7CB119;
    text-align: right;
    padding-right: 10px
  }

  div.list_price {
    width: 22%;
    float: right;
    padding-top: 50px
  }

  p.stk_price {
    font-size: 16px;
    font-weight: 900
  }

  div.stock_image_list {
    padding-top: 10px
  }

  .navbar-default .navbar-nav>li {
    border-right: none
  }

  .copyright_text {
    text-align: center;
    font-size: 13px;
    color: #FFF;
    margin-bottom: 2px
  }

  .powred_by {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px
  }

  .t_c_d {
    font-size: 13px;
    text-align: center;
    margin-bottom: 2px
  }

  select#max_year {
    width: 100%;
    margin-top: 5px
  }

  select#min_year {
    width: 100%;
    margin-top: 5px
  }

  input#keyword {
    width: 100%
  }

  .search_type {
    margin-top: 5px
  }

  select.make_width_margin {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px
  }

  select.search_from_width {
    width: 100%;
    margin-left: 0
  }

  h1.latest_size {
    color: #535353;
    font-size: 21px;
    margin: 9px
  }

  .make_border {
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #CCC;
    margin-bottom: 12px
  }

  .log_in_xs {
    width: 31.333%;
    padding-right: 0
  }

  div.hp_banner_part {
    padding-top: 7px;
    padding-bottom: 13px
  }

  div.keyowrd_search_box {
    margin-bottom: -15px
  }

  input.common_search_btn {
    width: 49%;
    margin-right: 2px;
    margin-bottom: 5px
  }

  input.common_search_btn_adv {
    width: 49%;
    margin-right: 2px;
    margin-top: -5px
  }

  div.list_information {
    width: 95%;
    float: left;
    padding-right: 9px;
    padding-left: 22px
  }

  div.list_price {
    width: 93%;
    float: right;
    padding-top: 13px
  }

  button.button_round {
    text-decoration: none;
    padding: 4px 6px;
    letter-spacing: 1px;
    border: medium none;
    color: #FFFFF7;
    font-weight: 700;
    border-radius: 5px;
    background: linear-gradient(#CCC, #888, #333) repeat scroll 0 0 transparent;
    margin-left: 6px
  }

  p.dealer_name_stk_list {
    font-size: 18px;
    color: #7CB119;
    text-align: center
  }

  p.stk_name_stock {
    color: #7CB119;
    font-size: 20px;
    padding-left: 8px
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }

  .full-width-tabs>ul.nav.navbar-nav {
    width: 100%
  }

  .full-width-tabs>ul.nav.navbar-nav>li>a {
    background-color: #fff;
    color: #999
  }

  .full-width-tabs>ul.nav.navbar-nav>li>a:hover,
  .full-width-tabs>ul.nav.nav-tabs>li>a:focus {
    color: #666
  }

  .nav-custom {
    width: 100%
  }

  .nav-custom ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0
  }

  .nav-custom ul li {
    list-style: none;
    flex-grow: 1;
    text-align: center
  }

  .nav-custom ul li a {
    display: block
  }

  .nav-padding {
    padding-top: 0;
    padding-bottom: 15px
  }

  .showcase_car_max {
    min-height: 220px;
    max-height: 220px;
  }

  .top {
    text-align: center;
    border-bottom: 1px dotted #CCC;
  }

  .logo_detail {
    padding-bottom: 20px;
  }

  .member_ship {
    text-align: center;
    padding-top: 10px;
  }

  .seller_row {
    text-align: center;
  }

  .veh_det_row {
    text-align: center;
  }

  .car_border {
    position: relative;
  }

  #buyer_form {
    margin-top: 36px;
  }

  .max-height {
    max-height: 205px;
  }

  .max_height_com_img {
    max-height: 65px;
  }

  .logo_detail {
    text-align: left
  }

  .member_ship {
    text-align: right
  }

  .seller_row {
    text-align: inherit
  }

  .veh_det_row {
    text-align: inherit
  }

  .hp_car_mid {
    vertical-align: top;
    position: relative;
    padding: 3px
  }

  .hp_car {
    vertical-align: top;
    position: relative;
    min-height: 104px !important;
    max-height: 104px !important;
  }

  .car_border {
    background: url(../images/car-bg.png) repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: 0;
    height: 21px;
    position: absolute;
    width: 100%
  }

  .share {
    float: left;
    margin-top: 7px
  }

  .padding-right-none {
    padding-right: 0
  }

  #name_div {
    padding-left: 0
  }

  .text-align-right {
    text-align: right
  }

  .text-align {
    text-align: right
  }

  .total_records {
    font-size: 13px;
  }

  .exp_secname {
    margin-top: 0px;
  }

  .showcase_car {
    max-height: 164px !important;
    min-height: 164px !important;
  }

  .showcase_car img {
    max-height: 164px !important;
  }

  .max-height {
    max-height: auto;
  }

  .no_logo {
    padding: 18px 36px !important;
  }

  .panel-group {
    width: 400px;
  }

  .stk_detail li {
    width: 25%;
    float: left;
    margin-bottom: 10px;
  }

  .stock_listbox div.main_img img {
    max-height: 165px !important;
  }

  .dtl_image_part {
    width: 100%;
    margin-right: 0%;
    float: none;
  }

  .del_scond_part {
    width: 100%;
    float: none;
  }

  .other_images>li {
    width: 11.10%;
  }

  .stklist_first {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  .stklist_second {
    width: 100%;
    float: none;
  }

}

@media (min-width: 1024px) and (max-width: 1050px) {
  .tab_center {
    text-align: right !important;
  }

  .second_nav li a {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .total_records {
    font-size: 12px;
  }

  .exp_secname {
    margin-top: 10px;
  }

  .showcase_car_max {
    min-height: 175px !important;
    max-height: 175px !important;
  }

  .showcase_car {
    max-height: 115px !important;
    min-height: 115px !important;
  }

  .hp_car {
    min-height: 150px !important;
    max-height: 150px !important;
  }

  .video_width {
    width: 100%
  }

  .stk_detail li {
    width: 50%;
  }

  .welcome_content .welcome_last {
    padding: 8px 0 14px !important;
  }

  .stock_listbox div.main_img img {
    max-height: 113px !important;
  }

  .dtl_image_part {
    width: 70%;
    margin-right: 1%;
    float: left;
  }

  .del_scond_part {
    width: 29%;
    float: left;
  }

  .stklist_first {
    width: 20%;
    float: left;
    margin-right: 2%;
  }

  .stklist_second {
    width: 78%;
    float: left;
  }

  .cus_bor_1 {
    width: 183px !important;
    min-height: 146px !important;
  }

  .cus_bg {
    background: transparent !important;
  }

  .cus_bor_1 img {
    max-height: 146px;
    padding: 10px;
  }

  .our_member_img {
    min-height: 160px;
  }

  .our_member_img img {
    max-height: 160px;
  }
}

.logo_margin_hp {
  margin: 10px 0px;
}

.checkbox-font {
  font-size: 13px;
}

.hpdealer_box {
  border: 1px solid #CCC;
  box-shadow: 0px 4px 10px #CCC
}

.hpdealer_box>h2 {
  background: #F7F7F7;
  margin: 0px;
  border-bottom: 1px solid #CCC;
}

.menu_make {
  list-style: none;
  padding-left: 0
}

.menu_make>li {
  display: inline-block;
  font-weight: 700;
  font-family: Arial;
  font-size: 14px;
  padding-left: 20px
}

.search_head {
  text-align: center;
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  margin: 10px 0
}

.search_head img {
  margin-right: 5px
}

.mid_text {
  text-align: justify;
  font-family: Arial;
  font-size: 16px;
  line-height: 22px
}

.margin_topbot10 {
  margin: 10px 0
}

.jct {
  text-align: center;
  font-weight: 700
}

.main-div {
  border: 1px solid #77B917;
  border-top: none;
  background-color: #F4FBFF
}

.box_shaodow {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 2px #e5e5e5;
  margin: 10px 0;
  padding: 10px
}

td.dealer_list_cell p {
  font-family: Arial, Helvetica, sans-serif;
  margin: 3px 5px 3px auto;
  text-align: justify;
  font-size: 14px;
  line-height: 17px
}

.nav-custom {
  width: 100%;
}

.nav-custom ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.nav-custom ul li {
  list-style: none;
  flex-grow: 1;
  text-align: center;
}

.nav-custom ul li a {
  display: block;
}

div.mm-item-content {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 13px 0;
  color: #333;
  background: #fff;
  border: solid 2px #323232;
  border-top: none;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  width: 440px
}

.find_cars_a,
.how_buy_a,
.help_faq_a,
.about_us_a,
.contact_us_a {
  color: #FFF;
  display: block;
  padding: 68px 0 23px;
  width: auto
}

.make_width_margin {
  width: 98%;
  margin-left: 26px
}

.search_from_width {
  width: 98%;
  margin-left: 15px
}

.latest_size {
  color: #535353;
  font-size: 24px;
  margin: 10px 0
}

img.for_move {
  background: red;
  position: relative;
  -webkit-animation: mymove 5s infinite;
  -webkit-animation-timing-function: linear;
  animation: mymove 10s infinite;
  animation-timing-function: linear
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.no_padding {
  padding-left: 0;
  padding-right: 0
}

.common_search_btn {
  width: 18%;
  margin-right: 2px
}

.common_search_btn_adv {
  width: 29%;
  margin-right: 2px
}

.pagiantion_font {
  display: inline-block;
  font-size: 17px
}

.record_select {
  width: 72%;
  display: inline-block;
  height: 28px;
  padding: 0 10px
}

.list_page_price {
  position: relative;
  text-align: right;
  top: -15px
}

.list_information {
  width: 34%;
  float: left;
  padding-right: 0
}

.list_price {
  width: 25%;
  float: left;
  padding-top: 50px
}

.dealer_name_stk_list {
  font-size: 18px;
  color: #7CB119;
  text-align: right
}

.stk_price {
  font-size: 18px;
  font-weight: 900
}

.button_round {
  text-decoration: none;
  background: #888;
  padding: 4px 6px;
  letter-spacing: 1px;
  border: none;
  color: #FFFFF7;
  font-weight: 700;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  background: -webkit-linear-gradient(#ccc, #888, #333);
  background: -moz-linear-gradient(#ccc, #888, #333)
}

.button_round:hover {
  background: #555
}

.top_margin_5 {
  margin-top: 5px
}

.stk_name_stock {
  color: #7cb119;
  font-size: 20px
}

.search_vehicle {
  border-bottom: 1px dotted #6c4ea7;
  font-size: 24px;
  font-family: Arial;
  font-weight: 700;
  padding-bottom: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #6C4EA7;
}

.showcase_car {
  vertical-align: top;
  position: relative;
  min-height: 140px;
  max-height: 140px;
}

.showcase_car img {
  max-height: 143px;
}

.seller_info_list {
  font-size: 12px
}

.hp_car {
  min-height: 178px;
  max-height: 178px;
}

.max-height {
  max-height: 178px
}

.veh_status {
  font-size: 14px;
  line-height: 34px;
  font-style: italic;
}

.left_stock {
  list-style: none
}

.left_stock h2 {
  background: #CCC;
  color: #FFF;
  font-size: 18px
}

.share_on {
  position: relative;
  bottom: 12px;
}

.detail_title {
  margin: 0px 0px 10px 0px;
  font-size: 22px;
}

.detail_title>span {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  margin-left: 20px;
  position: relative;
  bottom: 3px;
}

.detail_title>span>i {
  font-size: 16px;
}

.share-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 2px #e5e5e5;
  padding: 10px 10px 6px 10px;
}

.img_left {
  float: left;
  padding: 0px 11px 0px 8px;
  border-radius: 20px;
  position: absolute;
  left: 15px;
  top: 160px;
  color: #FFF;
  background: #999;
  cursor: pointer;
}

.img_right {
  float: right;
  padding: 0px 8px 0px 11px;
  border-radius: 20px;
  position: absolute;
  right: 15px;
  top: 160px;
  background: #999;
  color: #FFF;
  cursor: pointer;
}

.freight_clc {
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #F5F5F5
}

.freight_clc h4 {
  color: #FFF;
  background: #666;
  margin: 0px;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  line-height: 32px;
}

.padding-5 {
  padding: 5px;
}

.stk_detail {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.stk_detail li span {
  padding-left: 26px
}

.phnfax_ulli {
  list-style: none;
  padding-left: 0px;
}

.phnfax_ulli>li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.phnfax_ulli>li>i {
  font-size: 16px;
  width: 8%;
  float: left;
}

.stk_comulli {
  list-style: none;
  padding-left: 0px;
}

.stk_comulli>li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.stk_comulli>li>i {
  font-size: 16px;
  width: 8%;
  float: left;
}

.stk_comulli>li>span {
  font-size: 12px;
  font-style: italic;
}

.print_icon {
  color: #5692B1;
}

.print_icon:hover {
  color: #CC0000;
}

.pdf_icon {
  color: #CC0000;
}

.pdf_icon:hover {
  color: #5692B1;
}

.detail_grade {
  font-size: 14px;
}

.photo_galary>a>img {
  max-height: 191px;
}

.mem_year {
  color: #CC0000;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 5px;
}

.mem_year>span {
  color: #0079ce;
}

.multiple-left {
  margin-left: 30px
}

.lil li {
  float: left;
  margin-left: 7px;
  height: 20px;
}

.exp_secname {
  color: #666;
  font-size: 26px;
  margin-bottom: 10px;
}

.exp_secname>span {
  color: #999;
  font-style: italic;
  font-size: 14px;
  margin-left: 10px;
}

.search_check {
  position: relative;
  top: 2px;
}

.updated_on {
  font-size: 11px;
  color: #777;
  float: right;
  line-height: 20px;
}

.dis_price {
  text-decoration: line-through;
  color: #CC0000;
  font-size: 14px;
  font-weight: normal;
}

div#wn {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden
}

div#inner1 {
  white-space: nowrap
}

div#inner1 img {
  padding: 13px 20px 10px
}

.mbl_menu {
  color: #FFF !important;
  font-size: 20px;
  line-height: 38px;
}

.grid-demo [class*="col-"] {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  text-align: center;
  line-height: 2;
  background-color: #e5e1ea;
  border: 1px solid #d1d1d1
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static
}

.yamm .container {
  position: relative
}

.yamm .dropdown-menu {
  left: auto
}

.yamm .yamm-content {
  padding: 10px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0
}

.sold {
  position: absolute;
  left: 14px;
  top: 21px;
}

.fav_image {
  left: 165px;
  position: absolute;
  top: 24px;
  z-index: 999;
}

.close_popup {
  float: right;
  position: absolute;
  right: -13px;
  top: -13px;
}

.top_car {
  color: #666;
}

.quickviewdiv {
  box-shadow: 0px 4px 12px #666;
}

.get_quote {
  text-align: center;
  padding: 5px;
}

.short_list {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 15px 5px;
  position: fixed;
  right: 0px;
  bottom: 300px;
}

.short_list_top {
  bottom: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.42857;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 32px 0 0
}

.alert_div {
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 40px 10px 10px;
  position: fixed
}

.thumb {
  background-color: #fff;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 0;
  width: 50px;
  padding: 4px;
  transition: border .2s ease-in-out 0
}

.stock_heart {
  left: 200px
}

.small_tille_msg {
  font-size: 10px;
  padding-left: 10px
}

.small_tille_main {
  color: #000;
  font-size: 11px;
  font-weight: 700;
  padding-left: 10px
}

.remove_x {
  color: #666;
  font-weight: 700
}

.remove_x:hover {
  color: #666;
  font-weight: 700;
  text-decoration: none
}

.notification-pop-up {
  background: #d9d9d9;
  border: 3px solid #999;
  border-radius: 5px;
  width: 300px
}

.short_list span #favCountDiv {
  background: rgba(0, 0, 0, 0) url(../images/fav.png) repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 25px
}

#favCountDiv_top {
  background: rgba(0, 0, 0, 0) url(../images/fav.png) repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 25px
}

.short_list_container {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #CCC;
  bottom: 0;
  display: none;
  left: 50%;
  margin-left: -40%;
  padding: 8px;
  position: fixed;
  right: 20px;
  width: 80%;
  z-index: 1500
}

.small_div {
  background-color: #fff;
  color: #999;
  height: 50px
}

#clr_clz {
  display: block;
  right: 28px;
  top: 36px;
}

#clr_clz_del {
  display: block;
  right: 28px;
  top: 36px;
}

.download_zip_box {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0px;
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(204, 204, 204);
}

.download_zip_box>span {
  position: relative;
  bottom: 4px;
}

.download_zip_box:hover {
  background: #E8E8E8;
}

.removebtn {
  background: #000 none repeat scroll 0 0;
  border-radius: 60%;
  color: #fff;
  cursor: pointer;
  height: 19px;
  position: absolute;
  right: 5px;
  top: -8px;
  width: 19px
}

.clzall {
  display: block;
  text-align: left;
  float: right
}

#usedshortlistslider {
  margin: 0 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 10px;
  text-align: center;
  white-space: nowrap;
  width: auto
}

.short_list_container #usedshortlistslider .shortlistcar {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  width: 200px
}

#usedshortlistslider li {
  color: #262626;
  display: block;
  float: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center
}

.short_list_container .shortlistcar .shortlistprice {
  color: #262626;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  white-space: normal;
  color: #262626;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  white-space: normal
}




/****************************************************/

.compare {
  background-color: #f2f2f2;
  bottom: 0;
  margin: 0 auto;
  position: fixed;
  border: 1px solid #ccc;
  width: 1140px;
  z-index: 10000;
  border-bottom: none;
}

.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: 94px;
  max-height: 72px;
  padding: 5px;
}

.thumb_compare {
  padding: 2px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  min-height: 66px;
  min-width: 66px;
}

.comapre_back {
  background: #DDD;
}

.compare_ulli {
  margin: 0px;
  padding-left: 0px;
}

.compare_ulli li {
  padding-left: 5px;
  font-weight: normal;
  color: #666;
  font-size: 12px;
}

.compare_ulli li a {
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
}

#show_hide {
  float: right;
}

.pull-right {
  float: right !important;
}

.remove {
  display: none;
  margin-right: 13px;
}

.show {
  display: block !important;
}

.clear_all {
  float: right;
  padding-right: 12px;
}

.compare_plus {
  position: relative;
  margin-left: 10px;
  left: 0px;
  font-size: 20px;
  top: -4px;
}

/*******************************************INQIRY POPUP************************************/
.inq_heading {
  border: 1px dotted #0090d6;
  border-radius: 6px;
  color: #0090d6;
  padding: 7px;
  margin: 0px 0px 5px 0px;
}

#premad_msg_box {
  height: auto !important;
  width: 97% !important;
}

#premad_msg_box_out_div {
  height: auto !important;
}

div.box_out_div span.message {
  display: block;
  border: 1px solid #ccc;
  width: 140px;
  height: 20px;
  text-align: left;
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 0 5px;
  line-height: 17px;
}

div.box_out_div div.box {
  margin-top: 1px;
  border: 1px solid #ACACAC;
  display: none;
  width: 170px;
  background-color: #FFFFFF;
  z-index: 1000;
  position: absolute
}

div.box_out_div div.close_div {
  color: #FF0000;
  background-color: #D6DFF7;
  border-bottom: 1px solid #CCC;
}

div.box_out_div div.box ul {
  list-style: none;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  resize: vertical;
}

div.box_out_div div.box ul li {
  margin-left: 5px;
  padding: 0px;
  font-size: 12px !important;
}

.divStyle {
  border: 2px solid #6CF;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #FFF;
  padding: 10px;
  padding-left: 3px;
  position: absolute;
  z-index: 1000;
  display: none;
  font-weight: 700;
  margin-left: 220px;
  margin-top: -50px
}

.divStyleRight {
  border: 2px solid #6CF;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #FFF;
  padding: 3px;
  padding-left: 3px;
  position: absolute;
  z-index: 1000;
  display: none;
  font-weight: 700;
  margin-left: 55px;
  margin-top: -50px
}

.close_option {
  color: #FF0000;
  background-color: #D6DFF7;
  padding: 2px 5px;
  border-bottom: 1px solid #CCC;
}

.select_size {
  border: 1px solid #ACACAC;
  display: none;
  width: 190px;
  background-color: #FFFFFF;
  z-index: 1000;
  position: absolute
}

.searchlist_ulli {
  list-style: none;
  padding: 5px;
  overflow: auto;
  height: 175px;
  margin: 0px
}

.searchlist_ulli>li>input,
label {
  font-weight: normal;
}

/*  BOOTSTRAP SLIDER CSS INCLUDE BY PAWAN ON 2015-03-12 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -3px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed
}

.slider input {
  display: none
}

.slider .tooltip.top {
  margin-top: -36px
}

.slider .tooltip-inner {
  white-space: nowrap
}

.slider .hide {
  display: none
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 27px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px
}

.slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  border: 0 solid transparent
}

.slider-handle:hover {
  background: #666 !important
}

.slider-handle.round {
  border-radius: 50%
}

.slider-handle.triangle {
  background: transparent none
}

.slider-handle.custom {
  background: transparent none
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: .8;
  border: 0 solid transparent
}

.slider-tick.round {
  border-radius: 50%
}

.slider-tick.triangle {
  background: transparent none
}

.slider-tick.custom {
  background: transparent none
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1
}

.jssora05l,
.jssora05r {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0) url(../images/a02.png) no-repeat scroll 0 0;
  overflow: hidden
}

.jssora05l {
  background-position: -10px -40px
}

.jssora05r {
  background-position: -70px -40px
}

.jssora05l:hover {
  background-position: -130px -40px
}

.jssora05r:hover {
  background-position: -190px -40px
}

.jssora05l.jssora05ldn {
  background-position: -250px -40px
}

.jssora05r.jssora05rdn {
  background-position: -310px -40px
}

.jssort01 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px
}

.jssort01 .t {
  position: absolute;
  top: 0;
  left: 0;
  border: none
}

.jssort01 .w {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50px;
}

.jssort01 .c {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  _background: none;
  text-align: center;
}

.jssort01 .pav .c::before {
  content: '+';
  font-size: 36px;
  color: #fff;
}

.jssort01 .pav .c {
  top: 0px;
  _top: 0;
  left: 0px;
  _left: 0;
  max-width: 70px;
  min-height: 50px;
  background-position: 50% 50%
}

.jssort01 .p:hover .c {
  top: 0;
  left: 0;
  width: 70px;
  max-height: 70px;
  background-position: 50% 50%;
}

.jssort01 .p:hover .c::before {
  content: '+';
  font-size: 36px;
  color: #fff;
}

.jssort01 .p.pdn .c {
  background-position: 50% 50%;
  width: 70px;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
  width: 72px;
  height: 72px
}

/*********************************LEFT FILTER***************************/
.filter_box {
  border: 1px solid #CCC;
}

.filter_box form div:hover {
  background: #F5F5F5;
}

.filter_head {
  background: #F5F5F5;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  color: #333;
  padding: 10px 5px;
}

.filter_head span {
  font-size: 12px;
  line-height: 24px;
  float: right;
}

.filter_ulli {
  padding-left: 20px;
  margin: 0px;
}

.filter_ulli li {
  font-size: 12px;
}

.filter_ulli li input {
  position: relative;
  top: 2px;
}

.border-bottom-gray {
  border-bottom: 1px solid #CCC;
}

.filter_h5 {
  color: #666;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
}

.filter_h5:hover {
  color: #333;
}

.filter_height {
  max-height: 125px;
  overflow: auto;
}

/*********************************SECOND NAVBAR***************************/
.second_nav {
  list-style: none;
  padding-left: 0px;
  border-bottom: 1px solid #CCC;
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
}

.second_nav li {
  float: left;
  display: block;
  flex-grow: 5;
  -webkit-flex-grow: 5;
  position: relative;
  text-align: center;
  list-style: none;
}

.second_nav li:hover {
  border-bottom: 1px solid #666;
}

.second_nav li:hover a {
  color: #333;
  line-height: 30px;
  position: relative;
  display: block;
}

a.nav_active {
  border-bottom: 1px solid #666 !important;
  color: #333 !important;
}

.second_nav li:hover a.nav_active {
  border-bottom: none !important;
}

.second_nav li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 5px;
  color: #999;
}

.button_pagination {
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  padding: 3px 6px;
}

.button_pagination:hover {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  text-decoration: none;
  color: #FFF;
}

img-zoom {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out
}

.transition {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1000
}

.option_head {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#map_canvas {
  height: 300px;
  width: 100%;
}

.total_records {
  line-height: 30px;
}

.year_count {
  font-size: 12px;
  margin-top: 5px;
}

.top_vehicle {
  border-bottom: 1px dashed #CCC;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 4px
}

#premad_msg_list {
  background-color: #fff
}

#premad_msg_list li {
  font-size: 11px
}

.jct_id {
  padding-top: 10px
}

.find_alpha {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 6px
}

.smallblack {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  color: #000
}

.smallred {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  color: #CC0001
}

.remove {
  width: 25px;
  display: block;
  float: left
}

.new_dealer {
  font-weight: 700;
  color: red;
  font-family: Arial, Helvetica, sans-serif
}

.hide_p {
  display: none;
}

.apf {
  background: #7CB119 !important;
}

.inq_button {
  margin-left: -4px;
}

.sorry_message {
  border-bottom: 1px dashed #ccc;
}

.sorry_message h5 {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 2px;
}

.sorry_message h6 {
  color: #a1252d;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 2px;
}

.sorry_message h5 span {
  font-size: 14px;
}

.sorry_message h6 span {
  color: blue;
}

.vehicle_title_popup {
  color: #235292;
}

.fr_back {
  background: #666;
  color: #FFF;
  padding: 0px 4px;
  position: relative;
  top: 4px;
  border-radius: 6px;
}

.curr_compare {
  color: #f38639;
  font-size: 16px;
  margin-bottom: 0;
}

.cta-bar a span {
  background-color: #d2001e;
  border-radius: 3px 0 0 3px;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  overflow: visible;
  padding: 17px 12px 21px 14px;
  position: absolute;
  right: -181px;
  text-align: left;
  top: 0;
  white-space: nowrap;
  width: 175px;
  z-index: -1;
  color: #fff;
}

#first {
  border-radius: 10px 0px 0px;
}

#last {
  border-radius: 0px 0px 0px 10px;
}

.cta-bar {
  display: block;
  position: fixed;
  right: 0;
  text-align: center;
  top: 37%;
  z-index: 1061;
  border-radius: 10px;
}

.cta-bar a {
  background-color: #1e2a32;
  border-top: 1px solid #999;
  color: #ffffff;
  display: block;
  font-size: 16px;
  position: relative;
  width: 100%;
  padding: 10px 5px;
}

.curr_similar {
  color: #C93;
  font-size: 16px;
  font-weight: bold;
}

.car_dealer {
  list-style-type: disc;
  margin: 0;
  padding: 5px 10px 25px 25px;
  background: #EFEFEF;
}

.car_dealer>li>a {
  font-family: Arial;
  font-size: 14px !important;
  color: #323232;
  font-weight: bold;
  line-height: 24px;
}

.car_dealer>li>a:hover {
  color: #000;
  text-decoration: none;
}

.car_dealer>li>i {
  font-size: 12px !important
}

.stock_listbox h2 {
  font-size: 15px !important;
  font-family: Arial !important;
}

.stock_listbox div.main_img img {
  max-height: 142px;
}

.blink_link {
  line-height: 30px;
}

.jct_link {
  font-size: 18px;
  font-family: arial;
  text-transform: uppercase;
}

.blink {
  color: #F66587;
}

.hp_stock {
  margin-bottom: 30px !important;
}


/***********************************ABOUS US*******************************************/
.membership {
  list-style: none;
  text-align: center;
  margin: 20px 0px;
}

.membership li {
  display: inline-block;
  margin-right: 3% !important;
}

.font_20 {
  font-size: 20px !important;
}

.margin_bottom_5 {
  margin-bottom: 5px !important;
}

.margin_bottom_10 {
  margin-bottom: 10px !important;
}

.other_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: none;
  text-align: justify;
  line-height: 24px;
}

.helppages_heading {
  font-size: 26px;
  color: #da0505;
  line-height: 26px;
  border-bottom: 1px dotted #cbcbcb;
  font-family: Arial;
  font-weight: normal;
  padding-top: 0px;
}

.features {
  list-style: none;
  margin-top: 20px;
  padding-left: 0px;
}

.features li {
  font-size: 16px;
  margin-bottom: 15px !important;
  clear: both;
  color: #000;
}

.features li span {
  float: left;
  width: 3.2%;
  display: block;
  position: relative;
  bottom: 3px;
}

.features li label {
  float: left;
  width: 95%;
  font-weight: normal;
}

.htwo_head {
  font-family: Arial;
  margin: 0px 0px 0px 16px;
  font-size: 21px;
  color: #002090;
  line-height: 24px;
  font-weight: normal;
  text-align: justify;
  border-bottom: 3px solid #CCC;
  margin-bottom: 10px;
}

.blue {
  color: #002090;
}

.red {
  color: #da0505;
}

/*========== Slider ================ */
.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 80%;
  opacity: 1
}

.blueimp-gallery>.slides>.slide>.slide-content {
  background-size: auto !important;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.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.000);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.blueimp-gallery>.slides>.slide-loading {
  background: url('httpss://cdn.japanesecartrade.com/jctimages/loading-big.gif') center no-repeat;
  background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
  opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
  background: url('https://cdn.japanesecartrade.com/jctimages/error.png') center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
  display: block
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  cursor: pointer;
  display: block
}

.blueimp-gallery>.next {
  left: auto;
  right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: block
}

.blueimp-gallery>.close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer
}

.blueimp-gallery>.play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url('https://cdn.japanesecartrade.com/jctimages/play-pause.png') 0 0 no-repeat;
  cursor: pointer;
  opacity: .5;
  display: block
}

.blueimp-gallery-playing>.play-pause {
  background-position: -15px 0;
}

.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;
}

.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: block;
}

.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;
}

body:last-child .blueimp-gallery>.slides>.slide-error {
  background-image: url('https://cdn.japanesecartrade.com/jctimages/error.svg');
}

body:last-child .blueimp-gallery>.play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url('https://cdn.japanesecartrade.com/jctimages/play-pause.svg');
}

body:last-child .blueimp-gallery-playing>.play-pause {
  background-position: -20px 0;
}

*+html .blueimp-gallery>.slides>.slide {
  min-height: 300px;
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
  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: inline;
}

.blueimp-gallery>.indicator>li {
  display: inline-block;
  width: 65px;
  height: 47px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  box-shadow: 0 0 2px #000;
  opacity: 0.7;
  cursor: pointer;
  background-size: 100%;
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.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: block;
}

.blueimp-gallery>.indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*+html .blueimp-gallery>.indicator>li {
  display: inline;
}

/* ========== Stock list Page CSS - COPY NETWORK ========== */



@media only screen and (min-width: 1024px) and (max-width:1050px) {
  .navbar-nav {
    margin-top: 3px;
  }

  .navbar-nav>li {
    padding: 0 0px;
    float: left;
  }

  .navbar-nav>.nav-item .nav-link {
    font-size: 14px;
  }

  .right_nav_1 .sele_glo .que_icon {
    display: flex;
    justify-content: flex-end;
  }

  .right_nav_1 .sele_glo .que_icon::before {
    top: -15px;
    left: -28px;
  }

  .right_nav_1 .sele_glo .language {
    width: 35%;
  }

  .navbar-nav>.nav-item .scd_pp {
    padding: 0 0px 0 0;
  }

  .navbar-nav>li>a {
    font-size: 11px;
    line-height: 11px;
  }

  .logo {
    padding-top: 18px;
  }

  .mid_nav {
    padding-left: 19px;
  }

  .mid_nav::before {
    left: 9px;
  }

  .mid_nav .apro_content p {
    font-size: 15px;
  }

  .favorite {
    padding: 9px 13px 0 9px;
    margin-top: 8px;
  }

  .login {
    margin-top: 11px;
    padding-right: 20px;
  }

  .car_find_para {
    font-size: 12px;
  }

  .search_btn {
    font-size: 12px;
    padding: 11px 3px 11px;
  }

  .form-control {
    font-size: 12px !important;
  }

  .make_bg>h2>strong {
    font-size: 12px;
    width: 94%;
  }

  .make_bg>ul>li a {
    padding: 0 1px 7px 5px;
  }

  .check_box_h2 {
    font-size: 9px;
    margin: 0 4px;
  }

  .check_box_h2_1 {
    font-size: 9px;
    margin: 0 4px;
  }

  .check_question {
    font-size: 11px;
    padding: 0px 5px;
  }

  .search_btn_1 {
    font-size: 12px;
  }

  .chairman_content h1 {
    font-size: 44px;
    margin-top: 12px;
  }

  .chairman_content {
    margin-top: 18px;
  }

  .chairman_content .chairman_last {
    line-height: 25px;
    font-size: 14px;
    padding: 16px 0 30px;
  }

  .chairman_msg::before {
    height: 380px;
  }

  .chairman_msg {
    height: 529px;
  }

  .sponsors {
    padding: 30px 0 10px;
  }

  .theme-btn {
    font-size: 13px;
    padding: 10px 15px;
  }

  .make_head {
    font-size: 12px;
    padding-right: 4px;
  }

  .hp_stock {
    width: 100%;
    /*min-height: 225px;max-height: 225px;*/
  }

  .main_heading_1 {
    font-size: 32px;
  }

  .hp_stock>a>.image {
    min-height: 104px;
  }

  .hp_stock>a>.image>img {
    max-height: 104px;
  }

  .ser_content .ser_title {
    font-size: 22px;
  }

  .ser_content p {
    font-size: 11px;
  }

  .date_news .j_news_dot {
    width: 45%;
  }

  .date_news li {
    font-size: 13px;
  }

  .margin_right {
    margin-right: 0px !important;
  }

  .jumvea-car>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .jumvea-car ul li {
    width: 11.54%;
  }

  .left_resp {
    position: relative;
    right: 15px;
  }

  .right_resp {
    position: relative;
    left: 15px;
  }

  .welcome_content h1 {
    font-size: 37px;
  }

  .what_jumvea .what_jumvea_content {
    width: 65%;
    left: 47px;
  }

  .what_jumvea .what_jumvea_content p {
    font-size: 15px;
  }

  .what_jumvea_1 .what_jumvea_content {
    width: 65%;
    left: 47px;
  }

  .what_jumvea_1 .what_jumvea_content p {
    font-size: 15px;
  }

  .what_jumvea_1 .wh_jum_jpn p {
    font-size: 13px;
  }

  .padding_member {
    padding-top: 125px;
  }

  .chooseus-block-one .inner-box {
    height: 170px;
  }

  .chooseus-block-one .inner-box p {
    width: 100%;
    font-size: 13px;
  }

  .chooseus-block-one .inner-box .overlay-content {
    height: 170px;
  }

  .right-column .chooseus-block-one .inner-box .overlay-content {
    height: 170px;
  }

  .chooseus-block-one .inner-box .overlay-content p {
    font-size: 15px;
  }

  .main_heading {
    font-size: 37px;
  }

  .fot_links {
    padding-left: 60px;
  }

  .cp_links {
    font-size: 13px;
  }

  .custom-slider {
    width: 935px;
  }

  .custom-box {
    width: 177px !important;
    margin: 0 5px;
  }

  .cus_bor {
    width: 187px !important;
  }

  .member_jumvea_search .radio-btn {
    margin: 0 4px !important;
  }

  /* ============ Board Of Directors ========== */
  .bd_dr {
    height: 340px;
  }

  .bd_dr_bg {
    height: 240px;
  }

  .bd_dr_1 {
    height: 340px;
  }

  .bd_dr_bg_1 {
    height: 240px;
  }

  .company_link a {
    font-size: 14px;
  }

  .bd_dr_content h4 {
    font-size: 18px;
  }

  .bd_dr_content_1 h4 {
    font-size: 18px;
  }

  .company_link_1 a {
    font-size: 14px;
  }

  /* ============ Board Of Directors ========== */

  /* ========== JOINING PRODUCER ==========*/
  .jn_pd {
    padding: 41px 20px 10px 20px;
  }

  .pro_jpn {
    height: 280px;
  }

  .jn_pd_content p {
    font-size: 15px;
    line-height: 24px;
  }

  /* ========== JOINING PRODUCER ========== */

  /* ========== JUMVEA PROFILE START ========== */
  .search_by_alpha a {
    padding: 1px 1.8px !important;
  }

  .heading-text {
    font-size: 28px;
  }

  .side_heading {
    font-size: 15px;
  }

  .info-block-one .inner-box .single-item {
    width: 49%;
    margin-bottom: 10px;
  }

  .info-column {
    margin-top: 20px;
  }

  .info-block-one .inner-box .single-item_1 {
    width: 49%;
    vertical-align: top;
  }

  .icon_hes {
    margin-bottom: 15px !important;
  }

  /* .info-block-one .inner-box .single-item h6{position: relative;left: -18px;} */
  /* .info-block-one .inner-box .single-item_1 h6{position: relative;left: -21px;} */
  /* ========== JUMVEA PROFILE END ========== */

  /* =========== JUMVEA SAFE TRADE STRAT ========== */
  .safe_trade_banner>a>div.second>h2 {
    font-size: 20px;
  }

  .safe_trade_banner>a>div.second>h3 {
    font-size: 20px;
  }

  .safe_trade_banner>a>div.second>h4 {
    font-size: 16px;
  }

  .adverstise_btn a {
    font-size: 13px;
  }

  .video_resp {
    width: 47%;
    display: inline-block;
  }

  /* =========== JUMVEA SAFE TRADE END ========== */

  /* =========== CHAIRMAN SPEECH START ======== */
  .wrapper {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
  }

  #two {
    display: none !important;
    height: 95px;
  }

  #one {
    height: 95px;
  }

  .wrapper:hover #two {
    display: inline-block !important;
  }

  .wrapper:hover #one {
    display: none !important;
  }

  /* =========== CHAIRMAN SPEECH END ======== */

  /* ========== Organization Outline ==========  */
  .org_widgets>h4 {
    font-size: 14px;
    height: 41px;
    line-height: 21px;
  }

  .org_widgets_1>h4 {
    font-size: 14px;
    height: 27px;
    line-height: 21px;
  }

  .org_widgets>p {
    font-size: 14px;
    line-height: 22px;
  }

  .org_widgets_1 {
    height: 382px;
  }

  .org_widgets_1>p {
    font-size: 14px;
    line-height: 22px;
  }

  .business_outline li {
    width: 48.7%;
    margin-right: 19px;
    height: 134px;
  }

  .business_outline li:nth-child(2n) {
    margin-right: 0px !important;
  }

  /* ========== Organization Outline ==========  */

  /* =========== JUMVEA DETAIL START ========= */
  .member_navbar ul li {
    padding: 5px 16px;
  }

  .member_navbar ul li a {
    font-size: 14px;
  }

  .nav_last div {
    display: inline-block;
    padding: 10px 0px !important;
  }

  .about h6 {
    font-size: 12px;
  }

  .previous a {
    font-size: 11px !important;
  }

  .previous:last-child a::before {
    top: -6px;
    left: -29px;
  }

  .about .spa_para {
    position: relative;
    left: 25px;
  }

  .membership_id {
    padding-left: 0;
  }

  /* =========== JUMVEA DETAIL END ========= */


  /* =========== JUMVEA LIST START ========= */
  .view_border::after {
    width: 264px;
  }

  /* .view_profile a p{left: 57px;} */
  .list_bg div p {
    font-size: 11px;
  }

  .btn-three {
    width: 160px;
    font-size: 11px;
  }

  .big_blink_btn {
    font-size: 20px;
  }

  .company_details h3 {
    font-size: 28px;
  }

  .president span {
    font-size: 13px;
  }

  /* =========== JUMVEA LIST END ========= */

  /* ========== APPLICATION FORM ==========*/
  /* .Aplc_ass{padding-bottom: 0px;padding-top: 0px;}  */
  .Aplc_ass .company-address-details {
    position: relative;
    left: 0px;
  }

  .Aplc_ass h4 {
    font-size: 22px;
  }

  .Aplc_ass label {
    font-size: 16px;
  }

  .Aplc_ass .company-address-details {
    position: relative;
    left: 9px;
  }

  .Aplc_ass h4 {
    font-size: 22px;
  }

  .Aplc_ass label {
    font-size: 14px;
  }

  /* .dt-address{top: 16px;} */
  .dt-site {
    top: 6px;
  }

  .address-section:hover strong .dt-address {
    top: 13px;
  }

  /* .address-section{height: 45px;} */
  .on-jumvea_1 {
    height: 45px;
  }

  /* ========== APPLICATION FORM ========== */
}


@media only screen and (min-width: 768px) and (max-width:1023px) {
  .menuPadd {
    padding: 0px 0px 5px;
  }

  .top_strip>div>div>div>ul.top_left>li {
    margin-right: 27px;
  }

  .top_strip>div>div>div>ul.top_left>li>.jap_time {
    padding: 1px 0 0 10px;
  }

  .top_strip>div>div>div>ul.top_left>li>.j_befo::before {
    left: -12px;
  }

  .mid_nav {
    padding-left: 7px !important;
  }

  #google_translate_element {
    width: 65px;
  }

  .goog-te-gadget .goog-te-combo {
    font-size: 15px;
  }

  .logo {
    padding-top: 21px;
  }

  .mid_nav::before {
    left: 0px;
  }

  .right_nav .question {
    margin-right: 40px;
  }

  .jumvea-top-japan {
    top: 0px;
    right: 0px;
  }

  .jumvea-top-america {
    top: 0px;
  }

  .right_nav .flag::before {
    top: -4px;
    left: -23px;
    height: 68px;
  }

  .mid_nav .apro_content p {
    font-size: 11px;
    padding-left: 3px;
    line-height: 18px;
  }

  .right_nav .question_para {
    font-size: 16px;
  }

  .by_keyword {
    padding: 6px 11px 8px 8px;
  }

  .theme-btn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .navbar-nav {
    margin-top: 0px;
  }

  .navbar-nav>li {
    padding: 0px 0px !important;
    float: left !important;
  }

  .navbar-nav>li>a {
    font-size: 9px;
    line-height: 11px;
  }

  .navbar-nav>.nav-item .nav-link {
    font-size: 13px;
    padding: 0 2px;
  }

  .right_nav_1 .sele_glo .que_icon::before {
    top: -7px;
    left: -13px;
    height: 40px;
  }

  .what_jumvea h4 {
    font-size: 16px !important;
  }

  .what_jumvea .what_jumvea_icon {
    position: relative;
    top: 19px;
    left: 10px;
  }

  .what_jumvea .what_jumvea_content {
    width: 67%;
    position: relative;
    left: 23px;
  }

  .what_jumvea .what_jumvea_content p {
    font-size: 13px;
  }

  .what_jumvea_1 h4 {
    font-size: 16px !important;
  }

  .what_jumvea_1 .what_jumvea_icon {
    position: relative;
    top: 19px;
    left: 10px;
  }

  .what_jumvea_1 .what_jumvea_content {
    width: 63%;
    position: relative;
    left: 23px;
  }

  .custom-slider {
    width: 100%;
  }

  .what_jumvea_1 .what_jumvea_content p {
    font-size: 13px;
  }

  .right_nav_1 .sele_glo .que_icon p {
    font-size: 15px;
  }

  .right_nav_1 .sele_glo .language {
    padding: 0px 0px 2px;
    width: 34%;
    font-size: 14px;
  }

  .welcome_content h1 {
    font-size: 27px;
  }

  .welcome_content ul li p {
    position: relative;
    bottom: 3px;
    left: 29px;
    font-size: 12px;
    width: 90%;
  }

  .about_btn {
    margin-top: 20px;
  }

  .chairman_content {
    padding: 0px 12px;
    margin-top: 27px;
  }

  .chairman_content .chairman_last {
    font-size: 12px;
    line-height: 22px;
    padding: 14px 0 14px;
  }

  .chairman_content h1 {
    font-size: 28px;
  }

  .chairman_msg::before {
    height: 319px;
    top: 88px;
  }

  .ser_content .ser_title {
    font-size: 25px;
  }

  .chairman_msg {
    height: 407px;
  }

  .video {
    padding-bottom: 0px;
  }

  .sponsors {
    padding: 25px 0 10px;
  }

  .sponsors h1 {
    margin-bottom: 30px;
  }

  .left_resp {
    position: relative;
    right: 0px;
  }

  .right_resp {
    position: relative;
    left: 0px;
  }

  .padding_member {
    padding-top: 0px !important;
    padding-bottom: 40px;
  }

  .chooseus-block-one .inner-box p {
    font-size: 18px;
  }

  .chooseus-block-one .inner-box .overlay-content p {
    font-size: 23px;
    line-height: 30px;
  }

  .hp_stock {
    width: 100%;
    /*min-height: 175px;max-height: 175px;*/
    margin-right: 9px;
  }

  .ser_content p {
    font-size: 13px;
  }

  .hp_stock>a>h2 {
    padding: 9px 0 5px 0;
    font-size: 13px;
  }

  .hp_stock>a>.image {
    min-height: 200px;
  }

  .hp_stock>a>.image>img {
    max-height: 200px;
  }

  .margin_right {
    margin-right: 0px !important;
  }

  .hp_stock>a>.price {
    font-size: 18px;
  }

  .jumvea-car>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .date_news li {
    font-size: 15px;
  }

  .jumvea-car ul li {
    width: 18.30%;
    margin-right: 1.7%;
  }

  .serv_box_1,
  .serv_box_2 {
    margin-bottom: 20px;
  }

  .main_heading,
  .stock_class h1 {
    font-size: 25px;
  }

  .fot_links {
    padding-left: 4px;
  }

  .fot_first h6 {
    font-size: 17px;
  }

  .footer p {
    font-size: 14px;
  }

  .follow_us li {
    margin-right: 2px;
  }

  .Copyright p {
    margin-bottom: 0px !important;
  }

  .Copyright p a {
    font-size: 16px;
  }

  .our_services::before {
    height: 50%;
  }

  .news_updates::before {
    height: 50%;
  }

  .main_heading_1 {
    width: 100%;
    font-size: 25px;
  }

  .custom-box {
    width: 164px !important;
    margin: 0 5px;
  }

  .cus_bor {
    width: 174px !important;
  }

  .page-content {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .big_blink_btn {
    font-size: 16px;
  }

  /* .chooseus-block-one .inner-box{height: auto;} */

  .cus_bor_1 {
    width: 210px !important;
    min-height: 146px !important;
  }

  .cus_bg {
    background: transparent !important;
  }

  .cus_bor_1 img {
    max-height: 146px;
    padding: 10px;
  }


  /* ============ Board Of Directors START ========== */
  .bd_dr {
    height: 340px;
  }

  .bd_dr_bg {
    height: 240px;
  }

  .bd_dr_content span {
    font-size: 13px;
  }

  .bd_dr_content_1 span {
    font-size: 13px;
  }

  .bd_dr_1 {
    height: 340px;
  }

  .bd_dr_bg_1 {
    height: 240px;
  }

  .company_link a {
    font-size: 12px;
  }

  .bd_dr_content h4 {
    font-size: 16px;
  }

  .bd_dr_content_1 h4 {
    font-size: 16px;
  }

  .company_link_1 a {
    font-size: 12px;
  }

  /* ============ Board Of Directors END ========== */

  /* ========== JUMVEA PROFILE START ========== */
  .heading-text {
    font-size: 28px;
  }

  .info-block-one .inner-box .single-item {
    width: 49%;
    margin-bottom: 0px;
  }

  .info-column {
    margin-top: 20px;
  }

  .info-block-one .inner-box .single-item_1 {
    width: 49%;
    vertical-align: top;
  }

  .icon_hes {
    margin-bottom: 15px !important;
  }

  /* .info-block-one .inner-box .single-item h6{position: relative;left: -5px;}
  .info-block-one .inner-box .single-item_1 h6{position: relative;left: -15px;} */
  /* ========== JUMVEA PROFILE END ========== */

  /* ========== Organization Outline ==========  */
  .org_widgets>h4 {
    font-size: 12px;
    height: 30px;
    line-height: 16px;
  }

  .org_widgets_1>h4 {
    font-size: 12px;
    height: 12px;
  }

  .org_widgets>p {
    font-size: 14px;
    line-height: 22px;
  }

  .org_widgets_1 {
    height: 390px;
  }

  .org_widgets_1>p {
    font-size: 14px;
    line-height: 22px;
  }

  .business_outline li {
    width: 48.5%;
    margin-right: 19px;
    font-size: 15px;
    line-height: 20px;
    height: 120px;
  }

  .business_outline li:nth-child(2n) {
    margin-right: 0px !important;
  }

  /* ========== Organization Outline ==========  */

  /* =========== CHAIRMAN SPEECH START ======== */
  .wrapper {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
  }

  #one {
    height: 95px;
  }

  #two {
    display: none !important;
    height: 95px;
  }

  .wrapper:hover #two {
    display: inline-block !important;
  }

  .wrapper:hover #one {
    display: none !important;
  }

  /* =========== CHAIRMAN SPEECH END ======== */

  /* ========== JUMVEA SAFE TRADE ========== */
  .jumvea-video-section .video-jumvea {
    text-align: left;
  }

  .video_resp {
    width: 47%;
  }

  /* ========== JUMVEA SAFE TRADE ========== */

  /* ========== JOINING PRODUCER ==========*/
  .jn_pd {
    padding: 41px 15px 10px 15px;
    height: 396px;
  }

  .pro_jpn {
    height: 280px;
  }

  .jn_pd_content p {
    font-size: 14px;
    line-height: 25px;
  }

  /* ========== JOINING PRODUCER ========== */

  /* ========== APPLICATION FORM ==========*/
  /* .Aplc_ass{padding: 0 20px !important;} */
  .Aplc_ass .company-address-details {
    position: relative;
    left: 9px;
  }

  .Aplc_ass h4 {
    font-size: 22px;
  }

  .Aplc_ass label {
    font-size: 16px;
  }

  /* .dt-address{top: 0px;} */
  .address-section:hover strong .dt-address {
    top: -3px;
  }

  /* .address-section{height: 70px;} */
  .on-jumvea_1 {
    height: 5%;
  }

  /* ========== APPLICATION FORM ========== */

  /* =========== JUMVEA DETAIL START ========= */
  .search_by_alpha a {
    padding: 1px 2.3px;
    margin-right: 3px;
    font-size: 11px;
  }

  .about p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .about_head h5 {
    font-size: 13px;
  }

  .member_navbar ul li {
    padding: 5px 5px;
  }

  .member_navbar ul li a {
    font-size: 13px;
  }

  .nav_last div {
    display: inline-block;
    padding: 10px 0px !important;
  }

  .about h4 {
    font-size: 16px;
  }

  .about h6 {
    font-size: 12px;
  }

  .previous a {
    font-size: 10px !important;
  }

  .previous:last-child a::before {
    top: -7px;
    left: -25px;
  }

  .about .spa_para {
    position: relative;
    left: 15px;
  }

  .read {
    margin-bottom: 10px;
    margin-top: 10px
  }

  #right {
    width: 100%;
    display: inline-block;
  }

  #right .first {
    width: 49%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
  }

  .member_jumvea_search input[type="submit"] {
    font-size: 14px !important;
  }

  .membership_id {
    padding-left: 192px;
  }

  /* =========== JUMVEA DETAIL END ========= */

  /* =========== JUMVEA LIST START ========= */
  .view_border::after {
    width: 300px;
  }

  /* .view_profile a p{left: 47px;} */
  .list_bg div p {
    font-size: 11px;
  }

  .btn-three {
    font-size: 13px;
  }

  .company_details h3 {
    font-size: 26px;
  }

  .president h5 {
    font-size: 14px;
  }

  .col_mem_padd {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .president span {
    font-size: 13px;
  }

  /* =========== JUMVEA LIST END ========= */

  /*======= CONTACT US ========== */
  .new_theme {
    padding: 5px;
    margin-top: 10px !important;
  }

  .member_jumvea_search {
    padding: 10px 10px;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .top_strip>div>div>div>ul.top_right {
    justify-content: start;
  }

  .find_form {
    display: block;
  }

  .top_search {
    padding-bottom: 0px;
  }

  .car_search_icon {
    display: block;
    width: 100%;
    text-align: center;
  }

  .car_input {
    width: 100%;
  }

  .whatsapp {
    position: relative;
    right: 90px;
  }

  .input_search>input,
  .by_keyword,
  .search_btn {
    height: 35px;
  }

  .by_keyword {
    padding: 6px 11px 8px 8px;
  }

  .search_panel {
    padding: 9px 0 0;
  }

  .favorite {
    padding: 4px 0 0 2px;
  }

  .login {
    padding-top: 12px;
  }

  .theme-btn {
    font-size: 14px;
    padding: 6px 15px;
    line-height: 20px;
  }

  hr {
    margin-bottom: 0px;
  }

  .video {
    padding-bottom: 0px;
  }

  .menuPadd {
    padding: 0px;
  }

  .mid_mid {
    width: 100%;
    margin: 0;
  }

  .video::before {
    display: none;
  }

  .mid_search>h2 {
    margin-bottom: 0;
  }

  .what_jumvea_1 h4,
  .what_jumvea .what_jumvea_content h4 {
    font-size: 18px;
  }

  .what_jumvea,
  .what_jumvea_1 {
    margin-bottom: 10px;
    height: 188px;
  }

  .chairman_msg {
    bottom: 0;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .chairman_msg::before {
    background: none;
  }

  .ser_content p {
    font-size: 15px;
  }

  .our_services::before {
    height: 50%;
  }

  .news_updates::before {
    height: 50%;
  }

  .what_jumvea .img_overlay,
  .what_jumvea_1 .img_overlay {
    top: 12px !important;
    right: 12px !important;
  }

  .chairman_jumvea {
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 20px;
  }

  .chairman_content {
    margin-top: 20px;
  }

  .search_form {
    margin: 11px 0 16px 0px;
  }

  .search_btn_1 {
    padding: 5px 18px;
    margin: 0;
  }

  .search_btn_padd {
    padding-top: 10px;
  }

  .jumvea-car ul li {
    width: 32.23% !important;
  }

  .stock_class h1 {
    font-size: 28px;
  }

  .slick-list>.custom-box {
    margin: 15px auto;
    width: 150px;
  }

  .hp_stock {
    width: 100%;
    min-height: 180px;
    margin-right: 6px !important;
  }

  .hp_stock>a>.image {
    min-height: 200px;
  }

  .hp_stock>a>.image>img {
    max-height: 200px;
  }

  .stock_class,
  .jumvea-car {
    padding: 0 0 0 4px;
  }

  .hp_stock.hp_stock:nth-child(n + 1) {
    margin-right: 3px !important;
  }

  .hp_stock {
    margin-bottom: 6px;
  }

  .calendar {
    padding: 0px 2px;
  }

  .hp_stock>a>h2 {
    font-size: 12px;
    padding: 12px 0 5px 0;
  }

  .jumvea-car ul li a {
    font-size: 12px;
  }

  .jumvea-car ul li {
    margin-bottom: 3px;
  }

  .main_sub_heading span {
    position: relative;
    top: -8px;
    font-size: 13px;
  }

  .main_sub_heading span::before,
  .welcome_content h5::before {
    width: 15px;
    height: 15px;
    left: -18px;
  }

  .sec_padd_main {
    padding: 50px 0;
  }

  .img_overlay_ser {
    right: 154px;
  }

  .sponsors {
    padding: 15px 0 12px;
  }

  .sponsors h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .welcome_content {
    padding: 30px 0 0;
  }

  .welcome_content h5 {
    font-size: 13px;
  }

  .welcome_content .welcome_topic {
    margin-top: 14px;
  }

  .welcome_content h1 {
    font-size: 29px;
  }

  .welcome_content ul li p {
    position: relative;
    bottom: 3px;
    left: 29px;
    font-size: 13px;
    font-weight: 400;
  }

  .welcome_content .welcome_last {
    font-size: 13px;
    line-height: 26px;
    padding: 25px 0 22px;
  }

  .what_jumvea .what_jumvea_icon {
    position: relative;
    top: 18px;
    left: 10px;
  }

  .what_jumvea_1 .what_jumvea_icon {
    position: relative;
    top: 18px;
    left: 10px;
  }

  .what_jumvea .what_jumvea_content {
    position: relative;
    left: 24px;
    width: 67%;
  }

  .what_jumvea_1 .what_jumvea_content {
    position: relative;
    left: 24px;
    width: 66%;
  }

  .what_jumvea .what_jumvea_content p,
  .what_jumvea_1 .what_jumvea_content p {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .chooseus-block-one .inner-box {
    margin-bottom: 30px;
  }

  .right-column .chooseus-block-one .inner-box .icon-box {
    left: -7px;
  }

  .left-column .chooseus-block-one .inner-box .icon-box {
    right: -7px;
  }

  .right-column .chooseus-block-one .inner-box {
    padding: 20px 20px 20px 100px !important;
  }

  .left-column .chooseus-block-one .inner-box {
    padding: 20px 54px 20px 12px;
  }

  .right-column .chooseus-block-one .inner-box .overlay-content p {
    padding: 0px 20px 20px 21px;
    font-size: 20px;
  }

  .left-column .chooseus-block-one .inner-box .overlay-content p {
    padding: 0px 20px 20px 0px;
    font-size: 20px;
  }

  .shadow_awards_title {
    font-size: 71px;
  }

  .prow {
    padding: 27px 0 21px;
  }

  .main_heading_1 {
    font-size: 20px;
    width: 100%;
  }

  .chairman_content h1 {
    font-size: 40px;
  }

  .chairman_content .chairman_last {
    font-size: 15px;
    line-height: 29px;
  }

  .main_heading {
    font-size: 23px;
  }

  .left-column .chooseus-block-one .inner-box p {
    font-size: 13px;
  }

  .right-column .chooseus-block-one .inner-box p {
    font-size: 13px;
  }

  .padding_member {
    padding-top: 0px !important;
    padding-bottom: 50px;
  }

  .left_resp {
    position: relative;
    right: 0px !important;
  }

  .right_resp {
    position: relative;
    left: 0px !important;
  }

  .date_news li {
    font-size: 16px !important;
  }

  .new_up_title {
    padding: 6px 5px 4px 15px !important;
    font-size: 18px !important;
  }

  .serv_box_1,
  .serv_box_2 {
    margin-bottom: 20px !important;
    height: auto;
  }

  .ser_content p {
    height: auto;
  }

  .fot_first {
    padding: 15px 0px 0px;
  }

  .custom-slider {
    width: 360px;
  }

  .cus_bor {
    width: 180px !important;
  }

  .custom-box {
    width: 170px !important;
    margin: 0 5px;
  }

  .footer_last {
    border: none;
  }

  .fot_first h4 {
    padding-top: 10px;
    font-size: 15px;
    margin: auto;
  }

  .address {
    font-size: 12px;
  }

  .contact {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .center {
    position: relative;
    left: 112px;
  }

  .Copyright p:first-child {
    padding-bottom: 0px;
  }

  .Copyright p {
    font-size: 14px;
  }

  .text-end {
    position: relative;
    bottom: 8px;
  }

  .members {
    padding-bottom: 20px !important;
  }

  #video-popup-container {
    width: 96%;
    left: 6px;
    margin-left: 0px;
    top: 30%;
  }

  .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;
  }

  /* .chooseus-block-one .inner-box .overlay-content{height: auto !important;}
.right-column .chooseus-block-one .inner-box .overlay-content{height: auto !important;} */

  .company_navvv {
    margin: 10px 0 0;
  }

  .cus_bor_1 {
    width: 155px !important;
    min-height: 120px !important;
  }

  .cus_bg {
    background: transparent !important;
  }

  .cus_bor_1 img {
    max-height: 120px;
    padding: 10px;
  }

  .our_member_img {
    min-height: 200px;
  }

  .our_member_img img {
    max-height: 200px;
  }

  /* .our_team_member:last-child{margin-bottom: 0px;} */

  /* ========== APPLICATION FORM START =========== */
  .app_form>a {
    font-size: 16px !important;
  }

  .Aplc_ass strong {
    width: 10%;
  }

  .Aplc_ass .company-address-details {
    left: 0px;
  }

  /* .address-section{height: 90px;} */
  /* .on-jumvea_1{height: 40px;} */
  /* ========== APPLICATION FORM END =========== */

  /* ========== JUMVEA PROFILE START ========== */
  .content-column {
    padding: 0px !important;
  }

  .clearfix .info-column {
    padding: 0px !important;
  }

  .heading-text {
    font-size: 20px;
  }

  .sec-title h2 {
    font-size: 28px;
  }

  .icon_right {
    position: relative;
    left: 13px;
  }

  .heading-text::before {
    bottom: -8px;
  }

  .info-column {
    margin-bottom: 30px;
  }

  .info-block-one .inner-box .single-item {
    width: 100%;
    margin-bottom: 0px;
  }

  /* .info-block-one .inner-box .single-item h6{position: relative;left: -5px;}
.info-block-one .inner-box .single-item_1 h6{position: relative;left: -9px;} */
  /* ========== JUMVEA PROFILE END ========== */

  /* =========== CHAIRMAN SPEECH START ======== */
  .wrapper {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
  }

  #one {
    height: 95px;
  }

  #two {
    display: none !important;
    height: 95px;
  }

  .wrapper:hover #two {
    display: inline-block !important;
  }

  .wrapper:hover #one {
    display: none !important;
  }

  /* =========== CHAIRMAN SPEECH END ======== */

  /* ========== ORGANIZATION OUTLINE START ========= */
  .business_outline li {
    width: 100%;
    height: auto;
  }

  .org_widgets>h4 {
    line-height: 25px;
    height: auto;
  }

  .org_widgets {
    height: auto;
  }

  .org_widgets_1 {
    height: auto;
  }

  .org_widgets_1>h4 {
    height: auto;
  }

  .org_wi_jpn_1 {
    height: auto !important;
  }

  /* ========== ORGANIZATION OUTLINE END ========= */

  /* ========== JUMVEA SAFE TRADE START ========= */
  .nero-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .nero-sub-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .video_resp {
    width: 100% !important;
  }

  .video_resp:last-child {
    margin-left: 0px !important;
    margin-top: 15px;
  }

  /* ========== JUMVEA SAFE TRADE END ========= */

  /*========== JOINING PRODUCER START ======= */
  .jn_pd {
    padding: 41px 15px 10px 15px;
    height: auto;
    margin-bottom: 0px
  }

  .new_theme_mg {
    margin-top: 10px;
  }

  /*========== JOINING PRODUCER START ======= */

  /* ============ Purpose JUMVRA START =========== */
  .Aplc_ass_1 {
    margin: 0;
    padding: 20px 0 0;
  }

  .spa_3 p {
    position: relative;
    top: 7px;
  }

  /* ============ Purpose JUMVRA END =========== */

  /* =========== JUMVEA DETAIL START ========= */
  .about {
    padding: 10px 15px 0px;
  }

  .about_head h5 {
    font-size: 14px;
  }

  .ab_he_t {
    padding: 8px 15px 15px !important;
  }

  .co_ro_padd {
    padding: 10px 15px;
  }

  .company_top::before {
    top: 185px;
    left: 0px;
  }

  .member_navbar ul li {
    padding: 5px 4px;
  }

  .member_navbar ul li a {
    font-size: 12px;
  }

  .mobile_resp {
    padding-top: 10px !important;
  }

  .nav_last div {
    padding: 10px 0px;
  }

  .previous a {
    font-size: 12px;
  }

  .nav_last div {
    text-align: center;
  }

  .about .read {
    height: 30px;
    position: relative;
    top: 5px;
  }

  /* .previous:last-child a::before {left: -20px;} */
  .about h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .fl_col {
    display: inline-block !important;
    text-align: center;
    margin-top: 10px;
  }

  .about_btn_1 {
    display: inline-block;
    margin-right: 8px;
  }

  .about .spa_para {
    position: relative;
    left: 0px;
  }

  .our_team_member {
    margin-bottom: 20px;
  }

  .media_icon {
    display: flex;
    justify-content: center;
  }

  .wrapper_1 .bxslider li {
    width: 157px !important;
  }

  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
  }

  .cd-jumvea_1 {
    left: 0px;
  }

  .member_jumvea_search .radio-btn {
    margin: 0 3px;
  }

  .company_detail_bottom div p {
    font-size: 13px;
  }

  /* =========== JUMVEA DETAIL END ========= */

  /* =========== JUMVEA LIST START ========= */
  .member_navbar ul li a:hover {
    font-weight: 400;
  }

  .member-detail_jumvea {
    padding: 10px 0 10px 12px;
  }

  .company_detail_bottom div {
    margin-right: 0px;
  }

  .member-detail_jumvea div {
    padding-right: 0px;
  }

  .president div:last-child {
    width: 81%;
  }

  .view_border::after {
    display: none;
  }

  .col_mem_padd {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .company_details h3 {
    font-size: 20px;
  }

  /* .view_profile a p{top: 33px;left: 149px;} */
  .list_bg {
    position: relative;
    right: 5px;
    border-radius: 0px 0px 0px 30px;
  }

  /* =========== JUMVEA LIST END ========= */

  /* =========== MEMBERSHIP BENEFITS STRAT ========== */
  .mb_be {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .hd_ft {
    font-size: 19px;
  }

  .hd_ft_icon {
    justify-content: start;
  }

  /* =========== MEMBERSHIP BENEFITS END ========== */

  /* =============== Application Form STRAT ========== */
  .Aplc_ass .company-address-details {
    width: 85%;
    left: 15px;
  }

  .dt-address {
    background-position: -62px 0px;
    width: 35px;
    height: 50px
  }

  .address-section:hover strong .dt-address {
    top: -12px !important;
    background-position: -60px -211px;
  }

  /* .mg_jm_resp{margin-bottom: 0px !important;} */
  /* =============== Application Form END ========== */

  .inner_heading h1 {
    font-size: 28px;
  }

  .breadcrumbs ul li {
    font-size: 12px;
  }

  .sec-pad {
    padding: 20px 0 0;
  }
}