*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    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;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
        Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    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;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 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-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;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: 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,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.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.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .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.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .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.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        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.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .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.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.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(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.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(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.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(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.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(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.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(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.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(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.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(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.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(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    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 #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.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;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    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:focus,
.navbar-brand:hover {
    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:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    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=utf-8;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    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;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 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:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.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 {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714286%;
}
.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;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.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;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .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;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .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;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .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;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .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;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
        Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.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:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
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: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: 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,
.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: 0.875em;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZGMzNTQ1Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNkYzM1NDUnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
            center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        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;
    }
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group.has-validation
    > .custom-file:nth-last-child(n + 3)
    .custom-file-label,
.input-group.has-validation
    > .custom-file:nth-last-child(n + 3)
    .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > .custom-file:not(:last-child)
    .custom-file-label,
.input-group:not(.has-validation)
    > .custom-file:not(:last-child)
    .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: 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="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
    > .input-group-append:nth-last-child(n + 3)
    > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
    > .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),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    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-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.date-picker-x-container {
    position: relative;
}
.date-picker-x {
    background: #444;
    color: #fff;
    font: 18px/1 Arial;
    top: 100%;
    width: 308px;
}
.date-picker-x:before {
    border-color: #444 transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    left: 20px;
}
.date-picker-x.to-top {
    bottom: 100%;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.date-picker-x.to-top:before {
    border-width: 10px 10px 0;
    bottom: auto;
    top: 100%;
}
.date-picker-x.active {
    display: block;
}
.date-picker-x * {
    box-sizing: border-box;
}
.date-picker-x .dpx-title-box {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    height: 45px;
    justify-content: space-between;
    padding-bottom: 10px;
}
.date-picker-x .dpx-next,
.date-picker-x .dpx-prev {
    color: hsla(0, 0%, 100%, 0.6);
    cursor: pointer;
    display: block;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    transition: 0.2s;
    width: 50px;
}
.date-picker-x .dpx-next:hover,
.date-picker-x .dpx-prev:hover {
    color: #fff;
}
.date-picker-x .dpx-title {
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
}
.date-picker-x:not([data-dpx-type="year"]) .dpx-title {
    cursor: pointer;
}
.date-picker-x .dpx-content-box {
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    height: 288px;
    justify-content: center;
    padding-top: 10px;
}
.date-picker-x .dpx-btns {
    border-top: 1px solid #ccc;
    display: flex;
    padding-top: 10px;
}
.date-picker-x .dpx-btns .dpx-item {
    height: 30px !important;
}
.date-picker-x .dpx-item {
    align-items: center;
    display: flex;
    flex: 1 0 25%;
    justify-content: center;
}
.date-picker-x .dpx-item:not(.dpx-weekday) {
    cursor: pointer;
}
.date-picker-x .dpx-item:not(.dpx-weekday):hover {
    box-shadow: inset 0 0 0 2px #3385ff, inset 0 0 0 4px #444;
}
.date-picker-x .dpx-weekday {
    font-size: 15px;
    height: 24px !important;
}
.date-picker-x[data-dpx-type="day"] .dpx-item {
    flex-basis: 44px;
    height: 44px;
}
.date-picker-x .dpx-current {
    box-shadow: inset 0 0 0 2px #66a3ff;
}
.date-picker-x .dpx-selected {
    background: #06f;
}
.date-picker-x .dpx-weekend {
    color: #f99;
}
.date-picker-x .dpx-out {
    color: #bbb;
}
.date-picker-x .dpx-disabled {
    color: #bbb !important;
    cursor: default !important;
    box-shadow: none !important;
}
.date-picker-x .dpx-disabled.dpx-current {
    box-shadow: inset 0 0 0 2px #66a3ff !important;
}
.date-picker-x:before,
.dpx-title-box:after {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    bottom: 100%;
}
.date-picker-x:before {
    border-color: transparent transparent #ccc;
    border-width: 10px;
}
.dpx-title-box:after {
    border-color: transparent transparent #fff;
    left: 20px;
    border-width: 10px;
    top: -19px;
}
.date-picker-x.to-top:before {
    bottom: -10px;
    top: inherit;
    border-top-color: #ccc;
    border-bottom-color: transparent;
}
.date-picker-x.to-top .dpx-title-box:after {
    border-top-color: #fff;
    bottom: -19px;
    border-bottom-color: transparent;
    top: inherit;
    left: 20px;
}
@-webkit-keyframes flyout {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes flyout {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes slide-out {
    0% {
        left: -400px;
    }
    to {
        left: 0;
    }
}
@keyframes slide-out {
    0% {
        left: -400px;
    }
    to {
        left: 0;
    }
}
@-webkit-keyframes slide-in {
    0% {
        left: 0;
    }
    to {
        left: -400px;
    }
}
@keyframes slide-in {
    0% {
        left: 0;
    }
    to {
        left: -400px;
    }
}
@-webkit-keyframes slide-from-right {
    0% {
        left: -500px;
    }
    to {
        left: 0;
    }
}
@keyframes slide-from-right {
    0% {
        left: -500px;
    }
    to {
        left: 0;
    }
}
@-webkit-keyframes slide-from-left {
    0% {
        left: 0;
    }
    to {
        left: -500px;
    }
}
@keyframes slide-from-left {
    0% {
        left: 0;
    }
    to {
        left: -500px;
    }
}
span#mobile-menu img {
    margin-top: 4px;
}
.scroll-menu-overflow {
    overflow: auto !important;
}
#mobile-menu-inner-container {
    display: none;
}
#mobile-menu-inner-container .mobile-header-container img {
    width: 25px;
}
#mobile-menu-inner-container .mobile-header-container {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    #mobile-menu-inner-container {
        display: block;
        height: 45px;
        width: 100%;
    }
}
.rating {
    display: inline-block;
    padding: 1px 7px;
    background: #008ECC;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 2px;
}
.main-menu .rating {
    background-color: #d3e2cf;
    color: #51893e;
}
.main-menu a:hover .rating {
    background-color: #008ECC;
    color: #fff;
}
.mobile-nav-on {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.mobile-nav-on .leftFloat {
    display: none !important;
}
#main-menu-container {
    display: flex;
}
@media (max-width: 1024px) {
    #main-menu-container {
        width: 100%;
    }
}
.show-search {
    display: block !important;
}
.main-menu > ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
}
.input-group > .form-control:focus {
    z-index: 0;
}
.main-menu-container * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.main-menu-container li,
.main-menu-container ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-main-container {
    box-sizing: border-box;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .menu-main-container {
        width: 400px !important;
        left: -415px;
    }
}
.menu-main-container .headerMenu {
    display: none !important;
}
@media (max-width: 991px) {
    .menu-main-container .headerMenu {
        display: block !important;
    }
    .menu-main-container .headerMenu li.orange-link {
        background-color: rgba(228, 139, 53, 0.1);
    }
    .menu-main-container .headerMenu li.orange-link.active a {
        color: #008ECC;
    }
    .menu-main-container .headerMenu li.orange-link a {
        color: #8a8a8a;
    }
    .menu-main-container .headerMenu ul {
        padding: 0;
        list-style: none;
    }
}
@media (max-width: 1024px) {
    .menu-main-container {
        position: absolute;
        height: 100vh;
        max-width: 100%;
        width: 100%;
        overflow: auto;
        left: -100%;
        top: 51px !important;
        z-index: 1005;
        background: #fff;
    }
    .menu-main-container._open {
        -webkit-animation: slide-out 0.5s forwards;
        animation: slide-out 0.5s forwards;
    }
}
.menu-main-container .main-menu {
    display: block;
    width: 100%;
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu {
        height: 100%;
    }
}
.menu-main-container .main-menu li h5 {
    padding: 8px 14px;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}
.menu-main-container .main-menu > ul {
    display: flex;
}
.menu-main-container .main-menu > ul > li:last-child {
    border-right: 0;
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu > ul > li {
        border-right: 0;
    }
}
.menu-main-container .main-menu > ul > li .menu-container {
    position: relative;
    height: auto;
    width: auto;
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 1199px) {
    .menu-main-container .main-menu > ul > li .menu-container {
        height: 100%;
    }
}
.menu-main-container .main-menu > ul > li .menu-container.show {
    visibility: visible;
    opacity: 1;
}
/* @media (max-width: 1024px) {
    visibility: visible;
    opacity: 1;
} */
@media(max-width:1024px) {
    .menu-main-conta {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu > ul > li .menu-container {
        visibility: visible;
        opacity: 1;
        position: inherit;
    }
    .menu-main-container .main-menu > ul > li .menu-container ul.menu-dropdown {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: -500px;
        z-index: 1002;
        background: #fff;
        animation: slide-from-left 0.8s forwards;
        -webkit-animation: slide-from-left 0.8s forwards;
        min-height: 0;
        overflow: auto;
    }
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown._open {
        animation: slide-from-right 0.5s backwards;
        -webkit-animation: slide-from-right 0.5s backwards;
        left: 0;
        width: 100%;
    }
}
.menu-main-container .main-menu > ul > li .menu-container ul.menu-dropdown {
    position: absolute;
    left: 0;
    top: 17px;
    background: #fff;
    width: 240px;
    z-index: 99999;
    min-height: 552px;
    box-shadow: 0 8px 46px rgba(0, 0, 0, 0.1607843137);
    border-radius: 12px;
    padding: 12px 0;
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu > ul > li .menu-container ul.menu-dropdown {
        box-shadow: none !important;
    }
}
.menu-main-container .main-menu > ul > li .menu-container ul.menu-dropdown li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    ul.level-2 {
    background: #f6f6fa;
    box-shadow: 8px 14px 28px -12px rgba(0, 0, 0, 0.24);
    left: 235px;
    top: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 1025px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2 {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-animation: flyout 0.2s ease-out;
        animation: flyout 0.2s ease-out;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        .h4 {
        background: rgba(228, 139, 53, 0.1);
        border-bottom: 0 solid #d9d9d9;
    }
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        li
        a {
        padding: 5px 0 5px 30px;
        font-size: 13px;
        width: 80%;
    }
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    ul.level-2
    ul.level-3 {
    background: #fff;
    box-shadow: 8px 14px 28px -12px rgba(0, 0, 0, 0.24);
    left: 240px;
    top: 0;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    width: 710px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 20px;
}
@media (min-width: 1025px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        ul.level-3 {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-animation: flyout 0.2s ease-out;
        animation: flyout 0.2s ease-out;
    }
}
@media (min-width: 1025px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        ul.level-3
        li
        a {
        display: inline-block;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        ul.level-3
        li
        a {
        padding: 5px 0 5px 30px;
        font-size: 13px;
        width: 80%;
    }
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    ul.level-2
    li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer;
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    ul.level-2
    li:hover
    > ul.level-3 {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in;
}
/* @media (min-width: 1025px) {
    visibility: visible;
    transition: all .3s ease-in;
} */
@media(min-width:1025px) {
    .menu-main-contain {
        display: block;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-animation: flyout 0.2s ease-out;
        animation: flyout 0.2s ease-out;
    }
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li:hover
    > ul.level-2 {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in;
}
/* @media (min-width: 1025px) {
    visibility: visible;
    transition: all .3s ease-in;
} */
@media(min-width:1025px) {
    .men {
        display: block;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-animation: flyout 0.2s ease-out;
        animation: flyout 0.2s ease-out;
    }
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li.h4 {
    display: none !important;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li.h4 {
        background: hsla(0, 0%, 63.1%, 0.1);
        text-align: left;
        position: relative;
        color: #008ECC;
        text-transform: capitalize;
        font-size: 13px;
        padding: 9px 15px 9px 32px !important;
        z-index: 9;
        display: block !important;
        margin: 0 !important;
        font-weight: 500;
        border-bottom: 0 solid #b4b4b4;
    }
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown
        li.h4:after {
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        border-color: #008ECC;
        border-style: solid;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        content: "";
        right: 15px;
        top: 15px;
    }
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    .has-next-menu {
    display: none;
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    a {
    font-size: 13px;
    color: #444;
    padding: 4px 25px 4px 15px;
    display: block;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    position: relative;
    border: none;
    margin: 0;
    font-weight: 400;
    z-index: 2;
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    a
    .has-next-menu {
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 11;
    display: inline-block;
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    a
    .has-next-menu:after {
    height: 6px;
    width: 6px;
    border-color: #008ECC;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    z-index: 1;
}
.menu-main-container
    .main-menu
    > ul
    > li
    .menu-container
    ul.menu-dropdown
    li
    a:hover {
    color: #008ECC;
    text-decoration: none;
    background: 0 0;
}
/* @media (max-width: 1024px) {
    text-decoration: none;
    background: 0 0;
} */
@media(max-width:1024px) {
    .menu {
        background-color: transparent;
    }
}
.menu-main-container .main-menu > ul > li > a {
    display: block;
    color: #8a8a8a;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in;
    position: relative;
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu > ul > li > a.active {
        background-color: rgba(228, 139, 53, 0.1);
        color: #008ECC;
    }
    .menu-main-container .main-menu > ul > li > a.active:after {
        display: none;
    }
}
.menu-main-container .main-menu > ul > li > a > div {
    display: inline-block;
}
.menu-main-container .main-menu > ul > li > a .icon-drop {
    border: solid #8a8a8a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    vertical-align: 2px;
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu > ul > li > a .icon-drop {
        display: none !important;
    }
}
.menu-main-container .main-menu > ul > li > a.active,
.menu-main-container .main-menu > ul > li > a:hover {
    color: #008ECC;
    text-decoration: none;
}
.menu-main-container .main-menu > ul > li > a.active .icon-drop {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    border: solid #403f3f;
    border-width: 0 2px 2px 0;
    vertical-align: 0;
}
.menu-main-container .main-menu > ul > li > a.active:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
}
.menu-main-container
    .main-menu
    ul
    li
    .menu-container
    ul.menu-dropdown
    li
    .has-next-menu:after {
    height: 6px;
    width: 6px;
    border-color: #1a2d35;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    content: "";
    right: 10px;
    top: 14px;
    z-index: 1;
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu ul {
        display: block;
        padding: 0;
        height: calc(100% - 40em);
    }
    .menu-main-container .main-menu ul li {
        display: block;
        width: 100%;
    }
    .menu-main-container .main-menu ul li .menu-container ul.menu-dropdown li {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 1024px) and (max-width: 1024px) {
    .menu-main-container .main-menu ul li .menu-container ul.menu-dropdown li {
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        span {
        align-items: end;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        a {
        color: #373737;
        padding: 9px 0 9px 35px;
        font-size: 13px;
        display: block;
        position: relative;
        font-weight: 400;
        width: 80%;
        align-items: start;
    }
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        a
        .has-next-menu {
        display: none;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        .has-next-menu {
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        border-color: #1a2d35;
        border-style: solid;
        border-width: 0 2px 2px 0;
        position: relative;
        content: "";
        right: 13px;
        display: block;
        top: 15px;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
    }
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        .has-next-menu:after {
        display: none;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown.level-1 {
        background: #fff;
        height: 100%;
        padding-bottom: 150px;
        margin-bottom: 150px;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2 {
        top: 39px;
        overflow: auto !important;
        background: #fff;
        height: 100%;
        padding-bottom: 50px;
        margin-bottom: 0;
        left: 0;
        z-index: 99;
        visibility: visible;
        opacity: 1;
    }
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        li {
        display: flex;
    }
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        ul.level-3 {
        top: 39px;
        background: #fff;
        overflow: auto;
        height: calc(100% - 103px);
        z-index: 1005;
        padding-bottom: 150px;
        margin-bottom: 200px;
        left: 0;
        z-index: 999;
        visibility: visible;
        opacity: 1;
        width: 100%;
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .menu-main-container
        .main-menu
        ul
        li
        .menu-container
        ul.menu-dropdown
        li
        ul.level-2
        ul.level-3
        li {
        display: flex;
    }
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu ul li a.menu-item:after {
        box-sizing: border-box;
        height: 9px;
        width: 9px;
        border-color: #2c2c2c;
        border-style: solid;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(-45deg);
        position: absolute;
        content: "";
        right: 13px;
        top: 15px;
        z-index: 1;
        left: inherit;
        display: inline-block !important;
    }
}
@media (max-width: 1024px) {
    .menu-main-container .main-menu ul li a {
        color: #373737;
        padding: 9px 15px;
        font-size: 13px;
        display: block;
        position: relative;
        font-weight: 400;
    }
}
.main-menu-area {
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    width: 100%;
}
#mobile-menu {
    display: none;
}
@media (max-width: 1024px) {
    #mobile-menu {
        display: inline-block;
    }
}
#mobile-menu img {
    width: 25px;
}
.menu-main-container
    .main-menu
    > ul
    > li.single-level
    .menu-container
    ul.menu-dropdown {
    min-height: 1px;
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        > ul
        > li.single-level
        .menu-container
        ul.menu-dropdown {
        min-height: 100%;
        top: 0;
        padding-bottom: 150px !important;
    }
}
@media (max-width: 1024px) {
    .__mobile-overlay {
        cursor: pointer;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease-out;
        background-color: rgba(41, 48, 59, 0.55);
    }
    .__mobile-overlay.overley-show {
        visibility: visible;
        opacity: 1;
        overflow: hidden;
    }
}
.closeMenuIcon {
    display: none;
}
.mobile-nav-on .closeMenuIcon {
    display: block;
}
.mobile-nav-on .openMenuIcon {
    display: none;
}
.mobile-nav-on span#mobile-menu {
    pointer-events: none;
}
@media (min-width: 480px) and (max-width: 1024px) {
    .menu-main-container {
        max-width: 400px;
        left: -415px;
    }
}
ul.menu-dropdown.service-wid {
    width: 821px !important;
    position: relative;
    padding: 15px !important;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    ul.menu-dropdown.service-wid {
        width: 100% !important;
        display: inline-block !important;
    }
}
ul.menu-dropdown.service-wid .category-1 .heading-inner-manu,
ul.menu-dropdown.service-wid .category-2 .heading-inner-manu,
ul.menu-dropdown.service-wid .category-3 .heading-inner-manu {
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    padding-left: 15px;
    position: relative;
    padding-bottom: 12px;
}
@media (max-width: 1199px) {
    ul.menu-dropdown.service-wid .category-1 .heading-inner-manu,
    ul.menu-dropdown.service-wid .category-2 .heading-inner-manu,
    ul.menu-dropdown.service-wid .category-3 .heading-inner-manu {
        padding-bottom: 0;
    }
}
ul.menu-dropdown.service-wid .category-1 ul,
ul.menu-dropdown.service-wid .category-2 ul,
ul.menu-dropdown.service-wid .category-3 ul {
    padding-left: 0;
}
ul.menu-dropdown.service-wid .category-1 ul.count-2,
ul.menu-dropdown.service-wid .category-2 ul.count-2,
ul.menu-dropdown.service-wid .category-3 ul.count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media (max-width: 1199px) {
    ul.menu-dropdown.service-wid .category-1 ul.count-2,
    ul.menu-dropdown.service-wid .category-2 ul.count-2,
    ul.menu-dropdown.service-wid .category-3 ul.count-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
ul.menu-dropdown.service-wid .category-1 ul.count-2 li a,
ul.menu-dropdown.service-wid .category-2 ul.count-2 li a,
ul.menu-dropdown.service-wid .category-3 ul.count-2 li a {
    padding-right: 0 !important;
}
@media (max-width: 1199px) {
    ul.menu-dropdown.service-wid .category-1 ul.count-2 li a,
    ul.menu-dropdown.service-wid .category-2 ul.count-2 li a,
    ul.menu-dropdown.service-wid .category-3 ul.count-2 li a {
        padding: 0 0 9px 15px !important;
    }
}
ul.menu-dropdown.service-wid .category-1 ul.count-1,
ul.menu-dropdown.service-wid .category-2 ul.count-1,
ul.menu-dropdown.service-wid .category-3 ul.count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
ul.menu-dropdown.service-wid .category-1 ul.count-1 li a,
ul.menu-dropdown.service-wid .category-2 ul.count-1 li a,
ul.menu-dropdown.service-wid .category-3 ul.count-1 li a {
    padding-right: 0 !important;
}
@media (max-width: 1199px) {
    ul.menu-dropdown.service-wid .category-1 ul.count-1 li a,
    ul.menu-dropdown.service-wid .category-2 ul.count-1 li a,
    ul.menu-dropdown.service-wid .category-3 ul.count-1 li a {
        padding: 0 0 9px 15px !important;
    }
}
@media (min-width: 1199px) {
    ul.menu-dropdown.service-wid .category-1,
    ul.menu-dropdown.service-wid .category-2,
    ul.menu-dropdown.service-wid .category-3 {
        width: 250px;
    }
}
@media (max-width: 1023px) {
    a.mobile-logo-icon img {
        width: 35px !important;
    }
    .TopLogo-wrapper {
        display: none;
    }
}
@media (max-width: 1024px) {
    .category-1 .heading-inner-manu,
    .category-2 .heading-inner-manu,
    .category-3 .heading-inner-manu {
        margin: 10px 0;
    }
}
li.h4.pl-15 {
    padding-left: 15px !important;
}
@media (min-width: 1024px) and (max-width: 1199px) {
    a.mobile-logo-icon img {
        width: 35px !important;
        display: none;
    }
}
.Sticky-form {
    background: #fff;
    box-shadow: 0 8px 34px rgba(0, 0, 0, 0.3215686275);
    display: none;
}
.Sticky-form .relativeParent {
    position: relative;
}
.Sticky-form .relativeParent img.autoCompleteLoader {
    position: absolute;
    z-index: 9;
    right: 4px;
    top: 7px;
}
.Sticky-form .input-file-container .file-upload.row {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
}
.Sticky-form a#fileIdCounter {
    text-decoration: none;
}
.Sticky-form a#fileIdCounter span.file-count {
    background: #80a5cf;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400 !important;
    margin-left: 10px;
}
.Sticky-form :-moz-placeholder,
.Sticky-form ::-moz-placeholder {
    font-size: 14px !important;
    font-family: Poppins, sans-serif;
}
.Sticky-form :-ms-input-placeholder {
    font-size: 14px !important;
    font-family: Poppins, sans-serif;
}
.Sticky-form .servicetype2 .btn,
.Sticky-form .servicetype .btn {
    box-shadow: none !important;
    color: #3176ef;
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
}
.Sticky-form .servicetype2 .btn:hover,
.Sticky-form .servicetype .btn:hover {
    color: #fff;
    background: #3176ef;
}
.Sticky-form .servicetype2 .btn.active,
.Sticky-form .servicetype .btn.active {
    background: #3176ef;
    color: #fff;
    box-shadow: 0 8px 16px rgba(49, 118, 239, 0.5019607843) !important;
}
.Sticky-form .servicetype2 .assignment-type-info-wrapper,
.Sticky-form .servicetype .assignment-type-info-wrapper {
    position: relative;
    padding: 5px 10px;
}
.Sticky-form .servicetype2 .assignment-type-info-wrapper img,
.Sticky-form .servicetype .assignment-type-info-wrapper img {
    cursor: pointer;
}
.Sticky-form
    .servicetype2
    .assignment-type-info-wrapper
    img:hover
    ~ .assignment-type-info-tooltip,
.Sticky-form
    .servicetype
    .assignment-type-info-wrapper
    img:hover
    ~ .assignment-type-info-tooltip {
    display: flex;
}
.Sticky-form
    .servicetype2
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip,
.Sticky-form
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip {
    display: none;
    flex-direction: column;
    background: grey;
    color: #fff;
    padding: 10px;
    background: #d2d2d2 0 0 no-repeat padding-box;
    width: 315px;
    height: 131px;
    position: absolute;
    z-index: 99;
    top: 36px;
    left: -270px;
    box-shadow: 1px 1px 3px 0 rgba(35, 36, 36, 0.368627451);
}
.Sticky-form
    .servicetype2
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip
    p,
.Sticky-form
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip
    p {
    color: rgba(44, 44, 44, 0.7019607843);
    font-size: 12px;
    margin-bottom: 4px;
}
.Sticky-form
    .servicetype2
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip
    strong,
.Sticky-form
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip
    strong {
    color: #2c2c2c;
}
.Sticky-form
    .servicetype2
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip:after,
.Sticky-form
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d2d2d2;
    position: absolute;
    right: 17px;
    top: -10px;
}
.Sticky-form .checked-wrap {
    display: flex;
    padding-top: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 41px !important;
    padding-right: 210px;
    margin-top: 8px;
}
.Sticky-form .checked-wrap .styled-checkbox {
    position: absolute;
    opacity: 0;
    font-family: Poppins, sans-serif;
}
.Sticky-form .checked-wrap .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    font-family: Poppins, sans-serif;
}
.Sticky-form .checked-wrap .styled-checkbox + label:before {
    content: "";
    margin-right: 7px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 2px;
    box-shadow: none !important;
    min-width: 18px;
    z-index: 1;
    position: relative;
    border: 2px solid #8a8a8a;
}
.Sticky-form .checked-wrap .styled-checkbox + label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    background: #2c2c2c;
    width: 1px;
    height: 2px;
    box-shadow: 2px 0 0 #2c2c2c, 4px 0 0 #2c2c2c, 4px -2px 0 #2c2c2c,
        4px -4px 0 #2c2c2c, 4px -6px 0 #2c2c2c, 4px -8px 0 #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid transparent;
}
.Sticky-form .checked-wrap .styled-checkbox:checked + label:before {
    background: 0 0;
    border: 2px solid #2c2c2c;
}
.Sticky-form .have-coupon-wrapper a {
    font-size: 11px;
    color: #2c2c2c;
    text-decoration: none;
    position: relative;
}
.Sticky-form .have-coupon-wrapper a:after {
    content: "";
    width: 0;
    background-color: #bfbfbf;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.Sticky-form .have-coupon-wrapper a:hover {
    text-decoration: none;
}
.Sticky-form .have-coupon-wrapper a:hover:after {
    width: 100%;
}
.timeslot {
    border-radius: 0 4px 4px 0 !important;
    min-width: 100px;
    border-left: none !important;
}
@media (min-width: 1023px) {
    header.sticky .Sticky-form {
        display: block;
    }
}
.__FormStickyWrapper {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.__FormStickyWrapper .easy-autocomplete-container {
    z-index: 10;
}
.__FormStickyWrapper input::-webkit-inner-spin-button,
.__FormStickyWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.__FormStickyWrapper input[type="number"] {
    -moz-appearance: textfield;
}
.__FormStickyWrapper .phone_prompt {
    bottom: inherit;
    top: 42px;
}
.__FormStickyWrapper .phone_prompt p {
    margin-bottom: 10px;
}
.__FormStickyWrapper .errorNew {
    border: 1px dashed red;
    border-radius: 4px;
}
.__FormStickyWrapper .phoneFieldArea {
    flex: 0 0 20.5%;
    margin-top: 10px;
    margin-right: 5px;
}
@media (min-width: 1800px) {
    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 20.5%;
    }
}
@media (min-width: 1199px) {
    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 24%;
        margin-left: 114px;
    }
}
.__FormStickyWrapper .phoneFieldArea input {
    width: 198px;
}
.__FormStickyWrapper .phoneFieldArea select {
    height: calc(1.5em + 0.75rem + 5px);
    border-radius: 4px 0 0 4px !important;
    border: 1px solid #ced4da !important;
    font-size: 14px;
    width: 120px;
}
.__FormStickyWrapper .phoneFieldArea select:focus {
    outline: none;
}
.__FormStickyWrapper .phoneFieldArea .form-control {
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    min-height: 38px;
    border-left: 1px;
}
.__FormStickyWrapper .phoneFieldArea .form-control:focus {
    box-shadow: none;
}
.__FormStickyWrapper .phoneFieldArea .p-relative {
    position: relative;
}
.__FormStickyWrapper .phoneFieldArea .val_prompt {
    min-width: 315px;
}
.__FormStickyWrapper .phoneFieldArea + .descriptionField {
    flex: 0 0 57%;
    margin-left: 5px !important;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.__FormStickyWrapper .phoneFieldArea + .descriptionField .textareaOuter {
    width: 634px;
}
.__FormStickyWrapper .phoneFieldArea + .descriptionField .textareaOuter-small {
    width: 56.6% !important;
}
.__FormStickyWrapper .Field_wrapper {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    position: relative;
}
.__FormStickyWrapper .Field_wrapper .input-group-addon {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
    display: block;
    position: absolute;
}
.__FormStickyWrapper .Field_wrapper.date {
    min-width: 210px;
}
.__FormStickyWrapper .Field_wrapper.date-picker-x-container {
    margin-right: 0;
}
.__FormStickyWrapper .Field_wrapper .error-txt {
    margin: 0;
    color: red;
    font-size: 12px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField {
    margin-left: 60px;
    margin-top: 10px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .file {
    padding: 0 15px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .progress {
    height: 6px;
    margin-bottom: 5px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .progress-bar {
    background-color: #97b0cb;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .file-select {
    max-width: 120px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter {
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 3px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter textarea {
    border: 0;
    min-height: 40px;
    width: 100%;
    resize: none;
}
.__FormStickyWrapper
    .Field_wrapper.descriptionField
    .textareaOuter
    textarea:focus {
    outline: 0;
}
.__FormStickyWrapper
    .Field_wrapper.descriptionField
    .textareaOuter
    .filesCollection {
    line-height: 1;
}
.__FormStickyWrapper
    .Field_wrapper.descriptionField
    .textareaOuter
    input[type="file"] {
    z-index: 9;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 69px;
    top: 7px;
    left: 0;
    opacity: 0;
    max-height: 20px;
}
.__FormStickyWrapper
    .Field_wrapper.descriptionField
    .textareaOuter
    .demo-files2 {
    margin: 0;
}
.__FormStickyWrapper
    .Field_wrapper.descriptionField
    .textareaOuter
    .file-select {
    position: relative;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter .file-con {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter .filename {
    font-size: 13px;
    line-height: 1;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter .del {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-left: 3px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter .addFile {
    border: 0;
    padding: 11px 0 7px 20px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1;
    
    background-repeat: no-repeat;
    background-position: 0 10px;
    cursor: pointer;
    max-width: 87px;
}
.__FormStickyWrapper .Field_wrapper .easy-autocomplete {
    width: 190px !important;
}
.__FormStickyWrapper .Field_wrapper input,
.__FormStickyWrapper .Field_wrapper select {
    display: block;
    height: 34px;
    padding: 6px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c2c2c;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    outline: none;
}
.Field_wrapper #topemail {
    min-width: 190px;
}
@media (max-width: 1260px) {
    .Field_wrapper #topemail {
        min-width: 210px;
    }
}
@media (max-width: 1200px) {
    .Field_wrapper #topemail {
        min-width: 170px;
    }
}
.Sticky-form .sticky-top-heading {
    font-size: 14px;
    font-weight: 500;
    padding-top: 8px;
    color: #2c2c2c;
    padding-bottom: 5px;
}
.__page--counter {
    width: 100%;
    text-align: center;
}
@media (max-width: 1200px) {
    .__page--counter {
        width: auto;
    }
}
.__page--counter_wrapper {
    padding-left: 0;
    max-width: 260px;
    min-width: 260px;
}
@media (max-width: 1200px) {
    .__page--counter_wrapper {
        min-width: 210px;
    }
}
button.\--Minus_button {
    background-color: transparent;
    position: absolute;
    right: 35px;
    border: none;
    padding: 0 10px;
    line-height: 0;
    height: 34px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
button.\--Minus_button:hover {
    opacity: 0.9;
}
button.\--Minus_button img {
    -webkit-filter: contrast(19.5);
    filter: contrast(19.5);
}
button.\--Plus--counter {
    background-color: transparent;
    position: absolute;
    right: 0;
    border: none;
    padding: 0 10px;
    line-height: 0;
    height: 34px;
    cursor: pointer;
    color: #909090;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
button.\--Plus--counter:hover {
    opacity: 0.9;
}
.__FormStickyWrapper button.\--inputSubmit {
    background: #008ECC;
    color: #fff;
    padding: 0 25px;
    font-weight: 500;
    height: 34px;
    width: 100%;
    min-width: 157.7px;
    display: block;
    white-space: nowrap;
    box-shadow: none !important;
    transition: all 0.3s linear;
}
.__FormStickyWrapper button.\--inputSubmit:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
@media (max-width: 1260px) {
    .__FormStickyWrapper button.\--inputSubmit {
        padding: 0 15px;
    }
}
.__FormStickyWrapper .Field_wrapper.descriptionField .textareaOuter {
    position: relative;
}
.phone_prompt,
.val_prompt {
    width: 100%;
    position: absolute;
    bottom: 28px;
    left: -1px;
    border: 1px solid #008ECC;
    padding: 10px;
    background: #fcf1df;
    z-index: 9;
    max-width: 362px;
}
.phone_prompt .head-prompt,
.val_prompt .head-prompt {
    color: #008ECC;
    font-size: 11px;
    font-weight: 700;
    padding: 0;
    line-height: 14px;
    margin: 0 0 5px;
}
.phone_prompt p,
.val_prompt p {
    font-size: 12px;
    color: #2c2c2c;
    line-height: 14px;
    margin: 0 0 24px;
}
.phone_prompt .btns,
.val_prompt .btns {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.phone_prompt .btns .phone_btn_add,
.phone_prompt .btns button.btn_add,
.val_prompt .btns .phone_btn_add,
.val_prompt .btns button.btn_add {
    min-width: 74px;
    height: 27px;
    padding: 5px 10px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 0;
    box-shadow: none;
    background: #2c2c2c;
    text-shadow: none;
    -webkit-font-smoothing: none;
    cursor: pointer;
    margin: 0 10px 0 0;
}
.phone_prompt .btns .phone_btn_add:hover,
.phone_prompt .btns button.btn_add:hover,
.val_prompt .btns .phone_btn_add:hover,
.val_prompt .btns button.btn_add:hover {
    opacity: 0.8;
}
.phone_prompt .btns .phone_btn_dflt,
.phone_prompt .btns button.btn_dflt,
.val_prompt .btns .phone_btn_dflt,
.val_prompt .btns button.btn_dflt {
    border: 0;
    box-shadow: none;
    outline: none;
    color: #f05f5f;
    padding: 6px 0;
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: 11px;
    line-height: 14px;
    background-color: transparent;
    cursor: pointer;
}
.phone_prompt .btns .phone_btn_dflt:before,
.phone_prompt .btns button.btn_dflt:before,
.val_prompt .btns .phone_btn_dflt:before,
.val_prompt .btns button.btn_dflt:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #f05f5f;
    position: absolute;
    display: inline-block;
    bottom: 6px;
    left: 0;
}
.phone_prompt .btns .phone_btn_dflt:hover:before,
.phone_prompt .btns button.btn_dflt:hover:before,
.val_prompt .btns .phone_btn_dflt:hover:before,
.val_prompt .btns button.btn_dflt:hover:before {
    display: none;
}
.__FormStickyWrapper .Field_wrapper.timePick {
    margin-left: 0;
}
#topdate {
    border-radius: 4px 0 0 4px;
    border-right: none;
}
.__FormStickyWrapper .coupon-code-field-wrapper {
    padding: 0;
    margin-top: 17px;
}
.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    justify-content: space-between;
}
.__FormStickyWrapper
    .coupon-code-field-wrapper
    .coupon-code-group
    input.form-control {
    width: calc(100% - 55px);
    box-shadow: none;
    border: none;
}
.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.apply {
    color: #008ECC;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.__FormStickyWrapper
    .coupon-code-field-wrapper
    .coupon-code-group
    a.apply.disabled {
    color: #8a8a8a !important;
    pointer-events: none;
}
.__FormStickyWrapper
    .coupon-code-field-wrapper
    .coupon-code-group
    a.apply:focus,
.__FormStickyWrapper
    .coupon-code-field-wrapper
    .coupon-code-group
    a.apply:focus-within,
.__FormStickyWrapper
    .coupon-code-field-wrapper
    .coupon-code-group
    a.apply:hover {
    color: #008ECC;
}
.__FormStickyWrapper .coupon-code-field-wrapper .coupon-code-group a.remove {
    color: #f05f5f;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}
.__FormStickyWrapper
    .coupon-code-field-wrapper
    .coupon-code-group
    .applied-coupon-text {
    display: flex;
    height: 34px;
    align-items: center;
    padding: 10px;
    font-size: 12px;
}
.__FormStickyWrapper .coupon-code-field-wrapper .text-message {
    font-size: 11px;
    color: #dee2e6;
    padding: 5px;
}
.__FormStickyWrapper .coupon-code-field-wrapper .text-message strong {
    font-weight: 700;
    color: green;
}
.__FormStickyWrapper .coupon-code-field-wrapper .text-error {
    font-size: 11px;
    color: #f05f5f;
    padding: 5px 0;
}
.globle-color {
    color: #2c2c2c;
}
.Sticky-form select.timeslot {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
}
.file-count {
    color: #3176ef !important;
}
.__FormStickyWrapper .phoneFieldArea .form-control selectisd_code {
    border-right: none !important;
}
.stickyMobileBar a,
.stickyMobileBar a:hover {
    background-color: transparent !important;
}
.__FormStickyWrapper
    .phoneFieldArea
    + .descriptionField.have-coupon-sticky
    .textareaOuter {
    max-width: 391px;
}
.__FormStickyWrapper .phoneFieldArea select {
    border-right: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
@media only screen and (max-width: 1450px) and (min-width: 1199px) {
    .__FormStickyWrapper .phoneFieldArea {
        margin-left: 82px;
    }
}
a.show-fileswrapper span.file-count {
    background-color: #d2e8ff !important;
    border: 1px solid #3176ef;
    border-radius: 4px;
    color: #3176ef !important;
    font-size: 12px;
    padding: 1px 8px !important;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin-left: 30px;
}
a.show-fileswrapper span.file-count:hover {
    text-decoration: none;
}
@media (min-width: 1800px) {
    .__FormStickyWrapper .phoneFieldArea + .descriptionField .textareaOuter {
        width: 636px;
    }
    .Sticky-form .checked-wrap {
        padding-left: 70px !important;
    }
}
.mb-17 {
    margin-bottom: 4px;
}
button.\--Minus_button.disabled {
    cursor: not-allowed;
}
button.\--Minus_button.disabled img {
    -webkit-filter: none;
    filter: none;
    cursor: not-allowed;
}
@media only screen and (max-width: 1367px) and (min-width: 1360px) {
    .__FormStickyWrapper .phoneFieldArea + .descriptionField .textareaOuter {
        width: 634px !important;
    }
    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 24%;
        margin-left: 82px !important;
    }
}
.container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection {
    padding: 0 15px;
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
    .container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection {
        padding: 0 45px;
    }
}
.container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection
    .search-dropdown
    img {
    width: auto;
}
.container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection img {
    max-width: 300px;
    width: 100%;
}
.container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection .container {
    padding-left: 0;
    padding-right: 0;
}
.container.navbar.navbar-expand-lg.navbar-light.__TopLogoSection
    .container
    .top-nav-cta-adjust
    .user-menu
    button
    img {
    width: 25px;
}
.easy-autocomplete-container ul li div {
    word-break: break-word !important;
    word-wrap: break-word;
}
.btn.focus,
.btn:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
.btn {
    transition: all 0.3s linear;
    box-shadow: 2px 2px 2px #666 !important;
}
.btn:hover {
    box-shadow: none important;
}
@media (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
header {
    background: #fff;
    border-bottom: 0 solid #fff;
    box-shadow: 1px 1px 2px rgba(177, 189, 214, 0.6);
}
header .btn-success.__signup {
    box-shadow: none !important;
}
strong.new {
    color: red;
}
header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.9s ease;
    top: 0;
}
header.sticky #main-menu-container {
    display: none;
}
@media (max-width: 767px) {
    header.sticky #main-menu-container {
        display: block;
    }
}
header.sticky .__TopLogoSection {
    display: none;
}
.btn {
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 0.9rem;
}
.Sticky-form h5.Tagline {
    text-align: center;
    font-size: 1rem;
    color: #fff;
}
div.offerstrip {
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #949494;
}
div.offerstrip .btn-mini {
    padding: 0 5px;
}
div.offerstrip button.close {
    padding: 0.1rem 0.5rem;
    font-size: 24px;
}
@media (max-width: 767px) {
    div.offerstrip {
        padding: 4px;
        font-size: 11px;
    }
    div.offerstrip button.btn-success {
        font-size: 11px;
    }
    div.offerstrip button.close {
        padding: 0.1rem 0.5rem;
    }
}
@media (max-width: 568px) {
    div.offerstrip {
        padding: 4px;
        font-size: 10px;
    }
    div.offerstrip button.btn-success {
        font-size: 11px;
        display: block;
        float: none;
        margin: 5px auto auto;
    }
    div.offerstrip button.close {
        padding: 0.1rem 0.5rem;
    }
}
@media (max-width: 767px) {
    div.offerstrip .container {
        padding: 2px;
    }
}
.tagline {
    color: #2c2c2c;
    font-size: 10.4px;
    display: block;
    margin-top: -22px;
    text-shadow: 1px 1px #2c2c2c;
    margin-bottom: 0;
    margin-left: 52px;
}
@media (max-width: 991px) {
    .navbar-brand img {
        max-width: 280px;
    }
    .tagline {
        font-size: 9px;
        margin-top: -19px;
        margin-bottom: 0;
        margin-left: 47px;
    }
}
.top-nav-cta-adjust .btn-success.__signup {
    margin: 0 20px;
    padding: 0.275rem 0.75rem;
    order: 1;
}
.header__top--right__links {
    list-style: none;
    flex: 0 0 33.33%;
    margin-bottom: 0;
    max-width: 33.33%;
}
@media (max-width: 991px) {
    .header__top--right__links {
        display: none;
    }
}
.header__top--right__links li {
    display: inline-block;
    margin-left: 20px;
}
.header__top--right__links li:first-child {
    margin-left: 0;
}
.header__top--right__links li a {
    font-size: 14px;
    color: #dd6e02;
    font-size: 12px;
    opacity: 0.5;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}
.header__top--right__links li a:hover {
    text-decoration: none;
}
.header__top--right__links li a.active {
    font-weight: 600;
    cursor: default;
}
.header__top--right__links li a.active,
.header__top--right__links li a:hover {
    opacity: 1;
    border-bottom: 1px solid #dd6e02;
}
.top-nav-cta-adjust {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .top-nav-cta-adjust > * {
        display: none;
    }
}
.TopLogo-wrapper {
    flex: 0 0 22.33%;
    max-width: 22.33%;
}
@media screen and (max-width: 991px) {
    .TopLogo-wrapper {
        text-align: center;
        flex: 0 0 auto;
        max-width: none;
    }
}
.TopLogo-wrapper .TopLogo-wrapper {
    display: flex;
    justify-content: flex-start;
    flex: 1 1 23%;
    align-items: center;
}
.user-menu {
    order: 3;
    margin-right: 0;
}
.user-menu .dropdown-toggle:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 4px 5px;
    transform-origin: 4px 5px;
}
.user-menu .user-menu-dropdown {
    font-size: 0.85rem;
}
.user-menu .user-menu-dropdown,
.user-menu .user-menu-dropdown:hover {
    background: 0 0;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: none !important;
}
.user-menu .new-user-container {
    border-bottom: 1px solid #c5c5c5;
}
.user-menu .new-user-container p {
    font-size: 0.7rem;
    margin-bottom: 5px;
    padding-top: 10px;
}
.user-menu .new-user-container p a {
    color: #2c2c2c;
    font-weight: 500;
    font-size: 11px;
}
.user-menu .secondary-btn {
    background: 0 0;
    background: #fff;
    color: #008ECC;
    border: 1px solid #008ECC;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    text-decoration: none;
    font-weight: 400;
    box-shadow: none;
    cursor: pointer;
    text-transform: capitalize;
    padding: 9px 30px;
    font-size: 0.875rem;
    width: 100%;
}
.user-menu .secondary-btn:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #008ECC;
}
.user-menu .dropdown-menu {
    width: 230px;
    padding: 15px;
    border-radius: 3px;
    left: inherit;
    top: 35px !important;
    right: 0;
}
.user-menu .dropdown-menu ul {
    margin: 15px 0;
    list-style-type: none;
    padding-left: 0;
}
.user-menu .dropdown-menu ul li i {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 10px;
}
.user-menu .dropdown-menu ul a {
    color: #373737;
    font-size: 0.75rem;
    padding: 3px 5px;
}
.user-menu .dropdown-menu ul a:hover {
    text-decoration: none;
    color: #008ECC;
}
.user-menu.show .dropdown-toggle:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#menu-element-container1 a .icon-drop,
#menu-element-container2 a .icon-drop,
#menu-element-container a .icon-drop {
    border: solid #8a8a8a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    vertical-align: 2px;
    margin-left: 3px;
}
#menu-element-container1 a.active .icon-drop,
#menu-element-container2 a.active .icon-drop,
#menu-element-container a.active .icon-drop {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    border: solid #403f3f;
    border-width: 0 1px 1px 0;
    vertical-align: 0;
}
.header__Flag_wrapper {
    order: 1;
    margin-left: 20px;
}
.header__Flag_wrapper.active .icon-drop {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    border: solid #403f3f;
    border-width: 0 1px 1px 0;
}
.header__Flag_wrapper .dropdown-toggle:after {
    display: none;
}
.header__Flag_wrapper .show .dropdown-toggle:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
.date-picker-x .dpx-selected {
    background: #008ECC;
}
@media (max-width: 460px) {
    .date-picker-x .dpx-next:hover,
    .date-picker-x .dpx-prev:hover {
        color: #444;
    }
}
@media (max-width: 460px) {
    .date-picker-x .dpx-title {
        font-size: 12px;
    }
}
@media (max-width: 500px) {
    .date-picker-x[data-dpx-type="day"] .dpx-item {
        flex-basis: 30px;
    }
    .date-picker-x {
        width: 213px;
    }
    .date-picker-x .dpx-weekday {
        font-size: 12px;
    }
}
.stickyMobileBar {
    background-color: #d2e8ff;
    display: none;
    padding: 5px 0;
}
.stickyMobileBar .btn,
.stickyMobileBar a.btn {
    background-color: #0c5ff2 !important;
    color: #fff;
    box-shadow: none !important;
    padding: 6px 20px;
    text-decoration: none;
}
.stickyMobileBar .headnew {
    color: #0c5ff2;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.stickyMobileBar.sticky {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.stickyMobileBar a {
    line-height: 1;
    padding: 0;
    color: #fff;
    text-shadow: none;
    box-shadow: none !important;
    min-width: 120px;
}
.stickyMobileBar a,
.stickyMobileBar a:hover {
    background-color: #008ECC;
}
@media (max-width: 320px) {
    .stickyMobileBar a {
        min-width: 100px;
    }
    .stickyMobileBar h4 {
        font-size: 13px;
    }
}
.searchOverlay {
    overflow: hidden;
}
.searchOverlay:before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.leftWhatsApp {
    position: fixed;
    left: -6px;
    top: 45%;
    z-index: 999;
}
a.btn-header {
    border: 1px solid #008ECC;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    background-color: #008ECC;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px !important;
}
a:hover.btn-header {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-color: #008ECC;
}
.custom-bdr {
    padding: 15px 0;
}
@media (max-width: 1199px) {
    .custom-bdr {
        padding-bottom: 0;
        padding-top: 0;
    }
}
.container {
    max-width: 1366px !important;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1900px) {
    .container {
        max-width: 1366px;
        width: 1366px;
    }
}
@media (min-width: 1024px) {
    .menu-overlaynew .menu-overlayload {
        display: none;
        top: 75px;
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: center;
        align-items: center;
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .body-mob-overlay {
        position: fixed;
        overflow-y: scroll;
        inset: 0;
        transition: all 0.3s ease-in;
    }
}
* {
    margin: 0;
    padding: 0;
}
.hover-clr-orange,
.hover-clr-orange-A,
.hover-clr-orange-R {
    color: #008ECC !important;
}
.menu-item.hover-clr-orange .icon-drop {
    border: solid #008ECC !important;
    border-width: 0 1px 1px 0 !important;
}
span.new-manager {
    background-color: #ef660b;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
    font-size: 9px;
}
ul.logout-bdr {
    border-top: 1px solid #c5c5c5;
    padding-top: 7px;
}
#bannerformgoogle .file-count {
    background: 0 0 !important;
    color: #3176ef !important;
}
.phone_prompt,
.val_prompt {
    z-index: 9 !important;
}
.stickyMobileBar a,
.stickyMobileBar a:hover {
    background-color: transparent;
}
a:hover.btn-header {
    background-color: #008ECC !important;
}
.chat-options-wrapper {
    padding-right: 0 !important;
}
.form-error {
    border: 1px dashed red !important;
}
#overlay {
    background: #fff;
    color: #666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 0;
    opacity: 0.8;
}
.spinner {
    height: 64px;
    width: 64px;
    -webkit-animation: rotate 0.8s linear infinite;
    animation: rotate 0.8s linear infinite;
    border: 5px solid #e48b35;
    border-right-color: transparent;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: -32px auto 0 -32px;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.banner_main_wrap {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .banner_main_wrap {
        min-height: auto;
        box-shadow: none;
    }
}
.banner_main_wrap .banner_inner-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 42px 0;
    position: relative;
}
@media (max-width: 1199px) {
    .banner_main_wrap .banner_inner-wrapper {
        flex-direction: column;
        padding: 20px 0 10px;
    }
}
.banner_main_wrap .banner_inner-wrapper .banner_left {
    width: 553px;
}
.banner_main_wrap .banner_inner-wrapper .banner_left.banner-lg {
    width: calc(50% - 125px);
}
@media (max-width: 1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left,
    .banner_main_wrap .banner_inner-wrapper .banner_left.banner-lg {
        width: 100%;
    }
}
.banner_main_wrap .banner_inner-wrapper .banner_left .heading {
    font-size: 4.375rem;
    background: -webkit-linear-gradient(25deg, #008ECC 26%, #1146a6 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: unset !important;
    font-family: Poppins, sans-serif;
    line-height: 1.3;
}
.banner_main_wrap .banner_inner-wrapper .banner_left .heading.heading-large {
    font-size: 3.375rem;
}
@media (max-width: 1199px) {
    .banner_main_wrap
        .banner_inner-wrapper
        .banner_left
        .heading.heading-large {
        font-size: 2.25rem;
    }
}
.banner_main_wrap .banner_inner-wrapper .banner_left .heading.heading-small {
    font-size: 5rem;
}
@media (max-width: 1199px) {
    .banner_main_wrap
        .banner_inner-wrapper
        .banner_left
        .heading.heading-small {
        font-size: 2.25rem;
    }
}
@media (min-width: 1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left .heading {
        margin-top: 25px;
    }
}
@media (max-width: 1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left .heading {
        font-size: 2.25rem;
    }
}
.banner_main_wrap .banner_inner-wrapper .banner_left .sub-heading {
    font-size: 1.25rem;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    padding-right: 21px;
}
@media (max-width: 1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_left .sub-heading {
        font-size: 1.125rem;
        padding-right: 0;
    }
}
.banner_main_wrap .banner_inner-wrapper .banner_right {
    width: 670px;
}
@media (max-width: 1199px) {
    .banner_main_wrap .banner_inner-wrapper .banner_right {
        width: 100%;
        position: static;
    }
}
.new_form_wrap {
    padding: 40px;
}
@media (max-width: 1199px) {
    .new_form_wrap {
        padding: 15px;
        /* display: none; */
    }
}
.new_form_wrap {
    /* background-color: #feefce; */
    padding: 25px;
    border-radius: 8px;
}
@media (max-width: 1199px) {
    .new_form_wrap {
        padding: 10px;
    }
}
.new_form_wrap .new_form {
    background-color: #fff;
    padding: 21px 13px 13px;
    box-shadow: 0 8px 34px rgba(0, 0, 0, 0.3215686275);
    border-radius: 8px;
}
.new_form_wrap .new_form .headingnew {
    font-size: 14px;
    color: #2c2c2c;
    text-align: center;
    font-family: Poppins, sans-serif;
    margin: 0;
}
.new_form_wrap .new_form .sub-headingnew {
    font-size: 1.25rem;
    color: #2c2c2c;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 7px;
}
.new_form_wrap .new_form .checked-wrap {
    display: flex;
    padding-left: 12px;
    padding-top: 0;
    margin: 0;
    padding-right: 20px;
    justify-content: space-between;
}
.new_form_wrap .new_form .checked-wrap .styled-checkbox {
    position: absolute;
    opacity: 0;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .checked-wrap .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .checked-wrap .styled-checkbox + label:before {
    content: "";
    margin-right: 7px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 2px;
    box-shadow: none !important;
    min-width: 18px;
    z-index: 1;
    position: relative;
    border: 2px solid #8a8a8a;
}
.new_form_wrap .new_form .checked-wrap .styled-checkbox + label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    background: #2c2c2c;
    width: 1px;
    height: 2px;
    box-shadow: 2px 0 0 #2c2c2c, 4px 0 0 #2c2c2c, 4px -2px 0 #2c2c2c,
        4px -4px 0 #2c2c2c, 4px -6px 0 #2c2c2c, 4px -8px 0 #2c2c2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid transparent;
}
.new_form_wrap .new_form .checked-wrap .styled-checkbox:checked + label:before {
    background: 0 0;
    border: 2px solid #2c2c2c;
}
.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a {
    font-size: 11px;
    color: #2c2c2c;
    text-decoration: none;
    position: relative;
}
.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a:after {
    content: "";
    width: 0;
    background-color: #bfbfbf;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a:hover {
    text-decoration: none;
}
.new_form_wrap .new_form .checked-wrap .have-coupon-wrapper a:hover:after {
    width: 100%;
}
@media (max-width: 500px) {
    .new_form_wrap .new_form .date-picker-x {
        left: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 500px) {
    .new_form_wrap .new_form .date-picker-x[data-dpx-type="day"] .dpx-item {
        flex-basis: 33px;
    }
}
@media (min-width: 400px) and (max-width: 500px) {
    .new_form_wrap .new_form .date-picker-x[data-dpx-type="day"] .dpx-item {
        flex-basis: 38px;
    }
}
@media (max-width: 320px) {
    .new_form_wrap .new_form .date-picker-x[data-dpx-type="day"] .dpx-item {
        flex-basis: 28px;
    }
}
.new_form_wrap .new_form .error-txt {
    margin: 0;
    color: red;
    font-size: 12px;
}
.new_form_wrap .new_form .anotherField {
    margin-bottom: 12px;
}
.new_form_wrap .new_form .__input-box {
    width: 100%;
    display: block;
    padding: 0 12px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
}
.new_form_wrap .new_form .__input-box .p-relative {
    position: relative;
}
.new_form_wrap
    .new_form
    .__input-box.phoneFieldArea
    .form-control:-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box.phoneFieldArea
    .form-control::-webkit-input-placeholder,
.new_form_wrap
    .new_form
    .__input-box.phoneFieldArea
    .form-control::-webkit-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box.phoneFieldArea
    .form-control::-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box.phoneFieldArea
    .form-control::-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box.phoneFieldArea
    .form-control::placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap .new_form .__input-box.phoneFieldArea select {
    max-width: 100px;
    position: absolute;
    left: 1px;
    top: 9px;
    max-width: 114px;
    font-family: Poppins, sans-serif;
    border-radius: 4px 0 0 4px !important;
    background-color: #f6f6fa;
}
.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control {
    padding-left: 124px;
}
@media (max-width: 767px) {
    .new_form_wrap .new_form .__input-box {
        width: 100%;
    }
}
.new_form_wrap .new_form .__input-box select {
    border: 0 !important;
}
.new_form_wrap .new_form .__input-box input::-webkit-inner-spin-button,
.new_form_wrap .new_form .__input-box input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.new_form_wrap .new_form .__input-box input[type="number"] {
    -moz-appearance: textfield;
}
.new_form_wrap .new_form .__input-box .form-control {
    border: 1px solid #c8c8c8;
    background-color: #f6f6fa;
}
.new_form_wrap .new_form .__input-box .form-control:-moz-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box .form-control::-webkit-placeholder {
    color: transparent;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box .form-control::-webkit-input-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box .form-control::-moz-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box .form-control::-ms-input-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box .form-control::placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box label {
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
    color: #2c2c2c;
}
.new_form_wrap .new_form .__input-box label .instruction {
    color: #b8b8b8;
    font-weight: 400;
}
.new_form_wrap .new_form .__input-box .floating-label {
    position: absolute;
    top: 17px;
    left: 25px;
    pointer-events: none;
    transition: top 0.3s ease, font-size 0.3s ease;
    color: #8a8a8a;
    z-index: 2;
}
.new_form_wrap .new_form .__input-box .floating-label:after {
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    background-color: #f6f6fa;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.new_form_wrap .new_form .__input-box .floating-label.focused-label {
    top: -5px;
    font-size: 10px;
    color: #2c2c2c;
}
.new_form_wrap .new_form .__input-box input,
.new_form_wrap .new_form .__input-box select,
.new_form_wrap .new_form .__input-box textarea {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border-radius: 4px;
}
.new_form_wrap .new_form .__input-box .textareaOuter {
    background-color: #f6f6fa;
    border: 1px solid #c8c8c8;
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border-radius: 3px;
}
.new_form_wrap .new_form .__input-box .textareaOuter .progress {
    height: 6px;
    margin-bottom: 5px;
}
.new_form_wrap .new_form .__input-box .textareaOuter.active {
    border: 1px solid #c8c8c8;
}
.new_form_wrap .new_form .__input-box .textareaOuter .progress-bar {
    background-color: #97b0cb;
}
.new_form_wrap .new_form .__input-box .textareaOuter textarea {
    border: 0 !important;
    font-size: 14px;
    border: 0;
    min-height: 144px;
    width: 100%;
    resize: none;
    padding: 0;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box .textareaOuter .filesCollection {
    line-height: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important;
    position: relative;
    z-index: 2;
}
.new_form_wrap .new_form .__input-box .textareaOuter input[type="file"] {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 110px;
    top: 0;
    left: 6px;
    opacity: 0;
    max-height: 20px;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .new_form .__input-box .textareaOuter .file-select {
    position: relative;
}
.new_form_wrap .new_form .__input-box .textareaOuter .demo-files2 {
    width: 100%;
    display: flex;
    padding: 0 10px;
    flex-flow: row wrap;
}
.new_form_wrap .new_form .__input-box .textareaOuter .filename {
    font-size: 14px;
    line-height: 1;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: normal;
    white-space: nowrap;
}
.new_form_wrap .new_form .__input-box .textareaOuter .file-con {
    display: flex;
    align-items: center;
    padding: 0 6px;
}
.new_form_wrap .new_form .__input-box .textareaOuter .del {
    background-color: transparent;
    padding: 0;
    border: 0;
    position: relative;
    margin-left: 3px;
    cursor: pointer;
    top: -1px;
}
.new_form_wrap .new_form .__input-box .textareaOuter .addFile {
    border: 0;
    padding: 0 0 6px 20px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1;
    
    background-repeat: no-repeat;
    background-position: 0 1px;
    cursor: pointer;
    white-space: nowrap;
}
.new_form_wrap .new_form .__input-box .textareaOuter .attachfile-wrap {
    display: flex;
}
.new_form_wrap .new_form .__input-box .__page-count-container {
    position: absolute;
    right: 0;
    top: 7px;
    display: flex;
    align-items: center;
}
.new_form_wrap .new_form .__input-box .__page-count-container .word-count {
    font-size: 11px;
    color: #8a8a8a;
}
.new_form_wrap .new_form .__input-box .__page-count-container .__button {
    display: inline-block;
    padding: 3px 11px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 35px;
    color: #909090;
    background: 0 0;
}
.new_form_wrap
    .new_form
    .__input-box
    .__page-count-container
    .__button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.new_form_wrap .new_form .__input-box .__page-count-container .__button img {
    max-width: 15px;
    -webkit-filter: contrast(19.5);
    filter: contrast(19.5);
}
.new_form_wrap
    .new_form
    .__input-box
    .__page-count-container
    .__button.\--plus-button {
    left: 120px;
    color: #909090;
}
.new_form_wrap .new_form .__input-box .__page-count-container .__word-count {
    font-size: 14px;
    padding-left: 40px;
}
@media (max-width: 767px) {
    .new_form_wrap
        .new_form
        .__input-box
        .__page-count-container
        .__word-count {
        display: block;
        text-align: center;
        padding: 0;
        position: absolute;
        right: 0;
        top: -23px;
    }
}
.new_form_wrap
    .new_form
    .__input-box
    .__page-count-container
    input[type="text"] {
    display: inline-block;
    max-width: 85px;
    width: 100%;
    margin-left: 36px;
    text-align: center;
    border-radius: 0;
    font-family: Poppins, sans-serif;
}
@media (max-width: 767px) {
    .new_form_wrap
        .new_form
        .__input-box
        .__page-count-container
        input[type="text"] {
        max-width: 100%;
        margin: 0;
    }
}
.new_form_wrap .new_form .__input-box .__deadline-container select {
    position: absolute;
    right: 0;
    max-width: 140px;
    background: #f6f6fa;
    border-radius: 3px;
}
@media (max-width: 991px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 137px;
    }
}
@media (max-width: 320px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: calc(100% - 150px);
    }
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]:-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]::-webkit-input-placeholder,
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]::-webkit-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]::-moz-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]::-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]::placeholder {
    color: #8a8a8a;
    font-weight: 400;
}
@media (max-width: 767px) {
    .new_form_wrap
        .new_form
        .__input-box
        .__deadline-container
        input[type="text"] {
        max-width: 140px;
    }
}
.new_form_wrap .new_form .__input-box .__deadline-container {
    position: relative;
    background-color: #f6f6fa;
}
.new_form_wrap .new_form .__input-box .__deadline-container select {
    height: 48px;
    font-size: 14px;
    top: 0;
    border-left: 0;
    right: 5px;
    outline: none;
    display: inline-block;
    max-width: 106px;
    width: 100%;
    background: 0 0;
    border-radius: 3px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-family: Poppins, sans-serif;
}
@media (max-width: 1200px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 98px;
    }
}
@media (max-width: 767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 75px;
    }
}
@media (max-width: 991px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 80px;
    }
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    select:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 90px;
        margin-right: 0;
    }
}
@media (min-width: 390px) and (max-width: 425px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: calc(100% - 215px);
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: 20%;
    }
}
@media (max-width: 320px) {
    .new_form_wrap .new_form .__input-box .__deadline-container select {
        max-width: calc(100% - 140px);
    }
}
.new_form_wrap .new_form .__input-box .__deadline-container input[type="text"] {
    max-width: 100%;
    width: 100%;
    height: 48px;
    font-family: Poppins, sans-serif;
    min-width: 202px;
    margin: 0;
    padding-left: 12px;
    background-color: #f6f6fa;
}
@media (min-width: 600px) and (max-width: 767px) {
    .new_form_wrap
        .new_form
        .__input-box
        .__deadline-container
        input[type="text"] {
        min-width: 80%;
    }
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]:not(:last-child) {
    margin-right: 0;
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]
    .__button-container {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 3px;
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]
    .__button-container
    .button {
    background-color: #008ECC;
    display: inline-block;
    color: #fff;
    padding: 8px 30px;
    border: none;
    box-shadow: 2px 2px 2px #9a9a9a;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 2px;
    text-align: center;
}
.new_form_wrap
    .new_form
    .__input-box
    .__deadline-container
    input[type="text"]
    .__button-container
    .button:hover {
    background-color: #008ECC;
}
.new_form_wrap .new_form input {
    height: 48px;
}
.new_form_wrap .__button-container {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .new_form_wrap .__button-container {
        margin-top: 20px;
    }
}
.new_form_wrap .__button-container .button {
    color: #fff;
    background-color: #008ECC;
    font-size: 18px;
    border: none;
    padding: 10px 40px;
    border-radius: 4px;
    width: 246px;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.3s linear;
    font-family: Poppins, sans-serif;
}
.new_form_wrap .__button-container .button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.new_form_wrap .servicetype .btn {
    box-shadow: none !important;
    border-color: #3176ef;
    color: #3176ef;
    font-size: 12px;
    padding: 2px 10px;
    height: 25px;
}
.new_form_wrap .servicetype .btn.active,
.new_form_wrap .servicetype .btn:hover {
    color: #fff;
    background: #3176ef;
    box-shadow: 0 8px 16px rgba(49, 118, 239, 0.5019607843) !important;
}
.new_form_wrap .servicetype .assignment-type-info-wrapper {
    position: relative;
    padding: 0 10px;
}
.new_form_wrap .servicetype .assignment-type-info-wrapper img {
    cursor: pointer;
}
.new_form_wrap
    .servicetype
    .assignment-type-info-wrapper
    img:hover
    ~ .assignment-type-info-tooltip {
    display: flex;
}
.new_form_wrap
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip {
    display: none;
    flex-direction: column;
    background: grey;
    color: #fff;
    padding: 10px;
    background: #d2d2d2 0 0 no-repeat padding-box;
    width: 315px;
    position: absolute;
    z-index: 99;
    top: auto;
    bottom: 32px;
    left: -248px;
    box-shadow: 1px 1px 3px 0 rgba(35, 36, 36, 0.368627451);
}
.new_form_wrap
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip
    p {
    color: rgba(44, 44, 44, 0.7019607843);
    font-size: 12px;
    margin-bottom: 4px;
}
.new_form_wrap
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip
    strong {
    color: #2c2c2c;
}
.new_form_wrap
    .servicetype
    .assignment-type-info-wrapper
    .assignment-type-info-tooltip:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d2d2d2;
    position: absolute;
    right: 37px;
    bottom: -10px;
}
.new_form_wrap .easy-autocomplete {
    position: relative;
    width: 100% !important;
}
.new_form_wrap .relativeParent {
    position: relative;
}
.new_form_wrap .relativeParent .autoCompleteLoader {
    position: absolute;
    right: 22px;
    top: 15px;
    z-index: 9;
    -webkit-filter: contrast(0.8977);
    filter: contrast(0.8977);
}
.checked-wrap small {
    font-size: 11px !important;
    color: #2c2c2c;
    padding-top: 4px;
}
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.file-upload .all-files {
    margin-top: 2px;
    margin-left: 30px;
}
.file-upload .all-files a {
    background-color: #d2e8ff;
    border: 1px solid #3176ef;
    border-radius: 4px;
    color: #3176ef;
    font-size: 12px;
    padding: 1px 8px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
.file-upload .all-files a:hover {
    text-decoration: none;
}
#bannerformgoogle a.apply {
    color: #008ECC;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins, sans-serif;
}
#bannerformgoogle a.apply.disabled {
    color: #8a8a8a !important;
    pointer-events: none;
}
#bannerformgoogle a.apply:focus,
#bannerformgoogle a.apply:focus-within,
#bannerformgoogle a.apply:hover {
    color: #008ECC;
}
#bannerformgoogle .coupon-code-field-wrapper {
    width: 100%;
    display: block;
    padding: 0 12px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
}
#bannerformgoogle .coupon-code-field-wrapper .coupon-code-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    justify-content: space-between;
    background-color: #f6f6fa;
}
#bannerformgoogle .coupon-code-field-wrapper .coupon-code-group .remove {
    color: #f05f5f;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
}
#bannerformgoogle
    .coupon-code-field-wrapper
    .coupon-code-group
    input.form-control {
    border: none !important;
    width: calc(100% - 100px);
    font-size: 14px;
    background-color: #f6f6fa;
}
#bannerformgoogle
    .coupon-code-field-wrapper
    .coupon-code-group
    input.form-control:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}
#bannerformgoogle
    .coupon-code-field-wrapper
    .coupon-code-group
    .applied-coupon-text {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px;
}
#bannerformgoogle .coupon-code-field-wrapper .text-message {
    font-size: 11px;
    color: #444;
    padding: 5px;
}
#bannerformgoogle .coupon-code-field-wrapper .text-message strong {
    font-weight: 700;
    color: #2c2c2c;
}
#bannerformgoogle .coupon-code-field-wrapper .text-error {
    font-size: 10px;
    color: #f05f5f;
    padding: 5px;
}
#bannerformgoogle .coupon-confirmation-wrapper small {
    font-size: 11px;
}
#bannerformgoogle .coupon-confirmation-wrapper .have-coupon-wrapper {
    font-size: 12px;
}
#bannerformgoogle .file-count {
    padding: 4px;
    border-radius: 4px;
    background: #d1ecf1;
    font-size: 12px;
    color: #3b5999;
}
#bannerformgoogle div#file-attach {
    max-width: 86px;
    margin-top: 6px !important;
    padding-right: 0;
}
#bannerformgoogle textarea.have-coupon {
    min-height: 76px;
}
@media (max-width: 767px) {
    #bannerformgoogle .coupon-code-field-wrapper {
        margin-bottom: 0;
    }
    #bannerformgoogle .coupon-confirmation-wrapper .checked-wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #bannerformgoogle .coupon-confirmation-wrapper .have-coupon-wrapper {
        align-self: flex-start;
    }
}
#bannerformgoogle select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
}
.custom-lbl {
    top: -5px !important;
    font-size: 10px !important;
}
@media (min-width: 1199px) {
    .__button-container-mobile {
        display: none;
    }
}
@media (max-width: 1199px) {
    .__button-container-mobile {
        display: block;
        text-align: center;
        padding: 12px 0;
        border-radius: 3px;
    }
    .__button-container-mobile .button {
        color: #fff;
        background-color: #008ECC;
        font-size: 18px;
        padding: 7px 10px;
        border: none;
        height: 48px;
        border-radius: 4px;
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        transition: all 0.3s linear;
        font-family: Poppins, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.new_form_wrap .new_form .__input-box.error label {
    color: red !important;
}
.form-error,
.new_form_wrap .new_form .__input-box.error .textareaOuter,
.new_form_wrap .new_form .__input-box.error input {
    border: 1px solid red !important;
}
.sub-lab {
    top: -5px !important;
    font-size: 10px !important;
}
.easy-autocomplete-container {
    z-index: 9 !important;
}
a.show-fileswrapper:hover {
    text-decoration: none;
}
.new_form_wrap
    .new_form
    .__input-box
    .__page-count-container
    .__button.disabled
    img {
    -webkit-filter: none;
    filter: none;
    pointer-events: none;
}
.university_feature_wrap {
    z-index: 1;
}
.university_feature_wrap .feature-relative {
    position: relative;
}
.university_feature_wrap .feature-relative .wave-university {
    position: absolute;
    left: -30px;
}
.university_feature_wrap .heading-client-review .heading-new {
    color: #2c2c2c;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 13px;
}
@media (max-width: 1199px) {
    .university_feature_wrap .heading-client-review .heading-new {
        padding-bottom: 8px;
        text-align: center;
    }
}
.university_feature_wrap .heading-client-review .heading-new strong {
    font-weight: 700;
}
.university_feature_wrap .features-wrap-main {
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media (max-width: 1199px) {
    .university_feature_wrap .features-wrap-main {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        justify-content: center;
    }
}
.university_feature_wrap .features-wrap-main .feature_lf {
    display: flex;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: 13px;
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .university_feature_wrap .features-wrap-main .feature_lf img {
        width: 95px;
    }
}
.university_feature_wrap .features-wrap-main .feature_lf p {
    margin: 0;
}
.university_feature_wrap .features-wrap-main .feature_lf strong {
    font-weight: 700;
}
.experts_wrap {
    background-color: #f3f3f7;
}
.experts_wrap .main-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 20px;
}
.experts_wrap .main-wrap .wave-exerts-slider {
    position: absolute;
    z-index: -1;
}
.experts_wrap .main-wrap .heading_wrap {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .experts_wrap .main-wrap .heading_wrap {
        padding-top: 30px;
    }
}
.experts_wrap .main-wrap .heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 1199px) {
    .experts_wrap .main-wrap .heading_wrap .heading {
        font-size: 26px;
    }
}
.experts_wrap .main-wrap .heading_wrap .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 1199px) {
    .experts_wrap .main-wrap .heading_wrap .sub-heading {
        font-size: 16px;
    }
}
.experts_wrap .main-wrap .main-slider-wrap {
    padding: 18px 21px;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new {
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    padding: 25px 12px;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head {
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: center;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .left-sec {
    position: relative;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .top-head
    .left-sec
    .active-green {
    width: 12px;
    height: 12px;
    border-radius: 60px;
    background-color: #13bf73;
    position: absolute;
    right: 5px;
    bottom: 0;
    border: 1px solid #fff;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .top-head
    .left-sec
    .image-container {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background-color: #f6f6fa;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right .name {
    font-size: 1rem;
    color: #2c2c2c;
    font-weight: 700;
    line-height: 1;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .top-head .right .detail {
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 400;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .experts_wrap
        .main-wrap
        .main-slider-wrap
        .card-new
        .top-head
        .right
        .detail {
        width: 175px;
    }
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .top-head
    .right
    .rating--wrap {
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    width: 120px;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .top-head
    .right
    .rating--wrap
    img.ratings {
    width: 15px !important;
    height: 15px !important;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .detail-container {
    color: #2c2c2c;
    font-size: 14px;
    height: 150px;
    margin-bottom: 30px;
    padding: 0 0 20px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .experts_wrap .main-wrap .main-slider-wrap .card-new .detail-container {
        height: auto;
    }
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap {
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.experts_wrap .main-wrap .main-slider-wrap .card-new .bottom-wrap .left-main {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .bottom-wrap
    .left-main
    .expert-stat {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #8a8a8a;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .bottom-wrap
    .left-main
    .expert-stat
    span {
    color: #2c2c2c;
    font-weight: 700;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .bottom-wrap
    .left-main
    .expert-stat
    img {
    width: 12px;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .bottom-wrap
    .right-main
    a.hire-btn {
    border: 1px solid #008ECC;
    color: #008ECC;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 48px;
    border-radius: 4px;
}
.experts_wrap
    .main-wrap
    .main-slider-wrap
    .card-new
    .bottom-wrap
    .right-main
    a.hire-btn:hover {
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
.experts_wrap .main-wrap .main-slider-wrap .owl-nav .owl-next,
.experts_wrap .main-wrap .main-slider-wrap .owl-nav .owl-prev {
    top: 45%;
    position: absolute;
    border-radius: 40px !important;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
}
.experts_wrap .main-wrap .main-slider-wrap .owl-nav .owl-prev {
    left: 0;
    background: rgba(44, 44, 44, 0.31);
}
.experts_wrap .main-wrap .main-slider-wrap .owl-nav .owl-prev.disabled {
    background: rgba(44, 44, 44, 0.11);
    pointer-events: none;
}
.experts_wrap .main-wrap .main-slider-wrap .owl-nav .owl-next {
    right: 0;
    background: rgba(44, 44, 44, 0.31);
}
.experts_wrap .main-wrap .main-slider-wrap .owl-nav .owl-next.disabled {
    background: rgba(44, 44, 44, 0.11);
    pointer-events: none;
}
.experts_wrap .main-wrap .main-slider-wrap #experts-owl .owl-nav .owl-prev i,
.experts_wrap .main-wrap .main-slider-wrap .owl-nav .owl-next i {
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 0;
}
.how_it_works_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
@media (max-width: 767px) {
    .how_it_works_wrap {
        padding: 30px 0;
    }
}
.how_it_works_wrap .how_it_works_bx {
    width: 100%;
}
.how_it_works_wrap .how_it_works_bx .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 12px;
}
@media (max-width: 1199px) {
    .how_it_works_wrap .how_it_works_bx .heading {
        font-size: 26px;
    }
}
.how_it_works_wrap .how_it_works_bx .how_it_works_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (min-width: 1199px) {
    .how_it_works_wrap .how_it_works_bx .how_it_works_inner {
        padding: 0 85px;
    }
}
.how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
@media (min-width: 993px) {
    .how_it_works_wrap .how_it_works_bx .how_it_works_inner .bow_it_works_bx {
        width: 251px;
    }
}
.how_it_works_wrap
    .how_it_works_bx
    .how_it_works_inner
    .bow_it_works_bx
    .how_it_work_step {
    position: absolute;
    width: 53px;
    display: flex;
    padding-top: 53px;
    right: -117px;
}
@media (max-width: 1199px) {
    .how_it_works_wrap
        .how_it_works_bx
        .how_it_works_inner
        .bow_it_works_bx
        .how_it_work_step {
        display: none;
    }
}
.how_it_works_wrap
    .how_it_works_bx
    .how_it_works_inner
    .bow_it_works_bx
    .Ã¯mage-container-box {
    background-color: #f3f3f7;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.how_it_works_wrap
    .how_it_works_bx
    .how_it_works_inner
    .bow_it_works_bx
    .detail-fts {
    font-size: 20px;
    color: #2c2c2c;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}
.how_it_works_wrap
    .how_it_works_bx
    .how_it_works_inner
    .bow_it_works_bx
    .how-it-detail {
    text-align: center;
    padding: 10px 0;
    line-height: 1.8;
    height: 150px;
}
@media (max-width: 767px) {
    .how_it_works_wrap
        .how_it_works_bx
        .how_it_works_inner
        .bow_it_works_bx
        .how-it-detail {
        height: auto;
    }
}
.how_it_works_wrap .owl-dots .owl-dot.active span,
.how_it_works_wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: #2c2c2c;
    width: 17px;
    height: 6px;
    border-radius: 3px;
    opacity: 1;
}
.how_it_works_wrap .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: #2c2c2c;
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    transition: width 0.3s ease;
}
.how_it_works_wrap .owl-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    position: absolute;
    bottom: -7px;
}
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .button-container {
        margin-top: 30px;
    }
}
.button-container a.button {
    color: #fff;
    min-width: 242px;
    padding: 10px 40px;
    background-color: #008ECC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s linear;
}
@media (max-width: 1199px) {
    .button-container a.button {
        min-width: 210px;
    }
}
.button-container a.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
.other_services_wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .other_services_wrap {
        padding-top: 25px;
    }
}
.other_services_wrap .other_services_heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 1199px) {
    .other_services_wrap .other_services_heading_wrap .heading {
        font-size: 26px;
    }
}
.other_services_wrap .other_services_heading_wrap .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 1199px) {
    .other_services_wrap .other_services_heading_wrap .sub-heading {
        font-size: 1rem;
    }
}
.other_services_wrap .other_services_main_wrap {
    display: flex;
    justify-content: center;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    row-gap: 23px;
    flex-wrap: wrap;
    padding-top: 20px;
}
.other_services_wrap .other_services_main_wrap .other_services_bx {
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(177, 189, 214, 0.6);
    border-radius: 12px;
    padding: 20px;
    width: 275px;
    position: relative;
}
.other_services_wrap .other_services_main_wrap .other_services_bx:hover {
    box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
    text-decoration: none;
}
.other_services_wrap
    .other_services_main_wrap
    .other_services_bx
    .tool-heading {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 20px;
}
.other_services_wrap
    .other_services_main_wrap
    .other_services_bx
    .tool-heading:hover {
    text-decoration: underline;
}
.other_services_wrap
    .other_services_main_wrap
    .other_services_bx
    .service-detail {
    font-size: 1rem;
    color: #8a8a8a;
    margin: 0;
    padding: 6px 0 0;
}
.other_services_wrap
    .other_services_main_wrap
    .other_services_bx
    .service-detail:hover {
    text-decoration: none;
}
.writing_tools_wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .writing_tools_wrap {
        padding-top: 25px;
    }
}
.writing_tools_wrap .writing_heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 1199px) {
    .writing_tools_wrap .writing_heading_wrap .heading {
        font-size: 26px;
    }
}
.writing_tools_wrap .tools_wrap {
    display: flex;
    justify-content: center;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    row-gap: 60px;
    flex-wrap: wrap;
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .writing_tools_wrap .tools_wrap {
        padding-top: 30px;
    }
}
.writing_tools_wrap .tools_wrap .tool_bx {
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(177, 189, 214, 0.6);
    border-radius: 12px;
    padding: 20px;
    width: 275px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.writing_tools_wrap .tools_wrap .tool_bx:hover {
    box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
}
.writing_tools_wrap .tools_wrap .tool_bx .tool-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #2c2c2c;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -27px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.writing_tools_wrap .tools_wrap .tool_bx .tool-heading {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 25px;
}
.writing_tools_wrap .tools_wrap .tool_bx .tool-detail {
    font-size: 1rem;
    color: #8a8a8a;
    padding: 15px 0;
    margin: 0;
}
.writing_tools_wrap .tools_wrap .tool_bx .text-button {
    color: #0c5ff2;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;
}
.writing_tools_wrap .tools_wrap .tool_bx .text-button:hover {
    text-decoration: underline;
}
.happy-users-wrap {
    padding: 50px 0;
}
@media (max-width: 1199px) {
    .happy-users-wrap {
        padding: 0;
    }
}
.happy-users-wrap .happy-users-main {
    min-height: 280px;
    border-radius: 20px;
    background: transparent linear-gradient(180deg, #f6f6fa, #f5f6fa 0, #d2e8ff)
        0 0 no-repeat padding-box;
    padding: 20px 35px;
    display: flex;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    align-items: center;
    margin: auto;
}
@media (max-width: 1199px) {
    .happy-users-wrap .happy-users-main {
        width: 100%;
        flex-direction: column;
        padding-top: 0;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
    .happy-users-wrap .happy-users-main {
        padding-top: 35px;
    }
}
@media (max-width: 1199px) {
    .happy-users-wrap .happy-users-main .left-user img {
        width: 211px;
    }
}
.happy-users-wrap .happy-users-main .right-user {
    display: flex;
    flex-direction: column;
}
.happy-users-wrap .happy-users-main .right-user .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .happy-users-wrap .happy-users-main .right-user .heading {
        font-size: 26px;
        text-align: center;
    }
}
.happy-users-wrap .happy-users-main .right-user .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    line-height: 1.7;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .happy-users-wrap .happy-users-main .right-user .sub-heading {
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .happy-users-wrap .happy-users-main .right-user .sub-heading br {
        display: none;
    }
}
.happy-users-wrap .happy-users-main .right-user .button-container-new {
    display: flex;
    margin-top: 25px;
}
@media (max-width: 1199px) {
    .happy-users-wrap .happy-users-main .right-user .button-container-new {
        justify-content: center;
        margin-bottom: 20px;
    }
}
.happy-users-wrap .happy-users-main .right-user .button-container-new a.button {
    color: #fff;
    min-width: 242px;
    background-color: #008ECC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s linear;
    padding: 11px 40px;
}
.happy-users-wrap
    .happy-users-main
    .right-user
    .button-container-new
    a.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
.easy-autocomplete {
    position: relative;
}
.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
    box-shadow: none;
}
.easy-autocomplete a {
    display: block;
}
.easy-autocomplete.eac-blue-light input:focus,
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
    border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
    background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
    border-color: #41db00;
}
.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
    background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:focus,
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul .eac-category,
.easy-autocomplete.eac-red-light ul li {
    border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul .eac-category.selected,
.easy-autocomplete.eac-red-light ul li.selected {
    background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:focus,
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul .eac-category,
.easy-autocomplete.eac-yellow-light ul li {
    border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul .eac-category.selected,
.easy-autocomplete.eac-yellow-light ul li.selected {
    background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:focus,
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul .eac-category,
.easy-autocomplete.eac-dark-light ul li {
    border-color: #333;
}
.easy-autocomplete.eac-dark-light ul .eac-category.selected,
.easy-autocomplete.eac-dark-light ul li.selected {
    background-color: #4d4d4d;
    color: #fff;
}
.easy-autocomplete.eac-dark {
    color: #fff;
}
.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:focus,
.easy-autocomplete.eac-dark input:hover {
    border-color: #333;
    box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
    border-color: #333;
}
.easy-autocomplete.eac-dark ul .eac-category,
.easy-autocomplete.eac-dark ul li {
    background-color: #404040;
    border-color: #333;
}
.easy-autocomplete.eac-dark ul .eac-category.selected,
.easy-autocomplete.eac-dark ul li.selected {
    background-color: #737373;
    color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
    color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:focus,
.easy-autocomplete.eac-dark-glass input:hover {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul .eac-category,
.easy-autocomplete.eac-dark-glass ul li {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul .eac-category.selected,
.easy-autocomplete.eac-dark-glass ul li.selected {
    background-color: rgba(64, 64, 64, 0.8);
    color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child,
.easy-autocomplete.eac-dark-glass ul li:last-child {
    border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
    color: #fff;
}
.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder,
.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:focus,
.easy-autocomplete.eac-blue input:hover {
    border-color: #5a91cb;
    box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
    border-color: #5a91cb;
}
.easy-autocomplete.eac-blue ul .eac-category,
.easy-autocomplete.eac-blue ul li {
    background-color: #6d9ed1;
    border-color: #5a91cb;
}
.easy-autocomplete.eac-blue ul .eac-category.selected,
.easy-autocomplete.eac-blue ul li.selected {
    background-color: #94b8dd;
    color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
    color: #333;
}
.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    box-shadow: 0;
    color: #333;
}
.easy-autocomplete.eac-yellow input:focus,
.easy-autocomplete.eac-yellow input:hover {
    border-color: #333;
    box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
    border-color: #333;
}
.easy-autocomplete.eac-yellow ul .eac-category,
.easy-autocomplete.eac-yellow ul li {
    background-color: #ffdb7e;
    border-color: #333;
}
.easy-autocomplete.eac-yellow ul .eac-category.selected,
.easy-autocomplete.eac-yellow ul li.selected {
    background-color: #ffe9b1;
    color: #333;
}
.easy-autocomplete.eac-purple {
    color: #333;
}
.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    box-shadow: 0;
    color: #333;
}
.easy-autocomplete.eac-purple input:focus,
.easy-autocomplete.eac-purple input:hover {
    border-color: #333;
    box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
    border-color: #333;
}
.easy-autocomplete.eac-purple ul .eac-category,
.easy-autocomplete.eac-purple ul li {
    background-color: #d6d1e7;
    border-color: #333;
}
.easy-autocomplete.eac-purple ul .eac-category.selected,
.easy-autocomplete.eac-purple ul li.selected {
    background-color: #ebe8f3;
    color: #333;
}
.easy-autocomplete.eac-bootstrap input {
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    padding: 6px 12px;
}
.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}
.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    background: inherit;
    -o-border-image: none;
    border-image: none;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
    font-weight: 400;
}
.easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-word;
}
.easy-autocomplete-container ul li b {
    font-weight: 700;
}
.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic;
}
.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: 0.9em;
}
.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px;
}
.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative;
}
.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px;
}
footer {
    background: #f4f4f4;
    padding-bottom: 0;
}
@media (min-width: 1199px) {
    footer {
        margin-top: 100px;
    }
}
@media (max-width: 1199px) {
    footer {
        margin-top: 145px;
    }
}
footer .singleBar {
    display: none;
}
footer .subs_wrap {
    position: relative;
    height: 157px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px) {
    footer .subs_wrap {
        height: 140px;
    }
}
footer .subs_wrap .subs_bx {
    position: absolute;
    width: 936px;
    height: 241px;
    border-radius: 20px;
    background-color: #2c2c2c;
    box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
    top: -140px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    footer .subs_wrap .subs_bx {
        width: 100%;
    }
}
footer .subs_wrap .subs_bx .bx_inner {
    display: flex;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}
@media (max-width: 1199px) {
    footer .subs_wrap .subs_bx .bx_inner {
        flex-direction: column;
    }
}
footer .subs_wrap .subs_bx .bx_inner .left .heading {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin-top: -20px;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    footer .subs_wrap .subs_bx .bx_inner .left .heading {
        font-size: 26px;
    }
}
footer .subs_wrap .subs_bx .bx_inner .left .sub-heading {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
footer .subs_wrap .subs_bx .bx_inner .right-wrap .right {
    display: flex;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
footer .subs_wrap .subs_bx .bx_inner .right-wrap .right .app--wrap {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
@media (max-width: 1199px) {
    footer .subs_wrap .subs_bx .bx_inner .right-wrap .right .app--wrap {
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    footer .subs_wrap .subs_bx .bx_inner .right-wrap .right .grcode {
        display: none;
    }
}
footer .subs_wrap .subs_bx .bx_inner .right-wrap .notice {
    font-size: 10px;
    color: #fff;
    margin-top: 11px;
}
footer .subs_wrap .subs_bx .pataka {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.ba-we-love-subscribers {
    width: 314px;
    height: 50px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
    font-family: Poppins, sans-serif;
    text-align: center;
    margin: 0 0 10px;
    display: none;
    opacity: 0;
}
.ba-we-love-subscribers a.service-chat-wrap {
    display: flex;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding: 10px 20px 0;
}
.ba-we-love-subscribers a.service-chat-wrap .left {
    width: 29px;
}
.ba-we-love-subscribers a.service-chat-wrap .right {
    border-bottom: 1px solid #d1d1d1;
    color: #2c2c2c;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding-bottom: 7px;
}
.ba-we-love-subscribers a.service-chat-wrap .right:hover {
    color: #008ECC;
}
.ba-we-love-subscribers a.service-chat-wrap .right span {
    font-size: 12px;
    color: #8a8a8a;
}
.ba-we-love-subscribers a.service-chat-wrap:hover {
    text-decoration: none;
}
.ba-we-love-subscribers a.watsapp-wrap {
    display: flex;
    height: 54px;
    background-color: #13bf73;
    border-radius: 0 0 11px 11px;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
}
.ba-we-love-subscribers a.watsapp-wrap:hover {
    text-decoration: none;
}
.ba-we-love-subscribers.open {
    height: 218px;
    opacity: 1;
    display: block;
}
.ba-we-love-subscribers.popup-ani {
    transition: all 0.3s cubic-bezier(0.75, 0.85, 0.32, 0.275);
}
.ba-we-love-subscribers-fab {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    float: right;
    z-index: 5;
    position: relative;
}
.ba-we-love-subscribers-fab .img-fab {
    height: 65px;
    width: 65px;
    cursor: pointer;
}
.ba-we-love-subscribers-fab .img-fab1 {
    display: none;
}
.ba-we-love-subscribers.open .img-fab1 {
    display: block;
}
.ba-we-love-subscribers-fab .img-fab1.close1 {
    height: 65px;
    width: 65px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #008ECC;
    border-radius: 60px;
    background-position: 50%;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all 0.2s ease-in-out;
}
.ba-we-love-subscribers-fab .img-fab1.close1:hover {
    opacity: 1 !important;
}
.ba-we-love-subscribers-fab .img-fab.close {
    display: none;
}
.ba-we-love-subscribers.popup-ani .ba-we-love-subscribers-fab1 .wrap .img-fab1 {
    display: block !important;
}
.ba-we-love-subscribers-fab .ani,
.ba-we-love-subscribers-fab .wrap {
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .close {
    background-position: -2px 1px;
    float: none;
    opacity: 1;
}
.ba-we-love-subscribers-wrap {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1000;
}
.ba-settings {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 10px 20px;
    background-color: #555;
    border-radius: 5px;
    color: #fff;
}
footer .footer-menu-wrap {
    display: flex;
    justify-content: space-between;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    padding-bottom: 20px;
}
@media (max-width: 1199px) {
    footer .footer-menu-wrap {
        flex-direction: column;
        padding-bottom: 7px;
    }
}
footer .footer-menu-wrap .left-menu-set {
    display: flex;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}
@media (max-width: 768) {
    footer .footer-menu-wrap .left-menu-set {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding-bottom: 35px;
    }
}
@media (min-width: 1024px) {
    footer .footer-menu-wrap .left-menu-set {
        flex-direction: column;
    }
}
footer .footer-menu-wrap .list-box .list-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #2c2c2c;
    padding-bottom: 15px;
}
@media (max-width: 1199px) {
    footer .footer-menu-wrap .list-box .list-heading {
        display: none;
    }
}
footer .footer-menu-wrap .list-box a.MobileFooter--toggle {
    display: none;
    position: relative;
}
@media (max-width: 1199px) {
    footer .footer-menu-wrap .list-box a.MobileFooter--toggle {
        display: block;
    }
}
footer .footer-menu-wrap .list-box a.MobileFooter--toggle:hover {
    text-decoration: none;
}
footer .footer-menu-wrap .list-box a.MobileFooter--toggle:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
footer .footer-menu-wrap .list-box a.collapsed.MobileFooter--toggle:after,
footer .footer-menu-wrap .list-box a.MobileFooter--toggle:after {
    border: solid #8a8a8a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    content: "";
    position: absolute;
    right: 7px;
    top: 5px;
}
footer .footer-menu-wrap .list-box a.collapsed.MobileFooter--toggle:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
footer .footer-menu-wrap .list-box ul.page-list {
    list-style-type: none;
    padding-left: 0;
}
footer .footer-menu-wrap .list-box ul.page-list li {
    line-height: 21px;
    padding-right: 30px;
}
footer .footer-menu-wrap .list-box ul.page-list li a {
    color: #8a8a8a;
    font-size: 12px;
    text-shadow: none;
    text-transform: capitalize;
}
footer .footer-menu-wrap .list-box ul.page-list li a:hover {
    text-decoration: none;
    color: #008ECC;
}
ul.links-list {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    z-index: 9;
    display: block !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media (min-width: 1199px) {
    ul.links-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
ul.links-list li {
    line-height: 21px;
}
ul.links-list li:before {
    content: "\203A";
    color: #8a8a8a;
    font-size: 21px;
    margin-right: 10px;
    display: none;
}
ul.links-list li a {
    color: #8a8a8a;
    font-size: 12px;
    text-shadow: none;
    text-transform: capitalize;
}
ul.links-list li a:hover {
    text-decoration: none;
    color: #008ECC !important;
}
.links-heading {
    color: #2c2c2c;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
}
.links-heading:hover {
    color: #8a8a8a;
    text-decoration: none;
}
.country-list-new .country-close {
    position: absolute;
    right: 3px;
    top: -4px;
    padding: 5px;
    cursor: pointer;
    font-size: 22px;
    color: #2c2c2c;
    font-weight: 300;
    z-index: 1;
}
li.dropdown.country--list.__Country_Name a.dropdown-toggle:after {
    border: solid #8a8a8a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: 4px 5px;
    transform-origin: 4px 5px;
    position: absolute;
    right: -2px;
    top: 3px;
}
@media (min-width: 1199px) {
    ul#GetToKnowUsListFooter,
    ul#GetToKnowUsListFooter1,
    ul#LetUsHelpListFooter {
        display: block !important;
        padding: 0;
    }
}
@media (min-width: 992px) {
    div#best-in-countries {
        display: flex;
    }
}
div#best-in-countries {
    margin-left: 0;
    margin-right: 0;
    display: block !important;
}
@media (max-width: 767px) {
    footer .best-in-countries ul.links-list {
        list-style-type: none;
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
footer ul.links-list.country-list-new {
    display: flex !important;
    row-gap: 5px;
    flex-direction: column;
}
footer ul.links-list.country-list-new li a {
    color: #2c2c2c;
}
footer ul.links-list.country-list-new li a strong.country-drop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 5px;
    align-items: flex-start;
    color: #8a8a8a;
    font-weight: 400;
}
.country-list-new .dropdown-menu.city--names.show {
    color: #2c2c2c;
    border: none;
    background-color: #fff;
    box-shadow: 0 8px 46px rgba(0, 0, 0, 0.1607843137);
    border-radius: 12px;
}
.dropdown-item:focus,
footer .dropdown-item:hover {
    background-color: transparent;
}
.custom-column-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media (max-width: 1199px) {
    .custom-column-count {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
footer li.dropdown-item {
    line-height: 14px;
}
footer .footer-menu-bottom-wrap {
    border-top: 1px solid #8a8a8a;
}
footer .footer-menu-bottom-wrap .secure-payment-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
footer .footer-menu-bottom-wrap .secure-payment-wrap .pay-head {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    padding-top: 13px;
    padding-bottom: 10px;
}
footer .footer-menu-bottom-wrap .secure-payment-wrap .cr-head {
    font-size: 10px;
    font-weight: 400;
    color: #2c2c2c;
    padding-top: 13px;
    padding-bottom: 10px;
}
@media (max-width: 1199px) {
    footer .footer-menu-bottom-wrap .secure-payment-wrap .cr-head {
        text-align: center;
    }
}
footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul {
    list-style: none;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
}
@media (max-width: 1199px) {
    footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}
footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul li {
    list-style: none;
}
footer .footer-menu-bottom-wrap .secure-payment-wrap .bottom-tnc-wrap ul li a {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 400;
}
footer
    .footer-menu-bottom-wrap
    .secure-payment-wrap
    .bottom-tnc-wrap
    ul
    li
    a:hover {
    text-decoration: none;
    color: #008ECC;
}
footer
    .footer-menu-bottom-wrap
    .secure-payment-wrap
    .bottom-tnc-wrap
    ul
    li.sep {
    background-color: #8a8a8a;
    height: 12px;
    width: 1px;
    cursor: text;
}
footer
    .footer-menu-bottom-wrap
    .secure-payment-wrap
    .bottom-tnc-wrap
    ul
    li.sep:hover {
    text-decoration: none;
}
.custom-overflow {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.attachment-count-modal button.close {
    padding-top: 0;
    padding-bottom: 0;
}
.attachment-count-modal .heading {
    font-size: 18px;
    color: #2c2c2c;
    text-align: center;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.attachment-count-modal .file-attach-wrap {
    padding: 20px;
}
.attachment-count-modal .file-attach-wrap .attach-file-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.attachment-count-modal .file-attach-wrap .attach-file-main .attach-file-name {
    font-size: 14px;
    color: #2c2c2c;
}
.attachment-count-modal .file-attach-wrap .attach-file-main button {
    border: none;
    padding: 0;
    background-color: transparent;
}
.attachment-count-modal .file-attach-wrap .button-container a.button {
    background-color: #fff;
    color: #008ECC;
    border: 1px solid #008ECC;
}
.callback_modal .heading-wrap,
.callback_thanku .heading-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 0 20px;
}
.callback_modal .heading-wrap .head,
.callback_thanku .heading-wrap .head {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}
.callback_modal .sub-head,
.callback_thanku .sub-head {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 15px;
    text-align: center;
}
@media (max-width: 767px) {
    .callback_modal .sub-head br,
    .callback_thanku .sub-head br {
        display: none;
    }
}
.callback_modal .body-wrapper,
.callback_thanku .body-wrapper {
    padding: 20px;
}
.callback_modal .body-wrapper #servicetype3 .btn,
.callback_thanku .body-wrapper #servicetype3 .btn {
    box-shadow: none !important;
    color: #3176ef;
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
}
.callback_modal .body-wrapper #servicetype3 .btn:hover,
.callback_thanku .body-wrapper #servicetype3 .btn:hover {
    color: #fff;
    background: #3176ef;
}
.callback_modal .body-wrapper #servicetype3 .btn.active,
.callback_thanku .body-wrapper #servicetype3 .btn.active {
    background: #3176ef;
    color: #fff;
    box-shadow: 0 8px 16px rgba(49, 118, 239, 0.5019607843) !important;
}
.callback_modal .body-wrapper .__input-box,
.callback_thanku .body-wrapper .__input-box {
    width: 100%;
    display: block;
    padding: 0 12px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
}
.callback_modal .body-wrapper .__input-box .p-relative,
.callback_thanku .body-wrapper .__input-box .p-relative {
    position: relative;
}
.callback_modal
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control:-moz-placeholder,
.callback_thanku
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control:-moz-placeholder {
    color: rgba(95, 95, 95, 0.5);
    font-weight: 500;
}
.callback_modal
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-webkit-input-placeholder,
.callback_modal
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-webkit-placeholder,
.callback_thanku
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-webkit-input-placeholder,
.callback_thanku
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-webkit-placeholder {
    color: rgba(95, 95, 95, 0.5);
    font-weight: 500;
}
.callback_modal
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-moz-placeholder,
.callback_thanku
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-moz-placeholder {
    color: rgba(95, 95, 95, 0.5);
    font-weight: 500;
}
.callback_modal
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-ms-input-placeholder,
.callback_thanku
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::-ms-input-placeholder {
    color: rgba(95, 95, 95, 0.5);
    font-weight: 500;
}
.callback_modal
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::placeholder,
.callback_thanku
    .body-wrapper
    .__input-box.phoneFieldArea
    .form-control::placeholder {
    color: rgba(95, 95, 95, 0.5);
    font-weight: 500;
}
.callback_modal .body-wrapper .__input-box.phoneFieldArea select,
.callback_thanku .body-wrapper .__input-box.phoneFieldArea select {
    max-width: 100px;
    position: absolute;
    left: 3px;
    top: 9px;
    max-width: 90px;
    font-family: Poppins, sans-serif;
    border-radius: 4px 0 0 4px !important;
    background-color: #f6f6fa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
.callback_modal .body-wrapper .__input-box.phoneFieldArea .form-control,
.callback_thanku .body-wrapper .__input-box.phoneFieldArea .form-control {
    padding-left: 110px;
}
.callback_modal .body-wrapper .__input-box .floating-label.focused-label,
.callback_thanku .body-wrapper .__input-box .floating-label.focused-label {
    top: -5px;
    font-size: 10px;
    color: #2c2c2c;
}
.callback_modal .body-wrapper .__input-box .floating-label,
.callback_thanku .body-wrapper .__input-box .floating-label {
    position: absolute;
    top: 17px;
    left: 20px;
    pointer-events: none;
    transition: top 0.3s ease, font-size 0.3s ease;
    color: #8a8a8a;
    z-index: 2;
}
.callback_modal .body-wrapper .__input-box .floating-label:after,
.callback_thanku .body-wrapper .__input-box .floating-label:after {
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    background-color: #f6f6fa;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
@media (max-width: 767px) {
    .callback_modal .body-wrapper .__input-box,
    .callback_thanku .body-wrapper .__input-box {
        width: 100%;
    }
}
.callback_modal .body-wrapper .__input-box select,
.callback_thanku .body-wrapper .__input-box select {
    border: 0 !important;
}
.callback_modal .body-wrapper .__input-box input::-webkit-inner-spin-button,
.callback_modal .body-wrapper .__input-box input::-webkit-outer-spin-button,
.callback_thanku .body-wrapper .__input-box input::-webkit-inner-spin-button,
.callback_thanku .body-wrapper .__input-box input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.callback_modal .body-wrapper .__input-box input[type="number"],
.callback_thanku .body-wrapper .__input-box input[type="number"] {
    -moz-appearance: textfield;
}
.callback_modal .body-wrapper .__input-box .form-control,
.callback_thanku .body-wrapper .__input-box .form-control {
    border: 1px solid #c8c8c8;
    background-color: #f6f6fa;
}
.callback_modal .body-wrapper .__input-box .form-control:-moz-placeholder,
.callback_thanku .body-wrapper .__input-box .form-control:-moz-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.callback_modal .body-wrapper .__input-box .form-control::-webkit-placeholder,
.callback_thanku .body-wrapper .__input-box .form-control::-webkit-placeholder {
    color: transparent;
    font-family: Poppins, sans-serif;
}
.callback_modal
    .body-wrapper
    .__input-box
    .form-control::-webkit-input-placeholder,
.callback_thanku
    .body-wrapper
    .__input-box
    .form-control::-webkit-input-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.callback_modal .body-wrapper .__input-box .form-control::-moz-placeholder,
.callback_thanku .body-wrapper .__input-box .form-control::-moz-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.callback_modal .body-wrapper .__input-box .form-control::-ms-input-placeholder,
.callback_thanku
    .body-wrapper
    .__input-box
    .form-control::-ms-input-placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.callback_modal .body-wrapper .__input-box .form-control::placeholder,
.callback_thanku .body-wrapper .__input-box .form-control::placeholder {
    color: #8a8a8a;
    font-family: Poppins, sans-serif;
}
.callback_modal .body-wrapper .__input-box label,
.callback_thanku .body-wrapper .__input-box label {
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
    color: #2c2c2c;
}
.callback_modal .body-wrapper .__input-box label.form_lable_s,
.callback_thanku .body-wrapper .__input-box label.form_lable_s {
    left: 5px !important;
}
.callback_modal .body-wrapper .__input-box input,
.callback_modal .body-wrapper .__input-box select,
.callback_modal .body-wrapper .__input-box textarea,
.callback_thanku .body-wrapper .__input-box input,
.callback_thanku .body-wrapper .__input-box select,
.callback_thanku .body-wrapper .__input-box textarea {
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border-radius: 4px;
}
.callback_modal .body-wrapper .__input-box .textareaOuter,
.callback_thanku .body-wrapper .__input-box .textareaOuter {
    background-color: #f6f6fa;
    border: 1px solid #c8c8c8;
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    width: 100%;
    outline: none;
    border-radius: 3px;
}
.callback_modal .body-wrapper .__input-box .textareaOuter .progress,
.callback_thanku .body-wrapper .__input-box .textareaOuter .progress {
    height: 6px;
    margin-bottom: 5px;
}
.callback_modal .body-wrapper .__input-box .textareaOuter.active,
.callback_thanku .body-wrapper .__input-box .textareaOuter.active {
    border: 1px solid #c8c8c8;
}
.callback_modal .body-wrapper .__input-box .textareaOuter textarea,
.callback_thanku .body-wrapper .__input-box .textareaOuter textarea {
    border: 0 !important;
    font-size: 14px;
    border: 0;
    min-height: 95px;
    width: 100%;
    resize: none;
    padding: 0;
    font-family: Poppins, sans-serif;
}
.callback_modal .body-wrapper .__input-box .textareaOuter textarea:focus,
.callback_thanku .body-wrapper .__input-box .textareaOuter textarea:focus {
    outline: 0;
}
.callback_modal .body-wrapper .callback--bottom,
.callback_thanku .body-wrapper .callback--bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-top: 18px;
}
.callback_modal .body-wrapper .callback--bottom a,
.callback_thanku .body-wrapper .callback--bottom a {
    color: #008ECC;
    text-decoration: none;
}
.callback_modal .body-wrapper .callback--bottom a:hover,
.callback_thanku .body-wrapper .callback--bottom a:hover {
    text-decoration: underline;
}
.callback_modal input.form-control,
.callback_thanku input.form-control {
    height: 48px;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
}
.dropdown__filter {
    position: relative;
    display: flex;
    padding: 16px 20px 16px 10px;
    color: #8a8a8a;
    background-color: #f6f6fa;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid #c8c8c8;
}
ul.dropdown__filter {
    list-style: none;
}
.dropdown__filter:focus {
    border: 1px solid #c8c8c8;
    outline: none;
    box-shadow: none;
}
.dropdown__filter:after {
    top: 45%;
    right: 20px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #595959;
    border-bottom: 1px solid #595959;
    -webkit-transform: rotate(45deg) translateX(-45%);
    transform: rotate(45deg) translateX(-45%);
}
.dropdown__filter:after,
.dropdown__select {
    position: absolute;
    transition: 0.2s ease-in-out;
}
.dropdown__select {
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 59.6%, 0.6);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    font-weight: 300;
    border-radius: 4px;
    height: 188px;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 50px;
    z-index: 9;
}
@media (min-width: 1024px) {
    .dropdown__select {
        top: auto;
    }
}
.dropdown__select-option {
    padding: 6px 20px 9px;
    background-color: #fff;
    transition: 0.3s;
    position: relative;
}
.dropdown__select-option:after {
    content: "";
    position: absolute;
    width: 91%;
    background-color: #d6d6d6;
    height: 1px;
    bottom: 0;
    left: 21px;
}
.dropdown__select-option:last-child:after {
    display: none;
}
li.dropdown__select-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
li.dropdown__select-option .left {
    font-size: 14px;
    color: #8a8a8a;
}
li.dropdown__select-option #ampm .btn {
    box-shadow: none !important;
    border-radius: 4px !important;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 32px;
    display: flex;
    align-items: center;
}
li.dropdown__select-option #ampm .btn.active,
li.dropdown__select-option #ampm .btn:hover {
    background: #fff;
    color: #008ECC;
    border: 1px solid #008ECC;
}
li.dropdown__select-option #ampm .btn.active {
    box-shadow: none !important;
}
.dropdown__select-option:last-of-type {
    border-bottom: 0;
}
.dropdown__select-option:hover {
    background-color: #f9f9f9;
}
.thanku-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.thanku-wrap .headnew {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    padding: 20px 0 0;
}
.__button-container {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.__button-container a.button,
.__button-container button.button {
    color: #fff;
    background-color: #008ECC;
    font-size: 18px;
    padding: 7px 10px;
    border: none;
    height: 48px;
    border-radius: 4px;
    width: 95%;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.3s linear;
    font-family: Poppins, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.__button-container a.button:hover,
.__button-container button.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
.modal-content {
    border-radius: 12px;
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }
}
.form-control {
    color: #2c2c2c;
}
.marquee {
    width: 65px;
    height: 65px;
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #008ECC;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all 0.3s ease-in-out;
}
.marquee-content {
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-animation: scrolling 5.6s linear infinite;
    animation: scrolling 5.6s linear infinite;
}
.marquee-item img {
    display: block;
    width: 28px;
}
@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translatex(-450px);
        transform: translatex(-450px);
    }
}
@keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translatex(-450px);
        transform: translatex(-450px);
    }
}
.plagi_error_con {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
@media (max-width: 767px) {
    footer .footer-menu-wrap .left-menu-set {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        justify-content: space-around;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
    footer .footer-menu-wrap .left-menu-set {
        justify-content: space-around;
    }
}
.style-3 {
    overflow-y: auto;
}
.style-3::-webkit-scrollbar {
    width: 6px;
    background: 0 0;
}
.style-3::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 60px;
}
.style-3::-webkit-scrollbar-track {
    background: 0 0;
}
.style-3 {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.style-3:hover::-webkit-scrollbar-thumb {
    background: #8a8a8a;
}
.style-3:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.style-3:hover {
    scrollbar-color: #8a8a8a #f1f1f1;
}
@-moz-document url-prefix() {
    .__FormStickyWrapper .phoneFieldArea {
        flex: 0 0 24%;
        margin-left: 60px;
    }
    .__FormStickyWrapper .phoneFieldArea + .descriptionField .textareaOuter {
        width: 754px;
    }
}
.new_footer_sec .ph-wrap {
    display: flex;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.new_footer_sec .ph-wrap a.number {
    font-size: 14px;
    color: #8a8a8a;
}
.new_footer_sec .ph-wrap a.number:hover {
    text-decoration: none;
    color: #008ECC;
}
.new_footer_sec .social-sec {
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 25px;
}
@media (max-width: 1199px) {
    .new_footer_sec .social-sec {
        margin-bottom: 25px;
    }
}
.new_footer_sec .social-sec img {
    transition: all 0.3s ease-in-out;
}
.new_footer_sec .social-sec img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.new_footer_sec.custom-border-mobile {
    border-top: none;
    padding-top: 0;
}
@media (max-width: 1199px) {
    .new_footer_sec.custom-border-mobile {
        border-top: 1px solid #8a8a8a;
        padding-top: 20px;
    }
}
.new_footer_sec .list-heading2 {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    padding-bottom: 15px;
    padding-top: 11px;
}
.new_footer_sec .list-sub-heading2 {
    font-size: 12px;
    color: #8a8a8a;
}
.new_footer_sec .app-store-main {
    display: flex;
    row-gap: 8px;
    padding-top: 8px;
}
.new_footer_sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1199px) {
    .new_footer_sec {
        flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .custom-border-mobile {
        border-top: 1px solid #8a8a8a;
        padding-top: 20px;
    }
}
@media (min-width: 1200px) {
    header .header-wrapper .header-right-section .user-menu .dropdown-menu {
        -webkit-transform: translate3d(-187px, 45px, 10px) !important;
        transform: translate3d(-187px, 45px, 10px) !important;
    }
}
.banner .__form-container .__button-container .button {
    width: 180px;
}
.menu-main-container .main-menu > ul > li .menu-container ul.menu-dropdown {
    z-index: 99999 !important;
}
.banner .__form-container .__Form .__input-box.phoneFieldArea select {
    font-size: 12px;
    top: 3px;
    max-width: 92px;
}
@media (max-width: 767px) {
    footer .footer-menu-wrap .left-menu-set {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        justify-content: space-around;
    }
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.sticky-wrapper
    .sticky-form-wrappper
    .right-form-section
    .bottom-wrap
    .bottom-left-wrap
    .phone-wrapper
    input.form-error {
    border-left: 1px solid red !important;
}
.sticky-wrapper
    .sticky-form-wrappper
    .right-form-section
    .top-form-wrap
    .date_wrapper
    input.form-error {
    border-right: 1px solid red !important;
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
    .sticky-wrapper
        .sticky-form-wrappper
        .right-form-section
        .bottom-wrap
        .right-section {
        width: 63.6%;
    }
    .sticky-wrapper
        .sticky-form-wrappper
        .right-form-section
        .bottom-wrap
        .bottom-left-wrap {
        display: flex;
        flex-direction: column;
        width: 21.7%;
    }
}
.assignment-type-info-tooltip {
    text-align: left;
}
header.sticky .Sticky-form .val_prompt {
    bottom: 0;
}
@media (min-width: 1024px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown.sample-menu {
        left: -100px;
    }
}
@media (max-width: 1024px) {
    .menu-main-container
        .main-menu
        > ul
        > li
        .menu-container
        ul.menu-dropdown.sample-menu
        li.h4 {
        padding-left: 15px !important;
    }
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
.popular-essay-footer-wrap {
    display: block;
    border-top: 1px solid #8a8a8a;
    padding-top: 30px;
    width: 100%;
}
.popular-essay-footer-wrap a.list-heading {
    padding-right: 15px;
}
.popular-essay-footer-wrap .custom-column-count {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
@media (min-width: 1199px) {
    .popular-essay-footer-wrap .custom-column-count {
        display: block;
    }
}
@media (max-width: 1199px) {
    .popular-essay-footer-wrap .custom-column-count {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .popular-essay-footer-wrap .custom-column-count {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.date-picker-x {
    background: #fdfdfd;
    box-sizing: content-box;
    color: #444;
    display: none;
    font: 13px/1 Arial;
    padding: 10px;
    position: absolute;
    top: calc(100% - 10px);
    border: 1px solid #ccc;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 260px;
    z-index: 9;
}
@media (max-width: 767px) {
    .date-picker-x {
        top: calc(100% - 10px);
    }
}
.date-picker-x.to-top {
    bottom: calc(100% - 10px);
    top: auto;
}
.date-picker-x[data-dpx-type="day"] .dpx-item {
    flex-basis: 36px;
    height: 25px;
}
.date-picker-x .dpx-next,
.date-picker-x .dpx-prev {
    color: #444;
}
.date-picker-x .dpx-item:not(.dpx-weekday):hover {
    border: 1px solid #ccc;
    box-shadow: none;
}
.date-picker-x .dpx-selected {
    background: #e87f00;
    color: #fff;
}
.date-picker-x .dpx-current {
    border: 1px solid #decfa0;
    box-shadow: none;
    background: #decfa0;
    color: #353535;
    font-weight: 500;
}
.date-picker-x .dpx-next:hover,
.date-picker-x .dpx-prev:hover {
    color: #ccc;
}
@media (max-width: 767px) {
    .e-picker-x .dpx-next:hover, .date-picker-x .dpx-prev:hover {
        color: #444;
    }
}
.date-picker-x .dpx-content-box {
    height: auto;
}
.date-picker-x .dpx-btns .dpx-item {
    flex: 1 1 0;
    height: 25px !important;
}
.date-picker-x .dpx-title {
    font-size: 16px;
}
.date-picker-x .dpx-weekend.dpx-item {
    color: #444 !important;
}
.date-picker-x .dpx-disabled.dpx-item {
    color: #bbb !important;
    cursor: not-allowed !important;
}
.date-picker-x .dpx-weekend.dpx-out.dpx-item {
    color: #bbb !important;
}
.reviews_sec {
    padding: 0;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 767px) {
    .reviews_sec {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .reviews_sec {
        padding: 11px 0 0;
    }
}
.reviews_sec .bg_top_rev {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    width: 574px;
    height: 516px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media (max-width: 1366px) {
    .reviews_sec .bg_top_rev {
        width: 414px;
        height: 376px;
    }
}
@media (max-width: 767px) {
    .reviews_sec .bg_top_rev {
        width: 152px;
        height: 135px;
    }
}
.reviews_sec .bg_bot_rev {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    width: 1050px;
    height: 870px;
    background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
@media (max-width: 1366px) {
    .reviews_sec .bg_bot_rev {
        width: 850px;
        height: 670px;
    }
}
@media (max-width: 767px) {
    .reviews_sec .bg_bot_rev {
        width: 222px;
        height: 171px;
    }
}
.reviews_sec .review_sldr_ar {
    z-index: 1;
    position: relative;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar {
        padding: 0 10px;
    }
}
.reviews_sec .review_sldr_ar .hhd2,
.reviews_sec .review_sldr_ar h2 {
    font-size: 48px;
    font-weight: 700;
    color: #2c2c2c;
    text-align: center;
}
@media (max-width: 991px) {
    .reviews_sec .review_sldr_ar .hhd2,
    .reviews_sec .review_sldr_ar h2 {
        font-size: 26px;
        line-height: 1.5;
    }
    .reviews_sec .review_sldr_ar .hhd2 span,
    .reviews_sec .review_sldr_ar h2 span {
        display: block;
    }
}
.reviews_sec .review_sldr_ar p.t_txt {
    font-size: 18px;
    line-height: 24px;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .reviews_sec .review_sldr_ar p.t_txt {
        font-size: 14px;
        line-height: 19px;
    }
}
.reviews_sec .review_sldr_ar p.t_txt b {
    font-weight: 700;
}
.reviews_sec .review_sldr_ar button[data-action="start"],
.reviews_sec .review_sldr_ar button[data-action="stop"] {
    display: none;
}
.reviews_sec .review_sldr_ar .buttons .btn {
    margin: 0 15px 20px;
}
.reviews_sec .review_sldr_ar .button_icon_review {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .button_icon_review {
        flex-direction: column;
        position: relative;
        padding-bottom: 90px;
    }
}
.reviews_sec .review_sldr_ar .button_icon_review .btn {
    margin-bottom: 0;
}
.reviews_sec .review_sldr_ar .btn.btn_rev {
    width: 200px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    background: #008ECC;
    box-shadow: none !important;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .btn.btn_rev {
        margin-bottom: 20px;
    }
}
.reviews_sec .review_sldr_ar .btn.btn_rev:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
.reviews_sec .review_sldr_ar .btn.btn_rev_all {
    width: 200px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    color: #2c2c2c;
    background: 0 0;
    border: 1px solid #2c2c2c;
    box-shadow: none !important;
}
.reviews_sec .review_sldr_ar .btn.btn_rev_all:hover {
    box-shadow: 0 5px 15px hsla(0, 0%, 69.4%, 0.5) !important;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .review-right-icon {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
.reviews_sec .review_sldr_ar .review-right-icon img {
    width: 132px;
    height: 112px;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .review-right-icon img {
        width: 88px;
        height: 75px;
    }
}
.reviews_sec .review_sldr_ar .review-left-icon {
    width: 96px;
    height: 112px;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .review-left-icon {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 88px;
        height: 75px;
    }
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .review-left-icon img {
        width: 100%;
        height: 100%;
    }
}
.reviews_sec .review_sldr_ar .ordr_slider {
    margin-top: 0;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .ordr_slider {
        display: block;
    }
}
.reviews_sec .review_sldr_ar .ordr_slider .slider-item {
    width: 100%;
}
.reviews_sec .review_sldr_ar .ordr_slider .slider-item .slide_it {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 5px;
    overflow: hidden;
}
/* @media (max-width: 767px) {
    padding: 5px;
    overflow: hidden;
} */
@media(max-width:767px) {
    .reviews_sec .review_ {
        display: none;
    }
}
.reviews_sec
    .review_sldr_ar
    .ordr_slider
    .slider-item
    .slide_it
    .review_bx:last-child {
    margin-bottom: 20px;
}
.reviews_sec .review_sldr_ar .review_bx {
    width: 100%;
    padding: 26px 16px;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(177, 189, 214, 0.6);
    -moz-box-shadow: 1px 2px 8px rgba(177, 189, 214, 0.6);
    -webkit-box-shadow: 1px 2px 8px rgba(177, 189, 214, 0.6);
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 271px;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .review_bx {
        margin-bottom: 30px;
    }
}
.reviews_sec .review_sldr_ar .review_bx .arrow-down {
    position: absolute;
    bottom: -19px;
    left: -3px;
    width: 20px;
    height: 20px;
}
.reviews_sec .review_sldr_ar .review_bx .star_ar {
    display: flex;
    justify-content: space-between;
    line-height: 16px;
    margin-bottom: 7px;
    flex-direction: column;
    align-items: flex-start;
}
.reviews_sec .review_sldr_ar .review_bx .star_ar .star_container {
    display: inline-block;
    direction: ltr;
}
.reviews_sec .review_sldr_ar .review_bx .star_ar .star_container img {
    margin-right: 3px;
    width: 15px;
    display: inline-block;
}
.reviews_sec .review_sldr_ar .review_bx .star_ar .rev_date {
    font-size: 12px;
    line-height: 16px;
    color: #b1bdd6;
}
.reviews_sec .review_sldr_ar .review_bx .hhd4,
.reviews_sec .review_sldr_ar .review_bx h4 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #2c2c2c;
    padding-bottom: 7px;
}
.reviews_sec .review_sldr_ar .review_bx > p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.reviews_sec .review_sldr_ar .review_bx .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 145px;
}
.reviews_sec .review_sldr_ar .review_bx .cont p {
    font-size: 14px;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 0;
    padding-bottom: 0;
}
.reviews_sec .review_sldr_ar .review_bx .cont .u_info {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    position: relative;
}
.reviews_sec .review_sldr_ar .review_bx .cont .u_info .date-latest {
    position: absolute;
    left: 0;
    font-size: 12px;
}
.reviews_sec .review_sldr_ar .review_bx .cont .u_info p {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-direction: row-reverse;
}
.reviews_sec .review_sldr_ar .review_bx .cont .u_info p span {
    color: #5f5f5f;
    font-size: 12px;
}
.reviews_sec .review_sldr_ar .review_bx .cont .u_info p span.flag {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 18px;
    max-width: 18px;
    height: 18px;
    position: relative;
    background: #fff;
}
.reviews_sec .review_sldr_ar .review_bx .cont .u_info p span.flag img {
    margin-right: 0;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews_sec .review_sldr_ar .review_bx .cont .u_info p span.bld {
    margin-right: 5px;
}
.reviews_sec .review_sldr_ar .review_bx_single {
    padding: 0 !important;
    height: auto !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    width: 100%;
}
.reviews_sec .review_sldr_ar .review_bx_single img {
    box-shadow: 1px 2px 6px rgba(177, 189, 214, 0.6);
    border-radius: 8px;
    width: 775px;
}
@media (max-width: 767px) {
    .reviews_sec .review_sldr_ar .review_bx_single img {
        height: auto !important;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .reviews_sec .review_sldr_ar .review_bx_single {
        width: 100% !important;
        padding: 26px 16px !important;
    }
}
.reviews_sec .owl-nav .owl-next,
.reviews_sec .owl-nav .owl-prev {
    border-radius: 40px !important;
    color: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
}
.reviews_sec .owl-nav .owl-prev {
    background: rgba(44, 44, 44, 0.31) !important;
}
.reviews_sec .owl-nav .owl-prev.disabled {
    background: rgba(44, 44, 44, 0.11) !important;
    pointer-events: none !important;
}
.reviews_sec .owl-nav .owl-next {
    background: rgba(44, 44, 44, 0.31) !important;
}
.reviews_sec .owl-nav .owl-next.disabled {
    background: rgba(44, 44, 44, 0.11) !important;
    pointer-events: none !important;
}
.reviews_sec .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews_sec .owl-nav,
.reviews_sec .why_prefer_wrap .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 1199px) {
    .reviews_sec .owl-nav {
        padding-bottom: 20px;
    }
}
.reviews_sec .owl-carousel .owl-item,
.reviews_sec .owl-carousel .owl-stage {
    display: flex;
}
.reviews_sec .owl-carousel .owl-stage-outer {
    padding-top: 5px;
}
.topUniversity__left .owl-nav button.disabled {
    cursor: default;
}
@media (max-width: 1199px) {
    .owl-carousel-rs2 {
        display: none !important;
    }
}
.changed-review-wrap {
    display: flex;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 30px 0 40px;
}
@media (max-width: 1199px) {
    .changed-review-wrap {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        margin-bottom: 15px;
    }
}
.changed-review-wrap a {
    width: 298px;
    height: 52px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .changed-review-wrap a {
        width: 102px;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
    }
}
.changed-review-wrap a.active,
.changed-review-wrap a:hover {
    border: none;
    background: transparent linear-gradient(180deg, #f6f6fa, #f5f6fa 0, #d2e8ff)
        0 0 no-repeat padding-box;
    border-radius: 4px;
}
@media (max-width: 1199px) {
    .changed-review-wrap a img {
        width: 87px;
    }
}
.reviews_sec .parent-div {
    visibility: hidden;
    position: relative;
    height: 481px;
}
@media (max-width: 991px) {
    .reviews_sec .parent-div {
        height: 381px;
    }
}
.reviews_sec .review_sldr_ar .ordr_slider {
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
}
.owl-carousel .owl-item {
    width: 100%;
}
.owl-carousel {
    overflow: hidden;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.why_prefer_wrap {
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .why_prefer_wrap {
        padding-bottom: 0;
    }
}
.why_prefer_wrap .heading_wrap {
    padding-top: 20px;
}
@media (max-width: 1199px) {
    .why_prefer_wrap .heading_wrap {
        padding-top: 0;
    }
}
.why_prefer_wrap .heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
@media (max-width: 1199px) {
    .why_prefer_wrap .heading_wrap .heading {
        font-size: 26px;
    }
}
.why_prefer_wrap .heading_wrap .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 1199px) {
    .why_prefer_wrap .heading_wrap .sub-heading {
        font-size: 16px;
    }
}
.why_prefer_wrap .why_prefer_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    background-color: hsla(0, 0%, 100%, 0.4235294118);
}
@media (max-width: 1199px) {
    .why_prefer_wrap .why_prefer_container {
        width: 100%;
        row-gap: 0;
    }
}
.why_prefer_wrap .why_prefer_container .feature-pilor {
    width: 370px;
}
@media only screen and (max-width: 1199px) and (min-width: 993px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor:last-child {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .why_prefer_wrap
        .why_prefer_container
        .feature-pilor:last-child
        .feature_bx {
        width: 370px;
    }
}
@media (max-width: 992px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor {
        width: 100%;
    }
}
.why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx {
    width: 100%;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
@media (min-width: 1200px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx {
        margin-top: 30px;
        min-height: 226px;
    }
}
@media (max-width: 1199px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx {
        width: 100%;
    }
}
.why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .lef-img {
    width: 76px;
    height: 76px;
}
@media (max-width: 1199px) {
    .why_prefer_wrap .why_prefer_container .feature-pilor .feature_bx .lef-img {
        width: 60px;
    }
}
@media (max-width: 1199px) {
    .why_prefer_wrap
        .why_prefer_container
        .feature-pilor
        .feature_bx
        .lef-img
        img {
        width: 46px;
        height: 46px;
    }
}
.why_prefer_wrap
    .why_prefer_container
    .feature-pilor
    .feature_bx
    .right-detail
    .heading {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .why_prefer_wrap
        .why_prefer_container
        .feature-pilor
        .feature_bx
        .right-detail
        .heading {
        font-size: 18px;
    }
}
.why_prefer_wrap
    .why_prefer_container
    .feature-pilor
    .feature_bx
    .right-detail
    .detail {
    color: #8a8a8a;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    padding-top: 13px;
    line-height: 1.8;
    height: 150px;
}
@media (max-width: 767px) {
    .why_prefer_wrap
        .why_prefer_container
        .feature-pilor
        .feature_bx
        .right-detail
        .detail {
        height: auto;
    }
}
@media (min-width: 1200px) {
    .why_prefer_wrap
        .why_prefer_container
        .feature-pilor
        .feature_bx
        .right-detail
        .detail {
        padding-right: 15px;
    }
}
@media (max-width: 1199px) {
    .why_prefer_wrap
        .why_prefer_container
        .feature-pilor
        .feature_bx
        .right-detail {
        width: 100%;
    }
}
.why_prefer_wrap .button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.why_prefer_wrap .button-container .button {
    color: #fff;
    background-color: #008ECC;
    font-size: 18px;
    border: none;
    height: 48px;
    border-radius: 4px;
    min-width: 242px;
    cursor: pointer;
    margin: 0 auto;
    font-family: Poppins, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    padding: 0 40px;
}
.why_prefer_wrap .button-container .button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
.why_prefer_wrap .owl-nav {
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.why_prefer_wrap .owl-nav,
.why_prefer_wrap .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}
.why_prefer_wrap .owl-nav button.owl-prev span {
    width: 12px;
    height: 25px;
    font-size: 0;
}
.why_prefer_wrap .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
}
.why_prefer_wrap .owl-nav button.owl-next span {
    width: 12px;
    height: 25px;
    font-size: 0;
}
.why_prefer_wrap .owl-nav .owl-next,
.why_prefer_wrap .owl-nav .owl-prev {
    background: rgba(44, 44, 44, 0.31) !important;
    border-radius: 40px !important;
    color: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
}
.why_prefer_wrap .owl-nav .owl-next.disabled,
.why_prefer_wrap .owl-nav .owl-prev.disabled {
    background: rgba(44, 44, 44, 0.11) !important;
}
.stats-relative {
    position: relative;
}
.explore-excel-wrap {
    padding: 20px 0 50px;
}
@media (max-width: 1199px) {
    .explore-excel-wrap {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 767px) {
    .explore-excel-wrap {
        padding-bottom: 20px;
    }
}
.explore-excel-wrap .explore-excel-main {
    display: flex;
    justify-content: space-between;
    width: 1206px;
    margin: auto;
}
@media (max-width: 1199px) {
    .explore-excel-wrap .explore-excel-main {
        width: 100%;
        flex-direction: column;
    }
}
.explore-excel-wrap .explore-excel-main .left-listing {
    width: 671px;
}
@media (max-width: 1199px) {
    .explore-excel-wrap .explore-excel-main .left-listing {
        width: 100%;
    }
}
.explore-excel-wrap .explore-excel-main .left-listing .head {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .explore-excel-wrap .explore-excel-main .left-listing .head {
        font-size: 26px;
    }
}
.explore-excel-wrap .explore-excel-main .left-listing .sub-head {
    font-size: 18px;
    color: #5f5f5f;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .explore-excel-wrap .explore-excel-main .left-listing .sub-head {
        font-size: 16px;
    }
}
.explore-excel-wrap .explore-excel-main .left-listing .listing-head {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 20px;
}
.explore-excel-wrap .explore-excel-main .left-listing .service-listing {
    display: flex;
    justify-content: space-between;
}
.explore-excel-wrap .explore-excel-main .left-listing .service-listing ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    width: 100%;
    text-indent: -11px;
    margin-left: 18px;
}
.explore-excel-wrap .explore-excel-main .left-listing .service-listing ul li {
    width: 207px;
    color: #5f5f5f;
    font-size: 1rem;
    margin-bottom: 18px;
    word-wrap: break-word;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .explore-excel-wrap
        .explore-excel-main
        .left-listing
        .service-listing
        ul
        li {
        width: 100%;
    }
}
.explore-excel-wrap .explore-excel-main .left-listing .service-listing ul li a {
    color: #5f5f5f;
    font-size: 1rem;
    text-decoration: underline;
}
.explore-excel-wrap
    .explore-excel-main
    .left-listing
    .service-listing
    ul
    li
    a:hover {
    text-decoration: none;
    color: #008ECC;
}
.explore-excel-wrap
    .explore-excel-main
    .left-listing
    .service-listing
    ul
    li:before {
    content: "\2022";
    color: #008ECC;
    font-weight: 700;
    display: inline-block;
    width: 11px;
    font-size: 20px;
}
.explore-excel-wrap .explore-excel-main .right-listing {
    width: 487px;
    height: auto;
}
@media (max-width: 1199px) {
    .explore-excel-wrap .explore-excel-main .right-listing {
        width: 100%;
    }
}
.explore-excel-wrap .explore-excel-main .right-listing .listing-card {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
    border-radius: 12px;
    padding: 20px;
}
.explore-excel-wrap .explore-excel-main .right-listing .listing-card .top-head {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .listing-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .listing-wrap
    .left-one {
    display: flex;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #5f5f5f;
    font-size: 1rem;
}
@media (max-width: 1199px) {
    .explore-excel-wrap
        .explore-excel-main
        .right-listing
        .listing-card
        .listing-wrap
        .left-one {
        font-size: 14px;
    }
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .listing-wrap
    .right-free {
    display: flex;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .listing-wrap
    .right-free
    del {
    color: #5f5f5f;
    font-size: 1rem;
}
@media (max-width: 1199px) {
    .explore-excel-wrap
        .explore-excel-main
        .right-listing
        .listing-card
        .listing-wrap
        .right-free
        del {
        font-size: 14px;
        text-align: right;
    }
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .listing-wrap
    .right-free
    span {
    color: #008ECC;
    font-size: 1rem;
}
@media (max-width: 1199px) {
    .explore-excel-wrap
        .explore-excel-main
        .right-listing
        .listing-card
        .listing-wrap
        .right-free
        span {
        font-size: 14px;
    }
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .bottom-section {
    margin-top: 30px;
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .bottom-section
    .but-heading {
    color: #5f5f5f;
    font-size: 1rem;
    text-align: center;
}
@media (max-width: 767px) {
    .explore-excel-wrap
        .explore-excel-main
        .right-listing
        .listing-card
        .bottom-section
        .but-heading {
        font-size: 14px;
    }
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .bottom-section
    .but-heading
    strong {
    font-weight: 700;
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .bottom-section
    .button-container {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .bottom-section
    .button-container
    a.button {
    color: #fff;
    min-width: 242px;
    height: 48px;
    background-color: #008ECC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.explore-excel-wrap
    .explore-excel-main
    .right-listing
    .listing-card
    .bottom-section
    .button-container
    a.button:hover {
    color: #fff;
    box-shadow: 0 5px 15px #41c5ff4a;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
.running-content-container {
    padding: 60px 0;
}
@media (min-width: 992px) {
    .running-content-container {
        padding-top: 20px;
    }
}
@media (max-width: 460px) {
    .running-content-container {
        padding: 0 0 40px;
    }
}
.running-content-container .\--heading {
    font-size: 46px;
    color: #585858;
    font-weight: 600;
    text-align: center;
    display: block !important;
    padding-bottom: 60px !important;
}
@media (max-width: 1199px) {
    .running-content-container .\--heading {
        font-size: 26px;
    }
}
.running-content-container .sub-head {
    color: #585858;
    margin-bottom: 40px;
    text-align: left;
    display: block;
}
.running-content-container .seo {
    position: relative;
}
.running-content-container .seo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #fff;
    top: 3px;
}
.running-content-container .seo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #fff;
    bottom: 3px;
}
.running-content-container .seo::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}
.running-content-container .seo__arrow--top {
    width: 54px;
    height: 54px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;
    display: flex;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: auto;
    right: 0;
    background-color: rgba(44, 44, 44, 0.11);
}
@media (max-width: 1199px) {
    .running-content-container .seo__arrow--top {
        width: 48px;
        height: 48px;
    }
}
.running-content-container .seo__arrow--top.visible {
    background-color: rgba(44, 44, 44, 0.31);
}
.running-content-container .w-embed:after,
.running-content-container .w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.running-content-container svg:not(:root) {
    overflow: hidden;
}
.running-content-container .w-embed:after {
    clear: both;
}
.running-content-container .seo__scroll {
    width: 100%;
    height: 525px;
    border-top: 4px solid #008ECC;
    border-bottom: 4px solid #008ECC;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 70px;
    overflow: scroll;
}
.running-content-container .seo__row {
    width: 100%;
    justify-content: space-between;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
@media (max-width: 1199px) {
    .running-content-container .seo__row {
        flex-direction: column;
    }
}
.running-content-container .seo__column {
    width: 100%;
}
.running-content-container .seo__card {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
    box-shadow: 1px 2px 6px rgba(177, 189, 214, 0.6);
    border-radius: 8px;
    margin-top: 10px;
}
@media (min-width: 767px) {
    .running-content-container .seo__card {
        width: 98%;
        margin-left: 20px;
    }
}
.running-content-container .seo__card a.btn {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    background: #008ECC;
    padding: 12px 40px;
    border: none;
    box-shadow: none !important;
    border-radius: 4px;
    display: inline-block;
    color: #fff !important;
    margin: 10px auto 20px;
    transition: all 0.3s linear;
}
.running-content-container .seo__card a.btn:hover {
    color: #fff !important;
    box-shadow: 0 5px 15px #41c5ff4a !important;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}
@media (max-width: 767px) {
    .running-content-container .seo__card a.btn {
        font-size: 16px;
    }
}
.running-content-container .seo__card table {
    margin-bottom: 20px;
    margin-top: 1rem;
}
.running-content-container .seo__card table,
.running-content-container .seo__card td,
.running-content-container .seo__card th {
    border: 1px solid #ddd;
    text-align: left;
}
.running-content-container .seo__card table {
    border-collapse: collapse;
    width: 100%;
}
.running-content-container .seo__card td,
.running-content-container .seo__card th {
    padding: 10px;
}
.running-content-container .seo__top {
    align-items: center;
    margin-bottom: 14px;
    display: flex;
}
.running-content-container .seo__img {
    width: 48px;
    height: 48px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    display: flex;
}
.running-content-container .seo__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
}
.running-content-container .seo__arrow--bot {
    width: 54px;
    height: 54px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: auto;
    right: 0;
    background-color: rgba(44, 44, 44, 0.11);
}
@media (max-width: 1199px) {
    .running-content-container .seo__arrow--bot {
        width: 48px;
        height: 48px;
    }
}
.running-content-container .seo__arrow--bot.visible {
    background-color: rgba(44, 44, 44, 0.31);
}
.running-content-container .seo__scroll {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
.running-content-container .seo__scroll::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 767px) {
    .running-content-container .seo__arrow--top {
        z-index: 2;
        position: absolute;
        top: 2px;
        bottom: auto;
        left: auto;
        right: 3%;
    }
    .running-content-container .seo__arrow--bot {
        z-index: 2;
        position: absolute;
        top: auto;
        bottom: 4px;
        left: auto;
        right: 3%;
    }
    .running-content-container .seo__card {
        padding: 20px;
    }
    .running-content-container .seo__scroll {
        z-index: 1;
        height: 75vh;
        border-bottom-width: 4px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
}
.running-content-container .container::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}
.running-content-container .seo__card blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem;
}
.basic_info_wrap {
    background-color: #b2f0fb;
    border-radius: 4px;
    padding: 20px;
}
.basic_info_wrap .inner_container {
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(241, 103, 0, 0.1607843137);
}
.basic_info_wrap .inner_container .head-wrap {
    background-color: #008ECC;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    height: 62px;
}
.basic_info_wrap .inner_container .head-wrap .heading {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
}
@media (max-width: 1199px) {
    .basic_info_wrap .inner_container .head-wrap .heading {
        font-size: 20px;
    }
}
.basic_info_wrap .inner_container .feature_wrap {
    padding: 20px;
}
.basic_info_wrap .inner_container .feature_wrap .feature-bx {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    padding: 18px 0;
}
.basic_info_wrap .inner_container .feature_wrap .feature-bx:last-child {
    border-bottom: none;
}
.basic_info_wrap .inner_container .feature_wrap .feature-bx .left {
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}
.basic_info_wrap .inner_container .feature_wrap .feature-bx .left .head {
    color: #585858;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
@media (max-width: 1199px) {
    .basic_info_wrap .inner_container .feature_wrap .feature-bx .left .head {
        font-size: 16px;
    }
}
.basic_info_wrap .inner_container .feature_wrap .feature-bx .right .head {
    color: #008ECC;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
@media (max-width: 1199px) {
    .basic_info_wrap .inner_container .feature_wrap .feature-bx .right .head {
        font-size: 16px;
    }
}
.running-content-container .seo__card a {
    color: #ff8529 !important;
}
.running-content-container .seo__card a:hover {
    color: #008ECC !important;
    text-decoration: none;
}
.running-content-container .seo__card {
    word-wrap: break-word;
}
.running-content-container .seo__card h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.8rem;
    margin-top: 1.2rem;
}
@media (max-width: 767px) {
    .running-content-container .seo__card h2 {
        font-size: 1.25rem;
    }
}
.running-content-container .seo__card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.8rem;
    margin-top: 1.2rem;
}
@media (max-width: 767px) {
    .running-content-container .seo__card h3 {
        font-size: 1.125rem;
    }
}
.running-content-container .seo__card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.8rem;
    margin-top: 1.2rem;
}
@media (max-width: 767px) {
    .running-content-container .seo__card h4 {
        font-size: 1rem;
    }
}
.running-content-container .seo__card h5.h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.8rem;
    margin-top: 1.2rem;
}
@media (max-width: 767px) {
    .running-content-container .seo__card h5.h6 {
        font-size: 0.875rem;
    }
}
.running-content-container .seo__card ol,
.running-content-container .seo__card ul {
    padding-left: 19px;
    line-height: 1.7;
}
.running-content-container .seo {
    width: 100%;
}
.running-content-container .seo__arrow--bot.w-embed.visible,
.running-content-container .seo__arrow--top.w-embed.visible {
    pointer-events: visible;
}
.running-content-container .seo__arrow--top.w-embed {
    pointer-events: none;
}
.eaasyfaq-us {
    padding: 0 0 40px;
}
@media (max-width: 1199px) {
    .eaasyfaq-us {
        padding: 0;
    }
}
.eaasyfaq-us .heading {
    font-size: 48px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #2c2c2c;
}
@media (max-width: 1199px) {
    .eaasyfaq-us .heading {
        font-size: 26px;
    }
}
.eaasyfaq-us .sub-heading {
    font-size: 18px;
    margin-bottom: 40px;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
}
@media (max-width: 1199px) {
    .eaasyfaq-us .sub-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.eaasyfaq-us .voprosnik .hhd3,
.eaasyfaq-us .voprosnik h3 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .eaasyfaq-us .voprosnik .hhd3,
    .eaasyfaq-us .voprosnik h3 {
        text-align: left;
    }
}
.eaasyfaq-us .klundesaga-item {
    background-color: #f6f6fa;
    margin-bottom: 24px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    color: #333;
}
.eaasyfaq-us .klundesaga-item .klundesaga-title {
    cursor: pointer;
    padding: 20px;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.eaasyfaq-us .klundesaga-item .klundesaga-title.active-title {
    background-color: #fff;
    color: #333;
    border-radius: 12px;
}
.eaasyfaq-us .klundesaga-item .klundesaga-title .ques-head,
.eaasyfaq-us .klundesaga-item .klundesaga-title h3 {
    margin: 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 700;
    color: #2c2c2c;
}
@media (max-width: 1199px) {
    .eaasyfaq-us .klundesaga-item .klundesaga-title .ques-head,
    .eaasyfaq-us .klundesaga-item .klundesaga-title h3 {
        font-size: 16px;
        text-align: left;
    }
}
.eaasyfaq-us .klundesaga-item .klundesaga-title i.fa-chevron-down {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 0.4s;
}
.eaasyfaq-us .klundesaga-item .klundesaga-title i.fa-chevron-down.chevron-top {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.eaasyfaq-us .klundesaga-item .klundesaga-content {
    display: none;
    line-height: 1.7;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    color: #100e34;
    box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
    padding: 0 20px 20px;
}
.eaasyfaq-us .klundesaga-item .klundesaga-content.active {
    display: block;
}
.eaasyfaq-us .klundesaga-item .klundesaga-content p {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #8a8a8a;
    line-height: 1.8;
    font-weight: 300;
}
.eaasyfaq-us .klundesaga-item .klundesaga-content ul {
    padding-left: 15px;
}
.eaasyfaq-us .klundesaga-item .klundesaga-content ul li {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #8a8a8a;
    line-height: 1.8;
    font-weight: 300;
}
.eaasyfaq-us .sadelpos {
    background: #dce1f2;
}
.eaasyfaq-us .sadelpos .detailed_info {
    margin: 50px auto;
}
.eaasyfaq-us .sadelpos img {
    margin: 0 auto;
    display: block;
}
.eaasyfaq-us .sadelpos h3 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.eaasyfaq-us .sadelpos p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
.eaasyfaq-us .sadelpos ul li {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
}
.eaasyfaq-us .customer-care-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
    align-items: center;
}
.eaasyfaq-us .customer-care-wrap .heading {
    font-size: 22px;
    color: #2c2c2c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.eaasyfaq-us .customer-care-wrap a.sub-heading {
    color: #2c2c2c;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: inherit;
}
.eaasyfaq-us .customer-care-wrap a.sub-heading:after {
    content: "";
    position: absolute;
    width: 205px;
    height: 1px;
    background: #727272;
    left: 0;
    bottom: -2px;
}
.eaasyfaq-us .customer-care-wrap a.sub-heading:hover {
    text-decoration: none;
}
.eaasyfaq-us .customer-care-wrap a.sub-heading:hover:after {
    display: none;
}
body {
    color: #5f5f5f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #909090;
    font-family: Poppins, sans-serif !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #909090;
    font-family: Poppins, sans-serif !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #909090;
    font-family: Poppins, sans-serif !important;
}
input::placeholder,
textarea::placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #909090;
    font-family: Poppins, sans-serif !important;
}
input {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
}
.button-sm {
    padding: 6px 16px !important;
    width: auto !important;
    font-size: 12px !important;
}
.button-md {
    font-size: 14px !important;
}
.button-lg {
    padding: 14px 45px !important;
    width: auto !important;
}
.button-xlg {
    padding: 16px 45px !important;
    width: auto !important;
}
.button-block {
    display: block !important;
}
html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
a {
    outline: none;
}
body {
    font-family: Poppins, sans-serif !important;
    font-display: swap;
    overflow-wrap: break-word;
}
select {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
@media (min-width: 1900px) {
    .container {
        max-width: 1366px;
    }
}
.btn-mini {
    padding: 0.2rem 0.5rem;
    font-size: 12px;
}
.close {
    color: #b9b9b9;
    font-size: 40px;
}
.modal {
    padding-right: 0 !important;
}
.orangeText {
    color: #008ECC !important;
}
@media (max-width: 767px) {
    a.button,
    button.button {
        font-size: 1rem !important;
        text-align: center;
    }
}
.btn {
    text-shadow: none !important;
}
::-webkit-input-placeholder {
    font-weight: 400 !important;
}
::-moz-placeholder {
    font-weight: 400 !important;
}
:-ms-input-placeholder {
    font-weight: 400 !important;
}
:-moz-placeholder {
    font-weight: 400 !important;
}
.relared-wrapper {
    padding: 0 0 100px;
}
@media (max-width: 1199px) {
    .relared-wrapper {
        padding: 15px 0 60px;
    }
}
.relared-wrapper .heading_wrap .heading {
    font-size: 48px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
@media (max-width: 1199px) {
    .relared-wrapper .heading_wrap .heading {
        font-size: 26px;
    }
}
.relared-wrapper .heading_wrap .sub-heading {
    font-size: 18px;
    color: #5f5f5f;
    font-family: Poppins, sans-serif;
    margin-bottom: 35px;
    text-align: center;
}
@media (max-width: 1199px) {
    .relared-wrapper .heading_wrap .sub-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.relared-wrapper .related--main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
.relared-wrapper .related--main a.list {
    width: 382px;
    height: 48px;
    border: 1px solid #c8c8c8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 4px;
    color: #2c2c2c;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}
@media (max-width: 1199px) {
    .relared-wrapper .related--main a.list {
        width: 100%;
    }
}
.relared-wrapper .related--main a.list:hover {
    border: 1px solid #008ECC;
    color: #008ECC;
    text-decoration: none;
    transition: all 0.3s linear;
}
.relared-wrapper .related--main a.list .list-name {
    color: #2c2c2c;
    font-size: 16px;
}
.relared-wrapper .related--main a.list img {
    width: 10px;
    height: 20px;
}
.relared-wrapper .related--main a.list:last-child {
    margin-bottom: 0;
}
.relared-wrapper .related--main .non-link {
    width: 382px;
    height: 48px;
    border: 1px solid #c8c8c8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 4px;
    color: #2c2c2c;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}
@media (max-width: 1199px) {
    .relared-wrapper .related--main .non-link {
        width: 100%;
    }
}
.relared-wrapper .related--main .non-link .list-name {
    color: #2c2c2c;
    font-size: 16px;
}
.relared-wrapper .related--main .non-link img {
    width: 10px;
    height: 20px;
}
.relared-wrapper .related--main .non-link:last-child {
    margin-bottom: 0;
}
.relared-wrapper .related--main .owl-nav {
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.relared-wrapper .related--main .owl-nav,
.relared-wrapper .related--main .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}
.relared-wrapper .related--main .owl-nav button.owl-prev span {
    width: 12px;
    height: 25px;
    font-size: 0;
}
.relared-wrapper .related--main .owl-nav button.owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
}
.relared-wrapper .related--main .owl-nav button.owl-next span {
    width: 12px;
    height: 25px;
    font-size: 0;
}
.relared-wrapper .related--main .owl-nav .owl-next,
.relared-wrapper .related--main .owl-nav .owl-prev {
    background: rgba(44, 44, 44, 0.31) !important;
    border-radius: 40px !important;
    color: #fff;
    width: 56px;
    height: 56px;
    text-align: center;
}
.relared-wrapper .related--main .owl-nav .owl-next.disabled,
.relared-wrapper .related--main .owl-nav .owl-prev.disabled {
    background: rgba(44, 44, 44, 0.11) !important;
}
