@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .woocommerce.inner-page .flow-outer .cart-head, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-12, .woocommerce.inner-page .flow-outer .cart-head {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #D11515;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

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

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

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border-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;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 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;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: 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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 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;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.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;
  line-height: 1.5;
}
.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.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.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;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

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

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  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;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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 .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }

  .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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

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

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-sm-4 {
    margin: 1.5rem !important;
  }

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

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

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

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

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

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-md-4 {
    margin: 1.5rem !important;
  }

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

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

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

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-lg-4 {
    margin: 1.5rem !important;
  }

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

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-xl-4 {
    margin: 1.5rem !important;
  }

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

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*  ===============
  1. Reset
===============  */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Jost", sans-serif !important;
}

body {
  position: relative;
  margin: 0 auto;
  padding-top: size(80);
  font-family: "Jost", sans-serif !important;
  max-width: 100%;
  overflow-x: hidden;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.form-control, input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.ttl {
  font-weight: 600;
  margin-bottom: 2rem;
}
.ttl h1, .ttl h2, .ttl h3, .ttl h4, .ttl h5, .ttl h6, .ttl p {
  font-size: inherit;
  margin: inherit;
  color: inherit;
  padding: inherit;
}
.ttl h1 span, .ttl h2 span, .ttl h3 span, .ttl h4 span, .ttl h5 span, .ttl h6 span, .ttl p span {
  display: block;
}
.ttl h1 a, .ttl h2 a, .ttl h3 a, .ttl h4 a, .ttl h5 a, .ttl h6 a, .ttl p a {
  color: inherit;
}
.ttl h1 a:hover, .ttl h2 a:hover, .ttl h3 a:hover, .ttl h4 a:hover, .ttl h5 a:hover, .ttl h6 a:hover, .ttl p a:hover {
  color: #007bff;
}
.ttl.white {
  color: #fff;
}
.ttl.black {
  color: #000;
}
.ttl.center {
  text-align: center;
}
.ttl .mb-0 {
  margin-bottom: 0;
}

.ttl-sec {
  color: #1D1D1D;
  display: block;
  font-size: 2rem;
}
.ttl-sec.white {
  color: #fff;
}
.ttl-sec.black {
  color: #000;
}
.ttl-sec.ttu {
  text-transform: uppercase;
}
.ttl-sec.mb-0 {
  margin-bottom: 0;
}
.ttl-sec.center {
  text-align: center;
}
.ttl-sec small {
  display: block;
  font-weight: 300;
  text-transform: none;
}

.ttl-page {
  color: #1D1D1D;
}
.ttl-page.white {
  color: #fff;
}
.ttl-page.black {
  color: #000;
}
.ttl-page.ttu {
  text-transform: uppercase;
}
.ttl-page.mb-0 {
  margin-bottom: 0;
}
.ttl-page.center {
  text-align: center;
}

.ttl-lg {
  font-size: 3.2rem;
  line-height: 1.3;
}

.ttl-md {
  font-size: 2.3rem;
  line-height: 1.3;
}

.ttl-sm {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

@font-face {
  font-family: "deafult-icons";
  src: url("../font/fontello/deafult-icons.eot?92060687");
  src: url("../font/fontello/deafult-icons.eot?92060687#iefix") format("embedded-opentype"), url("../font/fontello/deafult-icons.woff2?92060687") format("woff2"), url("../font/fontello/deafult-icons.woff?92060687") format("woff"), url("../font/fontello/deafult-icons.ttf?92060687") format("truetype"), url("../font/fontello/deafult-icons.svg?92060687#deafult-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'deafult-icons';
      src: url('../font/deafult-icons.svg?92060687#deafult-icons') format('svg');
    }
  }
  */
[class^=ico-]:before,
[class*=" ico-"]:before {
  font-family: "deafult-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ico-youtube:before {
  content: "";
}

/* '' */
.ico-down-open-mini:before {
  content: "";
}

/* '' */
.ico-left-open-mini:before {
  content: "";
}

/* '' */
.ico-left-open-big:before {
  content: "";
}

/* '' */
.ico-right-open-big:before {
  content: "";
}

/* '' */
.ico-left:before {
  content: "";
}

/* '' */
.ico-right:before {
  content: "";
}

/* '' */
.ico-left-open:before {
  content: "";
}

/* '' */
.ico-right-open:before {
  content: "";
}

/* '' */
.ico-heart:before {
  content: "";
}

/* '' */
.ico-search:before {
  content: "";
}

/* '' */
.ico-chat:before {
  content: "";
}

/* '' */
.ico-cancel:before {
  content: "";
}

/* '' */
.ico-cancel-1:before {
  content: "";
}

/* '' */
.ico-phone:before {
  content: "";
}

/* '' */
.ico-mail:before {
  content: "";
}

/* '' */
.ico-star:before {
  content: "";
}

/* '' */
.ico-star-empty:before {
  content: "";
}

/* '' */
.ico-user:before {
  content: "";
}

/* '' */
.ico-play-circle2:before {
  content: "";
}

/* '' */
.ico-plus:before {
  content: "";
}

/* '' */
.ico-minus:before {
  content: "";
}

/* '' */
.ico-menu:before {
  content: "";
}

/* '' */
.ico-location:before {
  content: "";
}

/* '' */
.ico-cancel-circled:before {
  content: "";
}

/* '' */
.ico-twitter:before {
  content: "";
}

/* '' */
.ico-facebook:before {
  content: "";
}

/* '' */
.ico-linkedin:before {
  content: "";
}

/* '' */
.ico-circle:before {
  content: "";
}

/* '' */
.ico-direction:before {
  content: "";
}

/* '' */
.ico-thumbs-up-alt:before {
  content: "";
}

/* '' */
.ico-youtube-play:before {
  content: "";
}

/* '' */
.ico-instagram:before {
  content: "";
}

/* '' */
.ico-circle-thin:before {
  content: "";
}

/* '' */
@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }

  .main-nav > ul {
    margin: 0;
    padding: 0;
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .main-nav > ul {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li {
    display: inline-block;
    line-height: size(55);
  }
  .main-nav > ul > li.active a {
    color: #D11515;
  }
  .main-nav > ul > li.active a:after {
    position: absolute;
    content: "";
    bottom: -3px;
    width: calc(100% - 30px);
    height: 2px;
    background: #D11515;
    left: 50%;
    transform: translate(-50%);
  }
  .main-nav > ul > li.submenu i {
    position: absolute;
    width: 37px;
    height: 33px;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    cursor: pointer;
    transition: all ease 0.5s;
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li.submenu i {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu {
    background: #F8F8F8;
    position: absolute;
    left: 0;
    width: 100vw;
    padding: 1.875rem 0;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0s cubic-bezier(0, 0.14, 0.54, 0.99);
    display: block;
  }
  .main-nav > ul > li.submenu .mega-menu .mega-menu-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .main-nav > ul > li.submenu .mega-menu form {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0rem 0rem;
    margin: 25px 0;
    text-decoration: none;
    cursor: pointer;
  }
  .main-nav > ul > li.submenu .mega-menu form .col {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .main-nav > ul > li.submenu .mega-menu form .col::after {
    display: none;
  }
  .main-nav > ul > li.submenu .mega-menu form p {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1.5625rem;
    color: #383838;
    font-size: 1.25rem;
    width: 100%;
    max-width: calc(100% - 78px);
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .main-nav > ul > li.submenu .mega-menu form p {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu form .img-box {
    width: 53px;
  }
  .main-nav > ul > li.submenu .mega-menu form .img-box img {
    max-width: 100%;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu form:after {
    position: absolute;
    content: "";
    background: #D11515;
    left: 0;
    top: 0;
    height: 0;
    width: 3px;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu form.active:after {
    height: 100%;
  }
  .main-nav > ul > li.submenu .mega-menu form.active p {
    color: #000;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu form:hover:after {
    height: 100%;
  }
  .main-nav > ul > li.submenu .mega-menu form:hover p {
    color: #000;
  }
  .main-nav > ul > li.submenu .mega-menu form:hover svg path,
.main-nav > ul > li.submenu .mega-menu form:hover svg rect,
.main-nav > ul > li.submenu .mega-menu form:hover svg line,
.main-nav > ul > li.submenu .mega-menu form:hover svg circle,
.main-nav > ul > li.submenu .mega-menu form:hover svg ellipse {
    stroke: #000;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu form ul {
    border: none;
    list-style: none;
    position: relative;
  }
  .main-nav > ul > li.submenu .mega-menu form ul li::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu .view-more-btn {
    font-size: 1rem;
    font-weight: 500;
    color: #0049A2;
    padding: 30px 15px;
  }
  .main-nav > ul > li.submenu .mega-menu .view-more-btn:hover span:before {
    border: 1.5px solid #FF0000;
  }
  .main-nav > ul > li.submenu .mega-menu .view-more-btn span {
    position: relative;
    margin-left: 0.9375rem;
  }
  .main-nav > ul > li.submenu .mega-menu .view-more-btn span::before {
    position: absolute;
    content: "";
    width: 3.5625rem;
    height: 3.5625rem;
    border: 1.5px solid #D1D1D1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -18px;
    right: -25px;
    transition: all 0.4s;
    z-index: -1;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .main-nav > ul > li.submenu .mega-menu .view-more-btn span::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu .mega-menu .view-more-btn:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #007bff;
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #1D1D1D;
    font-weight: 400;
    padding: 15px;
    transition: none;
  }
  .main-nav > ul > li > a:hover {
    color: #D11515;
  }
  .main-nav > ul > li > a.active:before {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:hover > a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > a:before {
    width: 100%;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
  .main-nav > ul > li:hover .mega-menu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    visibility: visible;
  }
  .main-nav > ul > li:hover .mega-menu .col ul {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 250px;
    display: none;
    list-style: none;
    border: 1px solid #c7c7c745;
  }
  .main-nav > ul > li ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 52px;
    position: relative;
    line-height: 1.5;
  }
  .main-nav > ul > li ul li:after {
    transition: all ease-in 0.3sec;
    -o-transition: all ease-in 0.3sec;
    -webkit-transition: all ease-in 0.3sec;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #D6E7F0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-nav > ul > li ul li:hover {
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background: #F5FBFD;
  }
  .main-nav > ul > li ul li:hover:after {
    background: #007bff;
  }
  .main-nav > ul > li ul li a {
    color: #212529;
  }
  .main-nav > ul > li ul li:hover > ul {
    display: block;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    color: black;
    text-decoration: none;
  }
  .main-nav > ul > li ul li.submenu::after {
    content: "";
    font-family: "deafult-icons";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #007bff;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .mob-btn {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /*==== Menu ====*/
  .main-nav {
    display: block;
    position: fixed;
    max-width: 100%;
    top: -100%;
    padding: 45px;
    padding-top: 35px;
    right: 0;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    background: #F8F8F8;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    position: relative;
    padding: 0rem 0.9375rem;
  }
  .main-nav ul li:nth-child(even) {
    background-color: #ffffff;
  }
  .main-nav ul li.submenu > a {
    text-decoration: underline;
    position: relative;
    margin-right: 30px;
  }
  .main-nav ul li.submenu > a:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    top: 20px;
    right: -20px;
    transform: rotate(45deg);
    transition: all 0.4s;
  }
  .main-nav ul li.open a:after {
    transform: rotate(0deg);
    border-right: none;
    width: 13px;
    right: -22px;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li .col {
    padding: 12px 0;
  }
  .main-nav ul li .col .img-box {
    display: none;
  }
  .main-nav ul li .col p {
    margin: 0;
  }
  .main-nav ul li .view-more-btn {
    color: #D11515;
    text-decoration: underline;
  }
  .main-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05rem;
    display: block;
    padding: 17px 11px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    color: #000;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-nav ul ul {
    margin: 0;
    display: block;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .main-nav ul ul.mega-menu .container {
    max-width: 100%;
    padding: 0;
  }
  .main-nav ul ul.mega-menu .mega-menu-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .main-nav ul ul.mega-menu .mega-menu-wrap {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .main-nav ul ul.mega-menu .mega-menu-wrap .col {
    max-width: 30%;
    flex: 0 0 30%;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .main-nav ul ul.mega-menu .mega-menu-wrap .col {
    max-width: 45%;
    flex: 0 0 45%;
  }
}
@media (max-width: 1199.98px) {
  .main-nav ul .submenu.open ul {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .show-menu .main-nav {
    top: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 60;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
@media (max-width: 1199.98px) {
  .mob-btn {
    position: relative;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    left: -10px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.9px) {
  .mob-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199.98px) {
  .mob-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #D11515;
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
}
@media (max-width: 1199.98px) {
  .mob-btn .icon-left-1 {
    display: none;
    background: none;
    height: 0;
    width: 0;
  }
}
@media (max-width: 1199.98px) {
  .mob-btn span + span {
    margin-top: 4px;
  }
}
.back-to-screen {
  display: none;
  font-size: 17px;
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  cursor: pointer;
  right: 2px;
  top: 8px;
  transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
}

body.show-menu {
  overflow: hidden;
  background: #fff;
  position: fixed;
  width: 100%;
}
body.show-menu .mob-btn {
  z-index: 1;
}
body.show-menu .mob-btn span + span {
  width: 80%;
}
body.show-menu .mob-btn span + span + span {
  width: 50%;
}

@media (max-width: 1199.98px) {
  .main-nav ul ul.mega-menu {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .main-nav ul ul.show {
    display: block;
  }
}

.woocommerce-error {
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  #billing_first_name_field {
    padding-right: 0 !important;
  }
}

html {
  scroll-behavior: smooth;
}

.d-flx {
  display: flex;
  flex-wrap: wrap;
}
.d-flx.no-wrap {
  flex-wrap: nowrap;
}

.flx-both {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flx-top {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flx-bottom {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flx-vcenter {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flx-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flx-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.flx-hcenter {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flx-equal-space {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.cf {
  *zoom: 1;
}
.cf:after, .cf:before {
  content: "";
  display: block;
}
.cf:after {
  clear: both;
}

.d-blk {
  display: block;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.tel {
  cursor: default;
}

.no-pad {
  padding: 0 !important;
}

.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.default li {
  list-style-type: none;
}
.default li:before, .default li:after {
  display: none;
}

.woocommerce-info {
  border-top-color: #D11515 !important;
}

a:hover,
a:focus,
a:active {
  color: #D11515 !important;
}

.woocommerce-info a {
  color: #007bff !important;
}

#customer_details .validate-required {
  position: relative;
}
#customer_details .col {
  padding-left: 0;
  padding-right: 0;
}
#customer_details label,
#customer_details input, #customer_details select {
  width: 100%;
  margin: 7px 0;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
#customer_details label:focus,
#customer_details input:focus, #customer_details select:focus {
  border-bottom: 1px solid #0049A2;
}
#customer_details label {
  padding-left: 0;
}
#customer_details span.error {
  font-size: 11px;
  background: #D11515;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
#customer_details span.error::before {
  content: "";
  display: block;
  border: 7px solid #D11515;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -14px;
  left: 7px;
  margin: 0;
}

#customer_details .form-row-first {
  padding-right: 15px !important;
}
#customer_details .form-row-last {
  padding-left: 15px !important;
}
@media (max-width: 575.98px) {
  #customer_details .form-row-last {
    padding-left: 0 !important;
  }
}
#customer_details .form-row-last,
#customer_details .form-row-first {
  width: 50%;
}
@media (max-width: 575.98px) {
  #customer_details .form-row-last,
#customer_details .form-row-first {
    width: 100%;
    padding-right: 0 !important;
  }
}
#customer_details .input-holder {
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  #customer_details .input-holder {
    padding: 5px 0;
  }
}
#customer_details #billing_address_2,
#customer_details #shipping_address_2 {
  margin-left: auto;
  margin-right: 0;
  display: block;
  width: 50%;
}
#customer_details h3 {
  padding: 12px 15px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  background: #F4F6F8;
  border: 1px solid #DEE2E8;
  font-size: 20px;
  margin-top: 30px;
}

#order_review_heading {
  padding: 12px 15px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  background: #F4F6F8;
  border: 1px solid #DEE2E8;
  font-size: 20px;
  margin-top: 30px;
}

.payment_methods li.active:before {
  display: none;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 50%;
}

html {
  margin-top: 0px !important;
}

.woocommerce form .form-row .woocommerce-input-wrapper input,
.woocommerce form .form-row .woocommerce-input-wrapper textarea,
.woocommerce form .form-row .woocommerce-input-wrapper select,
.woocommerce-form-register input,
.woocommerce-form-register textarea,
.woocommerce-form-register select {
  height: 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

#place_order,
.update-cart-button {
  background: #D11515 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  height: 3.4375rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  letter-spacing: 1px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
@media (max-width: 991.98px) {
  #place_order,
.update-cart-button {
    font-size: 0.75rem;
    height: 2.5rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}
#place_order:hover,
.update-cart-button:hover {
  background: #043673 !important;
  color: #ffffff;
}

.woocommerce form .form-row {
  width: 100%;
}

#payment {
  background-color: #fff;
}

.woocommerce form .thwcfd-field-wrapper {
  max-width: 100%;
}

#shipping_first_name_field {
  max-width: 100%;
}

.woocommerce-info a {
  color: #043673 !important;
  transition: all 0.4s;
}
.woocommerce-info a:hover {
  color: #D11515 !important;
}

#order_comments {
  width: 100%;
}

#payment {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce h3 {
  font-weight: 400;
}

#billing_address_2_field .woocommerce-input-wrapper {
  margin-left: auto;
}

#order_comments {
  height: 100px;
  padding: 5px 15px;
}
#order_comments:focus {
  outline: none;
}

#ship-to-different-address {
  padding-top: 30px;
}

.woocommerce form .form-row .required {
  color: #D11515 !important;
}

#shipping_address_2_field .woocommerce-input-wrapper {
  margin-left: auto;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th,
.woocommerce ul#shipping_method .amount {
  font-weight: 500 !important;
}

#customer_details {
  width: 100%;
  background: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 15px 0;
  margin-bottom: 25px;
}

.entry-content {
  margin: 0 !important;
}

.woocommerce-form-login input,
.woocommerce-form-register input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.variationdiv {
  margin: 0;
}

.added-to_cart {
  background: url(../images/added-icon.svg) left 7px center no-repeat #5ebd74;
  background-size: 18px;
  color: #fff !important;
  border-color: #5ebd74 !important;
}
.added-to_cart svg path {
  stroke: #fff;
}
.added-to_cart:hover {
  background: url(../images/added-icon.svg) left 7px center no-repeat #5ebd74 !important;
  background-size: 18px !important;
  color: #fff !important;
}
.added-to_cart:hover svg stroke {
  fill: #5ebd74;
}
.added-to_cart:hover span {
  color: #fff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background: #46b450;
  color: #fff;
}

.clr-qty span.error {
  color: #fff;
  background: #D11515;
  position: absolute;
  width: 150px;
  margin-top: 43px;
  font-size: 14px;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}
.clr-qty span.error::before {
  content: "";
  display: block;
  border: 7px solid #D11515;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -14px;
  left: 7px;
  margin: 0;
}

label.error {
  color: #fff !important;
  background: #D11515;
  position: absolute;
  width: auto;
  margin-top: 7px !important;
  font-size: 14px !important;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}
label.error::before {
  content: "";
  display: block;
  border: 7px solid #D11515;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -14px;
  left: 7px;
  margin: 0;
}

#post-49 {
  padding-top: 50px;
}
#post-49 .woocommerce {
  display: flex;
  width: 100%;
  margin: 40px auto;
  border: 1px solid #C9D2DD;
  min-height: 430px;
}
@media (min-width: 1280px) {
  #post-49 .woocommerce {
    max-width: 1200px;
  }
}
@media (min-width: 1366px) {
  #post-49 .woocommerce {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  #post-49 .woocommerce {
    max-width: 1366px;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation {
  padding: 0;
  max-width: 25%;
  width: 100%;
  border-right: 1px solid #C9D2DD;
}
@media (max-width: 991.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info {
  padding: 1.875rem;
  border-bottom: 1px solid #C9D2DD;
  display: flex;
}
@media (max-width: 991.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info {
    display: block;
    padding: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info {
    display: flex;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info .img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 4.1875rem;
  height: 4.1875rem;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info .img img {
  object-fit: cover;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info .content {
  padding: 0 0.9375rem;
  margin: auto 0;
}
@media (max-width: 991.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info .content {
    padding: 0.9375rem 0;
  }
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info .content {
    padding: 0 0.9375rem;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation .pro-info .content .h3 {
  font-size: 1.125rem;
  margin: 0;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 1.25rem 1.875rem;
  border-bottom: 1px solid #C9D2DD;
  position: relative;
}
@media (max-width: 991.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 1.25rem 0.9375rem;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: url(../images/profile-arrow.svg) center right 15px no-repeat;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active::after {
  height: 100%;
  background: #D11515;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 500;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 1.125rem;
  color: #000;
  transition: all 0.4s;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li::after {
  width: 0.4375rem;
  height: 0;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  background: url(../images/profile-arrow.svg) center right 15px no-repeat;
}
#post-49 .woocommerce .woocommerce-MyAccount-navigation ul li:hover::after {
  background: #D11515;
  height: 100%;
}
#post-49 .woocommerce .woocommerce-MyAccount-content {
  max-width: 75%;
  width: 100%;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
#post-49 .woocommerce .woocommerce-MyAccount-content tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
#post-49 .woocommerce .woocommerce-MyAccount-content #change-password .box {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content #change-password .box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-content #change-password .box .save_pwd_submit {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content #change-password .box .save_pwd_submit {
    margin-left: 0px;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-content .form-group {
  margin: 18px 0;
  display: block;
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content .form-group {
    padding-left: 0;
    padding-right: 0;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-content .recent-order-box .img {
  max-width: 100px;
  margin-left: 15px;
  max-height: 100px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content .recent-order-box .img {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-content .recent-order-box .img img {
  object-fit: contain;
  width: 100%;
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content .address-box {
    margin-left: 0;
    margin-right: 0;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-content .address-box .p {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content .address-box .phone {
    padding-left: 20px !important;
  }
}
#post-49 .woocommerce .woocommerce-MyAccount-content .right #my-orders h4 {
  border-bottom: 1px solid #C9D2DD;
  padding-bottom: 9px;
}
#post-49 .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
  color: #D11515;
}
#post-49 .woocommerce .woocommerce-MyAccount-content .main-btn, #post-49 .woocommerce .woocommerce-MyAccount-content .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .page-404 .page-404-wrap .go-home-btn.go-btn #post-49 .woocommerce .woocommerce-MyAccount-content .link-button-home, #post-49 .woocommerce.inner-page .woocommerce-MyAccount-content .flow-outer .checkout_coupon .button, #post-49 .woocommerce.inner-page .flow-outer .checkout_coupon .woocommerce-MyAccount-content .button {
  margin-top: 1.25rem;
  font-size: 1rem;
  max-width: 250px;
}
@media (max-width: 767.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content .main-btn, #post-49 .woocommerce .woocommerce-MyAccount-content .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .page-404 .page-404-wrap .go-home-btn.go-btn #post-49 .woocommerce .woocommerce-MyAccount-content .link-button-home, #post-49 .woocommerce.inner-page .woocommerce-MyAccount-content .flow-outer .checkout_coupon .button, #post-49 .woocommerce.inner-page .flow-outer .checkout_coupon .woocommerce-MyAccount-content .button {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  #post-49 .woocommerce .woocommerce-MyAccount-content.d-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    min-height: 100%;
    height: auto;
    z-index: 2;
    max-width: 100%;
  }
}

.woocommerce-checkout #payment div.payment_box {
  background: none !important;
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.payment_methods li {
  transition: all 0.4s;
  height: 40px;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  line-height: 2.5em !important;
  cursor: pointer;
}
.payment_methods li:before {
  display: none !important;
}
.payment_methods li label {
  cursor: pointer;
}
.payment_methods li.payment_box:before {
  display: none !important;
}
.payment_methods li.active {
  background: #043673;
  color: #fff;
}
.payment_methods li.active:before {
  display: none !important;
}
.payment_methods li .payment_box p {
  display: none;
}

@media (max-width: 991.98px) {
  .accountpage #post-49 {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .accountpage #post-49 .woocommerce {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .accountpage #post-49 .woocommerce .box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .accountpage .woocommerce-MyAccount-navigation {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .accountpage .woocommerce-MyAccount-content {
    max-width: 100%;
    display: block;
  }
}
.accountpage .woocommerce-MyAccount-content .edit-account input {
  margin-top: 20px;
}
.accountpage .woocommerce-MyAccount-content .edit-account input:valid + label {
  margin-top: -50px;
}
@media (max-width: 991.98px) {
  .accountpage .header-back-btn {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .accountpage #post-49 .woocommerce .woocommerce-MyAccount-content {
    max-width: 100%;
  }
}

.payment_box::before {
  display: none !important;
}

@media (max-width: 991.98px) {
  .accountpage.orderpage .woocommerce-MyAccount-content,
.accountpage.orderpage .woocommerce-pagination {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .accountpage.orderpage .header-back-btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .accountpage.orderpage .woocommerce-MyAccount-navigation {
    display: block;
  }
}

button:focus {
  outline: none !important;
}

.wpcf7-response-output {
  margin-left: auto;
  margin-right: auto;
}

.wc_payment_methods label {
  margin-bottom: 0 !important;
}

.woocommerce-ResetPassword .floating-input {
  padding: 50px 0 25px 0 !important;
}

.product-pge .no-results.not-found {
  padding: 40px 15px;
}

.lost_reset_password .form-row {
  width: 100% !important;
}

.remove a.remove {
  color: #D11515 !important;
}

.woocommerce a.remove {
  color: #D11515 !important;
}

.contact-get-touch .wpcf7-response-output {
  margin-left: auto !important;
  margin-right: auto !important;
}
.contact-get-touch label.error {
  position: relative;
}

.woocommerce-EditAccountForm {
  padding-left: 0;
}
.woocommerce-EditAccountForm .form-group {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-EditAccountForm .form-group label {
  color: #1D1D1D;
}
.woocommerce-EditAccountForm .main-btn, .woocommerce-EditAccountForm .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .page-404 .page-404-wrap .go-home-btn.go-btn .woocommerce-EditAccountForm .link-button-home, .woocommerce-EditAccountForm .woocommerce.inner-page .flow-outer .checkout_coupon .button, .woocommerce.inner-page .flow-outer .checkout_coupon .woocommerce-EditAccountForm .button {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

html {
  margin-top: 0px !important;
}

.woocommerce a.remove {
  color: #D11515 !important;
}

.woocommerce.inner-page .flow-outer .cart-head {
  background: #F4F6F8;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  padding: 15px;
  display: flex;
  border: 1px solid #DEE2E8;
  max-width: calc(100% - 30px);
  margin: 0 15px 30px 15px;
}
@media (max-width: 991.98px) {
  .woocommerce.inner-page .flow-outer .cart-head {
    margin: 0 15px 0px 15px;
  }
}
.woocommerce.inner-page .flow-outer .cart-head .h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.woocommerce.inner-page .flow-outer .cart-head .back-to-shop {
  position: relative;
  margin: auto 0 auto auto;
  top: inherit;
  color: #014BA7 !important;
}
.woocommerce.inner-page .flow-outer .cart-head .back-to-shop:hover {
  color: #D11515 !important;
}
.woocommerce.inner-page .flow-outer .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: inherit;
  border: 1px dashed #BCCBDE !important;
  background: none;
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .woocommerce.inner-page .flow-outer .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 16px;
  }
}
.woocommerce.inner-page .flow-outer .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}
.woocommerce.inner-page .flow-outer .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  font-size: 16px;
  color: #D11515 !important;
}
@media (max-width: 767.98px) {
  .woocommerce.inner-page .flow-outer .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    font-size: 14px;
  }
}
.woocommerce.inner-page .flow-outer .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:hover {
  color: #043673 !important;
}
.woocommerce.inner-page .flow-outer .checkout_coupon {
  margin-bottom: 0 !important;
  border: 1px dashed #BCCBDE;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
}
.woocommerce.inner-page .flow-outer .checkout_coupon input {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  height: 40px;
}
#order_review .woocommerce-checkout-review-order-table {
  border: none;
  border-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#order_review .woocommerce-checkout-review-order-table tr td {
  padding-left: 0;
  padding-right: 0;
  border: none;
  text-align: right;
  font-weight: 400;
}
#order_review .woocommerce-checkout-review-order-table tr td.product-name {
  text-align: left;
}
#order_review .woocommerce-checkout-review-order-table tr th {
  border: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400 !important;
}
#order_review .woocommerce-checkout-review-order-table tr th.product-total {
  text-align: right;
}
#order_review .woocommerce-checkout-review-order-table tr.order-total th, #order_review .woocommerce-checkout-review-order-table tr.order-total td {
  border-top: 1px solid #C9D2DD;
  border-bottom: 1px solid #C9D2DD;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500 !important;
}
#order_review .woocommerce-checkout-review-order-table tr.order-total th {
  font-size: 18px !important;
}
#order_review .woocommerce-checkout-review-order-table tr.order-total td {
  font-size: 24px !important;
}

body.modal-open {
  overflow: hidden !important;
  padding-right: 0px !important;
  height: 100vh;
}

@media (max-width: 991.98px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper.row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  height: auto;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 1199.98px) {
  .main-header {
    height: 5rem;
  }
}
@media (max-width: 767.98px) {
  .main-header {
    height: 3.75rem;
  }
}
.main-header .container .mobile {
  position: absolute;
  right: 0;
}
@media (max-width: 1199.98px) {
  .main-header .container .mobile {
    display: block;
    right: 0.9375rem;
  }
}
@media (max-width: 1199.98px) {
  .main-header .logo {
    max-width: 8.75rem;
  }
}
@media (max-width: 767.98px) {
  .main-header .logo {
    max-width: 6.25rem;
  }
}
.main-header .logo a {
  max-width: 100%;
  display: flex;
}
.main-header .logo a img {
  max-width: 100%;
}
.main-header .icons {
  display: flex;
}
.main-header .icons div {
  padding-left: 1.5625rem;
}
.main-header .icons div a {
  display: flex;
}
.main-header .icons .login {
  background: #D11515;
  padding: 2px 25px;
  margin: -3px 0 0 25px;
  color: #fff;
}
.main-header .icons .login:hover {
  color: #fff !important;
  background: #043673;
}
.main-header .icons svg path {
  stroke: #000;
}
.main-header .icons svg:hover path {
  stroke: #D11515;
}
.main-header nav {
  padding: 1.25rem 0 0.3125rem;
}
@media (max-width: 1199.98px) {
  .main-header nav {
    padding: 0;
  }
}
.main-header nav ul li:last-child a {
  padding-right: 0;
}
.main-header nav ul li a.login {
  padding: 0;
}
.main-header nav .top-nav {
  text-align: right;
  padding-bottom: 0.625rem;
  display: flex;
}
@media (max-width: 1199.98px) {
  .main-header nav .top-nav {
    display: none;
  }
}
.main-header nav .top-nav li {
  border-right: 1px solid #bababa;
  line-height: 16px;
}
.main-header nav .top-nav li:first-child {
  border: none;
}
.main-header nav .top-nav li:last-child {
  border-right: none;
}
.main-header nav .top-nav li a {
  color: #10152F;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.main-header nav .top-nav li a img {
  padding: 0rem 0.4375rem;
}
.main-header nav .top-nav li a svg {
  margin: auto 7px;
  transition: all 0.4s;
}
.main-header nav .top-nav li a svg path {
  transition: all 0.4s;
}
.main-header nav .top-nav li a:hover svg path {
  fill: #D11515;
}

@media (max-width: 1199.98px) {
  .show-menu .icons {
    display: none;
  }
}

.search-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -112px;
  background: #fff;
  z-index: 1;
  transition: all 0.4s;
  display: flex;
}
.search-box .srch {
  max-width: 930px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  .search-box .srch {
    max-width: 90%;
  }
}
.search-box .srch .search {
  position: absolute;
  top: 7px;
  left: 0px;
}
.search-box .srch .search-close {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 24px;
  color: #A7A7A7;
  font-weight: 100;
  padding: 0 5px;
  background: url(../images/search-close.svg) center center no-repeat;
  width: 13px;
  height: 13px;
}
@media (max-width: 767.98px) {
  .search-box .srch input {
    border: 1px solid #E0E0E0;
    border-radius: 6px;
  }
}
.search-box .srch input:focus {
  box-shadow: none;
}
.search-box .srch input::placeholder {
  /* Edge */
  color: #9F9F9F;
}

.search-box.open {
  top: 0;
}
@media (max-width: 767.98px) {
  .search-box.open {
    top: 50px;
  }
}

.main-header .main-nav .mobile-only {
  display: none;
}
@media (max-width: 1199.98px) {
  .main-header .main-nav .mobile-only {
    display: block;
  }
}
.main-header .main-nav .dropdown-menu {
  padding: 0;
  left: -200% !important;
}
.main-header .main-nav .dropdown-menu .dropdown-item {
  transition: all 0.4s;
  color: #1D1D1D !important;
}
.main-header .main-nav .dropdown-menu .dropdown-item:hover {
  background: #D11515;
  color: #fff !important;
}
.main-header .main-nav .dropdown {
  padding: 0 !important;
}
.main-header .main-nav .dropdown .btn-secondary {
  background-color: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex;
}
.main-header .main-nav .dropdown .btn-secondary:focus {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.main-header .main-nav .dropdown .btn-secondary:after {
  display: none;
}
.main-header .main-nav .dropdown .dropdown-mennu {
  display: none;
}
.main-header .main-nav .dropdown .dropdown-mennu.open {
  display: block;
  position: absolute;
  top: 45px;
  background: #fff;
  padding: 0 20px 10px 20px;
  width: 160px;
  right: 0;
  border-left: 1px solid #eaeced;
  border-right: 1px solid #eaeced;
  border-bottom: 1px solid #eaeced;
}
.main-header .main-nav .dropdown .dropdown-mennu.open .dropdown-item {
  background: none;
  padding: 7.5px 0;
}
.main-header .main-nav .dropdown .dropdown-mennu.open .dropdown-item.one {
  border-bottom: 1px solid #e7e7e7;
}
.main-header .main-nav .dropdown .dropdown-mennu.open .dropdown-item :first-child {
  border-bottom: 1px solid #bababa;
}
.main-header .main-nav .dropdown .dropdown-mennu.open .dropdown-item:visited {
  color: inherit;
}
.main-header .main-nav .dropdown .dropdown-mennu.open .dropdown-item:focus {
  outline: none;
}
@media (max-width: 1199.98px) {
  .main-header > .container {
    position: relative;
  }
}

.menu-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px;
  z-index: 1;
}

::-webkit-scrollbar {
  width: 5px;
}

@media (max-width: 767.98px) {
  ::-webkit-scrollbar {
    height: 3px;
  }
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

::selection {
  color: #fff;
  background: #043673;
}

a:focus {
  outline: none !important;
}

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

a {
  color: #043673;
  transition: all 0.4s;
}

.slim-h3 {
  font-size: 3.125rem;
  font-weight: 300;
  color: #043673;
}
@media (max-width: 991.98px) {
  .slim-h3 {
    font-size: 1.25rem;
  }
}

.medium-h3 {
  font-size: 3.125rem;
  font-weight: 500;
  color: #043673;
}
@media (max-width: 991.98px) {
  .medium-h3 {
    font-size: 1.25rem;
  }
}

.h2 {
  font-size: 2.875rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991.98px) {
  .h2 {
    font-size: 1.25rem;
  }
}

.h3 {
  font-size: 1.75rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .h3 {
    font-size: 1.1875rem;
  }
}

.h4 {
  font-size: 1rem;
  color: #707070;
  letter-spacing: 3px;
}
@media (max-width: 991.98px) {
  .h4 {
    font-size: 0.625rem;
  }
}

.r-24 {
  font-size: 1.5rem;
  line-height: 2.0416666667em;
}
@media (max-width: 767.98px) {
  .r-24 {
    font-size: 1.125rem;
  }
}

.m-23 {
  font-size: 1.4375rem;
  font-weight: 500;
}

.r-20 {
  font-size: 1.25rem;
  font-weight: 400;
}

.r-17 {
  font-size: 1.0625rem;
  font-weight: 400;
}

.m-20 {
  font-size: 1.25rem;
  font-weight: 500;
}

.m-18 {
  font-size: 1.125rem;
  font-weight: 500;
}

button {
  transition: all 0.4s;
}

.height-100-vh {
  min-height: 100vh;
}

.gray-bg {
  background: #F7F7F7;
}

.std-space-top {
  padding-top: 6.25rem;
}

.std-space {
  padding: 6.25rem 0;
}
@media (max-width: 991.98px) {
  .std-space {
    padding: 3.125rem 0;
  }
}
@media (max-width: 575.98px) {
  .std-space {
    padding: 2.5rem 0;
  }
}

.desktop {
  display: block;
}
@media (max-width: 991.98px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile {
    display: block;
  }
}

.main-btn, .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .woocommerce.inner-page .flow-outer .checkout_coupon .button {
  background: #D11515;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  height: 3.4375rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .main-btn, .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .woocommerce.inner-page .flow-outer .checkout_coupon .button {
    font-size: 0.75rem;
    height: 2.5rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}
.main-btn:hover, .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home:hover, .woocommerce.inner-page .flow-outer .checkout_coupon .button:hover {
  background: #043673;
  color: #ffffff;
}

.place-order-btn {
  background: #D11515;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 600;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border: none;
  display: flex;
  line-height: 7px;
}
@media (max-width: 991.98px) {
  .place-order-btn {
    font-size: 0.75rem;
    height: 2.5rem;
    padding: 0.9375rem;
  }
}
.place-order-btn span {
  font-size: 0.875rem;
  margin: auto 0 auto auto;
}
.place-order-btn:hover {
  background: #043673;
  color: #fff !important;
}
.place-order-btn:hover span {
  color: #fff;
}
.place-order-btn:focus {
  color: #fff;
}

.secondary-btn {
  background: #043673;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  line-height: 12px;
}
@media (max-width: 991.98px) {
  .secondary-btn {
    font-size: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}
.secondary-btn:hover {
  background: #D11515;
  color: #fff !important;
}
.secondary-btn:focus {
  color: #fff;
}

.white-btn {
  background: #fff;
  color: #D11515;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  height: 3.4375rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media (max-width: 991.98px) {
  .white-btn {
    font-size: 0.875rem;
    height: 2.5rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}
.white-btn:hover {
  background: #D11515;
  color: #fff;
}

.trans-btn {
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  height: 3.4375rem;
  border: 1px solid #A2A2A2;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .trans-btn {
    font-size: 0.875rem;
    height: 2.5rem;
  }
}
.trans-btn:hover {
  background: #043673;
  color: #fff;
}

.service-btn {
  background: none;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  height: 3.4375rem;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #D11515;
}
@media (max-width: 767.98px) {
  .service-btn {
    height: 2.1875rem;
    margin-top: 20px;
  }
}
.service-btn:focus {
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #D11515;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.courency-select {
  padding: 0;
  margin: 0;
}

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.m-f-control {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.m-f-control::placeholder {
  color: #000;
}

.no-radius {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

.left-head {
  padding-left: 3.75rem;
  display: flex;
}
@media (max-width: 767.98px) {
  .left-head {
    padding-left: 35px;
  }
}
.left-head::before {
  content: "";
  width: 0.3125rem;
  height: 100%;
  left: 0.9375rem;
  background: #D11515;
  position: absolute;
}
.left-head .left {
  max-width: 70%;
  width: 100%;
}
.left-head .left .h2 {
  margin: 0;
  padding: 0;
  line-height: 2.875rem;
}
.left-head .right {
  max-width: 30%;
  width: 100%;
  display: flex;
}
.left-head .right .view-more-btn {
  margin: auto 0 18px auto;
  padding-right: 1.5625rem;
  color: #043673;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .left-head .right .view-more-btn {
    padding-right: 0;
    font-size: 0.75rem;
    margin: auto 0 auto auto;
  }
}
@media (max-width: 767.98px) {
  .left-head .right .view-more-btn {
    color: #d11515;
  }
}
.left-head .right .view-more-btn::after {
  position: absolute;
  content: "";
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: -17.5px;
  right: 0;
  background: url(../images/read-more-round.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .left-head .right .view-more-btn::after {
    display: none;
  }
}
.left-head .right .view-more-btn:hover::after {
  background-size: contain !important;
  background: url(../images/read-more-round-red.svg) center center no-repeat;
}
.left-head .right .view-more-btn .arrow {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .left-head .right .view-more-btn .arrow {
    display: none;
  }
}

.white-typo {
  color: #fff;
}

.center-head {
  text-align: center;
  padding: 3.75rem 0 2.5rem 0;
}
@media (max-width: 767.98px) {
  .center-head {
    padding: 1.875rem 0 1.25rem 0;
  }
}
.center-head h2 {
  color: #000;
}
.center-head h4 {
  color: #707070;
  padding-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .center-head h4 {
    padding-bottom: 0;
  }
}

.img-responsive {
  max-width: 100%;
}

.floating-input input {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0xp !important;
}

.floating-input label.floating {
  position: absolute;
  margin-top: -30px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
  margin-left: 0;
  display: block;
  font-size: 16px;
}

.floating-input input {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-input input:valid + label {
  font-size: 16px;
  color: #555555;
}

.floating-input input#account_email + label {
  margin-top: -50px;
}

.floating-input input.valid + label, .floating-input input.error + label {
  margin-top: -50px;
}

.floating-input input.error + label + .floating, .floating-input input.valid + label + .floating {
  margin-top: -50px;
}

.floating-input input:focus {
  border-bottom: 1px solid #C9D2DD;
  box-shadow: none;
}

.floating-input input:focus + label {
  margin-top: -50px;
  color: #000 !important;
  font-size: 0.875rem !important;
  opacity: 0.5;
}

.ripple {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 10;
  border-radius: 100%;
  animation-name: ripple;
  animation-iteration-count: 1;
  animation-duration: 0.55s;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  animation-timing-function: linear;
}
@keyframes ripple {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
.rating {
  background: #14AC00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 3px 7px;
  display: inline-flex;
  margin-bottom: 5px;
}
.rating p {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
.rating img {
  margin-left: 0.3125rem;
}

.price-tag {
  color: #fff;
  font-size: 1rem;
  padding-top: 0.4375rem;
}
@media (max-width: 1440px) {
  .price-tag {
    font-size: 0.875rem;
  }
}
.price-tag b {
  font-weight: 600;
  padding-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .price-tag b {
    font-size: 0.75rem;
  }
}
.price-tag del {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .price-tag del {
    font-size: 0.75rem;
  }
}
.price-tag span {
  padding-left: 0.4375rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .price-tag span {
    font-size: 0.75rem;
  }
}

.marine-tab {
  display: flex;
}
@media (max-width: 1199.98px) {
  .marine-tab {
    display: block;
  }
}
.marine-tab .tab {
  width: 100%;
  max-width: 30%;
}
@media (max-width: 1199.98px) {
  .marine-tab .tab {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .marine-tab .tab {
    max-width: 100%;
    text-align: center;
  }
}
.marine-tab .tab .h4,
.marine-tab .tab .h2 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .marine-tab .tab h4 {
    opacity: 0.5;
  }
}
.marine-tab .tab .h2 {
  padding-bottom: 3.125rem;
}
@media (max-width: 991.98px) {
  .marine-tab .tab .h2 {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .marine-tab .tab .tab-buttons {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-wrap: unset;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.marine-tab .tab button {
  width: 100%;
  max-width: 16.875rem;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.5625rem;
  color: rgba(255, 255, 255, 0.43);
  cursor: pointer;
  padding: 0.9375rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  background: url(../images/right-arrow-tab.svg) center left -20px no-repeat;
  transition: all 0s;
  font-family: "Jost", sans-serif;
  margin: 12px 0;
}
@media (max-width: 1279.98px) {
  .marine-tab .tab button {
    margin: 10px 0;
  }
}
@media (max-width: 1199.98px) {
  .marine-tab .tab button {
    width: auto;
    font-size: 1rem;
    padding-right: 1.125rem;
    background: none;
    margin: 0 auto;
  }
}
.marine-tab .tab button:hover {
  color: #fff;
}
.marine-tab .tab button:focus {
  outline: none;
}
.marine-tab .tab button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0.125rem;
  transition: all 0.4s;
  z-index: 2;
  background: #f00;
}
.marine-tab .tab button.active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.27);
  color: #fff;
  background: url(../images/right-arrow-tab.svg) center right no-repeat;
}
@media (max-width: 991.98px) {
  .marine-tab .tab button.active {
    background: none;
  }
}
.marine-tab .tab button.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4.5rem;
  height: 0.125rem;
}
@media (max-width: 767.98px) {
  .marine-tab .tab button.active::after {
    width: 30px;
  }
}
.marine-tab .tabcontent {
  width: 100%;
  max-width: 70%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .marine-tab .tabcontent {
    max-width: 100%;
    padding-top: 1.875rem;
  }
}
.marine-tab .tabcontent .img-box {
  width: 100%;
  height: 100%;
  max-width: 39.6875rem;
  max-height: 40.9375rem;
}
@media (max-width: 1199.98px) {
  .marine-tab .tabcontent .img-box {
    max-width: 100%;
    max-height: auto;
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .marine-tab .tabcontent .img-box {
    height: 300px;
  }
}
.marine-tab .tabcontent .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marine-tab .tabcontent .text-box {
  position: absolute;
  top: 5.625rem;
  right: 0;
}
@media (max-width: 1199.98px) {
  .marine-tab .tabcontent .text-box {
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: auto;
    margin-right: auto;
    max-width: 82%;
  }
}
@media (max-width: 767.98px) {
  .marine-tab .tabcontent .text-box {
    top: -1.875rem;
  }
}
.marine-tab .tabcontent .text-box .service-btn:hover {
  background: none;
  border-bottom: 2px solid #fff;
}
.marine-tab .tabcontent .text-box .white {
  padding: 3.125rem;
  background: #fff;
  max-width: 27.8125rem;
}
@media (max-width: 1199.98px) {
  .marine-tab .tabcontent .text-box .white {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .marine-tab .tabcontent .text-box .white {
    padding: 20px;
  }
}
.marine-tab .tabcontent .text-box .white .p {
  font-size: 1.375rem;
  font-family: "Jost", sans-serif;
}
@media (max-width: 991.98px) {
  .marine-tab .tabcontent .text-box .white .p {
    font-size: 0.875rem;
  }
}
.marine-tab .tabcontent .text-box .white .h3 {
  padding: 0.625rem 0;
}
@media (max-width: 991.98px) {
  .marine-tab .tabcontent .text-box .white .h3 {
    max-width: calc(100% - 70px);
    display: inline-block;
    padding-left: 0.9375rem;
    padding-top: 0;
    margin-top: 0;
  }
}
.marine-tab .tabcontent .text-box .white img {
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .marine-tab .tabcontent .text-box .white img {
    margin-bottom: 10px;
    height: 40px;
    object-fit: contain;
  }
}

/* The container */
.custom-check-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 0.875rem;
  font-weight: 400;
}
.custom-check-container .forgot {
  float: right;
  color: #D11515;
}

/* Hide the browser's default checkbox */
.custom-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-check-container .checkmark {
  position: absolute;
  top: 0.375rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-check-container input:checked ~ .checkmark {
  background-color: #D11515;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.d-grid {
  display: grid;
}

.owl-dots .owl-dot {
  background: #AFBACB !important;
  width: 0.25rem;
  height: 0.6875rem;
  margin: 0 0.625rem;
  vertical-align: bottom;
}
@media (max-width: 767.98px) {
  .owl-dots .owl-dot {
    margin: 0 0.3125rem;
  }
}
.owl-dots .owl-dot:focus {
  outline: none;
  border: none;
}
.owl-dots .owl-dot.active {
  background: #D11515 !important;
  height: 1.0625rem;
}
.owl-dots .owl-dot.active:focus {
  outline: none;
  border: none;
}

.inner-banner {
  height: 25rem;
  position: relative;
  display: flex;
}
@media (max-width: 767.98px) {
  .inner-banner {
    height: 15.625rem;
  }
}
@media (max-width: 575.98px) {
  .inner-banner {
    height: 175px;
  }
}
.inner-banner .bnr {
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.inner-banner .container {
  margin: auto;
  padding: 0 0.9375rem;
  z-index: 1;
}
.inner-banner .container .h2 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .inner-banner .breadcrumb {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .inner-banner h2 {
    text-align: center;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0 0 0.4375rem 0;
  background: none;
}
.breadcrumb li {
  color: #fff;
  font-size: 0.9375rem;
}
.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #D11515;
}

.form-control:focus,
.btn:focus, .slick-track:focus {
  outline: none;
  box-shadow: none;
}

.recent-order-box {
  display: flex;
  width: 100%;
  padding: 1.875rem 0.9375rem 0.9375rem 0;
  border-bottom: 1px solid #C9D2DD;
}
@media (max-width: 767.98px) {
  .recent-order-box {
    display: block;
  }
}
.recent-order-box .img {
  max-width: 25%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .recent-order-box .img {
    float: left;
  }
}
.recent-order-box .p {
  font-size: 16px;
  color: #868686;
}
.recent-order-box .second {
  padding: 0 0.9375rem 0 0.9375rem;
  max-width: 40%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .recent-order-box .second {
    max-width: 88%;
    float: left;
    padding-left: 0;
  }
}
.recent-order-box .second h3 {
  margin: 0 0 5px 0;
  color: #1D1D1D;
}
.recent-order-box .second .p {
  margin: 0 0 5px 0;
}
@media (max-width: 767.98px) {
  .recent-order-box .second p, .recent-order-box .second h2 {
    display: none;
  }
}
.recent-order-box .last {
  padding: 0 0.9375rem;
  display: flex;
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .recent-order-box .last {
    max-width: 88%;
  }
}
.recent-order-box .last .content {
  margin: auto 0;
  display: flex;
  width: 100%;
}
.recent-order-box .last .content .icon {
  max-width: 35px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .recent-order-box .last .content .icon {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .recent-order-box .last .content h3.m-18 {
    display: none;
  }
}

.log-out-btn {
  margin-top: 8.75rem;
  color: #D11515;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  display: block;
  background: url(../images/logout-icon.svg) center left 0px no-repeat;
}
.log-out-btn:hover {
  text-decoration: none;
  color: #000;
}

.blue-trns-btn {
  color: #043673;
  padding: 0.625rem 1.125rem;
  border: 1.5px solid #C9D2DD;
  font-weight: 500;
  font-size: 1rem;
}

.address-box {
  border: 1px solid #C9D2DD;
  padding: 1.875rem;
  max-width: 40%;
  width: 100%;
  margin: 1.25rem;
}
@media (max-width: 991.98px) {
  .address-box {
    max-width: 100%;
    margin: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .address-box {
    padding: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .address-box .secondary-btn {
    width: 100%;
    text-align: center;
  }
}

.phone {
  padding-bottom: 0.9375rem;
  padding-left: 1.5625rem;
  font-size: 17px;
  background: url(../images/phone-portrait.svg) top left no-repeat;
}

.settings-box {
  padding: 1.875rem;
}
.settings-box .p {
  font-size: 1.125rem;
}
.settings-box .p span {
  width: 9.375rem;
  display: inline-block;
}

#change-password .box {
  padding: 0.9375rem 0;
  display: flex;
  flex-wrap: wrap;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

a:hover {
  text-decoration: none;
}

.flow-info {
  background: #FAFAFA;
  height: 5rem;
}
@media (max-width: 767.98px) {
  .flow-info {
    display: none;
  }
}
.flow-info .container {
  height: 100%;
}
.flow-info .container .row {
  height: 100%;
}
.flow-info .container .row .col-lg-12, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head {
  height: 100%;
  display: flex;
}
.flow-info .container .row .col-lg-12 ul, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul {
  list-style: none;
  margin: auto;
}
.flow-info .container .row .col-lg-12 ul li, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul li, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul li {
  display: inline-block;
  padding: 0 15px;
}
.flow-info .container .row .col-lg-12 ul li::after, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul li::after, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul li::after {
  content: "";
  height: 1px;
  width: 54px;
  background: #CECECE;
  display: inline-block;
  margin-bottom: 4px;
}
.flow-info .container .row .col-lg-12 ul li:last-child::after, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul li:last-child::after, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul li:last-child::after {
  display: none;
}
.flow-info .container .row .col-lg-12 ul li a, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul li a, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul li a {
  color: #000;
  opacity: 0.37;
  font-weight: 500;
  cursor: inherit;
}
.flow-info .container .row .col-lg-12 ul li a span, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul li a span, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul li a span {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #CECECE;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 15px;
}
.flow-info .container .row .col-lg-12 ul li a.active, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul li a.active, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul li a.active {
  opacity: 1;
}
.flow-info .container .row .col-lg-12 ul li a.active span, .flow-info .container .row .woocommerce.inner-page .flow-outer .cart-head ul li a.active span, .woocommerce.inner-page .flow-outer .flow-info .container .row .cart-head ul li a.active span {
  background: #06BE06;
  border: 1px solid #06BE06;
  color: #fff;
}

.flow-outer {
  padding: 2.5rem 0;
}
.flow-outer .left {
  max-width: calc(50% - 36px);
  width: 100%;
  margin: 0 15px 0 21px;
}
@media (max-width: 991.98px) {
  .flow-outer .left {
    max-width: 100%;
    margin: 30px 15px 0 15px;
  }
}
.flow-outer .right {
  max-width: calc(50% - 36px);
  width: 100%;
  margin: 0 21px 0 15px;
}
@media (max-width: 991.98px) {
  .flow-outer .right {
    max-width: 100%;
    padding-top: 1.25rem;
    margin: 0 15px 0 15px;
  }
}
.flow-outer .right .coupon-edit {
  color: #D11515;
  float: right;
}
.flow-outer .right h3.m-23 {
  display: inline-block;
}
.flow-outer .right .coupon-error {
  margin-top: -15px;
}
.flow-outer .address-box {
  max-width: calc(100% - 30px);
  margin-left: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .flow-outer .address-box {
    max-width: calc(100%);
  }
}
.flow-outer .address-box div.remove {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .flow-outer .address-box div.remove {
    margin-top: 8px;
  }
}
.flow-outer .address-box .img {
  padding-left: 15px;
}
.flow-outer .address-box .col-lg-6 :last-child {
  order: 2;
}
.flow-outer .address-box .col-lg-6 :first-child {
  order: 1;
}
.flow-outer .address-box .form-group {
  margin: 1.875rem 0;
}
.flow-outer .address-box .form-group select {
  padding: 0;
  background: url(../images/select-arrow.svg) center right no-repeat;
}
.flow-outer .address-box .secondary-btn {
  margin-top: 1.25rem;
  display: inline-block;
}
.flow-outer .address-box.w-100 {
  max-width: 100%;
}

.right-product-info {
  border: 1px solid #C9D2DD;
}
.right-product-info .head {
  background: #F4F6F8;
  padding: 0.9375rem 1.25rem;
  border-bottom: 1px solid #C9D2DD;
}
.right-product-info .price-details {
  padding: 0.9375rem 1.25rem;
}
.right-product-info .price-details p {
  display: flex;
}
.right-product-info .price-details p span {
  float: right;
  margin-left: auto;
  padding-left: 30px;
  margin-top: auto;
}
.right-product-info button {
  margin: 0.9375rem 0;
  width: 100%;
}

.coupon {
  padding: 0.9375rem;
  border: 1px dashed #BCCBDE;
  margin: 1.4375rem 0;
}
.coupon .p {
  margin: 0;
  padding: 0;
  font-style: 1rem;
}
.coupon .p a {
  color: #D11515;
  float: right;
  font-weight: 500;
  transition: all 0.4s;
}
.coupon .p a:hover {
  color: #043673;
}

.grey-hr {
  border-top: 1.5px solid #C9D2DD;
}

.f-w-m {
  font-weight: 500;
}

.secondary-color {
  color: #043673;
}

.cart-head {
  display: flex;
  position: relative;
}

.back-to-shop {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 500;
  color: #D11515 !important;
  text-decoration: underline;
}
.back-to-shop:hover {
  text-decoration: none;
}

.order-table-head {
  display: flex;
  border-top: 1px solid #C9D2DD;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
}
@media (max-width: 767.98px) {
  .order-table-head {
    display: none;
  }
}
.order-table-head .product {
  width: 100%;
  max-width: 25%;
}
.order-table-head .description {
  padding: 0 0.9375rem 0 0.9375rem;
  max-width: 46%;
  width: 100%;
}
.order-table-head .quantity {
  max-width: 25%;
  width: 100%;
  padding: 0 0.9375rem;
}

@media (max-width: 767.98px) {
  .address-box.w-100 .img {
    max-width: 24%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .address-box.w-100 .img img {
    max-width: 5.625rem;
  }
}
@media (max-width: 575.98px) {
  .address-box.w-100 .img img {
    max-width: 100%;
  }
}
.address-box.w-100 .second {
  padding: 0 0.9375rem 0 0.9375rem;
  max-width: 46%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .address-box.w-100 .second {
    max-width: 76%;
    float: left;
  }
}
.address-box.w-100 .last {
  max-width: 25%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .address-box.w-100 .last {
    max-width: 120px;
    clear: both;
    margin-left: 24%;
    float: left;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .address-box.w-100 .last {
    max-width: 96px;
  }
}
.address-box.w-100 .last ul {
  margin: 0;
  padding: 4px 0;
  border: 1px solid #C1C9D3;
  display: inline-table;
}
.address-box.w-100 .last ul li {
  display: inline-block;
}
.address-box.w-100 .last ul li .cart-changer {
  border: none;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  cursor: pointer;
  text-align: center;
}
.address-box.w-100 .last ul li .cart-changer:focus {
  outline: none;
}
.address-box.w-100 .last ul li input {
  width: 2.5rem;
  border-left: 1px solid #C1C9D3;
  border-right: 1px solid #C1C9D3;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
@media (max-width: 575.98px) {
  .address-box.w-100 .last ul li input {
    width: 1.875rem;
  }
}
.address-box.w-100 .remove {
  padding: 0 0rem 0 0;
  background: url(../images/remove-icon.svg) right 0px top no-repeat;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .address-box.w-100 .remove {
    max-width: 55%;
    float: left;
    margin-left: 0 !important;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .address-box.w-100 .remove {
    padding: 0 0.3125rem;
  }
}
.address-box.w-100 .remove:hover {
  background: url(../images/remove-icon.svg) right 0px top no-repeat;
  color: #000 !important;
  opacity: 0.5;
}
.address-box.w-100 .remove:hover a {
  opacity: 0;
}
.address-box.w-100 .remove a {
  opacity: 0;
}
.address-box.w-100 .remove a img {
  float: left;
}
.address-box.w-100 .remove a:hover {
  background: none;
  color: #000;
}
@media (max-width: 991.98px) {
  .address-box.w-100 .tax-info {
    width: 100%;
    clear: both;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .address-box.w-100 .tax-info {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .remove a {
    width: 100%;
    display: flex;
    padding: 5px 12px;
    border: 1px solid #c1c9d3;
  }
}
.remove a img {
  float: left;
  margin-right: 7px;
  max-width: 8.57px;
  max-height: 8.57px;
  width: 100%;
  height: 100%;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .remove a img {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.remove a span {
  display: none;
}
@media (max-width: 991.98px) {
  .remove a span {
    display: block;
    color: #000;
  }
}

.old-price {
  color: #969696;
  text-decoration: line-through;
  font-size: 1.0625rem;
  padding: 0 0.46875rem;
}

.off-price {
  color: #014AA5;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
}

.tax-info {
  color: #14AC00;
  font-size: 0.875rem;
  font-weight: 500;
}

.coupon-applied {
  font-size: 0.9375rem;
  color: #09AA21 !important;
}
.coupon-applied img {
  margin-right: 7px;
}

.coupon-error {
  color: #D11515;
  font-size: 0.875rem;
}

.back-to-shop {
  color: #007bff !important;
}

input {
  border: inherit;
}

.sign-box .remember {
  width: 100%;
}
.sign-box .custom-check-container {
  width: 100% !important;
}

.woocommerce-pagination--without-numbers .woocommerce-Button {
  background: #fff !important;
  border: 1px solid #C9D2DD !important;
  margin: 15px !important;
  transition: all 0.4s;
}
.woocommerce-pagination--without-numbers .woocommerce-Button:hover {
  background: #D11515 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

#billing_country:focus {
  outline: none;
}

@media (max-width: 991.98px) {
  .accountpage #post-49 .woocommerce {
    display: block;
  }
}

.login-notices {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  padding: 7px 15px;
}

.login-notices.error {
  border: 1px dashed #D11515;
}

.login-notices.success {
  border: 1px dashed #14AC00;
}

.register-notices {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  padding: 7px 15px;
}

.register-notices.error {
  border: 1px dashed #D11515;
}

.register-notices.success {
  border: 1px dashed #14AC00;
}

p.fail_veri {
  border: 1px dashed #D11515;
}

p.success_veri {
  border: 1px dashed #14AC00;
}

#reset_btn_id {
  margin-top: 40px;
}

.gallery-pop .modal-header .close {
  background: #D11515;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0;
  display: flex;
  transition: all 0.4s;
  padding: 1px 10px;
}
.gallery-pop .modal-header .close:hover {
  background: #043673;
}
.gallery-pop .modal-header .close span {
  left: 8px;
  top: 1px;
  position: absolute;
}
.gallery-pop .modal-content img {
  max-height: 530px;
}

.empty-cart {
  max-width: 46.875rem;
  width: 100%;
  border: 2px dashed #D11515;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 3.125rem;
  margin: 100px auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .wwwa__cta {
    display: none;
  }
}

#enquire-modal .wpcf7-submit {
  background: #D11515;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 30px;
}
#enquire-modal .btn-secondary {
  background: #043673;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 11px 30px;
  line-height: none;
}
#enquire-modal .btn-secondary:focus {
  border: none;
  outline: none;
}
#enquire-modal .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
#enquire-modal .wpcf7-form-control {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}
#enquire-modal .wpcf7-spinner {
  position: absolute;
  left: 15px;
}
#enquire-modal .error {
  font-size: 12px !important;
}
#enquire-modal .wpcf7-text {
  height: 34px;
}

.home-page {
  margin-top: 6.75rem;
}
@media (max-width: 1199.98px) {
  .home-page {
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .home-page {
    margin-top: 3.75rem;
  }
}

.banner {
  height: calc(100vh - 112px);
  background: #ccc;
}
@media (max-width: 1024px) {
  .banner {
    height: 520px;
  }
}
@media (max-width: 991.98px) {
  .banner {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .banner {
    height: 300px;
  }
}

.usa {
  background: url(../images/usa.svg) center center no-repeat;
}

.featured {
  background: url(../images/home-products-bg.svg) top 100px right 71% no-repeat;
  background-size: cover;
}
.featured .left-head {
  margin-bottom: 3.4375rem;
}
@media (max-width: 767.98px) {
  .featured .left-head {
    margin-bottom: 1.5625rem;
  }
}
.featured .products-carousel {
  padding: 0 0.9375rem;
}
.featured .products-carousel .owl-nav {
  display: none;
}
.featured .products-carousel .owl-dots {
  padding-top: 1.25rem;
  text-align: center;
}
.featured .box {
  position: relative;
  overflow: hidden;
  height: 450px;
}
@media (max-width: 1199.98px) {
  .featured .box {
    height: 320px;
  }
}
.featured .box.em-animate {
  opacity: 1;
}
.featured .box > img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.featured .box:hover > img {
  transform: scale(1.03);
}
.featured .box:hover .info {
  opacity: 0.6;
}
.featured .box .info {
  background: url(../images/product-shade.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  padding: 5.625rem 0.9375rem;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 190px;
  font-size: 1rem;
  transition: 0.5s ease-in-out;
}
.featured .box .info h4 {
  color: #fff;
  font-size: 1rem;
  min-height: 38px;
}
.featured .box .info h3 {
  color: #fff;
  font-size: 1rem;
  padding-top: 0.4375rem;
}
.featured .box .info h3 b {
  font-weight: 600;
  padding-right: 0.4375rem;
}
.featured .box .info h3 del {
  font-weight: 500;
}
.featured .box .info h3 span {
  padding-left: 0.4375rem;
  font-weight: 400;
}

video:focus {
  outline: none;
}

.home-about {
  background: rgba(207, 218, 234, 0.3);
  padding: 0 0 6.25rem 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .home-about {
    padding: 0 0 2.5rem 0;
  }
}
.home-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  background: #fff;
  height: 18.75rem;
}
@media (max-width: 767.98px) {
  .home-about::before {
    display: none;
  }
}
.home-about .video-box .home-abt-img {
  width: 1000px;
  max-width: 1000px;
  height: 500px;
  margin: auto;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .home-about .video-box .home-abt-img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home-about .video-box .home-abt-img {
    height: 220px;
  }
}
.home-about .video-box video {
  width: 1000px;
  height: 500px;
  margin: auto;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .home-about .video-box video {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home-about .video-box video {
    height: 220px;
  }
}
.home-about .video-box:focus .play-btn {
  display: none;
}
.home-about .video-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
@media (max-width: 1199.98px) {
  .home-about .video-box .play-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home-about .video-box .play-btn {
    max-width: 50px;
  }
}
.home-about .video-box .play-btn:hover {
  opacity: 0.43;
}
.home-about .content {
  padding: 0 0.9375rem;
  width: 100%;
}
.home-about .content .h3 {
  color: #981818;
  font-size: 1.875rem;
  max-width: 45.625rem;
  margin: 0 auto;
  padding: 2.5rem 0 1.875rem 0;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .home-about .content .h3 {
    font-size: 1.125rem;
    padding: 1.25rem 0 0.9375rem 0;
  }
}
.home-about .content p {
  max-width: 56.875rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .home-about .content p {
    font-size: 0.875rem;
  }
}
.home-about .content button {
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .home-about .content button {
    margin-top: 20px;
  }
}

.get-in-touch {
  background: #043673;
  position: relative;
}
.get-in-touch .bg-img {
  object-position: left;
}
.get-in-touch h1,
.get-in-touch h2,
.get-in-touch h3,
.get-in-touch h4,
.get-in-touch h5,
.get-in-touch h6 {
  color: #fff !important;
}
.get-in-touch p {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .get-in-touch p {
    font-size: 0.875rem;
  }
}
.get-in-touch h4 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2.4px;
}
.get-in-touch h2 {
  font-weight: 400;
  padding: 0.9375rem 0 1.5625rem 0;
}
@media (max-width: 991.98px) {
  .get-in-touch h2 {
    padding: 0.9375rem 0 0 0;
  }
}
.get-in-touch button {
  margin: 1.5625rem 0 0 0;
}
.get-in-touch .em-animate {
  max-width: 600px;
}

.home-vertical-out .h2 {
  font-weight: 500;
}
.home-vertical-out .home-vertical {
  margin: 5.625rem 0;
}
@media (max-width: 767.98px) {
  .home-vertical-out .home-vertical {
    margin: 3.125rem 0;
  }
}
.home-vertical-out .home-vertical .tab-img {
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.home-vertical-out .home-vertical ul {
  display: flex;
  min-height: 550px;
  max-height: 550px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767.98px) {
  .home-vertical-out .home-vertical ul {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-vertical-out .home-vertical li {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #043673;
  cursor: pointer;
  transition: all 0.8s ease;
  border-right: 1px solid #1B4D8B;
  max-width: 6.4375rem;
}
.home-vertical-out .home-vertical li:last-child {
  border-right: none;
}
.home-vertical-out .home-vertical li:hover {
  background: #D11515;
}
.home-vertical-out .home-vertical li .section-content {
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: all 0.4s;
}
.home-vertical-out .home-vertical li .section-content .h1 {
  font-size: 5rem;
  color: #C4D4E6;
  opacity: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .home-vertical-out .home-vertical li .section-content .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  .home-vertical-out .home-vertical li .section-content .h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  .home-vertical-out .home-vertical li .section-content .h1 {
    font-size: 1.5rem;
  }
}
.home-vertical-out .home-vertical li .section-content .h2 {
  color: #fff;
  font-size: 1.8125rem;
}
@media (max-width: 767.98px) {
  .home-vertical-out .home-vertical li .section-content .h2 {
    font-size: 0.75rem;
  }
}
.home-vertical-out .home-vertical li.active {
  flex: 5;
  background: #fff;
  cursor: default;
  max-width: 100%;
  position: relative;
}
.home-vertical-out .home-vertical li.active .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #C4D4E6;
  width: 100%;
  display: block;
  text-align: left;
  margin-top: -55px;
  padding: 7px;
}
@media (max-width: 991.98px) {
  .home-vertical-out .home-vertical li.active .section-content {
    margin-top: -25px;
  }
}
.home-vertical-out .home-vertical li.active .section-title {
  display: none;
}
.home-vertical-out .home-vertical li.active .tab-img {
  display: block;
}
.home-vertical-out .home-vertical li.active h1 {
  opacity: 1 !important;
  transition: 1s ease-in-out;
}
.home-vertical-out .home-vertical li .section-title {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}
.home-vertical-out .home-vertical li .section-title h2 {
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .home-vertical-out .home-vertical li .section-title h2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .home-vertical-out .home-vertical li .section-title h2 {
    font-size: 0.75rem;
  }
}
.home-vertical-out .home-vertical li .section-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 0;
  transition: none;
}

.customer-says {
  background: #043673;
  transition: all 0.4s;
  background-size: cover;
}

.customer-says .nav-tabs {
  text-align: center;
  width: 100%;
  max-width: 59.625rem;
  margin: 0 auto;
  border-bottom: none;
}
.customer-says .nav-tabs li {
  display: inline-block;
  margin: 0 auto;
  width: 33.3333%;
  position: relative;
  transition: all 0.3s;
}
.customer-says .nav-tabs li:hover {
  opacity: 0.5;
}
.customer-says .nav-tabs li a {
  color: #fff;
  border-bottom: 1px solid rgba(195, 204, 216, 0.4);
  width: 100%;
  display: inline-block;
  padding-bottom: 0.9375rem;
  height: 100%;
}
.customer-says .nav-tabs li a::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(195, 204, 216, 0.4);
}
.customer-says .nav-tabs li a:hover {
  text-decoration: none;
  color: #fff !important;
}
.customer-says .nav-tabs li a .box {
  display: flex;
}
@media (max-width: 991.98px) {
  .customer-says .nav-tabs li a .box {
    display: block;
  }
}
.customer-says .nav-tabs li a .box .img img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 575.98px) {
  .customer-says .nav-tabs li a .box .img img {
    width: 40px;
    height: 40px;
  }
}
.customer-says .nav-tabs li a .box .text {
  text-align: left;
  padding: 0 0.9375rem 0 1.875rem;
}
@media (max-width: 991.98px) {
  .customer-says .nav-tabs li a .box .text {
    padding: 0px 15px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .customer-says .nav-tabs li a .box .text {
    padding: 0px 5px;
  }
}
.customer-says .nav-tabs li a .box .text h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .customer-says .nav-tabs li a .box .text h4 {
    font-size: 0.75rem;
    margin: 5px 0;
  }
}
.customer-says .nav-tabs li a .box .text p {
  font-size: 1rem;
  opacity: 0.5;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .customer-says .nav-tabs li a .box .text p {
    font-size: 0.75rem;
  }
}
.customer-says .nav-tabs li a .box .text p span {
  border-left: 1px solid rgba(255, 255, 255, 0.19);
  padding-left: 0.9375rem;
  margin-left: 0.625rem;
}
@media (max-width: 991.98px) {
  .customer-says .nav-tabs li a .box .text p span {
    border-left: 0;
    padding-left: 0px;
    margin-left: 0px;
    display: block;
  }
}
.customer-says .nav-tabs li a.active:focus {
  color: #fff;
  outline: none;
  color: #fff !important;
}
.customer-says .nav-tabs li a.active::after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff0000;
}
.customer-says .tab-pane {
  max-width: 59.625rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.customer-says .tab-pane .h2,
.customer-says .tab-pane .p {
  color: #fff;
}
.customer-says .tab-pane .p {
  font-size: 1.5rem;
  padding: 1.875rem 0 3.75rem 0;
  opacity: 0.84;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .customer-says .tab-pane .p {
    font-size: 1rem;
    padding: 30px 0;
  }
}
.customer-says .tab-pane h4 {
  color: #fff;
  opacity: 0.51;
}
.customer-says .tab-pane .quote {
  max-width: 7rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .customer-says .tab-pane .quote {
    max-width: 3.125rem;
    margin-bottom: 1.25rem;
  }
}
.customer-says .tab-pane.active {
  opacity: 1;
}

.gallery {
  background: #EFF3F8;
}
@media (max-width: 1024px) {
  .gallery {
    margin-bottom: 0px;
  }
}
.gallery .left-head {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .gallery .left-head {
    margin-bottom: 1.5625rem;
  }
}
.gallery .left-side {
  max-width: 71%;
  width: 100%;
  display: flex;
  padding-left: 0.9375rem;
}
@media (max-width: 991.98px) {
  .gallery .left-side {
    max-width: 100%;
    padding-right: 0.9375rem;
  }
}
.gallery .left-side .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .left-side .one {
  margin-bottom: 0.9375rem;
}
@media (max-width: 991.98px) {
  .gallery .left-side .one {
    order: 2;
    display: none;
  }
}
.gallery .left-side .two {
  padding-left: 0;
  margin-bottom: 0.9375rem;
}
@media (max-width: 991.98px) {
  .gallery .left-side .two {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .gallery .left-side .three {
    max-width: 65%;
  }
}
@media (max-width: 575.98px) {
  .gallery .left-side .four {
    max-width: 35%;
  }
}
.gallery .right-side {
  max-width: 29%;
  width: calc(100% - 15px);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .gallery .right-side {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .gallery .right-side {
    padding-right: 0;
    margin-top: 15px;
  }
}
.gallery .right-side .gallery-aside {
  position: absolute;
  height: 100%;
  object-fit: cover;
  margin-right: 30px;
  width: calc(100% - 30px);
}
@media (max-width: 991.98px) {
  .gallery .right-side .gallery-aside {
    position: relative;
    height: auto;
    max-height: 18.75rem;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .gallery .right-side .gallery-aside {
    max-height: 12.5rem;
  }
}
.gallery .col-lg-8.clearfix {
  padding: 0;
  margin: 0;
}

.product-tab .tab-head {
  background: #F7F9FA;
  border-bottom: 1px solid #CAD7ED;
}
@media (max-width: 767.98px) {
  .product-tab .tab-head {
    background: #ffffff;
  }
}
.product-tab .nav-tabs {
  border: none;
  justify-content: space-around;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-tab .nav-tabs {
    display: flex;
    flex-wrap: unset;
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.product-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-tab .nav-tabs .nav-item {
    padding: 0 0.9375rem;
    display: inline;
  }
}
@media (max-width: 767.98px) {
  .product-tab .nav-tabs .nav-item {
    flex: 0 0 80px;
  }
}
.product-tab .nav-tabs .nav-item .nav-link {
  border-bottom: 4px solid transparent;
  font-size: 1.25rem;
  color: #383838;
  text-align: center;
  padding: 1.875rem 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .product-tab .nav-tabs .nav-item .nav-link {
    font-size: 0.875rem;
  }
}
.product-tab .nav-tabs .nav-item .nav-link:hover {
  border-bottom: 4px solid #D11515;
}
.product-tab .nav-tabs .nav-item .nav-link:focus {
  outline: none;
}
.product-tab .nav-tabs .nav-item .nav-link svg {
  display: block;
  margin: 0 auto 0.9375rem auto;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .product-tab .nav-tabs .nav-item .nav-link svg {
    max-width: 35px;
    max-height: 35px;
    margin-bottom: 5px;
  }
}
.product-tab .nav-tabs .nav-item .nav-link svg:focus {
  outline: none;
}
.product-tab .nav-tabs .nav-item .nav-link.active {
  background: none;
  border-bottom: 4px solid #D11515;
}
.product-tab .nav-tabs .nav-item:focus {
  outline: none;
}
.product-tab .tab-details .tab-content {
  width: 100%;
  padding: 2.5rem 0;
}
@media (max-width: 767.98px) {
  .product-tab .tab-details .tab-content {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .product-tab .tab-details .tab-content .container {
    padding: 0;
  }
}
.product-tab .tab-details .tab-content .tab-pane .box-out {
  display: flex;
  flex-wrap: wrap;
}
.product-tab .tab-details .tab-content .tab-pane .box-out .add-crt {
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #D11515;
  color: #ffffff !important;
  text-align: center;
}
.product-tab .tab-details .tab-content .tab-pane .box-out p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-tab .tab-details .tab-content .tab-pane .box-out .box {
  max-width: 20%;
  width: 100%;
  padding: 2.5rem 1.875rem;
}
@media (max-width: 1440px) {
  .product-tab .tab-details .tab-content .tab-pane .box-out .box {
    padding: 2.5rem 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  .product-tab .tab-details .tab-content .tab-pane .box-out .box {
    max-width: 50%;
    float: left;
    padding: 2.5rem 0.9375rem;
    border: 1px solid rgba(211, 211, 211, 0.3);
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-tab .tab-details .tab-content .tab-pane .box-out .box:nth-child(1), .product-tab .tab-details .tab-content .tab-pane .box-out .box:nth-child(2), .product-tab .tab-details .tab-content .tab-pane .box-out .box:nth-child(3), .product-tab .tab-details .tab-content .tab-pane .box-out .box:nth-child(4) {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .product-tab .tab-details .tab-content .tab-pane .box-out .box {
    padding: 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  .product-tab .tab-details .tab-content .tab-pane .box-out .box:nth-child(2n) {
    border-left: 0;
  }
}
.product-tab .tab-details .tab-content .tab-pane .box-out .box .product-img {
  margin: 0 auto;
  display: block;
  padding-bottom: 1.875rem;
  height: 170px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .product-tab .tab-details .tab-content .tab-pane .box-out .box .product-img {
    margin: 0;
  }
}
.product-tab .tab-details .tab-content .tab-pane .box-out .box a {
  color: inherit;
}
.product-tab .tab-details .tab-content .tab-pane .box-out .box .price-tag {
  color: #000;
  display: flex;
}
.product-tab .tab-details .tab-content .tab-pane .box-out .box .price-tag del {
  color: #A2A2A2;
}
.product-tab .tab-details .tab-content .tab-pane .box-out .box .price-tag span {
  color: #0049A2;
}

.home-what-we-do {
  background: #043673;
}
.home-what-we-do .service-btn {
  float: right;
  margin-top: 2.5rem;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #fff;
}
@media (max-width: 991.98px) {
  .home-what-we-do .service-btn {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .home-what-we-do .service-btn {
    height: 2.1875rem;
    margin-top: 20px;
  }
}
.home-what-we-do .service-btn:hover {
  background: #D11515;
  border-bottom: 2px solid #D11515 !important;
}

.offers .left-head {
  margin-bottom: 3.4375rem;
}
@media (max-width: 767.98px) {
  .offers .left-head {
    margin-bottom: 1.5625rem;
  }
}
.offers .offer-box {
  padding: 3.4375rem;
  display: flex;
}
@media (max-width: 991.98px) {
  .offers .offer-box {
    padding: 1.875rem 0.9375rem;
  }
}
.offers .offer-box .img {
  max-width: 50%;
  width: 100%;
  margin: auto 0;
}
.offers .offer-box .txt {
  margin: auto 0;
  padding-left: 1.25rem;
}
.offers .offer-box .txt h1 {
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 100px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .offers .offer-box .txt h1 {
    font-size: 2.625rem;
    line-height: 42px;
  }
}
.offers .offer-box .txt .h3 {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .offers .offer-box .txt .h3 {
    font-size: 1.0625rem;
  }
}
.offers .offer-box .txt .h2 {
  font-size: 2.0625rem;
}
@media (max-width: 991.98px) {
  .offers .offer-box .txt .h2 {
    font-size: 1.0625rem;
  }
}
.offers .offer-box .txt .on {
  font-size: 1.9375rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .offers .offer-box .txt .on {
    font-size: 0.875rem;
  }
}
.offers .offer-box.small .txt {
  margin: auto 0;
}
.offers .offer-box.small .txt h1 {
  font-size: 3.5rem;
  line-height: 56px;
}
@media (max-width: 991.98px) {
  .offers .offer-box.small .txt h1 {
    font-size: 1.4375rem;
    line-height: 23px;
  }
}
.offers .offer-box.small .txt .h3 {
  font-size: 1rem;
}
.offers .offer-box.small .txt .on {
  font-size: 1.1875rem;
}
@media (max-width: 991.98px) {
  .offers .offer-box.small .txt .on {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .offers .offer-box.small {
    max-width: calc(50% - 7.5px);
    float: left;
    height: calc(100% - 15px);
  }
}
.offers .offer-box.one {
  background: #A7BEDB;
}
.offers .offer-box.two {
  background: #F0CECE;
}
@media (max-width: 991.98px) {
  .offers .offer-box.two {
    margin-top: 0.9375rem;
  }
}
.offers .offer-box.three {
  background: #CFD2D6;
  margin-top: 0.9375rem;
}
@media (max-width: 991.98px) {
  .offers .offer-box.three {
    float: right;
  }
}

/* -------------------------------- 

Slider

-------------------------------- */
.cd-radial-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 2em auto;
  /* hide horizontal scrollbar on IE11 */
  overflow: hidden;
}

.cd-radial-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: transform 0.2s;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}

.cd-radial-slider > li.visible {
  position: relative;
  opacity: 1;
}

.cd-radial-slider > li.is-animating,
.cd-radial-slider > li.prev-slide,
.cd-radial-slider > li.next-slide {
  opacity: 1;
}

.cd-radial-slider > li.is-animating {
  z-index: 2;
}

.cd-radial-slider > li.scale-down,
.cd-radial-slider > li.move-up {
  z-index: 3;
}

.cd-radial-slider > li.move-up {
  /* class added to the navigation round element when clicked - used to create the click effect */
  animation: cd-clicked 0.2s;
}

.cd-radial-slider > li.scale-down {
  /* class added to the navigation round element to create the scale down effect  */
  transform: scale(0);
}

.cd-radial-slider > li.prev-slide image,
.cd-radial-slider > li.next-slide image {
  /* make sure the prev/next round elements are visible */
  z-index: 3;
}

.cd-radial-slider > li.next-slide {
  /* for the scale-down/click effect - change the transform origin so that it is the center of the navigation round element */
  transform-origin: 92.14% 50%;
}

.cd-radial-slider > li.prev-slide {
  transform-origin: 7.86% 50%;
}

.cd-radial-slider .svg-wrapper {
  position: relative;
  z-index: 1;
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}

.cd-radial-slider li.prev-slide .svg-wrapper,
.cd-radial-slider li.next-slide .svg-wrapper {
  /* change its z-index so that it's always below the .cd-radial-slider-content */
  z-index: 2;
}

.cd-radial-slider-wrapper svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cd-radial-slider-content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-radial-slider-content .wrapper {
  /* vertically center its content */
  display: table;
  height: 100%;
  width: 100%;
}

.cd-radial-slider-content .wrapper > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 17%;
  color: #ffffff;
}

.cd-radial-slider-content h2 {
  font-size: 2rem;
  font-family: "Vollkorn", serif;
}

.cd-radial-slider-content p {
  font-size: 1.4rem;
  margin: 0.6em auto 0.8em;
}

.cd-radial-slider-content .cd-btn {
  display: inline-block;
  padding: 1em;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: bold;
}

.visible .cd-radial-slider-content {
  visibility: visible;
  opacity: 1;
}

.prev-slide .cd-radial-slider-content {
  transform: translateX(50px);
}

.next-slide .cd-radial-slider-content {
  transform: translateX(-50px);
}

.content-reveal-left .cd-radial-slider-content,
.content-reveal-right .cd-radial-slider-content {
  /* animate slide content when entering the viewport */
  animation-delay: 0.1s;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}

.content-hide-left .cd-radial-slider-content,
.content-hide-right .cd-radial-slider-content {
  /* animate slide content when leaving the viewport */
  opacity: 0;
  visibility: hidden;
}

.content-reveal-left .cd-radial-slider-content,
.content-reveal-right .cd-radial-slider-content,
.content-hide-left .cd-radial-slider-content,
.content-hide-right .cd-radial-slider-content {
  animation-duration: 0.4s;
}

.content-reveal-left .cd-radial-slider-content {
  animation-name: cd-reveal-left;
}

.content-reveal-right .cd-radial-slider-content {
  animation-name: cd-reveal-right;
}

.content-hide-left .cd-radial-slider-content {
  animation-name: cd-hide-left;
}

.content-hide-right .cd-radial-slider-content {
  animation-name: cd-hide-right;
}

@media only screen and (min-width: 1100px) {
  .cd-radial-slider-content h2 {
    font-size: 4.4rem;
  }

  .cd-radial-slider-content p {
    font-size: 2rem;
    margin: 1.2em auto 1.6em;
  }

  .cd-radial-slider-content .cd-btn {
    font-size: 1.6rem;
    transition: background 0.2s, color 0.2s;
  }

  .cd-radial-slider-content .cd-btn:hover {
    background: #ffffff;
    color: #0a0b15;
  }
}
.cd-round-mask {
  /* wrapper for the svg mask elements */
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

/* Banner start */
.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0;
}

.slick-slide {
  float: left;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider {
  overflow: hidden;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 80px;
  background: transparent;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 30px/80px FontAwesome;
  color: #FFF;
  z-index: 5;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767.98px) {
  .Modern-Slider .NextArrow {
    display: none !important;
  }
}
.Modern-Slider .NextArrow:focus {
  border: none;
  outline: none;
}

.Modern-Slider .NextArrow:before {
  background: url(../images/banner-right-arrow.svg) center center no-repeat;
  content: "";
  width: 1.125rem;
  height: 1.924375rem;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 80px;
  background: transparent;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 30px/80px FontAwesome;
  color: #FFF;
  z-index: 5;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767.98px) {
  .Modern-Slider .PrevArrow {
    display: none !important;
  }
}
.Modern-Slider .PrevArrow:focus {
  border: none;
  outline: none;
}

.Modern-Slider .PrevArrow:before {
  background: url(../images/banner-left-arrow.svg) center center no-repeat;
  content: "";
  width: 1.125rem;
  height: 1.924375rem;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
}

.Modern-Slider .NextArrow .Thumbnail {
  display: block;
  position: absolute;
  width: 120px;
  height: 80px;
  background-size: cover;
  top: 0px;
  right: -120px;
  z-index: 10;
  transition: all 0.5s;
}

.Modern-Slider .NextArrow:hover .Thumbnail {
  display: block;
  position: absolute;
  width: 530px;
  height: 530px;
  background-size: cover;
  border-radius: 50%;
  top: -200px;
  right: -370px !important;
  z-index: 0;
  transition: all 0.5s;
}
@media (max-width: 1199.98px) {
  .Modern-Slider .NextArrow:hover .Thumbnail {
    display: none;
  }
}

.Modern-Slider .PrevArrow .Thumbnail {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 80px;
  background-size: cover;
  top: 0px;
  left: -120px;
  z-index: 10;
  transition: all 0.2s;
}

.Modern-Slider .PrevArrow:hover .Thumbnail {
  display: block;
  position: absolute;
  width: 530px;
  height: 530px;
  background-size: cover;
  border-radius: 50%;
  top: -200px;
  left: -370px !important;
  z-index: 0;
  transition: all 0.5s;
}

.Modern-Slider .slick-dots {
  position: absolute;
  height: 50px;
  bottom: 17px;
  width: 100%;
  left: 50%;
  transform: translatex(-50%);
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: left;
}
@media (max-width: 767.98px) {
  .Modern-Slider .slick-dots {
    left: 53%;
    height: 40px;
  }
}

.Modern-Slider .slick-dots li {
  display: inline-block;
  width: 4px;
  height: 13px;
  background: #AFBACB;
  transition: none;
  border-radius: none;
  margin: 0 12px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767.98px) {
  .Modern-Slider .slick-dots li {
    margin: 0 5px;
    height: 7px;
  }
}

.Modern-Slider .slick-dots li.slick-active {
  background: #FF0000;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.28);
  height: 22px;
}
@media (max-width: 767.98px) {
  .Modern-Slider .slick-dots li.slick-active {
    height: 12px;
  }
}

.Modern-Slider .slick-dots li a {
  position: absolute;
  bottom: 100%;
  left: -10px;
  display: block;
  visibility: hidden;
  color: #ffffff;
  font-size: 18px;
  transition: visibility 0.5s linear 0.5s;
  animation: fadeOut 0.5s both;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .Modern-Slider .slick-dots li a {
    left: -5px;
    font-size: 12px;
  }
}

.Modern-Slider .slick-dots li.slick-active a {
  visibility: visible;
  transition-delay: 0s;
  animation: fadeIn 0.5s both;
}

.Modern-Slider .slick-dots li a img {
  width: 100%;
  height: 100%;
}

.Modern-Slider .item .img-fill {
  height: 100vh;
  background: #000;
  position: relative;
}
@media (max-width: 767.98px) {
  .Modern-Slider .item .img-fill {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .Modern-Slider .item .img-fill {
    height: 300px;
  }
}
.Modern-Slider .item .img-fill::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 50, 56, 0.34);
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: left;
}

.Modern-Slider .item .info > div {
  vertical-align: middle;
  padding: 20px;
}

.Modern-Slider .item h3 {
  font: 30px/50px RalewayB;
  text-transform: uppercase;
  color: #FFF;
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
}

.Modern-Slider .item h5 {
  margin: 0;
  padding: 0;
  font: 15px/30px RalewayR;
  text-align: justify;
  color: #FFF;
  max-width: 600px;
  overflow: hidden;
  height: 60px;
  text-align-last: center;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3 {
  animation: flipInX 1s both 1s;
}

.Modern-Slider .item.slick-active .info > div {
  animation: flipInY 0.5s both 0.5s;
}

.Modern-Slider .item.slick-active h5 {
  animation: fadeInUp 1s both 1.5s;
}

.Modern-Slider .item:nth-child(odd) {
  animation: slideOutRight 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(odd) {
  animation: slideInLeft 0.5s both;
}

.Modern-Slider .item:nth-child(even) {
  animation: slideOutLeft 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(even) {
  animation: slideInRight 0.5s both;
}

.Modern-Slider {
  background: #000;
}

/* ==== Slider Image Transition === */
/* Animate.css */
/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  height: 100%;
  display: block;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-arrow:hover {
  opacity: 0.5;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}
.slick-initialized .slick-slide:focus {
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.banner {
  position: relative;
}
.banner .share-mob {
  color: #fff;
  display: flex;
}
.banner .share-menu {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 0.9375rem 1.125rem 0.9375rem 2.6875rem;
  background: #fff;
  z-index: 10;
  border-radius: 17px 17px 0 17px;
  -webkit-border-radius: 17px 17px 0 17px;
  -moz-border-radius: 17px 17px 0 17px;
  -o-border-radius: 17px 17px 0 17px;
  transition: ease 0.4s;
  overflow: hidden;
  height: 3.9375rem;
  width: 5.6875rem;
  display: flex;
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .banner .share-menu {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 3.9375rem;
    padding: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .banner .share-menu {
    height: 48px;
    width: 48px;
  }
}
.banner .share-menu::before {
  content: "";
  background: url(../images/social-left-arrow.svg) center center no-repeat #D11515;
  height: 100%;
  width: 1.5625rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .banner .share-menu::before {
    display: none;
  }
}
.banner .share-menu ul {
  width: 10.625rem;
  height: 1.9375rem;
  margin: auto -300px 0 auto;
  opacity: 0;
  display: none;
  padding: 3px 0;
  transition: all 0.4s;
  align-items: baseline;
}
.banner .share-menu ul li {
  display: inline-block;
}
@media (max-width: 1024px) {
  .banner .share-menu ul li {
    padding: 0 5px;
  }
}
.banner .share-menu ul li a {
  margin: 0 7px;
}
.banner .share-menu ul li a svg {
  transition: all 0.4s;
}
.banner .share-menu ul li a svg path {
  fill: #043673;
}
.banner .share-menu ul li a:hover svg path {
  fill: #D11515;
}
.banner .share-menu .share-icon {
  transition: 0.5s ease-in-out;
  margin: auto;
}
@media (max-width: 767.98px) {
  .banner .share-menu .share-icon {
    width: 20px;
    height: 20px;
  }
}
.banner .share-menu:hover {
  width: 13.3125rem;
}
@media (max-width: 1199.98px) {
  .banner .share-menu:hover {
    border-radius: 17px 17px 0 17px;
    -webkit-border-radius: 17px 17px 0 17px;
    -moz-border-radius: 17px 17px 0 17px;
    -o-border-radius: 17px 17px 0 17px;
    width: 11.3125rem;
  }
}
@media (max-width: 1024px) {
  .banner .share-menu:hover {
    width: 15.75rem;
    padding: 0;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -o-border-radius: 24px;
    padding-left: 12px;
  }
}
.banner .share-menu:hover::before {
  background: url(../images/social-right-arrow.svg) center center no-repeat #D11515;
  content: "";
}
.banner .share-menu:hover .share-icon {
  width: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .banner .share-menu:hover .share-icon {
    width: auto;
    opacity: 1;
    visibility: visible;
  }
}
.banner .share-menu:hover ul {
  margin: auto 0;
  width: auto;
  display: flex;
  opacity: 1;
}
@media (max-width: 1024px) {
  .banner .share-menu:hover .share-mob {
    box-shadow: 0px 0px 26px 0px rgba(4, 54, 115, 0.31);
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  }
}
.banner .item .img-fill .banner-img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.banner .item .info .container {
  margin: 0 auto;
  display: flex !important;
  height: 100%;
  padding: 0 0.9375rem !important;
}
.banner .item .info .container .text {
  margin: auto 0;
}
@media (max-width: 991.98px) {
  .banner .item .info .container .text {
    max-width: 70%;
  }
}
@media (max-width: 575.98px) {
  .banner .item .info .container .text {
    max-width: 80%;
  }
}
.banner .item .info .container .text h4,
.banner .item .info .container .text h2 {
  color: #fff;
}
.banner .item .info .container .text h2 {
  font-size: 4.1875rem;
  font-weight: 500;
  max-width: 38.75rem;
}
@media (max-width: 991.98px) {
  .banner .item .info .container .text h2 {
    font-size: 1.5rem;
  }
}
.banner .item .info .container .text h4 {
  font-size: 1.1875rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .banner .item .info .container .text h4 {
    font-size: 0.75rem;
  }
}

/* Banner end */
.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 125px;
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  left: 46%;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .mouse_scroll {
    display: none;
  }
}
.mouse_scroll .p {
  color: #fff;
  margin-bottom: 10px;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #D11515;
  border-bottom: 2px solid #D11515;
  margin: 0 0 3px 8px;
  width: 8px;
  height: 8px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  animation: mouse-scroll 1s infinite;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -3px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -3px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 40px;
  margin: 0 auto;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.wheel {
  animation: mouse-wheel 0.6s linear infinite;
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.inner-page {
  margin-top: 6.9725rem;
}
@media (max-width: 1199.98px) {
  .inner-page {
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .inner-page {
    margin-top: 3.75rem;
  }
}

.log-pages {
  background: #E9EDF4;
  min-height: 100vh;
}
.log-pages .logo {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 2.5rem 0;
}
.log-pages .sign-box-outer {
  padding-bottom: 2.5rem;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .log-pages .sign-box-outer {
    margin: auto;
    padding: 2.5rem 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .log-pages .sign-box-outer {
    padding-top: 0;
  }
}

.log-pages.v-center .logo {
  position: fixed;
  left: 43%;
}
@media (max-width: 1199.98px) {
  .log-pages.v-center .logo {
    position: relative;
    top: inherit;
    left: inherit;
    padding-top: 2.5rem;
    margin: 0 auto 0 auto;
    display: none;
    text-align: center;
  }
}

.no-header {
  padding-top: 0;
}

.sign-box {
  background: #fff;
  padding: 3.125rem;
  max-width: 28.625rem;
  width: 100%;
  margin: auto;
  box-shadow: 1px 5px 10px -1px rgba(0, 0, 0, 0.53);
}
@media (max-width: 575.98px) {
  .sign-box {
    padding: 1.875rem;
  }
}
.sign-box .remember {
  margin-right: 0 !important;
  padding-left: 0;
}
.sign-box .h3 {
  padding-bottom: 1.25rem;
}
.sign-box .main-btn, .sign-box .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .page-404 .page-404-wrap .go-home-btn.go-btn .sign-box .link-button-home, .sign-box .woocommerce.inner-page .flow-outer .checkout_coupon .button, .woocommerce.inner-page .flow-outer .checkout_coupon .sign-box .button {
  margin-top: 0.625rem;
}
.sign-box .form-group {
  position: relative;
  padding: 0.75rem 0;
}
.sign-box p.send-btn {
  position: absolute;
  right: 0;
  top: 0.875rem;
}
.sign-box p.send-btn a {
  color: #D11515;
  font-size: 0.875rem;
}
.sign-box .or {
  text-align: center;
  margin: 0;
  padding: 1.25rem 0;
  font-weight: 500;
  font-size: 1.125rem;
}
.sign-box .account {
  padding-top: 1.875rem;
}
.sign-box .account label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #707070;
}
.sign-box .account label a {
  font-weight: 500;
}
.sign-box .account label a:hover {
  color: #D11515;
}

.toc-table {
  margin-top: 4.375rem;
}

.otp-info p {
  font-size: 0.875rem;
  color: #747474;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .otp-info p {
    font-size: 0.75rem;
  }
}
.otp-info p a {
  float: right;
  color: #D11515;
}

.partners-carousel .owl-stage-outer {
  margin: 1.875rem 0;
}
.partners-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.partners-carousel .owl-stage .owl-item .item img {
  max-width: 100px;
  display: inline;
}
@media (max-width: 575.98px) {
  .partners-carousel .owl-stage .owl-item .item img {
    max-width: 70px;
  }
}
.partners-carousel .owl-nav {
  display: none;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.events-section .head .slim-h3 {
  max-width: 54.375rem;
  margin: 30px auto;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .events-section .head .slim-h3 {
    margin: 15px 0 0 0;
  }
}
.events-section .col-lg-4.col-sm-6 {
  overflow: hidden;
}
.events-section .box {
  background: #fff;
  padding: 4.375rem 2.5rem 2.5rem 2.5rem;
  margin-top: 6.25rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 100px);
  display: grid;
  align-items: end;
}
@media (max-width: 767.98px) {
  .events-section .box {
    padding: 1.875rem;
  }
}
.events-section .box .date {
  background: #D11515;
  display: inline-flex;
  padding: 0.9375rem;
  position: absolute;
  top: 60px;
}
@media (max-width: 767.98px) {
  .events-section .box .date {
    padding: 0.625rem;
  }
}
.events-section .box .date .h2 {
  color: #fff;
  margin: 0;
  font-size: 4rem;
  line-height: 60px;
  padding-right: 0.3125rem;
}
@media (max-width: 991.98px) {
  .events-section .box .date .h2 {
    font-size: 3.0625rem;
    line-height: 46px;
  }
}
.events-section .box .date .h6 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .events-section .box .date .h6 {
    font-size: 1rem;
  }
}
.events-section .box .date .h6 span {
  font-size: 1.0625rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .events-section .box .date .h6 span {
    font-size: 0.875rem;
  }
}
.events-section .box .h3 {
  color: #043673;
  line-height: 1.6666666667em;
  font-size: 1.875rem;
}
@media (max-width: 1199.98px) {
  .events-section .box .h3 {
    font-size: 1.3125rem;
  }
}
.events-section .box .location {
  max-width: 11.875rem;
  font-size: 1.5rem;
  color: #8B8B8B;
  padding-left: 30px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: url(../images/box-location.svg) top 30px left no-repeat;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .events-section .box .location {
    font-size: 1.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.events-section .box button {
  width: 100%;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}

.partner-box {
  background: #fff;
  padding: 2.5rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  display: flex;
  margin: 15px;
  max-width: 30%;
  flex: 0 0 30%;
  height: 200px;
}
@media (max-width: 991.98px) {
  .partner-box {
    margin: 10px;
  }
}
@media (max-width: 767.98px) {
  .partner-box {
    height: 120px;
    max-width: 28%;
    flex: 0 0 28%;
    margin: 5px;
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .partner-box {
    height: 80px;
    padding: 15px;
    border-radius: 10px;
  }
}
.partner-box .img-responsive {
  margin: auto;
  /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%); */
  height: 100%;
  object-fit: contain;
  border: 0;
  background: #fff;
}

.gallery-section .nav-tabs {
  margin: 0 0.9375rem;
}
@media (max-width: 767.98px) {
  .gallery-section .nav-tabs li {
    width: 50%;
  }
}
.gallery-section .nav-tabs li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #9b9b9b;
  padding: 0.9375rem 0;
  display: block;
  transition: all 0.4s;
  border-bottom: 3px solid transparent;
}
.gallery-section .nav-tabs li a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .gallery-section .nav-tabs li a {
    font-size: 1rem;
    display: flex;
    justify-content: center;
  }
}
.gallery-section .nav-tabs li a svg path {
  fill: #c6c6c6;
  transition: all 0.4s;
}
@media (max-width: 767.98px) {
  .gallery-section .nav-tabs li a svg {
    width: 15px;
    margin-right: 5px;
  }
}
.gallery-section .nav-tabs li a.active {
  border-bottom: 3px solid #D11515;
  color: #043673;
}
.gallery-section .nav-tabs li a.active svg path {
  fill: #043673;
}
.gallery-section .nav-tabs li a:focus {
  color: #043673 !important;
}
.gallery-section .nav-tabs li:nth-child(2) a {
  margin-left: 1.875rem;
}
@media (max-width: 767.98px) {
  .gallery-section .nav-tabs li:nth-child(2) a {
    margin-left: 0px;
  }
}
.gallery-section .tab-content .fade.active {
  opacity: 1;
}
.gallery-section .tab-content .tab-pane {
  padding: 0 0.9375rem;
}
.gallery-section .tab-content .tab-pane .photo-box {
  max-width: 30%;
  width: 100%;
  margin: 2.1875rem 0;
  position: relative;
  height: 400px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .gallery-section .tab-content .tab-pane .photo-box {
    height: 300px;
  }
}
@media (max-width: 991.98px) {
  .gallery-section .tab-content .tab-pane .photo-box {
    max-width: 48%;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .gallery-section .tab-content .tab-pane .photo-box {
    max-width: 100%;
  }
}
.gallery-section .tab-content .tab-pane .photo-box .img-responsive {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery-section .tab-content .tab-pane .photo-box .plus-icon {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .gallery-section .tab-content .tab-pane .photo-box .plus-icon {
    max-width: 50px;
  }
}
.gallery-section .tab-content .tab-pane .photo-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
  opacity: 0;
  transition: all 0.4s;
  display: none;
}
.gallery-section .tab-content .tab-pane .photo-box:hover .plus-icon {
  opacity: 1;
}
.gallery-section .tab-content .tab-pane .photo-box:hover::before {
  opacity: 1;
}
.gallery-section .tab-content .tab-pane .video-box {
  max-width: 30%;
  margin: 2.1875rem 0 0rem 0;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .gallery-section .tab-content .tab-pane .video-box {
    max-width: 48%;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .gallery-section .tab-content .tab-pane .video-box {
    max-width: 100%;
  }
}
.gallery-section .tab-content .tab-pane .video-box .box {
  width: auto;
  position: relative;
  height: 250px;
}
.gallery-section .tab-content .tab-pane .video-box .box .play-icon {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 575.98px) {
  .gallery-section .tab-content .tab-pane .video-box .box .img-responsive {
    width: 100%;
  }
}
.gallery-section .tab-content .tab-pane .video-box .box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
  opacity: 0;
  transition: all 0.4s;
}
.gallery-section .tab-content .tab-pane .video-box .box:hover .play-icon {
  opacity: 1;
}
.gallery-section .tab-content .tab-pane .video-box .box:hover::before {
  opacity: 1;
}
.gallery-section .tab-content .tab-pane .video-box .r-24 {
  color: #043673;
  padding: 0.625rem 0;
}
.gallery-section .tab-content .tab-pane .video-box .img-responsive {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery-section .tab-content .tab-pane.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal.gallery-pop .modal-dialog {
  width: 90%;
  transform: translatey(-50%);
  top: 50%;
}
@media (min-width: 0px) {
  .modal.gallery-pop .modal-dialog {
    max-width: 95%;
    margin: auto;
  }
}
@media (min-width: 575px) {
  .modal.gallery-pop .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .modal.gallery-pop .modal-dialog {
    max-width: 580px;
  }
}
.modal.gallery-pop .modal-content {
  background: transparent;
  border: 0;
}
.modal.gallery-pop .modal-content img {
  display: block;
  margin: auto;
}
.modal.gallery-pop .modal-header {
  position: absolute;
  z-index: 2;
  border: 0;
  right: -15px;
  top: -20px;
  padding: 0;
  color: #fff;
}
@media (max-width: 575.98px) {
  .modal.gallery-pop .modal-header {
    right: -10px;
  }
}
.modal.gallery-pop .modal-header .close {
  color: #ffff;
  font-weight: 100;
  opacity: 1;
}
.modal.gallery-pop video:focus {
  outline: none;
}

.profile-outer {
  padding: 2.5rem 0;
  position: relative;
}
.profile-outer .profile-box {
  border: 1px solid #C9D2DD;
  margin: 1.5625rem 0.9375rem 2.5rem 0.9375rem;
  width: 100%;
  display: flex;
}
.profile-outer .profile-box .left {
  padding: 0;
  max-width: 25%;
  width: 100%;
  border-right: 1px solid #C9D2DD;
}
@media (max-width: 767.98px) {
  .profile-outer .profile-box .left {
    max-width: 100%;
  }
}
.profile-outer .profile-box .left .pro-info {
  padding: 1.875rem;
  border-bottom: 1px solid #C9D2DD;
  display: flex;
}
@media (max-width: 991.98px) {
  .profile-outer .profile-box .left .pro-info {
    display: block;
    padding: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .profile-outer .profile-box .left .pro-info {
    display: flex;
  }
}
.profile-outer .profile-box .left .pro-info .img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 4.1875rem;
  height: 4.1875rem;
}
.profile-outer .profile-box .left .pro-info .img img {
  object-fit: cover;
}
.profile-outer .profile-box .left .pro-info .content {
  padding: 0 0.9375rem;
  margin: auto 0;
}
@media (max-width: 991.98px) {
  .profile-outer .profile-box .left .pro-info .content {
    padding: 0.9375rem 0;
  }
}
@media (max-width: 767.98px) {
  .profile-outer .profile-box .left .pro-info .content {
    padding: 0 0.9375rem;
  }
}
.profile-outer .profile-box .left .pro-info .content .h3 {
  font-size: 1.125rem;
  margin: 0;
}
.profile-outer .profile-box .left ul {
  margin: 0;
  padding: 0;
}
.profile-outer .profile-box .left ul li {
  list-style: none;
  padding: 1.25rem 1.875rem;
  border-bottom: 1px solid #C9D2DD;
  position: relative;
}
@media (max-width: 991.98px) {
  .profile-outer .profile-box .left ul li {
    padding: 1.25rem 0.9375rem;
  }
}
.profile-outer .profile-box .left ul li.active {
  background: url(../images/profile-arrow.svg) center right 15px no-repeat;
}
.profile-outer .profile-box .left ul li.active::after {
  height: 100%;
  background: #D11515;
}
.profile-outer .profile-box .left ul li.active a {
  font-weight: 500;
}
.profile-outer .profile-box .left ul li a {
  font-size: 1.125rem;
  color: #000;
  transition: all 0.4s;
}
.profile-outer .profile-box .left ul li a:hover {
  text-decoration: none;
}
.profile-outer .profile-box .left ul li::after {
  width: 0.4375rem;
  height: 0;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.profile-outer .profile-box .left ul li:hover {
  background: url(../images/profile-arrow.svg) center right 15px no-repeat;
}
.profile-outer .profile-box .left ul li:hover::after {
  background: #D11515;
  height: 100%;
}
.profile-outer .profile-box .right {
  max-width: 75%;
  width: 100%;
  padding: 1.875rem 1.25rem 1.875rem 1.875rem;
}
@media (max-width: 767.98px) {
  .profile-outer .profile-box .right {
    display: none;
  }
}
.profile-outer .profile-box .right .main-btn, .profile-outer .profile-box .right .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .page-404 .page-404-wrap .go-home-btn.go-btn .profile-outer .profile-box .right .link-button-home, .profile-outer .profile-box .right .woocommerce.inner-page .flow-outer .checkout_coupon .button, .woocommerce.inner-page .flow-outer .checkout_coupon .profile-outer .profile-box .right .button {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  margin-top: 1.25rem;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .profile-outer .profile-box .right.d-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    min-height: 100%;
    height: auto;
    z-index: 2;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .profile-outer .tabcontent .h4 {
    font-size: 16px;
    position: absolute;
    top: -52px;
    left: 1px;
    background: #fff;
    color: #000;
    width: 200px;
    padding: 12px 15px 12px 45px;
    background: url(../images/back-arrow.svg) #fff center left 15px no-repeat;
  }
}

.profile-box .tabcontent {
  display: none;
}

.payment-success {
  padding: 6.25rem 0;
}
.payment-success .payment-success-box {
  max-width: 46.875rem;
  width: 100%;
  border: 2px dashed #34B97B;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 3.125rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 575.98px) {
  .payment-success .payment-success-box {
    width: calc(100% - 30px);
    padding: 3.125rem 0.9375rem;
  }
}
.payment-success .payment-success-box h4 {
  line-height: 2.0416666667em;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .payment-success .payment-success-box h4 {
    font-size: 1.125rem;
  }
}
.payment-success .payment-success-box .success-img {
  margin-top: -134px;
}

#my-orders .order-status {
  padding: 1.875rem;
}
@media (max-width: 991.98px) {
  #my-orders .order-status {
    padding: 0.9375rem 0;
  }
}
#my-orders .order-status .left {
  max-width: 50%;
  width: 100%;
  border-right: 1px solid #C9D2DD;
}
@media (max-width: 767.98px) {
  #my-orders .order-status .left {
    max-width: 100%;
    border-right: 0;
  }
}
#my-orders .order-status .left .img {
  max-width: 140px;
}
#my-orders .order-status .left .img img {
  max-width: 100%;
}
#my-orders .order-status .left .content {
  padding-top: 1.5625rem;
}
#my-orders .order-status .left .content p {
  margin-bottom: 5px;
}
#my-orders .order-status .right-part {
  max-width: 50%;
  width: 100%;
  padding-left: 45px;
}
@media (max-width: 991.98px) {
  #my-orders .order-status .right-part {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  #my-orders .order-status .right-part {
    display: none;
  }
}
#my-orders .order-status .right-part h4 {
  padding-top: 0.9375rem;
}

.status-bar {
  margin-top: 2.5rem;
  border-top: 1px solid #e8ecf1;
}
@media (max-width: 991.98px) {
  .status-bar {
    overflow: hidden;
  }
}
.status-bar ul {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0 0 0;
}
@media (max-width: 767.98px) {
  .status-bar ul {
    display: block;
  }
}
.status-bar ul li {
  position: relative;
  height: 70px;
}
.status-bar ul li::before {
  height: 0.1875rem;
  width: 250px;
  background: #C9D2DD;
  content: "";
  display: block;
  position: absolute;
  bottom: 27px;
  left: 11px;
}
@media (max-width: 767.98px) {
  .status-bar ul li::before {
    width: 0.1875rem;
    height: 70px;
    bottom: 0;
    left: 5px;
  }
}
.status-bar ul li::after {
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #D9E0E3;
  content: "";
  display: block;
  background: #fff;
}
@media (max-width: 767.98px) {
  .status-bar ul li::after {
    position: absolute;
    top: 0;
  }
}
.status-bar ul li span {
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 767.98px) {
  .status-bar ul li span {
    margin-left: 25px;
    margin-bottom: 0;
  }
}
.status-bar ul li p {
  position: absolute;
  width: 200px;
  top: 60px;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .status-bar ul li p {
    margin-left: 25px;
    position: relative;
    top: inherit;
  }
}
.status-bar ul li:nth-child(2) span, .status-bar ul li:nth-child(2) p, .status-bar ul li:nth-child(3) span, .status-bar ul li:nth-child(3) p {
  margin-left: -50%;
}
@media (max-width: 767.98px) {
  .status-bar ul li:nth-child(2) span, .status-bar ul li:nth-child(2) p, .status-bar ul li:nth-child(3) span, .status-bar ul li:nth-child(3) p {
    margin-left: 25px;
  }
}
.status-bar ul li:last-child::before {
  display: none;
}
.status-bar ul li:last-child span, .status-bar ul li:last-child p {
  margin-left: -100%;
}
@media (max-width: 767.98px) {
  .status-bar ul li:last-child span, .status-bar ul li:last-child p {
    margin-left: 25px;
  }
}
.status-bar ul li.active::after {
  border: 3px solid #18BE18;
}
.status-bar ul li.active::before {
  background: #18BE18;
}
.status-bar ul li.current::after {
  border: 6.5px solid #D9E0E3;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  bottom: 17px;
  background: #18BE18;
}
@media (max-width: 767.98px) {
  .status-bar ul li.current::after {
    left: 0;
  }
}

.header-back-btn {
  font-size: 16px;
  background: #fff;
  color: #000;
  width: 430px;
  position: absolute;
  z-index: 10;
  top: 6px;
  padding: 18px 15px 18px 45px;
  background: url(../images/back-arrow.svg) #fff center left 15px no-repeat;
  display: none;
}
@media (min-width: 1200px) {
  .header-back-btn {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .header-back-btn {
    padding: 23px 15px 23px 45px;
  }
}
@media (max-width: 767.98px) {
  .header-back-btn {
    padding: 12px 15px 12px 45px;
    width: 280px;
  }
}
@media (max-width: 575.89px) {
  .header-back-btn {
    width: 240px;
  }
}
@media (max-width: 460px) {
  .header-back-btn {
    width: 200px;
  }
}

.header-back-btn.d-block {
  display: none;
}

@media (max-width: 991.98px) {
  .right-part.mobile {
    display: block !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .customer-says.desktop {
    display: none;
  }
}

.customer-says.mobile {
  display: none;
  text-align: center;
}
.customer-says.mobile p {
  color: #fff;
}
@media (max-width: 767.98px) {
  .customer-says.mobile p {
    font-style: italic;
    font-weight: 300;
    margin-top: 15px;
  }
}
.customer-says.mobile p span {
  font-style: normal;
}
@media (max-width: 991.98px) {
  .customer-says.mobile {
    display: block;
  }
}
.customer-says.mobile .item .box {
  padding-top: 20px;
}
.customer-says.mobile .item .box .img {
  max-width: 4rem;
  width: 100%;
  max-height: 4rem;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
}
.customer-says.mobile .item .box .img img {
  object-fit: cover;
}
.customer-says.mobile .item .box .text h4 {
  font-size: 1rem;
  color: #fff;
  margin: 0;
  padding: 15px 0 0 0;
}
.customer-says.mobile .item .box .text p {
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.5;
}

.cart {
  position: relative;
}
.cart .cart_count {
  position: absolute;
  top: -18px;
  right: -5px;
  background: #D11515;
  color: #fff;
  font-size: 12px;
  padding: 1px 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.srch .search-field {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  font-family: "Jost", sans-serif !important;
  color: #9F9F9F;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .srch .search-field {
    font-size: 16px;
  }
}

#customer_details [for=order_comments] {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

#newsletter-modal .modal-header {
  border: none;
}
#newsletter-modal .modal-body {
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  #newsletter-modal .modal-body .d-flex {
    display: block !important;
  }
}
#newsletter-modal .modal-body .floating-input {
  margin-bottom: 0;
  margin-top: auto;
}
#newsletter-modal .floating-input {
  display: flex;
  padding-top: 20px !important;
}
@media (max-width: 767.98px) {
  #newsletter-modal .floating-input {
    display: block;
  }
}
#newsletter-modal .floating-input .main-btn, #newsletter-modal .floating-input .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home, .page-404 .page-404-wrap .go-home-btn.go-btn #newsletter-modal .floating-input .link-button-home, #newsletter-modal .floating-input .woocommerce.inner-page .flow-outer .checkout_coupon .button, .woocommerce.inner-page .flow-outer .checkout_coupon #newsletter-modal .floating-input .button {
  background: #043673;
  color: #fff;
}
#newsletter-modal .floating-input .main-btn:hover, #newsletter-modal .floating-input .page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home:hover, .page-404 .page-404-wrap .go-home-btn.go-btn #newsletter-modal .floating-input .link-button-home:hover, #newsletter-modal .floating-input .woocommerce.inner-page .flow-outer .checkout_coupon .button:hover, .woocommerce.inner-page .flow-outer .checkout_coupon #newsletter-modal .floating-input .button:hover {
  background: #D11515;
}
#newsletter-modal .floating-input .useremail input {
  height: 54px;
}
@media (max-width: 767.98px) {
  #newsletter-modal .floating-input .useremail input {
    height: 40px;
    margin-bottom: 15px;
  }
}
#newsletter-modal .wpcf7-response-output {
  display: none;
}
#newsletter-modal .sent .wpcf7-response-output {
  display: block;
}
#newsletter-modal .wpcf7 .ajax-loader {
  margin-top: 15px;
}

.product-pge .py-2 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.contact-banner {
  height: 31.25rem;
}
@media (max-width: 1199.98px) {
  .contact-banner {
    height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .contact-banner {
    height: 15.625rem;
  }
}
.contact-banner:after {
  display: none;
}

.breadcrumb.dark li {
  color: #000;
}
.breadcrumb.dark li a {
  color: #000;
}
.breadcrumb.dark li a:hover {
  color: #D11515;
}

.em-contact1 {
  padding: 3.125rem 0;
}
@media (max-width: 1024px) {
  .em-contact1 {
    padding: 40px 0;
  }
}
.em-contact1 .row {
  align-items: center;
}
.em-contact1 h1 {
  font-size: 3.125rem;
  color: #043673;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199.98px) {
  .em-contact1 h1 {
    font-size: 34px;
    margin: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .em-contact1 h1 {
    font-size: 24px;
    margin: 10px 0;
  }
}
.em-contact1 .col1 {
  max-width: 450px;
}
@media (max-width: 991.98px) {
  .em-contact1 .col1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .em-contact1 .col1 {
    margin-bottom: 25px;
  }
}
.em-contact1 .col1 p {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .em-contact1 .col1 p {
    font-size: 14px;
  }
}
.em-contact1 h4 {
  font-size: 1.125rem;
  color: #043673;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199.98px) {
  .em-contact1 h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .em-contact1 h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .em-contact1 .col2 {
    margin-bottom: 20px;
  }
}
.em-contact1 .col2 a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .em-contact1 .col2 a {
    font-size: 14px;
  }
}
.em-contact1 .col2 a:hover {
  color: #D11515;
}
.em-contact1 .col3 .img-bx {
  margin-right: 1.25rem;
  display: flex;
}
.em-contact1 .col3 a {
  color: #000;
  font-size: 1.125rem;
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  .em-contact1 .col3 a {
    font-size: 14px;
  }
}
.em-contact1 .col3 a:hover {
  color: #D11515;
}
.em-contact1 .col3 a:hover svg {
  fill: #D11515;
}

.contact-get-touch {
  background: #F4F6F8;
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .contact-get-touch {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-get-touch {
    padding: 40px 0;
  }
}
.contact-get-touch p {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .contact-get-touch p {
    font-size: 14px;
  }
}
.contact-get-touch .head {
  max-width: 700px;
  margin: auto;
}
@media (max-width: 1024px) {
  .contact-get-touch .head.text-center {
    text-align: left !important;
  }
}
.contact-get-touch h2 {
  margin-bottom: 0.9375rem;
}
@media (max-width: 1199.98px) {
  .contact-get-touch h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .contact-get-touch h2 {
    font-size: 26px;
  }
}
.contact-get-touch .contact-from-wrap {
  max-width: 1000px;
}
.contact-get-touch .contact-from-wrap .wpcf7 .ajax-loader {
  position: absolute;
  top: 15px;
}
@media (max-width: 1024px) {
  .contact-get-touch .contact-from-wrap .btn-wrap.text-center {
    text-align: left !important;
  }
}
.contact-get-touch .contact-from-wrap .form-group .form-control {
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  background: transparent;
  padding: 0.9375rem 0;
  color: #000;
  height: 55px;
  resize: none;
}
@media (max-width: 767.98px) {
  .contact-get-touch .contact-from-wrap .form-group .form-control {
    padding: 10px 0;
    height: 45px;
    border-bottom: 1px solid #C9D2DD;
  }
}
.contact-get-touch .contact-from-wrap .form-group .form-control::placeholder {
  color: #000;
}
.contact-get-touch .contact-from-wrap .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-get-touch .contact-from-wrap .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.contact-get-touch .contact-from-wrap .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.contact-get-touch .contact-from-wrap .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-get-touch .contact-from-wrap .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
@media (max-width: 767.98px) {
  .contact-get-touch .contact-from-wrap .form-group textarea.form-control {
    height: 90px;
  }
}
.contact-get-touch .contact-from-wrap .btn-wrap {
  margin-top: 3.125rem;
}
@media (max-width: 1199.98px) {
  .contact-get-touch .contact-from-wrap .btn-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-get-touch .contact-from-wrap .btn-wrap {
    margin-top: 10px;
  }
}
.contact-get-touch .contact-from-wrap .btn-wrap .btn {
  display: inline-block;
  padding: 1.125rem;
  line-height: 1;
  border: 2px solid;
  text-decoration: none;
  text-align: center;
  min-width: 150px;
  border-radius: 0;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .contact-get-touch .contact-from-wrap .btn-wrap .btn {
    padding: 10px;
    min-width: 100px;
  }
}
.contact-get-touch .contact-from-wrap .btn-wrap .btn.blue-btn {
  border-color: #043673;
  color: #043673;
}
.contact-get-touch .contact-from-wrap .btn-wrap .btn.blue-btn:hover {
  background: #043673;
  color: #fff;
  font-weight: 600;
}
.contact-get-touch .contact-from-wrap .btn-wrap .btn.red-btn {
  border-color: #D11515;
  background: #D11515;
  color: #fff;
}
.contact-get-touch .contact-from-wrap .btn-wrap .btn.red-btn:hover {
  background: #fff;
  color: #D11515;
  font-weight: 600;
}

.em-contact-group .colm1 {
  padding: 6.25rem 0;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .em-contact-group .colm1 {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .em-contact-group .colm1 {
    padding: 35px 0;
  }
}
.em-contact-group .colm1 h3 {
  margin-bottom: 1.5625rem;
}
@media (max-width: 1199.98px) {
  .em-contact-group .colm1 h3 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .em-contact-group .colm1 h3 {
    font-size: 28px;
    margin: 15px 0;
  }
}
.em-contact-group .colm1 p {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .em-contact-group .colm1 p {
    font-size: 14px;
    margin: 0;
  }
}
.em-contact-group img {
  max-width: 100%;
}
.em-contact-group .colm2 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .em-contact-group .colm2 img {
    height: 170px;
  }
}
.em-contact-group .colm2 h5, .em-contact-group .colm2 p {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .em-contact-group .colm2 h5, .em-contact-group .colm2 p {
    font-size: 16px;
  }
}
.em-contact-group .colm2 h5 {
  font-weight: 500;
  text-transform: uppercase;
  color: #002539;
  padding: 0.9375rem 0;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .em-contact-group .colm2 h5 {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.em-contact-group .colm2 p {
  color: #000;
}
@media (max-width: 1199.98px) {
  .em-contact-group .colm2 p {
    margin-bottom: 0;
  }
}
.em-contact-group .colm2 .cont {
  max-width: 330px;
}
.em-contact-group .colm2 .detail-box {
  max-width: 400px;
  margin: auto;
}
@media (max-width: 575.98px) {
  .em-contact-group .colm2 .detail-box {
    max-width: 100%;
  }
}

.em-contact1 .breadcrumb li {
  color: #000;
}
.em-contact1 .breadcrumb li.active a {
  color: #007bff;
}
.em-contact1 .breadcrumb li a {
  color: #000;
}

.service-foot .service-head {
  max-width: 935px;
  margin: auto;
}
.service-foot .service-head p {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .service-foot .service-head p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .service-foot .service-head p {
    font-size: 14px;
  }
}
.service-foot .service-head h3 {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .service-foot .service-head h3 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .service-foot .service-head h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.service-foot .colm2 h5 {
  font-size: 22px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .service-foot .colm2 h5 {
    font-size: 18px;
  }
}

.em-service-box {
  padding: 80px 0;
}
@media (max-width: 1199.98px) {
  .em-service-box {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .em-service-box {
    padding: 40px 0;
  }
}
.em-service-box h3 {
  font-size: 50px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 1199.98px) {
  .em-service-box h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.em-service-box p {
  font-size: 18px;
  color: #000;
  margin: 0;
}
@media (max-width: 767.98px) {
  .em-service-box p {
    font-size: 14px;
  }
}
.em-service-box .box-wrap {
  background: #DFE9F5;
  padding: 60px 80px;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .em-service-box .box-wrap {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .em-service-box .box-wrap {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .em-service-box .box-wrap {
    padding: 30px 0;
  }
}
.em-service-box .square-box1 {
  position: absolute;
  content: "";
  top: -90px;
  left: 65px;
  width: 270px;
  height: 280px;
  border: 16px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .em-service-box .square-box1 {
    width: 220px;
    height: 220px;
  }
}
.em-service-box .square-box2 {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -80px;
  width: 270px;
  height: 280px;
  border: 16px solid rgba(2, 28, 60, 0.06);
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .em-service-box .square-box2 {
    width: 220px;
    height: 95%;
  }
}

.em-service1 {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .em-service1 {
    padding: 30px 0;
    text-align: center;
  }
}
.em-service1 .breadcrumb {
  display: none;
}
.em-service1 h1 {
  font-size: 70px;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  color: #043673;
}
@media (max-width: 1199.98px) {
  .em-service1 h1 {
    font-size: 40px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .em-service1 h1 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .em-service1 h1 {
    margin-top: 20px;
  }
}
.em-service1 h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 70px;
  height: 10px;
  background: #D11515;
}
@media (max-width: 767.98px) {
  .em-service1 h1:after {
    width: 45px;
    height: 5px;
    left: 50%;
    transform: translate(-50%);
  }
}
.em-service1 p {
  font-size: 30px;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .em-service1 p {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .em-service1 p {
    font-size: 18px;
    margin: 0;
  }
}
.em-service1 .right-img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .em-service1 .right-img img {
    height: 340px;
    margin: auto;
    object-fit: contain;
  }
}

.sevice-carousel .owl-dots {
  display: none;
}
.sevice-carousel .partners-carousel .owl-stage-outer {
  margin: 0;
}

.page-404 {
  padding: 70px 0;
}
@media (max-width: 1199.98px) {
  .page-404 {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .page-404 {
    padding: 30px 0;
  }
}
.page-404 .page-404-wrap {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.page-404 .page-404-wrap h1 {
  color: #043673;
  font-size: 46px;
  padding: 40px 0 20px;
}
@media (max-width: 1199.98px) {
  .page-404 .page-404-wrap h1 {
    font-size: 34px;
    padding: 20px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .page-404 .page-404-wrap h1 {
    font-size: 26px;
    padding: 20px 0 0px;
  }
}
.page-404 .page-404-wrap p {
  color: #7B7B7B;
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .page-404 .page-404-wrap p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-404 .page-404-wrap p {
    font-size: 14px;
  }
}
.page-404 .page-404-wrap img {
  max-width: 100%;
}
.page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home {
  padding: 15px 30px;
}
.page-404 .page-404-wrap .go-home-btn.go-btn .link-button-home:hover {
  color: #fff !important;
}

.about-banner {
  background: #043673;
  padding: 100px 0;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-banner {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .about-banner {
    padding: 50px 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .about-banner .breadcrumb {
    display: none;
  }
}
.about-banner .circle-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
.about-banner .circle-right img {
  max-width: 100%;
}
.about-banner h1 {
  font-size: 66px;
}
@media (max-width: 1199.98px) {
  .about-banner h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .about-banner h1 {
    font-size: 26px;
    margin-bottom: 50px;
    position: relative;
  }
  .about-banner h1:after {
    position: absolute;
    content: "";
    background: #FC5656;
    top: -15px;
    height: 5px;
    width: 35px;
    left: 50%;
    transform: translatex(-50%);
  }
}
.about-banner .left {
  max-width: 480px;
}
.about-banner .img-box {
  position: relative;
  z-index: 1;
}
.about-banner .img-box img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .about-banner .img-box img {
    padding: 0;
  }
}
.about-banner .img-box:after {
  position: absolute;
  content: "";
  width: 60%;
  border: 1px solid #ffffff;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about-banner .img-box:after {
    height: 115%;
    right: auto;
    top: -16px;
    left: 50%;
    transform: translatex(-50%);
  }
}
@media (max-width: 575.98px) {
  .about-banner .img-box:after {
    top: -13px;
  }
}
.about-banner .abt-banner-points {
  padding: 100px 0 50px;
}
@media (max-width: 1199.98px) {
  .about-banner .abt-banner-points {
    padding: 50px 0;
  }
}
.about-banner .abt-banner-points ul {
  display: flex;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.about-banner .abt-banner-points ul li {
  padding-left: 50px;
  list-style: none;
  font-size: 24px;
  position: relative;
  max-width: 340px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .about-banner .abt-banner-points ul li {
    max-width: 270px;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .about-banner .abt-banner-points ul li {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .about-banner .abt-banner-points ul li {
    padding: 0;
    margin: auto;
    margin-bottom: 35px;
    font-size: 18px;
  }
}
.about-banner .abt-banner-points ul li:after {
  position: absolute;
  content: "";
  width: 35px;
  background: #FF5A5A;
  height: 2px;
  left: 0px;
  top: 15px;
}
@media (max-width: 767.98px) {
  .about-banner .abt-banner-points ul li:after {
    left: 50%;
    top: -10px;
    transform: translatex(-50%);
  }
}

.about-vdo-section {
  margin-top: -100px;
}
.about-vdo-section .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
@media (max-width: 1199.98px) {
  .about-vdo-section .play-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .about-vdo-section .play-btn {
    max-width: 50px;
  }
}
.about-vdo-section .play-btn:hover {
  opacity: 0.4;
}
.about-vdo-section .video-box {
  max-width: 85%;
  margin-left: auto;
  max-height: 670px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .about-vdo-section .video-box {
    margin-bottom: 40px;
    max-width: 92%;
    margin: auto;
  }
}
.about-vdo-section .video-box .vdo-img {
  height: 100%;
  object-fit: cover;
}
.about-vdo-section .video-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.em-about-mid {
  padding: 100px 0;
}
@media (max-width: 1365.98px) {
  .em-about-mid {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .em-about-mid {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .em-about-mid {
    padding-top: 40px;
  }
}
.em-about-mid .top-cont {
  max-width: 930px;
  margin: auto;
  text-align: center;
}
.em-about-mid .top-cont p {
  color: #7B7B7B;
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .em-about-mid .top-cont p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .em-about-mid .top-cont p {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .em-about-mid .top-cont img {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .em-about-mid .top-cont img {
    max-width: 175px;
  }
}
.em-about-mid img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .em-about-mid .bottom-cont .right {
    text-align: center;
  }
}
.em-about-mid .bottom-cont span {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.em-about-mid .bottom-cont h3 {
  color: #000;
  font-size: 56px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .em-about-mid .bottom-cont h3 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .em-about-mid .bottom-cont h3 {
    font-size: 24px;
  }
}
.em-about-mid .bottom-cont h6 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .em-about-mid .bottom-cont h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.em-about-mid .bottom-cont p {
  color: #000;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .em-about-mid .bottom-cont p {
    font-size: 14px;
  }
}
.em-about-mid .bottom-cont .img-box {
  background-size: cover;
  height: 731px;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 1439.98px) {
  .em-about-mid .bottom-cont .img-box {
    height: 683px;
  }
}
@media (max-width: 1365.98px) {
  .em-about-mid .bottom-cont .img-box {
    height: 638px;
  }
}
@media (max-width: 1279.98px) {
  .em-about-mid .bottom-cont .img-box {
    height: 605px;
  }
}
@media (max-width: 1199.98px) {
  .em-about-mid .bottom-cont .img-box {
    height: 504px;
  }
}
@media (max-width: 991.98px) {
  .em-about-mid .bottom-cont .img-box {
    height: 369px;
  }
}
@media (max-width: 767.98px) {
  .em-about-mid .bottom-cont .img-box {
    width: 280px;
    margin: auto;
    height: 314px;
  }
}
.em-about-mid .bottom-cont .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.em-about-deals {
  padding: 100px 0;
  background: #EDF6FF;
}
@media (max-width: 1199.98px) {
  .em-about-deals {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .em-about-deals {
    padding: 30px 0 10px;
    text-align: center;
  }
}
.em-about-deals h2 {
  font-size: 56px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .em-about-deals h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .em-about-deals h2 {
    font-size: 26px;
  }
}
.em-about-deals .head {
  max-width: 640px;
}

.deal-box {
  max-width: 220px;
}
@media (max-width: 767.98px) {
  .deal-box {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .deal-box figure {
    margin-bottom: 5px;
  }
}
.deal-box .img-box {
  height: 70px;
}
.deal-box .img-box img {
  max-height: 100%;
  object-fit: contain;
}
.deal-box img {
  max-width: 100%;
}
.deal-box h5 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #122155;
}
@media (max-width: 767.98px) {
  .deal-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.deal-box p {
  font-size: 18px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .deal-box p {
    margin: 0;
  }
}

.about-get-touch {
  padding: 140px 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .about-get-touch {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .about-get-touch {
    padding: 50px 0;
    background-position: 60%;
  }
}
.about-get-touch h4 {
  font-size: 78px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .about-get-touch h4 {
    font-size: 50px;
  }
}
.about-get-touch h4 span {
  color: #D11515;
}
.about-get-touch p {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .about-get-touch p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .about-get-touch p {
    font-size: 16px;
  }
}
.about-get-touch h3 {
  font-size: 56px;
}
@media (max-width: 1199.98px) {
  .about-get-touch h3 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .about-get-touch h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .about-get-touch .left-img {
    margin-bottom: 40px;
  }
  .about-get-touch .left-img img {
    max-width: 20px;
  }
}
.about-get-touch .btn-red {
  color: #fff;
}

.btn-red {
  border: 1px solid #D11515;
  background: #D11515;
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .btn-red {
    min-width: 150px;
    padding: 10px;
    font-size: 14px;
  }
}
.btn-red:hover {
  background: #043673;
  text-decoration: none;
  color: #ffffff;
}

.about-management {
  padding: 130px 0 150px;
  background: #F4F4F4;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .about-management {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .about-management {
    padding: 40px 0;
    text-align: center;
  }
}
.about-management .img-bg {
  position: absolute;
  top: 80px;
  left: 100px;
}

.about-management h2 {
  font-size: 56px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .about-management h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-management h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .about-management .container {
    padding: 0px;
  }
}
.about-management .managementslider {
  position: relative;
}
@media (max-width: 767.98px) {
  .about-management .managementslider {
    margin-top: 280px;
    background: #b50c0c;
  }
}
.about-management .managementslider .slick-list {
  background: #b50c0c;
}
.about-management .managementslider:after {
  position: absolute;
  content: "";
  background-image: url("../images/manage-team-quote.svg");
  top: 0;
  left: 35%;
  width: 220px;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .about-management .managementslider:after {
    top: 70px;
    left: 50%;
    transform: translatex(-50%);
  }
}
.about-management .managementslider .quote-img {
  position: absolute;
  top: 0;
  left: 35%;
}
.about-management .managementslider .manage-wrap {
  background: #D11515;
  color: #ffffff;
  padding: 60px;
  display: flex;
}
@media (max-width: 991.98px) {
  .about-management .managementslider .manage-wrap {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-management .managementslider .manage-wrap {
    flex-direction: column-reverse;
    padding-top: 100px;
    background: none;
  }
}
.about-management .managementslider .img-box {
  position: absolute;
  top: -80px;
  right: 60px;
  max-width: 40%;
  height: 130%;
  width: 35%;
}
@media (max-width: 1199.98px) {
  .about-management .managementslider .img-box {
    top: -50px;
    right: 50px;
    height: 120%;
  }
}
@media (max-width: 991.98px) {
  .about-management .managementslider .img-box {
    top: -30px;
    right: 20px;
    height: 110%;
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .about-management .managementslider .img-box {
    width: 280px;
    height: 320px;
    top: -250px;
    left: 50%;
    transform: translatex(-50%);
    max-width: 100%;
  }
}
.about-management .managementslider .img-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-management .managementslider p {
  font-size: 19px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .about-management .managementslider p {
    font-size: 16px;
  }
}
.about-management .managementslider h6 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .about-management .managementslider h6 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .about-management .managementslider h6 {
    font-size: 20px;
  }
}
.about-management .managementslider .left {
  max-width: 580px;
  padding-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .about-management .managementslider .left {
    max-width: 450px;
  }
}
@media (max-width: 991.98px) {
  .about-management .managementslider .left {
    max-width: 300px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about-management .managementslider .left {
    margin: auto;
  }
}
.about-management .slick-list {
  overflow: initial;
}
.about-management .slick-arrow {
  transition: all 0.4s;
}
.about-management .slick-arrow:hover {
  opacity: 0.4;
}
.about-management .PrevArrow {
  position: absolute;
  bottom: 60px;
  left: 60px;
  border: 0;
  background: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .about-management .PrevArrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .about-management .PrevArrow {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-management .PrevArrow {
    display: none !important;
  }
}
.about-management .PrevArrow:focus {
  outline: none;
}
.about-management .PrevArrow:before {
  background: url(../images/manage-arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .about-management .PrevArrow:before {
    width: 40px;
    height: 40px;
  }
}
.about-management .NextArrow {
  position: absolute;
  bottom: 60px;
  left: 140px;
  border: 0;
  background: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .about-management .NextArrow {
    width: 50px;
    height: 50px;
    left: 100px;
  }
}
@media (max-width: 991.98px) {
  .about-management .NextArrow {
    bottom: 30px;
    left: 70px;
  }
}
@media (max-width: 767.98px) {
  .about-management .NextArrow {
    display: none !important;
  }
}
.about-management .NextArrow:focus {
  outline: none;
}
.about-management .NextArrow:before {
  background: url(../images/manage-arrow.svg) center center no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 0px;
  background-size: contain;
  bottom: 0px;
  z-index: 10;
  transform: rotate(180deg);
}
@media (max-width: 1199.98px) {
  .about-management .NextArrow:before {
    width: 40px;
    height: 40px;
  }
}
.about-management .slick-dots {
  position: absolute;
  height: 50px;
  bottom: 40px;
  left: 50%;
  transform: translatex(-50%);
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: left;
}
@media (max-width: 991.98px) {
  .about-management .slick-dots {
    bottom: 0px;
    left: 45%;
  }
}
@media (max-width: 767.98px) {
  .about-management .slick-dots {
    left: 50%;
  }
}
.about-management .slick-dots li {
  display: inline-block;
  width: 4px;
  height: 13px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  border-radius: none;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.about-management .slick-dots li:hover {
  background: #fff;
}
.about-management .slick-dots li.slick-active {
  background: #ffffff;
  height: 22px;
}
.about-management .slick-dots li a {
  position: absolute;
  bottom: 100%;
  left: -10px;
  display: block;
  visibility: hidden;
  color: #ffffff;
  font-size: 18px;
  transition: visibility 0.5s linear 0.5s;
  animation: fadeOut 0.5s both;
  pointer-events: none;
}
.about-management .slick-dots li.slick-active a {
  visibility: visible;
  transition-delay: 0s;
  animation: fadeIn 0.5s both;
}

@media (max-width: 767.98px) {
  .event-detail-ban .container {
    padding: 0;
  }
}
.event-detail-ban .ed-slider-wrap .item {
  height: 500px;
}
@media (max-width: 1199.98px) {
  .event-detail-ban .ed-slider-wrap .item {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-ban .ed-slider-wrap .item {
    height: 250px;
  }
}
.event-detail-ban .ed-slider-wrap .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event-detail-ban .PrevArrow {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translatey(-50%);
  border: 0;
  background: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .event-detail-ban .PrevArrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-ban .PrevArrow {
    left: 5px;
  }
}
.event-detail-ban .PrevArrow:focus {
  outline: none;
}
.event-detail-ban .PrevArrow:before {
  background: url(../images/manage-arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .event-detail-ban .PrevArrow:before {
    width: 40px;
    height: 40px;
  }
}
.event-detail-ban .NextArrow {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translatey(-50%);
  border: 0;
  background: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .event-detail-ban .NextArrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-ban .NextArrow {
    right: 5px;
  }
}
.event-detail-ban .NextArrow:focus {
  outline: none;
}
.event-detail-ban .NextArrow:before {
  background: url(../images/manage-arrow.svg) center center no-repeat;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 0px;
  background-size: contain;
  bottom: 0px;
  z-index: 10;
  transform: rotate(180deg);
}
@media (max-width: 1199.98px) {
  .event-detail-ban .NextArrow:before {
    width: 40px;
    height: 40px;
  }
}
.event-detail-ban .slick-dots {
  position: absolute;
  height: 50px;
  bottom: 0px;
  left: 50%;
  transform: translatex(-50%);
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: left;
}
@media (max-width: 767.98px) {
  .event-detail-ban .slick-dots {
    display: none !important;
  }
}
.event-detail-ban .slick-dots li {
  display: inline-block;
  width: 4px;
  height: 13px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  border-radius: none;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}
.event-detail-ban .slick-dots li.slick-active {
  background: #ffffff;
  height: 22px;
}
.event-detail-ban .slick-dots li a {
  position: absolute;
  bottom: 100%;
  left: -10px;
  display: block;
  visibility: hidden;
  color: #ffffff;
  font-size: 18px;
  transition: visibility 0.5s linear 0.5s;
  animation: fadeOut 0.5s both;
  pointer-events: none;
}
.event-detail-ban .slick-dots li.slick-active a {
  visibility: visible;
  transition-delay: 0s;
  animation: fadeIn 0.5s both;
}

.event-detail-cont .ed-right-cont .ed-cont-head {
  display: flex;
}
.event-detail-cont .ed-right-cont .ed-cont-head .colm {
  padding-right: 25px;
  margin-right: 35px;
  border-right: 1px solid #C1C1C1;
  align-items: center;
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-right-cont .ed-cont-head .colm {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .event-detail-cont .ed-right-cont .ed-cont-head .colm img {
    max-width: 15px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-right-cont .ed-cont-head .colm img {
    max-width: 10px;
  }
}
.event-detail-cont .ed-right-cont .ed-cont-head .colm span {
  font-size: 24px;
  color: #747474;
}
@media (max-width: 1199.98px) {
  .event-detail-cont .ed-right-cont .ed-cont-head .colm span {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-right-cont .ed-cont-head .colm span {
    font-size: 10px;
  }
}
.event-detail-cont .ed-right-cont .ed-cont-head .colm:nth-last-child(1) {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0;
}
.event-detail-cont .ed-right-cont h1 {
  font-size: 50px;
  color: #043673;
  padding: 15px 0;
}
@media (max-width: 1199.98px) {
  .event-detail-cont .ed-right-cont h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-right-cont h1 {
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
  }
}
.event-detail-cont .ed-right-cont p {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-right-cont p {
    font-size: 14px;
  }
}
.event-detail-cont .ed-cont-wrap {
  display: flex;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-cont-wrap {
    display: block;
  }
}
.event-detail-cont .ed-cont-wrap .ed-socail-share {
  padding-right: 80px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .event-detail-cont .ed-cont-wrap .ed-socail-share {
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-cont-wrap .ed-socail-share {
    text-align: left;
    display: flex;
    padding-top: 20px;
  }
}
.event-detail-cont .ed-cont-wrap .ed-socail-share p {
  font-size: 18px;
  color: #10152F;
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-cont-wrap .ed-socail-share p {
    font-size: 14px;
  }
}
.event-detail-cont .ed-cont-wrap .ed-socail-share ul {
  margin-left: 0;
  padding-left: 0;
}
.event-detail-cont .ed-cont-wrap .ed-socail-share li {
  list-style: none;
  margin-top: 35px;
}
@media (max-width: 1199.98px) {
  .event-detail-cont .ed-cont-wrap .ed-socail-share li {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-cont-wrap .ed-socail-share li {
    display: initial;
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-cont-wrap .ed-socail-share li a svg {
    max-width: 20px;
  }
}
@media (max-width: 767.98px) {
  .event-detail-cont .ed-cont-wrap .ed-socail-share li a:hover svg {
    max-width: 20px;
  }
}
.event-detail-cont .ed-cont-wrap .ed-socail-share li a:hover svg path {
  fill: #D11515;
}

.prod-top-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prod-top-wrap .sort-by {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.prod-top-wrap .sort-by a {
  padding: 15px 0;
  margin-left: 30px;
  position: relative;
  color: #707070;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .prod-top-wrap .sort-by a {
    padding: 10px 0;
    margin-left: 15px;
  }
}
.prod-top-wrap .sort-by a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #D11515;
  height: 1px;
  width: 100%;
  opacity: 0;
}
.prod-top-wrap .sort-by a.active {
  color: #000000;
}
.prod-top-wrap .sort-by a.active:after {
  opacity: 1;
}
.prod-top-wrap .sort-by span {
  color: #000000;
  font-size: 15px;
}
.prod-top-wrap .sort-by p {
  margin: 0;
}

.products-list {
  border-top: 1px solid #E5E5E5;
  display: flex;
}
@media (max-width: 767.98px) {
  .products-list {
    border: 0;
  }
}
.products-list .box-out {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.products-list .box {
  max-width: 25%;
  width: 100%;
  padding: 2.5rem 1.875rem;
}
@media (max-width: 1199.98px) {
  .products-list .box {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .products-list .box {
    padding: 2.5rem 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .products-list .box {
    border: 1px solid rgba(211, 211, 211, 0.5);
    border-top: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.products-list .box .product-img {
  margin: 10px auto;
  display: block;
  padding-bottom: 1.25rem;
  height: 160px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 991.98px) {
  .products-list .box .product-img {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .products-list .box .product-img {
    height: 120px;
  }
}
.products-list .box .p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .products-list .box .p {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.products-list .box .price-tag {
  color: #000;
  display: flex;
}
.products-list .box .price-tag b {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .products-list .box .price-tag b {
    font-size: 14px;
    padding-right: 5px;
  }
}
.products-list .box .price-tag del {
  color: #A2A2A2;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .products-list .box .price-tag del {
    font-size: 12px;
  }
}
.products-list .box .price-tag span {
  color: #0049A2;
}
@media (max-width: 767.98px) {
  .products-list .box .price-tag span {
    padding-left: 5px;
  }
}
.products-list .box a {
  color: #000000;
}
.products-list .box > p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
.products-list .box .rating p {
  font-size: 0.75rem;
}
.products-list .box .add-crt {
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #D11515;
  color: #ffffff;
  text-align: center;
}
.products-list .add-box {
  width: 100%;
}
.products-list .add-box img {
  width: 100%;
}
.products-list .filter_sec {
  max-width: 250px;
  width: 100%;
  flex: 0 0 250px;
  padding-right: 15px;
  margin-right: 20px;
  height: 100%;
  box-shadow: 5px 3px 10px 0px rgba(4, 54, 115, 0.04);
}
@media (max-width: 767.98px) {
  .products-list .filter_sec {
    display: none;
  }
}
.products-list .filters {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.products-list .filters h4 {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.products-list .filters a {
  font-size: 14px;
  color: #D11515;
  font-weight: 500;
}
.products-list .filters a span {
  cursor: pointer;
}
.products-list .filters a span:hover {
  color: #043673;
}

.common-list {
  border-top: 1px solid #E5E5E5;
}
.common-list label {
  position: relative;
  font-weight: 300;
}
.common-list .filter-drop {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.common-list .filter-drop h4 {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.common-list .filter-drop a {
  font-size: 14px;
  color: #D11515;
  font-weight: 500;
}
.common-list .filter-drop a span {
  cursor: pointer;
}
.common-list .filter-drop a span:hover {
  color: #043673;
}
.common-list ul {
  padding: 0;
  margin-left: 0;
}
.common-list ul li {
  display: none;
}
.common-list ul li:nth-child(1), .common-list ul li:nth-child(2), .common-list ul li:nth-child(3), .common-list ul li:nth-child(4), .common-list ul li:nth-child(5) {
  display: block;
}
.common-list ul.show li {
  display: block;
}
.common-list ul.show .more-filter {
  display: none;
}
.common-list ul.pro-subcategory li {
  margin-left: 15px;
}
.common-list ul.pro-subcategory li label {
  font-size: 15px;
}
.common-list .more-filter {
  color: #D11515;
  text-decoration: underline;
}

input.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: white;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}

input.styled-checkbox:checked + label:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 7px;
  width: 4px;
  height: 8px;
  border-bottom: 1px solid #D11515;
  border-right: 1px solid #D11515;
  transform: rotate(45deg);
}

li {
  list-style: none;
}

.price-range-slider {
  width: 100%;
  padding: 0;
}
.price-range-slider .range-value {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.price-range-slider .range-value input {
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
  border: 1px solid #C1C9D3;
  border-radius: 5px;
  width: 45%;
}
.price-range-slider .range-value input:focus {
  outline: none;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 94%;
  margin-left: 8px;
  position: relative;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #D11515;
  border: 2px solid #D11515;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #D11515;
  height: 15px;
  width: 15px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #D11515;
  height: 15px;
  width: 15px;
  top: -7px;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  position: absolute;
}
.price-range-slider span:focus {
  outline: none;
}
.price-range-slider .ui-slider-horizontal .ui-slider-range {
  top: -1px;
  /* height: 1px; */
  position: absolute;
}

/*--- /.price-range-slider ---*/
.prod-mob-top-wrap a {
  display: flex;
  color: #707070;
  align-items: center;
  flex: 0 0 50%;
  max-width: 50%;
  justify-content: center;
}
.prod-mob-top-wrap a:nth-child(1) {
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}
.prod-mob-top-wrap a span {
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .product-pge .container {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .prod-mob-top-wrap {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    z-index: 9;
    left: 0;
    box-shadow: 10px 10px 10px 10px rgba(0, 73, 162, 0.05);
  }
}

.mobile-filter {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-filter {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-filter.show {
    opacity: 1;
    visibility: visible;
  }
}
.mobile-filter h5 {
  padding: 15px;
  color: #000;
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.mobile-filter .mob-fil {
  display: flex;
}
.mobile-filter .mob-fil .nav {
  width: 40%;
  background: #F8F8F8;
  height: calc(100vh - 90px);
  overflow-y: auto;
}
.mobile-filter .mob-fil .nav .nav-link {
  padding: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 0;
  color: #000;
}
.mobile-filter .mob-fil .nav .nav-link.active {
  background: #ffffff;
  color: #D11515;
}
.mobile-filter .mob-fil .tab-content {
  width: 60%;
  height: calc(100vh - 90px);
  overflow-y: auto;
}
.mobile-filter .mob-fil .tab-content ul {
  margin: 0;
}
.mobile-filter .mob-fil .tab-content li {
  margin: 0 15px;
  padding: 15px;
  padding-left: 0;
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  display: block;
}
.mobile-filter .mob-fil .tab-content li input {
  display: none;
}
.mobile-filter .mob-fil .tab-content label {
  font-weight: 400;
  margin: 0;
  position: initial;
  color: #000;
}
.mobile-filter .mob-fil .tab-content input.styled-checkbox + label:before {
  position: absolute;
  right: 0;
  margin-left: 10px;
  margin-right: 0;
}
.mobile-filter .mob-fil .tab-content input.styled-checkbox:checked + label:after {
  right: 6px;
  top: 22px;
  left: auto;
}
.mobile-filter .mob-fil .tab-content .common-list {
  border: 0;
}

.mobile-sortby {
  bottom: 0;
  top: auto;
  left: 0;
}

@media (max-width: 767.98px) {
  .desktop-only {
    display: none;
  }
}

.mobile-sortby-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.mobile-sortby-overlay.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .product-detail-pge {
    padding-top: 30px;
  }
}
.product-detail-pge img {
  max-width: 100%;
}
.product-detail-pge .outer {
  width: 555px;
  position: relative;
  margin-right: 200px;
  flex: 0 0 555px;
}
@media (max-width: 1439.98px) {
  .product-detail-pge .outer {
    margin-right: 80px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail-pge .outer {
    margin-right: 0px;
  }
}
@media (max-width: 575.98px) {
  .product-detail-pge .outer {
    width: 100%;
    flex: 0 0 100%;
  }
}
.product-detail-pge #big .item {
  background: #fff;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  border: 2px solid #C9D2DD;
  height: 663px;
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 1439.98px) {
  .product-detail-pge #big .item {
    height: 600px;
    width: 450px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail-pge #big .item {
    height: 483px;
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .product-detail-pge #big .item {
    height: 260px;
    width: 100%;
    border: 0;
    padding: 20px;
  }
}
.product-detail-pge #big .item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.product-detail-pge #thumbs .item {
  background: #fff;
  height: 100px;
  width: 100px;
  line-height: 100px;
  padding: 0px;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  margin-right: 20px;
  border: 2px solid #C9D2DD;
}
@media (max-width: 1199.98px) {
  .product-detail-pge #thumbs .item {
    height: 80px;
    width: 80px;
  }
}
.product-detail-pge #thumbs .item h1 {
  font-size: 18px;
}
.product-detail-pge #thumbs .current .item {
  border: 2px solid #FF0000;
}
.product-detail-pge .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.product-detail-pge .owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}
.product-detail-pge #big.owl-theme {
  position: relative;
  margin-left: 130px;
}
@media (max-width: 1199.98px) {
  .product-detail-pge #big.owl-theme {
    margin-left: 100px;
  }
}
@media (max-width: 575.98px) {
  .product-detail-pge #big.owl-theme {
    margin-left: 0px;
  }
}
.product-detail-pge #big.owl-theme .owl-next,
.product-detail-pge #big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.product-detail-pge #big.owl-theme .owl-prev {
  left: 10px;
}
.product-detail-pge #big.owl-theme .owl-next {
  right: 10px;
}
.product-detail-pge #thumbs.owl-theme .owl-next,
.product-detail-pge #thumbs.owl-theme .owl-prev {
  background: #333;
}

#big .owl-dots {
  display: none;
}
@media (max-width: 575.98px) {
  #big .owl-dots {
    display: block;
    text-align: center;
    height: 25px;
  }
}

@media (max-width: 575.98px) {
  #thumbs {
    display: none;
  }
}
#thumbs.owl-carousel {
  transform: rotate(90deg);
  width: 700px;
  margin-top: 300px;
  position: absolute;
  left: 0;
  left: -300px;
}
@media (max-width: 1439.98px) {
  #thumbs.owl-carousel {
    width: 625px;
    left: -260px;
    margin-top: 260px;
  }
}
@media (max-width: 1199.98px) {
  #thumbs.owl-carousel {
    width: 500px;
    left: -210px;
    margin-top: 210px;
  }
}
#thumbs .item {
  transform: rotate(-90deg);
}
#thumbs.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
  display: none;
}
#thumbs .owl-dots {
  display: none;
}
#thumbs.owl-carousel .owl-nav .owl-prev,
#thumbs div.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
}

.prod-d-wrap {
  display: flex;
}
@media (max-width: 991.98px) {
  .prod-d-wrap {
    display: block;
  }
}
.prod-d-wrap .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #BAC2D0;
  border-radius: 50%;
  background: transparent !important;
}
.prod-d-wrap .owl-dots .owl-dot.active {
  border: 1px solid #D11515;
  background: #D11515 !important;
}

.similar-products h2 {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .similar-products h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.similar-products .sim-prod {
  border-top: 1px solid #D9D9D9;
}
.similar-products .box-out {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}
.similar-products .box {
  max-width: 20%;
  width: 100%;
  padding: 2.5rem 1.875rem;
}
@media (max-width: 1199.98px) {
  .similar-products .box {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .similar-products .box {
    padding: 2.5rem 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .similar-products .box {
    border: 1px solid rgba(211, 211, 211, 0.5);
    border-top: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  .similar-products .box:nth-child(5n) {
    display: none;
  }
}
.similar-products .box .product-img {
  margin: 0 auto;
  display: block;
  padding-bottom: 1.875rem;
  height: 160px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .similar-products .box .product-img {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .similar-products .box .product-img {
    height: 120px;
  }
}
.similar-products .box .p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .similar-products .box .p {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.similar-products .box .price-tag {
  color: #000;
  display: flex;
}
.similar-products .box .price-tag b {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .similar-products .box .price-tag b {
    font-size: 14px;
    padding-right: 5px;
  }
}
.similar-products .box .price-tag del {
  color: #A2A2A2;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .similar-products .box .price-tag del {
    font-size: 12px;
  }
}
.similar-products .box .price-tag span {
  color: #0049A2;
}
@media (max-width: 767.98px) {
  .similar-products .box .price-tag span {
    padding-left: 5px;
  }
}
.similar-products .box a {
  color: #000000;
}
.similar-products .box > p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
.similar-products .box .rating p {
  font-size: 0.75rem;
}
.similar-products .box .add-crt {
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #D11515;
  color: #ffffff;
  text-align: center;
}

.right-prod-detail {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .right-prod-detail {
    padding-top: 35px;
  }
}
.right-prod-detail a {
  color: inherit;
}
.right-prod-detail a:hover {
  color: inherit !important;
}
.right-prod-detail h1 {
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  .right-prod-detail h1 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .right-prod-detail h1 {
    font-size: 18px;
  }
}
.right-prod-detail .price-det {
  display: flex;
}
.right-prod-detail .price-det h3 {
  font-size: 40px;
  font-weight: 400;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .right-prod-detail .price-det h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .right-prod-detail .price-det h3 {
    font-size: 29px;
  }
}
.right-prod-detail .price-det .price-cut-det .originalprice {
  color: #969696;
  margin-right: 10px;
  font-weight: 500;
}
.right-prod-detail .price-det .price-cut-det .cut-price {
  color: #014AA5;
}
.right-prod-detail .price-det .price-cut-det .tax-det {
  color: #14AC00;
  display: block;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .right-prod-detail .price-det .price-cut-det span {
    font-size: 12px;
  }
}
.right-prod-detail .clr-qty {
  display: flex;
}
@media (max-width: 575.98px) {
  .right-prod-detail .clr-qty {
    padding-bottom: 40px;
  }
}
.right-prod-detail .clr-qty label {
  position: relative;
}
.right-prod-detail .clr-qty input.styled-checkbox + label:before {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.right-prod-detail .clr-qty li {
  display: flex;
  z-index: 100;
}
.right-prod-detail .clr-qty li input {
  display: none;
}
.right-prod-detail .clr-qty .black-clr input.styled-checkbox + label:before {
  background: #000000;
}
.right-prod-detail .clr-qty .white-clr input.styled-checkbox + label:before {
  background: #ffffff;
}
.right-prod-detail .clr-qty .grey-clr input.styled-checkbox + label:before {
  background: #313D4B;
}
.right-prod-detail .clr-qty input.styled-checkbox:checked + label:after {
  left: 10px;
  top: 10px;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #D11515;
  border-right: 2px solid #D11515;
}
.right-prod-detail .clr-qty h4 {
  font-size: 16px;
}
.right-prod-detail .clr-qty .qty {
  margin-left: 100px;
}
@media (max-width: 575.98px) {
  .right-prod-detail .clr-qty .qty {
    margin-left: 0px;
  }
}
.right-prod-detail .clr-qty .qty .control {
  display: flex;
  width: 115px;
  height: 40px;
  border: 1px solid #C1C9D3;
}
.right-prod-detail .clr-qty .qty .control .bttn-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.right-prod-detail .clr-qty .qty .control .input {
  width: calc(115px * 0.5);
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  margin: 5px 0;
  border-right: 1px solid #C1C9D3;
  border-left: 1px solid #C1C9D3;
  padding: 0 5px;
  border-radius: 0;
}
.right-prod-detail .clr-qty .qty .control .input:focus {
  outline: none;
}
.right-prod-detail .clr-qty .qty .control a.bttn {
  color: black;
  text-decoration: none;
}
.right-prod-detail .clr-qty .qty .control a.bttn,
.right-prod-detail .clr-qty .qty .control .bttn {
  width: calc(115px * 0.5);
  padding: 0;
  text-align: center;
  border: 0px;
  box-shadow: none;
  background-color: white;
  font-size: 20px;
  cursor: pointer;
}
.right-prod-detail .clr-qty .qty .control a.bttn:focus,
.right-prod-detail .clr-qty .qty .control .bttn:focus {
  outline: none;
}
.right-prod-detail .clr-qty .qty .control a.bttn span,
.right-prod-detail .clr-qty .qty .control .bttn span {
  margin: auto !important;
}
.right-prod-detail .clr-qty .qty .control .bttn-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.right-prod-detail .clr-qty .qty input[type=number]::-webkit-inner-spin-button,
.right-prod-detail .clr-qty .qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.right-prod-detail .delivery-det {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .right-prod-detail .delivery-det {
    padding: 15px 0;
  }
}
.right-prod-detail .delivery-det span {
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .right-prod-detail .delivery-det span {
    flex: 0 0 100%;
    padding-bottom: 10px;
  }
}
.right-prod-detail .delivery-det input {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 20px;
  margin: 0px 20px;
  min-width: 200px;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .right-prod-detail .delivery-det input {
    margin: 0px;
    border: 1px solid #C1C9D3;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.right-prod-detail .delivery-det .chk-btn {
  color: #D11515;
}
@media (max-width: 575.98px) {
  .right-prod-detail .delivery-det .chk-btn {
    border: 1px solid #C1C9D3;
    padding: 5px 10px;
    margin-left: 15px;
  }
}
.right-prod-detail .delivery-det .del-pin {
  position: relative;
}
.right-prod-detail .delivery-det .del-pin:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 20px;
  background-image: url(../images/del-pin.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .right-prod-detail .delivery-det .del-pin:after {
    left: 5px;
    top: 10px;
  }
}
@media (max-width: 575.98px) {
  .right-prod-detail .add-cat-buy {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    left: 0;
    display: flex;
    box-shadow: 10px 10px 10px 10px rgba(0, 73, 162, 0.1);
  }
}
.right-prod-detail .add-cat-buy .buy-btn,
.right-prod-detail .add-cat-buy .cart-btn {
  min-width: 210px;
  padding: 12px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .right-prod-detail .add-cat-buy .buy-btn,
.right-prod-detail .add-cat-buy .cart-btn {
    min-width: 170px;
  }
}
@media (max-width: 575.98px) {
  .right-prod-detail .add-cat-buy .buy-btn,
.right-prod-detail .add-cat-buy .cart-btn {
    border: 0 !important;
    width: 50%;
  }
}
.right-prod-detail .add-cat-buy .buy-btn:hover,
.right-prod-detail .add-cat-buy .cart-btn:hover {
  border: 1px solid #043673;
  background: #043673;
  color: #ffffff;
}
.right-prod-detail .add-cat-buy .buy-btn:hover span,
.right-prod-detail .add-cat-buy .cart-btn:hover span {
  color: #fff;
}
.right-prod-detail .add-cat-buy .buy-btn:hover svg path,
.right-prod-detail .add-cat-buy .cart-btn:hover svg path {
  stroke: #ffffff;
}
.right-prod-detail .add-cat-buy .cart-btn {
  border: 1px solid #000;
  color: #000;
}
.right-prod-detail .add-cat-buy .buy-btn {
  border: 1px solid #D11515;
  background: #D11515;
  color: #ffffff;
}
.right-prod-detail .add-cat-buy svg {
  vertical-align: bottom;
}
.right-prod-detail .add-cat-buy svg path {
  transition: all 0.4s;
}
.right-prod-detail .accordion .card {
  border: 0;
  border-top: 1px solid #D9D9D9;
}
.right-prod-detail .accordion .card .card-header {
  background: #ffffff;
  border: 0;
  padding: 0;
}
.right-prod-detail .accordion .card .card-header .btn-link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  color: #000;
  text-decoration: none;
  padding: 15px 0;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .right-prod-detail .accordion .card .card-header .btn-link {
    font-size: 14px;
  }
}
.right-prod-detail .accordion .card .card-header .btn-link:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #D11515;
  border-left: 2px solid #D11515;
  transform: rotate(135deg);
  right: 0;
  top: 23px;
  transition: 0.4s ease-in-out;
}
.right-prod-detail .accordion .card .card-header .btn-link.collapsed:after {
  transform: rotate(-45deg);
  top: 20px;
}
.right-prod-detail .accordion .card .card-body {
  padding: 0;
  margin-bottom: 20px;
}
.right-prod-detail .accordion .card .card-body p {
  max-width: 95%;
}
@media (max-width: 575.98px) {
  .right-prod-detail .accordion .card .card-body p {
    font-size: 14px;
  }
}
.right-prod-detail .accordion .card .card-body .highlight-wrap .h-point {
  display: flex;
}
.right-prod-detail .accordion .card .card-body .highlight-wrap .h-point p {
  margin-bottom: 10px;
  flex: 0 0 50%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap {
  display: flex;
}
@media (max-width: 400px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap {
    justify-content: space-evenly;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat .prod-star {
  display: flex;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat h4 {
  font-size: 64px;
  color: #26C111;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat h4 {
    font-size: 34px;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat svg {
  width: 14px;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat svg path {
  fill: #26C111;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat svg.no path {
  fill: #CED1D8;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .pro-rat h6 {
  font-size: 16px;
}
@media (max-width: 400px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev ul {
    padding-left: 15px;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev li {
  line-height: 1;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev svg {
  width: 14px;
  vertical-align: middle;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev svg path {
  fill: #000;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
  width: 300px;
  display: inline-block;
  border-top: 3px solid #CED1D8;
  border-radius: 5px;
  vertical-align: middle;
}
@media (max-width: 1439.98px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
    width: 230px;
  }
}
@media (max-width: 1199.98px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev span {
    width: 90px;
  }
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line {
  position: relative;
  margin: 0px 10px;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line:after {
  position: absolute;
  top: -3px;
  content: "";
  border-top: 3px solid #26C111;
  left: 0;
  width: 100%;
  height: 100%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w1:after {
  width: 10%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w2:after {
  width: 20%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w3:after {
  width: 30%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w4:after {
  width: 40%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w5:after {
  width: 50%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w6:after {
  width: 60%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w7:after {
  width: 70%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w8:after {
  width: 80%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w9:after {
  width: 90%;
}
.right-prod-detail .accordion .card .card-body .rating-reviw-wrap .rating-rev .line.w10:after {
  width: 100%;
}
.right-prod-detail .accordion .card .card-body .commnt {
  padding: 20px 0 10px;
  border-top: 1px solid #D9D9D9;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap .comnt-det {
  display: flex;
  align-items: center;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap h5 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-left: 10px;
}
.right-prod-detail .accordion .card .card-body .commnt .comnt-wrap span {
  color: #9A9A9A;
  font-size: 14px;
}

input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.payment-box {
  /*
    SCSS variables and mixins
    */
  /*
    Some styles to make this demo look pretty (or at least decent)
    If you want to style everything yourself, you shouldn't need these
    */
  /* 
    The project specific CSS starts here
    This is the minimum CSS that you will need in order for this to work
    */
}
@media (max-width: 767.98px) {
  .payment-box h6 {
    display: none;
  }
}
.payment-box span.dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translatey(-50%);
  border: 1px solid #D11515;
  border-radius: 50%;
  pointer-events: none;
}
.payment-box .tabbed-content {
  background: #fff;
  width: 100%;
}
.payment-box .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.payment-box .tabs ul li {
  background: #ffffff;
  font-weight: 500;
  position: relative;
}
.payment-box .tabs ul li a {
  padding: 20px;
  color: #000;
  padding-left: 50px;
}
.payment-box .tabs ul li a.active {
  background: #F4F6F8;
  color: #000;
}
.payment-box .tabs ul li a.active:after {
  position: absolute;
  content: "";
  background: #D11515;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 23px;
  transform: translatey(-50%);
  border-radius: 50%;
}
.payment-box .item::before {
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 25px;
  display: block;
}
.payment-box .item.active::before {
  background: #F4F6F8;
  color: #000;
}
.payment-box .item.active::before:after {
  position: absolute;
  content: "";
  background: #D11515;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 23px;
  transform: translatey(-50%);
  border-radius: 50%;
}
.payment-box .item.active .item-content {
  padding: 1em;
  transition: opacity 0.3s ease-in-out;
}
@media all and (min-width: 768px) {
  .payment-box .item.active .item-content {
    padding-top: 0;
  }
}
.payment-box .tabbed-content .tabs {
  display: none;
}
.payment-box .tabbed-content .item {
  background: #F4F6F8;
  min-height: 2em;
}
@media (max-width: 767.98px) {
  .payment-box .tabbed-content .item {
    display: grid;
    border-top: 1px solid rgba(201, 210, 221, 0.4);
    background: #ffffff;
    position: relative;
  }
  .payment-box .tabbed-content .item:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #707070;
    top: 14px;
    left: 6px;
  }
  .payment-box .tabbed-content .item.active:after {
    background: #D11515;
    border: 1px solid #D11515;
  }
}
.payment-box .tabbed-content .item::before {
  content: attr(data-title);
}
.payment-box .tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.payment-box .tabbed-content .item .item-content input {
  background: transparent;
  padding: 12px 0;
}
.payment-box .tabbed-content .item .item-content .form-control:focus {
  border-color: #ff0000;
}
.payment-box .tabbed-content .item .item-content .select-3 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-box .tabbed-content .item .item-content .select-3 input {
  width: 110px;
}
.payment-box .tabbed-content .item .item-content .select-3 .box {
  flex: 0 0 30%;
}
@media (max-width: 1199.98px) {
  .payment-box .tabbed-content .item .item-content .select-3 .box {
    flex: 0 0 47%;
  }
}
@media (max-width: 1199.98px) {
  .payment-box .tabbed-content .item .item-content .select-3 .box.input-bx {
    flex: 0 0 100%;
    margin-top: 15px;
  }
}
.payment-box .tabbed-content .item .item-content .select-3 select {
  height: 100%;
  color: #000;
}
.payment-box .tabbed-content .item .item-content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-box .tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  min-height: 400px;
  padding: 30px 50px;
}
@media (max-width: 1199.98px) {
  .payment-box .tabbed-content .item.active .item-content {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .payment-box .tabbed-content .item.active .item-content {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  .payment-box .tabbed-content .tabs {
    display: block;
  }
  .payment-box .tabbed-content .tabs li {
    display: inline-block;
  }
  .payment-box .tabbed-content .tabs li a {
    display: block;
  }
  .payment-box .tabbed-content .item {
    min-height: 0;
  }
  .payment-box .tabbed-content .item::before {
    display: none;
  }
  .payment-box .tabbed-content.tabs-side .tabs {
    width: 300px;
    float: left;
  }
  .payment-box .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .payment-box .tabbed-content.tabs-side .item {
    margin-left: 300px;
  }
}

.choose-payment .right-product-info {
  height: 100%;
}

@keyframes boom {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.em-animate {
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  opacity: 0;
}
.em-animate.is-visible {
  animation-name: boom;
  animation-duration: 400ms;
  animation-fill-mode: both;
}

.shine {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
label[for=payment_method_pointcheckout_card] {
  display: contents;
}
label[for=payment_method_pointcheckout_card] img {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li::before {
  display: none !important;
}

.right-prod-detail .request-price {
  margin-bottom: 30px;
}
.right-prod-detail .request-price:hover {
  color: #fff !important;
}

footer {
  padding: 6.25rem 0 2.8125rem 0;
  background: #F8F8F8;
}
@media (max-width: 991.98px) {
  footer {
    padding: 2.5rem 0;
  }
}
footer h5 {
  font-weight: 400;
  padding: 7px 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  footer .logo {
    text-align: center;
  }
}
footer .logo .footer-logo {
  padding-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  footer .logo .footer-logo {
    padding-bottom: 1.5625rem;
    max-width: 130px;
  }
}
footer .footer-menu {
  display: flex;
}
@media (max-width: 991.98px) {
  footer .footer-menu {
    padding: 0.625rem 0 1.875rem 0;
  }
}
footer .footer-menu ul {
  flex-grow: 1;
  list-style: none;
}
@media (max-width: 1280px) {
  footer .footer-menu ul {
    padding-left: 0px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-menu ul {
    margin: 0;
    padding: 0 0.9375rem;
  }
}
footer .footer-menu ul li {
  padding: 0.625rem 0;
}
@media (max-width: 991.98px) {
  footer .footer-menu ul li {
    padding: 0.3125rem 0;
  }
}
footer .footer-menu ul li a {
  font-size: 1.125rem;
  color: #10152F;
}
@media (max-width: 991.98px) {
  footer .footer-menu ul li a {
    font-size: 0.875rem;
  }
}
footer .footer-menu ul li a:hover {
  text-decoration: none;
  color: #D11515;
}
footer .footer-menu ul li a.active {
  color: #D11515 !important;
}
footer .footer-menu ul li a:focus {
  outline: none;
}
footer .socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 991.98px) {
  footer .socials {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
footer .socials li {
  display: inline-block;
  padding: 0.9375rem 0;
  text-align: right;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  footer .socials li {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  footer .socials li a {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  footer .socials li a svg {
    margin: auto;
  }
}
footer .socials li a:hover svg path {
  fill: #D11515;
}
footer .socials li a:focus {
  outline: none;
}
footer .p {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  footer .p {
    font-size: 0.8125rem;
  }
}
footer .copy-right {
  padding-top: 3.125rem;
}
@media (max-width: 991.98px) {
  footer .copy-right {
    padding-top: 1.5625rem;
  }
}
footer .copy-right p {
  margin: 0;
  padding: 0;
  color: #797c8a;
}
@media (max-width: 991.98px) {
  footer .copy-right p {
    font-size: 0.8125rem;
    text-align: center;
  }
}
footer .copy-right p a {
  color: #797c8a;
}
footer .copy-right p a:hover {
  text-decoration: none;
  color: #D11515;
}
@media (max-width: 991.98px) {
  footer .copy-right.text-right {
    padding-top: 0.3125rem;
  }
}
footer .connect {
  padding-left: 2.5rem;
}
@media (max-width: 991.98px) {
  footer .connect {
    display: none;
  }
}
footer .connect-with {
  padding-left: 2.5rem;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  footer .connect-with {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
footer .connect-with a {
  color: #D11515;
  transition: all 0.4s;
}
footer .connect-with a:hover {
  color: #043673;
}

@media (max-width:767.98px){
  .btn.main-btn:hover{
    background: #D11515 !important;
    color: #fff !important;
    border-color: transparent;
  }

  .featured .box:hover > img{
    transform: scale(1);
  }
  .home-what-we-do .service-btn:hover{
    border-color: #ffffff !important;
  }
}
/*# sourceMappingURL=main.min.css.map */