/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

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

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

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

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

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

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

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

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

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

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

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

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

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

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

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

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

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

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

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

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

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

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

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

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

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

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

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

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

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

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

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

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

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

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

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

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

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

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.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 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

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

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

.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 .2rem rgba(40,167,69,.25)
}

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.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 ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.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 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

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

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

.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 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.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 .2rem rgba(38,143,255,.5)
        }

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

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

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
    }

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

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

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
        }

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

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

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
    }

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

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

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
        }

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

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

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
    }

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

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

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
        }

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

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

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

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

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

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
        }

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

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

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

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

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

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
        }

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

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

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
    }

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

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

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
        }

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

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

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
    }

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

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

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82,88,93,.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 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

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

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.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 .2rem rgba(108,117,125,.5)
    }

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

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

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.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 .2rem rgba(40,167,69,.5)
    }

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

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

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

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

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 .2rem rgba(255,193,7,.5)
    }

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

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

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 .2rem rgba(220,53,69,.5)
    }

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

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

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 .2rem rgba(248,249,250,.5)
    }

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

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

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 .2rem rgba(52,58,64,.5)
    }

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

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

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

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

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

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

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

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

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

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

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

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

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

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

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

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

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

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

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

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

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

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

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

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

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

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

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

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

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

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

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

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

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

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

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

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

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

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

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

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

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

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

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

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

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

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

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

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

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

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

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

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

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

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

@media(max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

@media(max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

@media(max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

@media(max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(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,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

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

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

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

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

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

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

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

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

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

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

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

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

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

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

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

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

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

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

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media(min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

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

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

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

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

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

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

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

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

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

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

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

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

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

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

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

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

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

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

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

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

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

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

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

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

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

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

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

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

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

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

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

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

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

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

    .toast.showing {
        opacity: 1
    }

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

    .toast.hide {
        display: none
    }

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

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

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

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

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

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

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

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

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

    .modal-backdrop.fade {
        opacity: 0
    }

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

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

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

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

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

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

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

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

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

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

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

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

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

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

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

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

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

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc((.5rem + 1px)*-1)
    }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc((.5rem + 1px)*-1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc((.5rem + 1px)*-1)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc((.5rem + 1px)*-1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position:-webkit-sticky)or(position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.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: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.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
    }
}

.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,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.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;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto',sans-serif !important;
    font-size: 13px;
    overflow-x: hidden
}

    body.safari-mac .search_comDetail_main .input-group-append {
        float: left !important
    }

* {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 7px !important;
    height: 3px !important;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s
}

.height-box:hover::-webkit-scrollbar {
    width: 14px
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ccc;
    cursor: pointer
}

body::-webkit-scrollbar-thumb {
    background: #3b579f
}

.bg-blue {
    background: #3b579f !important
}

.text-white {
    color: #fff !important
}

.bg-org {
    background: #ff9200 !important
}

.btn, button {
    -o-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .btn:after, button:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .1;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 1.2s cubic-bezier(.19,1,.22,1);
        -o-transition: all 1.2s cubic-bezier(.19,1,.22,1);
        transition: all 1.2s cubic-bezier(.19,1,.22,1);
        width: 50px;
        z-index: -1
    }

    .btn:hover:after, button:hover:after {
        left: 120%
    }

.btn-sm {
    font-size: 12px !important;
    padding: 6px 10px !important
}

    .btn-sm .fa {
        font-size: 10px !important
    }

*:hover {
    text-decoration: none !important
}

.blue_btn {
    background: #3b579f;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    padding: 6px 12px;
    text-align: center;
    transition: all .2s;
    font-size: 12px !important
}

    .blue_btn:hover {
        color: #fff !important
    }

    .blue_btn.text-dark:hover {
        color: #fff !important
    }

.btn-blue {
    background: #3b579f;
    border: 1px solid #3b579f;
    color: #fff !important;
    border-radius: 3px;
    text-align: center;
    transition: all .2s;
    padding: 6px 10px !important
}

    .btn-blue:hover {
        color: #fff !important
    }

.btn:focus {
    text-decoration: none !important
}

.btn-sky {
    background: #26a1ff !important;
    padding: 7px 15px !important
}

.btn-blue.text-dark:hover {
    color: #fff !important
}

.btn-blue.btn-border {
    border: 1px solid #3b579f !important;
    color: #3b579f !important;
    background: none !important
}

    .btn-blue.btn-border:hover {
        background: #3b579f !important;
        color: #fff !important
    }

button:hover {
    text-decoration: none
}

.btn-org {
    background: #ff9200 !important;
    border: 1px solid #ff9200
}

    .btn-org:hover {
        background: #ff9200 !important;
        border: 1px solid #ff9200
    }

.transition {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

.fontSize_11 {
    font-size: 11px
}

.fontSize_22 {
    font-size: 22px
}

.fontSize_12 {
    font-size: 12px
}

.minheight_div {
    min-height: 750px
}

.fontSize_14 {
    font-size: 14px
}

.fontSize_35 {
    font-size: 35px
}

.fontSize_18 {
    font-size: 18px
}

.fontSize_16 {
    font-size: 16px
}

.height-32 {
    height: 35px
}

.cursor {
    cursor: pointer
}

.custom-control-label {
    cursor: pointer
}

ul {
    list-style-type: none;
    padding-left: 0
}

.row:before, .row:after {
    display: inline-block !important
}

.form-control {
    font-size: 14px;
    height: 40px;
    color: #7f8081;
    border: 1px solid rgba(0,0,0,.07)
}

.scrolling {
    overflow: scroll
}

    .scrolling::-webkit-scrollbar {
        width: 4px !important;
        height: 2px !important;
        cursor: pointer;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-overflow-scrolling: touch
    }

    .scrolling::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        cursor: pointer;
        background: #fff !important
    }

    .scrolling::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ccc;
        cursor: pointer
    }

button:focus {
    outline: none
}

a {
    cursor: pointer;
    color: #3b579f;
    font-weight: 500
}

    a:hover {
        text-decoration: none
    }

img {
    max-width: 100%
}

.landing_sprit {
    background: url(../../images/landing-sprit.png);
    display: block;
    height: 1500px
}

.sprite_img {
    background: url(images/Sprite_image.png);
    display: block;
    height: 1500px
}

.dashboard_sprite {
    display: block;
    background: url(../../images/dashboard_sprite_image.png);
    height: 900px
}

.dashboard_icon {
    width: 18px;
    height: 18px;
    background-position: -136px -30px
}

.user_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -52px
}

.order_history_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -94px
}

.follow_company_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -135px
}

.purchase_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -178px
}

.subscription_icon_ {
    width: 18px;
    height: 18px;
    background-position: -135px -220px
}

.cart_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -303px
}

.change_pass_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -303px
}

.notification_icon {
    width: 18px;
    height: 18px;
    background-position: -16px -389px
}

.claim_company_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -261px
}

.change_pass_icon {
    width: 18px;
    height: 18px;
    background-position: -135px -346px
}

.logout_icon {
    width: 18px;
    height: 18px;
    background-position: -14px -529px
}

.download-icon {
    width: 18px;
    height: 18px;
    background-position: -99px -10px
}

.pdf_icon {
    width: 28px;
    height: 36px;
    background-position: -58px -393px
}

.company_icon {
    width: 28px;
    height: 36px;
    background-position: -9px -51px
}

.company_icon_active_status {
    width: 32px;
    height: 37px;
    background-position: -57px -156px
}

.company_icon_deactive_status {
    width: 32px;
    height: 37px;
    background-position: -57px -196px
}

.fontSize_14 {
    font-size: 14px
}

.fontSize_20 {
    font-size: 20px
}

.fontSize_22 {
    font-size: 22px
}

.fontSize_24 {
    font-size: 22px
}

.fontSize_35 {
    font-size: 35px
}

.fontSize_11 {
    font-size: 11px
}

.fontSize_13 {
    font-size: 13px
}

.fontWeight_500 {
    font-weight: 500
}

.m_main_body {
    margin-top: 80px
}

.nav_outerdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000
}

.card {
    height: auto;
    padding: 25px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    border-radius: 3px;
    border: 0
}

.home-search-section {
    padding: 40px 0;
    padding-bottom: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: -40px
}

    .home-search-section .container {
        position: relative;
        z-index: 100000
    }

    .home-search-section h1 {
        color: #4d4d4d;
        font-size: 34px;
        margin-top: 40px
    }

    .home-search-section p {
        width: 65%;
        margin: auto
    }

    .home-search-section .building {
        background: url(../../images/building.png) no-repeat top center;
        background-size: 100% !important;
        width: 100%;
        min-height: 285px;
        margin-top: 70px;
        z-index: 1000
    }

    .home-search-section .info {
        background: #0e9aff;
        height: auto;
        width: 100%;
        margin-top: -1px !important;
        padding: 10px 0;
        z-index: 100
    }

        .home-search-section .info .icon1 {
            width: 18px;
            height: 18px;
            background-position: -19px -15px
        }

        .home-search-section .info .icon2 {
            width: 18px;
            height: 18px;
            background-position: -19px -46px
        }

        .home-search-section .info .icon3 {
            width: 18px;
            height: 18px;
            background-position: -19px -73px
        }

.building_ {
    background-size: contain !important;
    background-position: 50% 40% !important
}

.main-search .header-search {
    width: 60%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 1000
}

    .main-search .header-search * {
        border-radius: 0
    }

    .main-search .header-search .input-group-text {
        border: 0;
        background: #fff;
        height: 54px;
        padding: 10px 25px;
        padding-left: 20px;
        width: 130px;
        border: .5px solid rgba(0,0,0,.1);
        border-right: 0;
        font-weight: 500;
        color: #6b6b6b
    }

        .main-search .header-search .input-group-text b {
            font-weight: 500
        }

    .main-search .header-search input {
        border: 0;
        background: #fff !important;
        height: 54px;
        font-size: 13px;
        border: 1px solid rgba(0,0,0,.1) !important;
        border-radius: 4px;
        font-size: 15px;
        position: relative;
        padding-left: 20px
    }

    .main-search .header-search .input-group-prepend {
        position: relative
    }

        .main-search .header-search .input-group-prepend:after {
            content: '';
            width: 1px;
            height: 25px;
            position: absolute;
            top: 16px;
            right: 10px;
            background: #c9c9c9;
            z-index: 1000;
            opacity: .7
        }

    .main-search .header-search input:focus {
        box-shadow: none;
        border-color: none !important
    }

    .main-search .header-search input::-webkit-input-placeholder {
        color: #6b6b6b;
        font-size: 15px
    }

    .main-search .header-search input::-moz-placeholder {
        color: #6b6b6b;
        font-size: 15px
    }

    .main-search .header-search input:-ms-input-placeholder {
        color: #6b6b6b;
        font-size: 15px
    }

    .main-search .header-search input:-moz-placeholder {
        color: #6b6b6b;
        font-size: 15px
    }

    .main-search .header-search .input-group-prepend {
        border: 0 !important
    }

    .main-search .header-search .dropdown-toggle::after {
        display: none
    }

    .main-search .header-search ul {
        margin: 0;
        padding: 0;
        overflow: inherit
    }

    .main-search .header-search .dropdown-menu {
        border: 0;
        box-shadow: 0 5px 10px #00000029 !important
    }

    .main-search .header-search .btn {
        padding: 5px 30px !important;
        height: 54px;
        border-radius: 0 4px 4px 0;
        box-shadow: 0 2px 4px rgba(0,0,0,.1)
    }

        .main-search .header-search .btn .fa {
            font-size: 15px
        }

    .main-search .header-search .dropdown-menu {
        border-radius: 0;
        transition: all .1s !important
    }

    .main-search .header-search .dropdown-toggle:before {
        display: none
    }

    .main-search .header-search .dropdown-menu li {
        margin: 0 !important;
        list-style: none
    }

        .main-search .header-search .dropdown-menu li a {
            font-size: 13px;
            display: block;
            transition: all .2s;
            padding: 10px 10px !important;
            font-weight: 400
        }

    .main-search .header-search .dropdown-menu a:before {
        display: none
    }

    .main-search .header-search .dropdown-menu li a:hover, .dropdown-menu li a.act {
        background: #fafafa;
        color: #000 !important
    }

    .main-search .header-search .input-group-prepend:after {
        top: 18px;
        height: 20px
    }

.dashboard_icon1 {
    width: 24px;
    height: 24px;
    background-position: -60px -36px
}

.main-search .info .rounded-circle {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,.2)
}

.main-search .info .col {
    position: relative
}

    .main-search .info .col:after {
        content: '';
        width: 1px;
        height: 25px;
        position: absolute;
        top: 7px;
        right: 0;
        background: rgba(255,255,255,.5)
    }

    .main-search .info .col:last-child:after {
        display: none
    }

.home-row2 {
    padding: 0 !important
}

    .home-row2 .col {
        padding: 45px 15px;
        cursor: pointer;
        position: relative
    }

        .home-row2 .col:after {
            content: '';
            width: 0%;
            height: 3px;
            position: absolute;
            bottom: 0;
            left: 50%;
            background: #3b579f;
            transition: all .2s
        }

        .home-row2 .col:before {
            content: '';
            width: 1px;
            height: 60%;
            position: absolute;
            top: 20%;
            right: 0%;
            background: rgba(0,0,0,.07)
        }

        .home-row2 .col:hover {
            background: #fafafa
        }

            .home-row2 .col:hover:after {
                left: 0;
                width: 100%
            }

        .home-row2 .col:last-child:before {
            display: none
        }

    .home-row2 .landing_sprit {
        width: 35px;
        height: 38px;
        margin: auto;
        position: relative
    }

        .home-row2 .landing_sprit.icon1 {
            background-position: -57px -15px
        }

        .home-row2 .landing_sprit.icon2 {
            background-position: -57px -58px
        }

        .home-row2 .landing_sprit.icon3 {
            background-position: -60px -104px
        }

        .home-row2 .landing_sprit.icon4 {
            background-position: -60px -146px
        }

        .home-row2 .landing_sprit.icon5 {
            background-position: -60px -189px
        }

    .home-row2 h4 {
        font-size: 15px;
        font-weight: 600;
        color: #4d4d4d;
        margin-bottom: 0
    }

    .home-row2 .col:hover .landing_sprit.icon1 {
        background-position: -10px -245px
    }

    .home-row2 .col:hover .landing_sprit.icon2 {
        background-position: -10px -288px
    }

    .home-row2 .col:hover .landing_sprit.icon3 {
        background-position: -13px -333px
    }

    .home-row2 .col:hover .landing_sprit.icon4 {
        background-position: -13px -375px
    }

    .home-row2 .col:hover .landing_sprit.icon5 {
        background-position: -13px -417px
    }

.home-row3 h2 {
    color: #4d4d4d;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
    margin: 0
}

.home-row3 .card {
    padding: 15px
}

.home-row3 h2:after {
    content: '';
    width: 3px;
    height: 84%;
    position: absolute;
    top: 8px;
    left: 0;
    background: #3b579f
}

.home-row3 .part2 .rounded-circle {
    width: 33px;
    height: 33px;
    margin-left: -32px
}

.home-row3 .status, .home-row4 .status, .home-row5 .status {
    background: #f4f8fe !important;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 9px 5px 30px;
    padding-left: 12px !important;
    height: 30px
}

.home-row3 .part2 ul li:hover .rounded-circle {
    background: #ff9200 !important
}

.home-row4 {
    background: #f9ffff;
    position: relative
}

    .home-row4 h2 {
        font-size: 26px
    }

    .home-row4.gray {
        background: #f9ffff;
        padding: 50px 0;
        padding-top: 100px;
        margin-top: -50px
    }

    .home-row4.white {
        padding: 40px 0 70px 0 !important
    }

.btn-big {
    padding: 8px 25px !important;
    font-size: 13px !important
}

.home-row4 .btn {
    padding: 12px 25px !important;
    font-size: 14px !important
}

.home-row5 {
    background: #fdfdfd
}

.home-row4 .circle {
    width: 150px;
    height: 150px;
    border: 25px solid #f1f4f8;
    position: absolute;
    top: 23%;
    left: -6%
}

.home-row4.gray .circle {
    left: inherit;
    right: -6%;
    top: 35%
}

.home-row4 .gif {
    width: 100%;
    height: auto;
    margin: auto;
    background: #f1f4f8;
    padding: 20px;
    position: relative
}

    .home-row4 .gif:before {
        content: '';
        width: 185px;
        height: 71px;
        position: absolute;
        top: -65px;
        left: 35%;
        background: url(../../images/landing-icon1.png) no-repeat top center;
        display: none
    }

.home-row4.gray .gif:before {
    background: url(../../images/landing-icon2.png) no-repeat top center
}

.home-row5 h2 {
    color: #1e2f4f;
    position: relative
}

    .home-row5 h2 .line {
        width: 150px;
        height: 2px;
        background: #3b579f;
        margin: auto
    }

.companycheck-features .boxes .col {
    height: auto;
    border: 1px solid rgba(0,0,0,.06);
    padding: 25px;
    background: #fff;
    transition: all .2s;
    -webkit-transition: all .2s
}

    .companycheck-features .boxes .col.two {
        border-right: 0;
        border-left: 0
    }

.companycheck-features .boxes .icon {
    width: 50px !important;
    height: 50px !important;
    background: #fafafa;
    box-shadow: 1px 1px 4px rgba(0,0,0,.1)
}

    .companycheck-features .boxes .icon .com_overview_sprite, .companycheck-features .boxes .icon .landing_sprit {
        height: 40px;
        width: 40px
    }

.companycheck-features .boxes .col:hover {
    background: #3b579f
}

    .companycheck-features .boxes .col:hover * {
        color: #fff !important
    }

    .companycheck-features .boxes .col:hover .icon {
        -webkit-animation: mover .7s infinite alternate;
        animation: mover .7s infinite alternate
    }

.companycheck-features .boxes .col ul {
    overflow: hidden
}

    .companycheck-features .boxes .col ul li {
        width: 47%;
        float: left;
        color: #656565;
        position: relative;
        margin-bottom: 5px
    }

        .companycheck-features .boxes .col ul li span {
            width: 9px;
            height: 9px;
            background: #eee;
            border-radius: 100px;
            display: flex
        }

.companycheck-features .boxes .col .icon1 {
    background-position: -55px -235px
}

.companycheck-features .boxes .col .icon2 {
    background-position: -55px -276px
}

.companycheck-features .boxes .col .icon3 {
    background-position: -55px -314px
}

.companycheck-features .boxes .col .icon4 {
    background-position: -55px -355px
}

.companycheck-features .boxes .col .icon5 {
    background-position: -55px -395px
}

.companycheck-features .boxes .col .icon6 {
    background-position: -58px -437px
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-7px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-7px)
    }
}

.home-row3:hover img, .home-row4:hover img, .home-row5:hover img {
    -webkit-animation: mover .7s infinite alternate;
    animation: mover .7s infinite alternate
}

.home-row4.no-animation:hover img {
    animation: none !important;
    -webkit-animation: none !important
}

.investment-opportunity-banner {
    width: 100%;
    height: auto;
    margin: auto;
    background: #f0f9fd;
    padding: 45px 0;
    overflow: hidden
}

    .investment-opportunity-banner .container {
        padding: 0 80px
    }

    .investment-opportunity-banner:after, .investment-opportunity-banner:before {
        content: "";
        width: 150px;
        height: 150px;
        border: 22px solid #d6e9f2;
        opacity: .4;
        border-radius: 100px;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 1;
        left: -85px
    }

    .investment-opportunity-banner:before {
        left: inherit;
        right: -85px
    }

    .investment-opportunity-banner h2 {
        font-size: 28px
    }

        .investment-opportunity-banner h2 b {
            color: #f60
        }

    .investment-opportunity-banner .btn {
        padding: 13px 25px !important;
        font-size: 14px !important
    }

.landing_sprit.company_name {
    width: 270px;
    background-position: -2px -311px;
    height: 40px;
    margin-left: 20px
}

.background-images {
    background: url(../../images/background.png) no-repeat;
    height: auto;
    background-size: cover;
    padding: 105px 15px;
    margin-top: -17px
}

.search_mainbody {
    width: 620px !important
}

    .search_mainbody input {
        height: 50px;
        border: none;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        border-radius: 5px;
        margin-bottom: 3px !important
    }

.landing_sprit.search_icon {
    background-position: -111px 983px;
    height: 23px;
    width: 20px
}

.header_con_height {
    height: 45px
}

.header_con {
    display: flex
}

.logo img {
    max-width: inherit
}

.cart-tab {
    position: relative;
    color: #848484 !important;
    top: 2px
}

    .cart-tab .fas {
        font-size: 14px
    }

    .cart-tab span {
        position: absolute;
        top: -10px;
        right: -15px;
        background: #ff9200;
        color: #fff;
        width: 17px;
        height: 17px;
        font-size: 11px
    }

.header-notification {
    position: relative;
    left: 20px
}

.header-notification-icon {
    background-position: -60px -7px;
    width: 26px !important;
    height: 26px !important
}

.notification-tab-wrap {
    position: relative
}

@media only screen and (min-width:1400px) and (max-width:2700px) {
    .notification-tab-wrap {
        margin-right: 40px !important
    }
}

.notification-tab-wrap .far {
    font-size: 20px
}

.notification-tab-wrap span {
    background: #ff5b5c;
    right: -12px
}

    .notification-tab-wrap span label {
        line-height: 25px
    }

.custpad_top_8 {
    padding-top: 8px;
    margin-bottom: 10px
}

.signupblue_btn {
    background: #ff9200;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    padding: 8px;
    text-align: center
}

.searchIcon_body {
    border: none;
    height: 50px;
    background: #3b579f !important;
    box-shadow: 1px 0 3px #3b579f
}

.searchdiv_body {
    position: relative;
    width: 100%;
    margin: auto
}

.searchdiv_list {
    box-shadow: 1px 2px 3px #c5c5c5;
    width: 620px;
    margin: auto;
    position: relative
}

#menu_companycheck.navbar-default {
    background-color: #fff !important;
    border-color: rgba(231,231,231,0);
    box-shadow: 2px 1px 3px #c8c6c6
}

.companycheck_logo_layout {
    padding-top: 2px;
    display: flex
}

#menu_companycheck.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 13px;
    letter-spacing: .5px;
    text-decoration: none;
    padding: 7px 15px
}

    #menu_companycheck.navbar-default .navbar-nav > li > a:hover {
        background: #ff9200 !important;
        color: #fff !important
    }

.nav-item.tab_active > a {
    color: #fff
}

nav .fa-user-circle {
    font-size: 17px;
    opacity: .8;
    position: relative;
    top: 2px
}

.comhead_main {
    color: #3b579f;
    font-size: 25px
}

.comsubhead_p {
    font-weight: 500;
    color: #3b579f;
    font-size: 13px;
    width: 550px
}

.paddingTop_heading_h {
    padding-top: 50px
}

.iner_contactUs_main .head_marginStyle.text-center.font-weight-bold {
    font-size: 25px;
    margin-bottom: 0
}

.comCheck_heading_font {
    font-size: 22px !important;
    color: #3c3b3b
}

.btn-mb {
    margin-bottom: 10px
}

.ourServices_body {
    padding-top: 30px
}

#btnContactUsSave {
    font-size: 14px;
    width: 145px;
    padding: 10px 5px
}

.headmiddle_bottom_line {
    height: 3px;
    width: 80px;
    background-color: #3b579f;
    margin-bottom: 20px !important;
    margin-top: 10px !important
}

.serch_com_master_line {
    width: 10%
}

#features .features-item {
    box-shadow: 1px 1px 11px -4px #cacaca;
    padding: 35px 60px;
    margin-bottom: 15px
}

    #features .features-item .landing_sprit {
        position: relative
    }

    #features .features-item:hover .landing_sprit {
        transform: translateY(-10px)
    }

.landing_sprit.save_money, .landing_sprit.best_offer, .landing_sprit.fast_hassleService {
    width: 90px;
    background-position: -11px -9px;
    height: 90px;
    margin: auto
}

.landing_sprit.best_offer {
    background-position: -11px -94px
}

.landing_sprit.fast_hassleService {
    background-position: -11px -182px
}

.checkComp_financial_body {
    background: #3b579f
}

.whychoose_container {
    width: 89%
}

    .whychoose_container row {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

#features p {
    color: #1e2f4f;
    font-size: 13px
}

.checkComp_financial_text {
    height: 210px
}

.mobilemockup_img {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 45%
}

.checkComp_financial_p {
    font-size: 22px !important
}

.white_btn {
    border: none;
    background: #fff;
    border-radius: 3px;
    padding: 5px 25px;
    color: #3b579f;
    font-weight: 500
}

#features .features-item h3 {
    color: #1e2f4f;
    font-size: 16px
}

#about {
    background: #f7f8fb
}

    #about p {
        line-height: 25px;
        margin: 0 !important;
        font-size: 13px
    }

.landing_sprit.companyReport, .landing_sprit.com_compliances, .landing_sprit.dir_Report, .landing_sprit.claimComp {
    width: 80px;
    background-position: -11px -365px;
    height: 80px;
    margin: auto;
    margin-top: 7%
}

.landing_sprit.com_compliances {
    background-position: -11px -592px
}

.landing_sprit.dir_Report {
    background-position: -11px -445px
}

.landing_sprit.claimComp {
    background-position: -11px -752px
}

.sub-bodyleftStyle {
    padding-top: 85px
}

.b_s_head_h2 {
    font-size: 25px;
    color: #1e2f4f;
    width: 350px;
    line-height: 40px
}

.b_s_head_content {
    width: 330px;
    color: #1e2f4f;
    font-size: 18px
}

.bu {
    margin-top: 20px;
    font-weight: 500;
    padding: 0 10px;
    font-size: 14px
}

.b_s_head_bs {
    font-size: 24px;
    color: #3b579f
}

.businessFormationbox {
    background-color: #3b579f;
    color: #fff
}

.businessCompliancesStyle {
    box-shadow: 1px 4px 14px -7px #3b579f
}

.float-leftBody {
    clear: both
}

.business-Servicebox {
    width: 189px;
    height: 186px;
    border-radius: 5px
}

    .business-Servicebox:hover {
        background: #3b579f
    }

        .business-Servicebox:hover p {
            color: #fff !important
        }

    .business-Servicebox.third:hover .landing_sprit {
        background-position: -11px -517px !important
    }

    .business-Servicebox.second:hover .landing_sprit {
        background-position: -11px -667px !important
    }

    .business-Servicebox.forth:hover .landing_sprit {
        background-position: -11px -832px !important
    }

#contact {
    background: #f7f8fb
}

.width-row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contactUs_head {
    color: #3b579f;
    font-size: 25px
}

.contactUs_subhead {
    color: #3c3b3b;
    font-size: 20px
}

#contact .contact-item p {
    color: #3c3b3b;
    width: 75%
}

.contactus_left {
    padding-left: 9% !important;
    padding-bottom: 60px
}

.landing_sprit.location_icon, .landing_sprit.email_icon, .landing_sprit.telephone_icon {
    background-position: -111px 957px;
    height: 23px;
    width: 21px;
    float: left
}

.landing_sprit.email_icon {
    background-position: -111px 934px;
    margin-right: 4px
}

.landing_sprit.telephone_icon {
    background-position: -111px 907px;
    margin-right: 4px
}

.comsearch_ul {
    padding-left: 0;
    margin: auto;
    display: table;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0 !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    max-height: 300px;
    overflow-x: hidden !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%
}

    .comsearch_ul li {
        background: #fff;
        width: 100%;
        cursor: pointer;
        padding: 10px;
        color: #626161 !important;
        font-weight: 500;
        border-bottom: 1px solid #eae9e9;
        padding-left: 15px;
        border-left: 2px solid transparent
    }

        .comsearch_ul li span {
            margin-right: 15px
        }

.searchcompanyIcon {
    background: url(../../Images/company_icon_grey.png) no-repeat center left;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px
}

.activeInactive, .activeInactive_green {
    width: 9px;
    height: 8px;
    background: #e74c3c;
    border-radius: 20px !important;
    margin-top: 3px;
    display: inline-table
}

.activeInactive_green {
    background: #4cd964
}

.comsearch_ul li:hover {
    background: #f5f6fa;
    color: #3b579f !important;
    border-bottom: 1px solid transparent;
    border-left: 2px solid #3b579f
}

    .comsearch_ul li:hover .searchcompanyIcon, .dirDetail_searchlist li:hover .searchcompanyIcon {
        background: url(../../Images/company_filled_icon.png) no-repeat center left
    }

.searcharrow {
    color: transparent;
    float: right
}

.comsearch_ul li:hover .searcharrow, .dirDetail_searchlist li:hover .searcharrow {
    color: #3b579f
}

.landing_sprit.company_name_white {
    width: 240px;
    background-position: -2px -277px;
    height: 38px
}

.feelfree_content {
    width: 345px
}

.landing_sprit.pagescrollup_icon {
    width: 23px;
    background-position: -111px 761px;
    height: 26px;
    cursor: pointer
}

#button {
    padding: 9px;
    width: 150px
}

#navbarCollapse .dropdown-toggle::after, #bs-example-navbar-collapse-1 .dropdown-toggle::after {
    display: none
}

#navbarCollapse .dropdown-menu, #bs-example-navbar-collapse-1 #dropdown-menu-Id-layout {
    width: 260px;
    margin-top: 0;
    border: none;
    padding: 0;
    border-radius: 0
}

.my-acc-drop {
    box-shadow: 0 5px 10px rgba(0,0,0,.1) !important;
    border-radius: 2px;
    border: 0;
    top: 54px
}

.blue_color_text {
    color: #3b579f !important
}

.my-acc-drop .border-bottom {
    opacity: .3
}

.user-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #3b579f;
    width: 30px;
    height: 30px
}

    .user-icon * {
        color: #fff;
        margin: 0;
        font-size: 12px;
        cursor: pointer;
        text-transform: uppercase
    }

.user-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #3b579f;
    width: 45px;
    height: 45px;
    margin: auto
}

    .user-title * {
        color: #fff;
        margin: 0;
        font-size: 17px;
        text-transform: uppercase
    }

.add-profile-drop {
    box-shadow: 0 5px 10px rgba(0,0,0,.1) !important;
    border: 0;
    padding: 0;
    margin: 0
}

.add-profile-drop-tab {
    padding: 22px 0
}

    .add-profile-drop-tab img {
        max-width: 15px !important
    }

.my-acc-drop a, .add-profile-drop a {
    padding: 10px 15px !important;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

    .my-acc-drop a i {
        width: 18px;
        font-size: 16px;
        color: #5c6065
    }

    .my-acc-drop a:before {
        content: '';
        width: 3px;
        height: 0%;
        position: absolute;
        top: 50%;
        left: 0;
        background: #3b579f;
        border-radius: 0 7px 7px 0;
        transition: all .3s;
        z-index: 1000
    }

    .my-acc-drop a:hover {
        background: #f1f1f1;
        color: #000 !important
    }

    .my-acc-drop a.act {
        background: #f1f1f1;
        color: #000 !important
    }

    .my-acc-drop a:hover:before {
        height: 95%;
        top: 2.5%;
        height: 95%
    }

    .my-acc-drop a.act:before {
        background: #fff;
        height: 95%;
        top: 2.5%;
        height: 95%
    }

    .my-acc-drop a.act:hover {
        padding-left: 15px !important
    }

.header-btn {
    padding-left: 0 !important;
    padding-right: 0 !important
}

    .header-btn a {
        border-radius: 3px
    }

.nav-icon1 {
    width: 18px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    float: right;
    position: relative;
    top: 19px;
    z-index: 10000000;
    display: none
}

    .nav-icon1.nav-icon span {
        height: 1px !important
    }

    .nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 18px;
        background: #282c3f;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .nav-icon1.open {
        top: 10px
    }

    .nav-icon1 span:nth-child(1) {
        top: 3px
    }

    .nav-icon1 span:nth-child(2) {
        top: 10px
    }

    .nav-icon1 span:nth-child(3) {
        top: 18px
    }

    .nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    .nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.features-row .col-md-4 {
    max-width: inherit !important
}

.border-effect {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block
}

    .border-effect:after {
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 1px;
        background-color: #2e2e2e;
        content: "";
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

a.border-effect:after {
    background: #3b579f !important
}

.border-effect:hover {
    text-decoration: none
}

    .border-effect:hover:after {
        width: 100%
    }

.owl-pagination .owl-page span {
    width: 8px !important;
    height: 8px !important
}

.owl-pagination .owl-page.active span {
    background: #3b579f !important
}

@media only screen and (min-width:1500px) and (max-width:2500px) {
    .main-search .header-search {
        width: 50%
    }

    .home-row5 .container-fluid {
        max-width: 80%
    }
}

footer {
    width: 100%;
    height: auto;
    margin: auto;
    background: #f7f7f7;
    padding: 50px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(0,0,0,.04)
}

    footer .container-fluid {
        max-width: 90%
    }

    footer .icon {
        width: 25px;
        height: 25px;
        background: #a6a6a6
    }

        footer .icon i {
            color: #fff;
            font-size: 12px
        }

        footer .icon:hover {
            background: #848282
        }

    footer h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        opacity: .8;
        color: rgba(0,0,0,.9) !important
    }

.footer-links li {
    margin-bottom: 7px
}

    .footer-links li a, footer p, .footer .link {
        color: #000;
        font-weight: 400 !important;
        transition: all .2s;
        opacity: .8;
        font-size: 13px
    }

        .footer-links li a:hover {
            opacity: 1
        }

        .footer-links li a:after {
            background: #000 !important
        }

footer .input-group input {
    height: 45px
}

footer .input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
    background: #0073e6 !important
}

.copyright {
    background: #dadada;
    height: 45px;
    position: relative
}

.pagescrolling_div {
    position: absolute;
    top: 30%;
    right: 20px
}

footer .form {
    width: 95%
}

    footer .form input {
        height: 40px;
        width: 100%;
        border: 0;
        border-radius: 4px;
        padding-left: 15px;
        background: #fff;
        box-shadow: 0 3px 6px #00000029
    }

        footer .form input:focus {
            box-shadow: 0 3px 6px #00000029 !important
        }

        footer .form input:focus {
            box-shadow: none;
            outline: none
        }

    footer .form button {
        width: 28px;
        height: 28px;
        background: #3b579f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        border: 0;
        justify-content: center;
        position: absolute;
        top: 6px;
        right: 12px;
        z-index: 1
    }

    footer .form .landing_sprit {
        width: 15px;
        height: 15px;
        background-position: -18px -463px
    }

    footer .form input::-webkit-input-placeholder {
        color: #a2a2a2
    }

    footer .form input::-moz-placeholder {
        color: #a2a2a2
    }

    footer .form input:-ms-input-placeholder {
        color: #a2a2a2
    }

    footer .form input:-moz-placeholder {
        color: #a2a2a2
    }

@media only screen and (min-width:992px) and (max-width:2500px) {
    .dropdown-menu, .menu_companycheck {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(13px);
        transition: .21s ease all
    }

        .dropdown-menu.show, .menu_companycheck.show {
            display: block;
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
            transition: .21s ease all
        }
}

@media only screen and (min-width:320px) and (max-width:400px) {
    .logo_img {
        width: 150px
    }

    .my-acc-drop {
        width: 280px !important
    }
}

@media only screen and (min-width:320px) and (max-width:500px) {
    #features .features-item {
        padding: 35px 38px !important
    }

    .features-row {
        display: block !important
    }

        .features-row .col-md-4 {
            display: inline-block !important;
            width: 100% !important;
            max-width: 100% !important;
            margin-bottom: 25px !important
        }

    .b_s_head_h2 {
        width: 100% !important;
        line-height: 27px !important
    }

    .b_s_head_content {
        width: 100% !important;
        margin-bottom: 0 !important
    }

    .feelfree_content {
        width: 100% !important
    }

    .search_mainbody {
        width: 100% !important
    }

    .comsearch_ul {
        width: 100% !important
    }

    .search_mainbody input, .searchIcon_body {
        height: 40px
    }

    .main-search .header-search input, .main-search .header-search .btn {
        padding: 5px 12px !important
    }

    .home-row5 .container-fluid {
        padding: 0 !important
    }

    .comsearch_ul li span {
        font-size: 11px !important
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    .my-acc-drop {
        width: 320px !important
    }

    .search_mainbody {
        width: 80% !important
    }

    .features-row .col-md-4 {
        width: 450px !important;
        max-width: 450px !important;
        margin: 10px !important
    }

    footer .input-group {
        width: 60%
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .nav-icon1 {
        display: inline-block;
        position: absolute;
        right: 15px
    }

    .logo {
        margin-bottom: 0 !important;
        padding-top: 0
    }

        .logo img {
            margin-top: 0 !important
        }

    .cart-tab {
        left: -30px;
        top: 0
    }

    .add-profile-drop-tab {
        left: -40px
    }

    #menu_companycheck.navbar-default .navbar-nav > li > a {
        margin-right: 0 !important;
        border: 0 !important
    }

    .acc-drop {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        top: 15px;
        margin-right: 0 !important
    }

        .acc-drop.open {
            opacity: 1;
            visibility: inherit;
            top: 2px;
            right: 0 !important
        }

        .acc-drop.smlscrBar_icon {
            top: 80px
        }

            .acc-drop.smlscrBar_icon.open {
                top: 60px
            }

        .acc-drop.open {
            display: block !important
        }

    #menu_companycheck.navbar-default .navbar-nav > li > a:hover, #menu_companycheck.navbar-default .navbar-nav > li > a.signupblue_btn:hover {
        color: #343a40 !important;
        background-color: #fbfbfb !important
    }

    #dropdown-menu-Id-layout a:first-child {
        border-top: 0 !important
    }

    #menu_companycheck.navbar-default {
        box-shadow: 0 6px 12px rgba(0,0,0,.175) !important
    }

    .smlscrBar_icon ul.nav {
        width: 185px !important
    }

    .signupblue_btn {
        background: #fff;
        color: #000 !important;
        text-align: left
    }

    .smlscrBar_icon ul.nav li {
        padding: 0 !important
    }

    .header_con_height {
        height: auto !important;
        width: 100% !important
    }

        .header_con_height .main-head {
            width: 100% !important
        }

    .smlscrBar_icon .nav {
        margin: 0 !important;
        width: 200px;
        float: right
    }

    .smlscrBar_icon {
        display: block !important;
        width: max-content !important;
        background: #fff;
        position: absolute;
        top: 60px;
        right: 20px;
        z-index: 1000000;
        box-shadow: 0 6px 12px rgba(0,0,0,.175) !important
    }

        .smlscrBar_icon ul.nav li:last-child a {
            border-bottom: 0 !important
        }

    .nav-icon1 {
        display: inline-block
    }

    #dropdown_toggle_Id {
        display: none !important
    }

    .comsearch_ul li span {
        font-size: 12px
    }

    .process {
        padding: 0 15px !important
    }

    .home-search-section .container {
        padding: 25px 4% !important
    }

    .home-search-section .info .container {
        padding: 0 !important
    }

    .home-row5 {
        padding-bottom: 10px !important
    }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
    .res-full {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    ::-webkit-scrollbar {
        width: 3px !important;
        height: 3px !important
    }

    body, html {
        overflow-x: hidden;
        zoom: 100% !important
    }

    .res-full {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%
    }

    .btn-blue, .blue_btn, .btn-round, .btn-big {
        padding: 6px 10px !important;
        font-size: 12px !important
    }

    .companyleftbar-menu li a {
        padding: 6px 7px !important;
        font-size: 11px !important
    }

    .widthradio_gender {
        height: auto !important
    }

    .landing_sprit, .sprite_img {
        zoom: 100% !important
    }

    .res-padding0 {
        padding: 0 !important
    }

    .res-hide {
        display: none !important
    }

    #menu_companycheck.navbar-default {
        padding: 10px !important;
        padding-bottom: 8px !important;
        height: 60px
    }

    #menu_companycheck.navbar-default {
        box-shadow: 2px 1px 3px #c8c6c6 !important
    }

    .notification-tab-wrap .far {
        font-size: 18px
    }

    .my-acc-drop {
        position: fixed !important;
        height: 100%;
        top: 0 !important;
        right: -100% !important;
        z-index: 1000 !important;
        display: block !important;
        transition: all .3s
    }

        .my-acc-drop.open {
            right: 0 !important;
            margin: 0 !important
        }

        .my-acc-drop .scroll {
            max-height: 430px;
            overflow-y: scroll
        }

    .nav-overlay {
        position: fixed !important;
        width: 100%;
        display: none;
        height: 100%;
        top: 0 !important;
        right: 0 !important;
        z-index: 100 !important;
        background: rgba(0,0,0,.5)
    }

        .nav-overlay.show {
            display: block
        }

    .serch_com_master_line {
        width: 80px
    }

    .field-validation-error .text-center {
        font-size: 11px
    }

    .comsearch_ul li {
        width: 100% !important
    }

    .features-row {
        padding: 20px 0;
        display: block !important;
        text-align: center
    }

        .features-row .col-md-4 {
            padding: 0 !important;
            display: inline-block !important;
            margin-bottom: 15px;
            vertical-align: top
        }

            .features-row .col-md-4 .features-item {
                margin: 0 !important;
                padding: 25px !important;
                height: 280px
            }

        .features-row .owl-wrapper-outer {
            padding-bottom: 20px !important
        }

    .owl-pagination .owl-page span {
        width: 8px !important;
        height: 8px !important
    }

    #dropdownId {
        margin-top: -5px !important
    }

    .comsubhead_p {
        width: 90%
    }

    .comhead_main {
        font-size: 22px
    }

    img.mobilemockup_img {
        width: 125px;
        right: 13%
    }

    .checkComp_financial_p {
        font-size: 18px !important
    }

    .col-xs-12.col-md-6.about-img.mb-5.pb-3 {
        margin-bottom: 0 !important
    }

    .body-businessService {
        padding: 0 !important
    }

        .body-businessService .sub-bodyrightStyle {
            padding: 0
        }

    .business-Servicebox {
        width: 100%
    }

    .b_s_head_h2 {
        font-size: 18px;
        line-height: 33px
    }

    .iner_contactUs_main {
        padding: 9% 5% !important
    }

    .landing_sprit.pagescrollup_icon {
        position: absolute;
        bottom: 0;
        right: 0
    }

    #menu_companycheck.navbar-default .navbar-nav > li > a {
        margin-left: 0 !important;
        display: block !important;
        text-align: left
    }

    .comsearch_ul li {
        position: relative;
        font-size: 11px !important
    }

        .comsearch_ul li:hover .searcharrow, .dirDetail_searchlist li:hover .searcharrow {
            position: absolute;
            top: 28%;
            right: 10px
        }

    footer .container-fluid {
        max-width: 100% !important
    }
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .acc-drop.open {
        display: block !important
    }

    #dropdown-menu-Id {
        margin-top: 0 !important;
        margin-left: -15px
    }

    .search_mainbody {
        width: 70% !important
    }

    .features-row .col-md-4 {
        width: 270px !important;
        max-width: 270px !important;
        margin: 10px !important
    }

    footer {
        padding: 25px 0
    }

        footer .container-fluid {
            max-width: 100% !important
        }

        footer .col-sm-3 {
            max-width: 50% !important;
            flex: 0 0 50%;
            float: left;
            padding-left: 15px !important
        }

            footer .col-sm-3:first-child {
                margin-bottom: 35px
            }

            footer .col-sm-3 ul {
                margin-bottom: 0
            }

    .landing_sprit.pagescrollup_icon {
        bottom: -22px !important
    }
}

@media only screen and (min-width:500px) and (max-width:992px) {
    .whychoose_container {
        width: 100% !important
    }

    .ourServices_body {
        width: 500px;
        margin: auto
    }

    #features .features-item {
        padding: 35px 28px
    }
}

@media only screen and (min-width:1400px) and (max-width:1950px) {
    body {
        zoom: 100% !important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    body, .com_overview_sprite, .landing_sprit, .sprite_img {
        zoom: 100% !important
    }

    .features-row .col-md-4 {
        max-width: 33% !important
    }

    .global_boxshadow, .dropdown-menu.acc-drop, .packages .package, .set, .login_sign_body, .companyDetails_lower, .search_comDetail_main input, .dirDetail_searchlist {
        box-shadow: 0 3px 11px #e3e3e3
    }

    #navbarCollapse .dropdown-menu, #bs-example-navbar-collapse-1 #dropdown-menu-Id-layout {
        margin-right: 0 !important
    }

    .companyname_style span span.fontSize_12 {
        width: 70%
    }

    .claim-company-form {
        height: 380px
    }

    .account-details {
        height: 1260px
    }
}

@media only screen and (min-width:320px) and (max-width:500px) {
    .main-search .header-search {
        width: 100% !important
    }

    .billing_details .part2 .process li span, .cart-process li span {
        font-size: 12px !important
    }

    .billing_details .part2 .process li .line, .cart-process li .line {
        width: 15px !important
    }

    .billing_details .part2 .process li .line, .cart-process li .line {
        margin: 0 8px !important
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    footer .form {
        width: 60%
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    footer {
        padding: 25px 0 !important
    }

        footer .container-fluid {
            max-width: 100%
        }

        footer .col-sm-3 {
            padding-left: 15px !important;
            margin-top: 30px;
            max-width: 100%;
            flex: 0 0 100%
        }

            footer .col-sm-3:first-child {
                margin-top: 0 !important
            }

        footer ul {
            margin-bottom: 0
        }

        footer .col-sm-3:last-child {
            margin-top: 20px
        }

    .pagescrolling_div {
        display: none
    }

    .copyright * {
        font-size: 12px !important
    }

    .home-search-section .info {
        height: auto !important;
        padding: 15px 0
    }

        .home-search-section .info .col {
            flex-direction: column;
            text-align: center
        }

            .home-search-section .info .col * {
                font-size: 12px !important
            }

            .home-search-section .info .col .rounded-circle {
                margin: auto !important;
                margin-bottom: 10px !important
            }

    .main-search .info .col:after {
        top: 30%
    }

    .home-search-section .info .container {
        padding: 0
    }

    .home-row2 .container-fluid {
        white-space: nowrap;
        overflow-x: scroll;
        display: block !important
    }

        .home-row2 .container-fluid .col {
            display: inline-block;
            max-width: 170px;
            padding: 10px 15px !important;
            padding-bottom: 25px !important
        }

            .home-row2 .container-fluid .col h4 {
                white-space: normal !important;
                font-size: 13px !important
            }

    .home-row3 {
        padding-bottom: 20px !important
    }

        .home-row3 .part2 {
            padding: 0 30px !important;
            margin-top: 30px
        }

    .home-row4 {
        padding: 25px 0 !important
    }

        .home-row4.white img, .home-row4.gray img {
            display: block;
            margin-top: 0
        }

        .home-row4.white .gif {
            margin-top: 100px
        }

        .home-row4.gray .order1 {
            order: 1
        }

        .home-row4.gray .order2 {
            order: 2
        }

        .home-row4.gray {
            padding-top: 0
        }

            .home-row4.gray .order2 {
                margin-top: 80px
            }

        .home-row4 p {
            font-size: 14px !important
        }

        .home-row4 .btn, .investment-opportunity-banner .btn {
            font-size: 12px !important;
            padding: 8px 15px !important
        }

    .investment-opportunity-banner img {
        display: none
    }

    .investment-opportunity-banner h2 {
        font-size: 18px !important
    }

    .investment-opportunity-banner .container {
        padding: 0 45px !important
    }

    .investment-opportunity-banner:after, .investment-opportunity-banner:before {
        top: 9px
    }

    .investment-opportunity-banner:before {
        right: -121px
    }

    .investment-opportunity-banner:after {
        left: -121px
    }

    .add-profile-drop-tab {
        padding: 12px 0 !important
    }

    .add-profile-drop {
        right: inherit
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .res-show {
        display: block !important
    }

    .home-search-section {
        padding: 0 0 !important;
        margin-top: 0 !important
    }

        .home-search-section h1 {
            margin-top: 0;
            font-size: 22px
        }

        .home-search-section p {
            width: 100%;
            font-size: 13px
        }

    .main-search .header-search {
        width: 100%
    }

        .main-search .header-search input, .main-search .header-search .btn {
            height: 40px
        }

            .main-search .header-search input::-webkit-input-placeholder {
                color: #6b6b6b;
                font-size: 12px
            }

            .main-search .header-search input::-moz-placeholder {
                color: #6b6b6b;
                font-size: 12px
            }

            .main-search .header-search input:-ms-input-placeholder {
                color: #6b6b6b;
                font-size: 12px
            }

            .main-search .header-search input:-moz-placeholder {
                color: #6b6b6b;
                font-size: 12px
            }

    .home-search-section .building {
        min-height: 21vw;
        margin-top: 30px
    }

    .companycheck-features .boxes {
        white-space: nowrap;
        overflow-x: scroll;
        display: block !important
    }

        .companycheck-features .boxes .col {
            border: 1px solid rgba(0,0,0,.06) !important;
            display: inline-block !important;
            width: 260px !important;
            margin-right: 5px
        }

            .companycheck-features .boxes .col h4, .companycheck-features .boxes .col p {
                white-space: normal !important
            }

            .companycheck-features .boxes .col ul li {
                width: 100%
            }
}

@media only screen and (min-width:767px) and (max-width:990px) {
    .main-search .header-search {
        width: 100% !important
    }

    .home-row2 h4 {
        font-size: 12px
    }
}

.wave-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0
}

.backtohome {
    height: 50px;
    padding: 12px;
    width: 200px;
    box-shadow: 1px 1px 1px #768dca
}

.error404_main a:hover {
    color: #fff
}

.error404_main {
    padding-top: 120px
}

.error-head {
    color: #4e4e4e
}

@media only screen and (max-width:768px) {
    .error404_main {
        padding: 6%
    }

    .error-head {
        font-size: 25px
    }
}

text {
    font-family: 'Roboto',Helvetica,Arial,"sans-serif" !important
}

body {
    overflow-x: hidden !important;
    background: #fafafa;
    -webkit-overflow-scrolling: touch
}

.d_block {
    display: block
}

.hide {
    display: none
}

.company-page {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

    .company-page.down {
        margin-top: 122px
    }

.no-img {
    width: 300px
}

.d-inherit {
    display: inherit !important
}

.charges-icon {
    background-position: -207px -507px !important
}

.competition-icon {
    background-position: -207px -211px !important
}

.ownership {
    background-position: -207px -582px !important
}

.smlscrBar_icon.acc-drop {
    position: relative;
    opacity: 1;
    visibility: inherit;
    top: 0 !important
}

.fa-eye-slash {
    position: relative;
    z-index: 100
}

.m_main_body {
    min-height: 300px
}

.convert {
    text-transform: capitalize
}

.compCheck_row {
    align-items: flex-start
}

::-webkit-input-placeholder {
    font-size: 13px !important;
    color: rgba(0,0,0,.5) !important
}

::-moz-placeholder {
    font-size: 13px !important;
    color: rgba(0,0,0,.5) !important
}

:-ms-input-placeholder {
    font-size: 13px !important;
    color: rgba(0,0,0,.5) !important
}

:-moz-placeholder {
    font-size: 13px !important;
    color: rgba(0,0,0,.5) !important
}

.no-bg {
    background: none !important
}

.bg-white {
    background: #fff !important
}

.bg-sky {
    background: #2b8cfa !important
}

.fontWeight_500 {
    font-weight: 500
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important
}

.pagination li {
    border-radius: 3px;
    margin: 0 2px
}

    .pagination li.active {
        background: #3b579f !important
    }

    .pagination li a {
        color: #000;
        padding: 5px 10px;
        border-radius: 2px !important;
        background: none;
        border: 1px solid transparent !important
    }

        .pagination li a:hover {
            background: none !important;
            color: #000;
            border: 1px solid rgba(0,0,0,.2) !important
        }

    .pagination li.active a {
        color: #fff !important;
        background: #3b579f !important
    }

        .pagination li.active a:focus {
            outline: none !important;
            box-shadow: none !important
        }

    .pagination li.active a {
        color: #fff !important
    }

.text-blue {
    color: #3b579f !important
}

.btn-checkbox {
    padding: 12px 15px;
    height: 45px;
    border-radius: 0;
    font-size: 14px;
    color: #777;
    height: 40px
}

.btn-checkbox {
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 3px !important
}

    .btn-checkbox input {
        position: absolute;
        opacity: 0
    }

    .btn-checkbox:after {
        display: none
    }

.checkboxed-btn .act {
    background: #3b579f;
    color: #fff !important
}

    .checkboxed-btn .act:hover {
        color: #fff !important
    }

.checkboxed-btn .left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.checkboxed-btn .right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.form-group .control-label {
    margin-bottom: 3px !important
}

.btn-round {
    border-radius: 20px !important;
    padding: 6px 14px !important
}

.btn-gray {
    background: #f3f3f3 !important;
    color: #000 !important;
    border: 1px solid #f3f3f3 !important
}

    .btn-gray:hover {
        background: #edebeb !important;
        color: #000 !important
    }

.btn-white {
    background: #fff !important;
    color: #000 !important
}

.btn-big {
    font-size: 17px !important;
    padding: 10px 25px !important
}

.btn-sky-border {
    border: .5px solid #2b66ff;
    color: #2b66ff;
    padding: 5px 10px !important;
    font-weight: 500
}

    .btn-sky-border:hover {
        background: #2b66ff !important;
        color: #fff !important
    }

.text-black {
    color: #363d44 !important
}

.text-danger {
    color: #e74c3c !important
}

.text-sky {
    color: #26a1ff
}

b, strong {
    font-weight: 600
}

.show__ {
    display: block !important
}

.max-w-100 {
    max-width: 100%;
    width: 100% !important
}

.max-content {
    width: max-content !important
}

section {
    padding: 45px 0
}

.bg-gray {
    background: #fbfbfb !important
}

.text-gray {
    color: #bdc4cd !important
}

.bg-none {
    background: none !important
}

.blue_btn.fontSize_11 {
    font-size: 11px !important
}

.btn-border {
    border: 1px solid #3b579f;
    color: #3b579f !important;
    text-align: center;
    border-radius: 3px;
    background: #fff
}

    .btn-border:hover {
        background: #3b579f;
        color: #fff !important
    }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #3b579f !important;
    background-color: #3b579f !important
}

.custom-radio .custom-control-label::before {
    border-radius: 100px !important
}

#SubscribeNow_btn:hover {
    background: #fff !important;
    color: #3b579f !important
}

.pointer-event {
    pointer-events: none !important
}

.list-check {
    margin: 5px 0;
    font-size: 14px;
    color: #484848
}

    .list-check li {
        background: url(images/list-check.png) no-repeat top 5px left;
        padding-left: 20px;
        margin-bottom: 7px;
        font-size: 13px
    }

.rows {
    margin-right: -15px;
    width: 100%
}

.table {
    border-collapse: collapse;
    width: 100%
}

    .table .thead-dark th {
        background: #717171 !important
    }

table th {
    font-size: 13px
}

table td {
    font-size: 12px
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0 !important
}

table.dataTable.no-footer {
    border-bottom: 0 !important
}

.scroll-horizontal .dataTables_scrollBody::-webkit-scrollbar {
    height: 10px !important
}

.no-scrolling .dataTables_scrollBody {
    height: auto !important;
    max-height: inherit !important
}

.fixedHeader-locked {
    display: none !important
}

.fixedHeader-floating {
    top: 126px !important;
    width: 50% !important;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    z-index: 1000
}

    .fixedHeader-floating th {
        background: #f5f6fa !important
    }

.tableFixHead {
    overflow-y: auto;
    max-height: 550px;
    display: block !important;
    width: 100% !important
}

    .tableFixHead thead {
        background: #fff
    }

        .tableFixHead thead th {
            position: sticky;
            position: -webkit-sticky;
            top: 0;
            background: #fff;
            z-index: 100
        }

.table-hover tbody tr:hover {
    background: #f5f6fa !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fcfcfc !important
}

.after-header {
    margin-top: 60px
}

.bg-white {
    background: #fff !important
}

.custom-control-label::after {
    top: 4px !important
}

.alert {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: Center;
    padding: 0
}

    .alert .icon {
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #e74c3c
    }

        .alert .icon i {
            color: #fff
        }

    .alert .close {
        font-size: 22px;
        top: -3px;
        right: -5px
    }

.alert-danger {
    background: #fdedeb !important;
    color: #e74c3c !important
}

.alert-info {
    background: #f6f8ff !important;
    color: #2b66ff !important;
    border: 1px solid #2b66ff
}

.alert-rounded .icon {
    width: 25px;
    height: 25px;
    background: #e8edff
}

    .alert-rounded .icon .com_overview_sprite {
        background-position: -123px -233px
    }

.btn-white-sky {
    font-size: 14px;
    background: #fff;
    border: 1px solid #fff;
    color: #2b8cfa !important;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    padding: 7px 19px;
    font-weight: 500
}

    .btn-white-sky:hover {
        color: #fff !important;
        background: none !important
    }

.red, .font_ColorRed {
    color: #f00 !important
}

.divider {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.04)
}

.fa-spin {
    animation: fa-spin .5s infinite linear !important;
    display: none
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 100001;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

    .popup-overlay.show {
        visibility: inherit;
        opacity: 1
    }

        .popup-overlay.show .popup {
            display: block
        }

    .popup-overlay .spiner {
        display: none
    }

    .popup-overlay .popup {
        position: relative;
        width: 50%;
        height: auto;
        background: #fff;
        z-index: 10000;
        display: table;
        padding: 45px 35px;
        animation-duration: .6s !important;
        box-shadow: 0 2px 10px rgba(0,0,0,.5) !important;
        border-radius: 5px;
        display: none;
        margin: 0 20px
    }

        .popup-overlay .popup .close___ {
            background: #e8e8e8;
            padding: 3px;
            width: 26px;
            height: 26px;
            position: absolute;
            top: -8px;
            right: -8px;
            z-index: 1000
        }

            .popup-overlay .popup .close___ img {
                width: 10px
            }

        .popup-overlay .popup.confirmation {
            display: none !important
        }

            .popup-overlay .popup.confirmation.show {
                display: block !important
            }

        .popup-overlay .popup:before {
            content: '';
            width: 200%;
            height: 122px;
            position: absolute;
            top: -24%;
            left: -20%;
            background-image: linear-gradient(to right,#d9e7e9,#f5f5f5);
            transform: rotate(-10deg);
            display: none
        }

        .popup-overlay .popup .close-btn {
            position: absolute;
            float: right;
            top: -10px;
            right: -10px;
            cursor: pointer;
            font-size: 25px;
            color: #777;
            background: #fff;
            width: 25px;
            height: 25px;
            text-align: center;
            border-radius: 100px;
            box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
            display: flex;
            align-items: center;
            justify-content: center
        }

            .popup-overlay .popup .close-btn i {
                font-size: 13px
            }

        .popup-overlay .popup h2 {
            color: #424242 !important;
            font-size: 26px
        }

        .popup-overlay .popup .btn {
            padding: 10px 20px !important;
            font-size: 14px !important;
            cursor: pointer
        }

        .popup-overlay .popup ul.list {
            margin-bottom: 0
        }

            .popup-overlay .popup ul.list li {
                vertical-align: top
            }

    .popup-overlay .spiner {
        border: 3px solid rgba(255,255,255,.5);
        border-radius: 50%;
        border-top: 3px solid #fff;
        width: 40px;
        height: 40px;
        -webkit-animation: spin .5s linear infinite;
        animation: spin .5s linear infinite;
        position: absolute;
        top: 47%;
        left: 45%;
        transform: translate(-47%,-45%)
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.popup-overlay .popup .sa-icon {
    width: 70px;
    height: 70px;
    border: 4px solid #808080;
    border-radius: 50%;
    margin: 15px auto;
    position: relative;
    box-sizing: content-box;
    margin-top: -77px;
    margin-bottom: 15px
}

    .popup-overlay .popup .sa-icon.sa-warning {
        border-color: #fff !important;
        background: #f3b037
    }

        .popup-overlay .popup .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 34px;
            left: 50%;
            top: 13px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #fff
        }

        .popup-overlay .popup .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #fff
        }

    .popup-overlay .popup .sa-icon.sa-success {
        border-color: #fff;
        background: #4cae4c
    }

        .popup-overlay .popup .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(92,184,92,.2);
            border-radius: 50%;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2
        }

        .popup-overlay .popup .sa-icon.sa-success .sa-line {
            height: 4px;
            background-color: #fff;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2
        }

            .popup-overlay .popup .sa-icon.sa-success .sa-line.sa-tip {
                width: 20px;
                left: 13px;
                top: 45px;
                transform: rotate(45deg)
            }

            .popup-overlay .popup .sa-icon.sa-success .sa-line.sa-long {
                width: 39px;
                right: 8px;
                top: 38px;
                transform: rotate(-45deg)
            }

    .popup-overlay .popup .sa-icon.sa-error {
        border-color: #d43f3a;
        background: #d43f3a;
        width: 60px;
        height: 60px
    }

        .popup-overlay .popup .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block
        }

        .popup-overlay .popup .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 3px;
            width: 36px;
            background-color: #fff;
            display: block;
            top: 29px;
            border-radius: 2px
        }

            .popup-overlay .popup .sa-icon.sa-error .sa-line.sa-left {
                transform: rotate(45deg);
                left: 12px
            }

            .popup-overlay .popup .sa-icon.sa-error .sa-line.sa-right {
                transform: rotate(-45deg);
                right: 12px
            }

.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto
}

    .accordion-container > h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd
    }

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

    .set > a {
        display: block;
        padding: 15px 15px;
        text-decoration: none;
        color: #282c3f;
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        -webkit-transition: all .1s;
        -moz-transition: all .1s;
        transition: all .1s;
        font-size: 15px;
        position: relative;
        padding-left: 40px
    }

        .set > a:before {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 40%;
            left: 20px;
            z-index: 100;
            background: #3b579f;
            transform: rotate(-140deg)
        }

        .set > a i {
            float: right;
            margin-top: 2px;
            opacity: .6
        }

        .set > a.active i {
            opacity: 1 !important
        }

        .set > a.active {
            color: #fff !important;
            background: #3b579f
        }

            .set > a.active:before {
                background: #fff
            }

    .set .content {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        display: none;
        padding: 15px
    }

        .set .content p {
            padding: 10px 0;
            margin: 0;
            color: #333;
            margin-bottom: 0
        }

.leftSubMenu_dropdown {
    transition: all 0s !important
}

.com_overview_sprite {
    background: url(../../images/company_overview_sprite.png);
    display: block;
    height: 650px
}

.tableText_verticalAlign thead th, .tableText_verticalAlign tbody td {
    vertical-align: middle
}

.modal {
    padding-right: 0 !important
}

.global_boxshadow {
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.1)
}

.global_bgWhite {
    background: #fff
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.paddingLeft_15_custom {
    padding-left: 15px !important
}

.associate_Cmpny_main {
    display: flow-root
}

.minHeight_inherit {
    min-height: inherit
}

.fontWeight_400 {
    font-weight: 400
}

.paddingLeft_7_custom {
    padding-left: 7px !important
}

.paddingRight_15_custom {
    padding-right: 15px !important
}

.bg_blue_custom {
    background: #3b579f !important
}

.bgColor_lightgrey {
    background: #fafafa
}

.btn_width130 {
    width: 130px
}

.thead_lightblue {
    background: #f5f6fa
}

.global_tb_design thead, .global_tb_design thead th {
    background: #f5f6fa !important
}

.global_tb_design tbody tr {
    border-bottom: 1px solid #efeeee !important
}

    .global_tb_design tbody tr:last-child {
        border-bottom: 0 !important
    }

.global_tb_design thead th, .global_tb_design tbody td {
    vertical-align: middle !important
}

.oddChildBg tbody tr:nth-child(odd), .global_tb_design1 tbody tr:nth-child(even) {
    background-color: #fbfbfb !important
}

    .oddChildBg tbody tr:nth-child(odd) td {
        background-color: #fbfbfb !important
    }

.oddChildBg tbody tr:nth-child(even) td {
    background-color: #fff !important
}

.globalWordwrap {
    overflow-wrap: break-word
}

.header-notification {
    left: 0
}

#menu_companycheck {
    padding: 12px 15px;
    height: 60px
}

.main-search .header-search {
    width: 70%
}

    .main-search .header-search input, .main-search .header-search .btn {
        height: 40px
    }

    .main-search .header-search .btn {
        padding: 5px 20px !important;
        font-size: 14px !important;
        font-weight: 500
    }

.header-search {
    width: 80%;
    height: auto;
    margin: auto;
    position: relative
}

    .header-search * {
        border-radius: 0
    }

    .header-search .input-group-text {
        border: 0;
        background: #eceff1;
        height: inherit;
        padding: 10px 25px
    }

    .header-search input {
        border: 0;
        background: #f3f3f3 !important;
        height: 40px;
        font-size: 13px
    }

    .header-search .input-group-prepend {
        border-right: 2px solid rgba(0,0,0,.2) !important
    }

.user-dropdown {
    position: relative;
    left: 15px
}

#navbarCollapse .dropdown-menu, #bs-example-navbar-collapse-1 #dropdown-menu-Id-layout {
    margin-top: 2px
}

.charges_radioBtn [type="radio"]:checked, .charges_radioBtn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .charges_radioBtn [type="radio"]:checked + label, .charges_radioBtn [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer
    }

        .charges_radioBtn [type="radio"]:checked + label:before, .charges_radioBtn [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff
        }

        .charges_radioBtn [type="radio"]:checked + label:after, .charges_radioBtn [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #e74c3c;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

#rbtnOPEN[type="radio"]:checked + label:after {
    background: #16a086
}

.charges_radioBtn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.charges_radioBtn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.companyDetails_upper {
    background-image: linear-gradient(#1097ca,#15b2d1);
    height: 70px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 3px 6px #e3e3e3
}

.small_margin_lr_0 {
    margin: 0
}

.small_margin_lr {
    margin: 0 15px
}

.companyDetails_main {
    color: #3e3e3e;
    background: #fafafa
}

.employee-reviews .d-flex.align-items-center {
    height: 62px
}

.employee-reviews span {
    font-size: 13px;
    font-weight: 400 !important
}

.ratings {
    position: relative;
    top: 3px
}

.employee-reviews .ratings .wrap {
    margin: 2px 0
}

.ratings label {
    float: left
}

.ratings i {
    margin-right: 1px;
    font-size: 11px;
    float: left;
    color: #fff !important;
    border-radius: 3px
}

#dv_followingCount {
    line-height: 30px
}

.companybody_contMain .info li {
    margin: 0 12px;
    vertical-align: top
}

    .companybody_contMain .info li * {
        font-size: 12px
    }

@-moz-document url-prefix() {
    .companybody_contMain .info li * {
        font-size: 12px;
    }
}

#btnPendingRocCompliances {
    padding: 12px 25px;
    box-shadow: 2px 2px 11px rgba(0,0,0,.1)
}

.check_compliance_btn {
    margin-right: 10%;
    margin-bottom: 30px
}

.companyname_style {
    font-size: 13px
}

.comp_email {
    font-size: 13px
}

.cin_icon_cls {
    margin-right: 8px
}

.sprite_img.location_compDir_icon {
    width: 22px;
    height: 22px;
    background-position: -43px -202px;
    margin-left: -11px;
    margin-right: 1px
}

.active_greentext {
    font-size: 13px;
    color: #41db5b;
    display: flex;
    font-weight: 500 !important
}

.company_display .active_greentext {
    color: #41db5b;
    display: contents
}

.active_bluetext {
    color: #3b579f;
    font-weight: 600
}

.font_normalStyle {
    color: #727272;
    font-size: 13px
}

#dv_mutualCompany tr td {
    padding-left: 20px !important
}

#dv_mutualCompany .label_left_comDetail div a b:hover {
    color: #3b579f;
    text-decoration: underline
}

.greentick_com {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background-position: -90px -26px;
    float: right
}

.inner-company-header {
    position: fixed;
    top: 75px;
    z-index: 1000;
    width: 100%
}

    .inner-company-header.scroll {
        top: -9px
    }

.after-company-header {
    margin-top: 225px
}

.companyDetails_lower {
    height: 65px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    z-index: 100
}

    .companyDetails_lower.fixed {
        position: fixed !important;
        top: 60px !important;
        width: 97.6% !important;
        left: 0%;
        z-index: 1000
    }

    .companyDetails_lower .col2 {
        max-width: 82%;
        flex: 0 0 82%
    }

.companyCheckDetails {
    background: #fff;
    box-shadow: 0 3px 11px #e3e3e3;
    border-radius: 5px;
    padding-bottom: 5px !important
}

companyCheckDetails .btn-sm {
    padding: 5px 6px !important
}

.companyname_body {
    padding: 28px 13px 12px !important
}

.compDetail_head {
    color: #3b579f;
    font-size: 16px
}

.sprite_img.otherompany_logo {
    background-position: -1px -227px;
    height: 40px;
    width: 34px;
    margin: auto;
    margin-top: 11px
}

.otherompany_bg {
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    box-shadow: 0 1px 3px #ccc;
    margin-left: 28px;
    margin-top: 15px;
    z-index: 1000
}

    .otherompany_bg img {
        width: 100% !important;
        height: 100% !important
    }

.compDetail_content {
    font-size: 13px;
    line-height: 22px
}

.label_right_contant {
    font-size: 12px;
    width: 60%;
    overflow-wrap: break-word
}

.btnoutstand {
    font-size: 11px;
    padding-top: 6px !important;
    text-transform: uppercase
}

.companyCheckboxleft {
    height: max-content
}

.flag_user_icon, .flag_circle_icon {
    width: 22px;
    height: 20px;
    background-position: -90px -250px
}

.sprite_img.flag_circle_icon {
    background-position: -102px -477px
}

.marginRight25 {
    margin-right: 25px;
    margin-bottom: 12px
}

.director_report {
    display: flex;
    color: #505050;
    font-size: 13px;
    padding-left: 30px
}

.deactivated_icon {
    width: 16px;
    background-position: -90px -509px;
    height: 16px;
    margin-left: 2px
}

.compDetail_head_dir {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}

.spacing_compCheckright {
    padding-left: 15px
}

    .spacing_compCheckright .greentext_dirReport {
        margin-left: 0 !important
    }

.fontSize-icon {
    font-size: 15px
}

.moreLess_div {
    height: 40px
}

    .moreLess_div.pt-3 {
        height: 63px
    }

.compCheckright_body {
    background: #fff;
    padding: 20px 0 0;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 11px #e3e3e3
}

.breadcrumb {
    background: none;
    padding: 12px 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: -10px;
    font-weight: 500
}

    .breadcrumb li {
        text-transform: capitalize
    }

        .breadcrumb li a {
            transition: all .2s;
            opacity: .8
        }

            .breadcrumb li a:hover {
                opacity: 1
            }

.moreLess_div.pb-5.mb-3 {
    height: 60px
}

.director_bodyActive {
    background: #f8f8f8
}

    .director_bodyActive .spacing_compCheckright {
        padding-top: 10px !important
    }

.dir_report_head {
    display: flex
}

    .dir_report_head b {
        font-size: 13px;
        padding-top: 3px
    }

.greentext_dirReport {
    margin-left: 15px;
    font-weight: 600;
    font-size: 13px;
    margin-top: 2px
}

.charges_bristishmain td {
    font-size: 12px
}

.open_greenbtn {
    border: none;
    border-radius: 3px;
    padding: 5px 13px;
    background: #16a086;
    color: #fff
}

.close_redbtn {
    background: #ad2f2f
}

    .close_redbtn:hover {
        background: #a12626 !important
    }

.charges_totalsum {
    font-size: 12px;
    float: left;
    background: #f8f8f8;
    display: inline-block !important
}

    .charges_totalsum span {
        width: 130px
    }

.custom_chargesSelect.nice-select {
    width: 180px !important;
    background: #f8f8f8;
    font-size: 12px
}

    .custom_chargesSelect.nice-select span.current {
        position: relative;
        top: 7px
    }

.warning_compliance_msg {
    background: #ffebe9;
    border-radius: 3px;
    height: auto
}

    .warning_compliance_msg p {
        color: #e74c3c;
        font-size: 15px;
        margin: 7px 8px 0 5px
    }

.sprite_img.error_icon {
    width: 23px;
    background-position: -102px -547px;
    height: 23px;
    float: left;
    margin-top: 4px
}

.errorbtn {
    padding: 0 14px !important;
    height: 30px;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4px
}

.comsearch_ul {
    width: 100%;
    top: 115%
}

.pos_rocPanding_body {
    margin-top: 82px
}

#DIN_MoreRecord, #DIN_LessRecord, #mutualCompany_moreRecord, #mutualCompany_lessRecord, #seeMoreRecord, #seeLessRecord {
    background: transparent;
    border: none;
    color: #3b579f;
    margin-right: 20px
}

.strick_icon {
    width: 16px;
    background-position: -92px -508px;
    height: 16px;
    margin-left: 3px;
    float: right
}

.companyStatus_label {
    width: 108px
}

.blue_color_text {
    color: #3b579f
}

.no-director-fond img {
    margin: auto;
    display: block
}

.NoData_div {
    display: table;
    margin: auto;
    padding: 0 35px
}

.no-director-text {
    font-size: 16px
}

.no-director-font {
    font-size: 15px
}

.no-director-head {
    color: #3b579f;
    font-size: 18px
}

.attention_div {
    width: 100px;
    font-size: 14px;
    background-color: #ec4433;
    display: flex;
    align-items: center;
    justify-content: center
}

.attention_content_div {
    font-size: 13px;
    width: 95%;
    background-color: #000
}

.click_here {
    font-size: 15px
}

#dv_mutualCompany .text-danger {
    font-size: 13px;
    font-weight: 600
}

.popup_head.font-weight-bold {
    color: #3b579f
}

.custom_width_popup .modal-title.font-weight-bold {
    color: #161616
}

.sprite_img.company_docicon {
    background-position: 2px -30px;
    height: 85px;
    width: 85px;
    float: left;
    margin-top: 10px
}

.dueCompliancePenalties {
    box-shadow: 1px 0 10px #cfcfcf;
    border-left: 5px solid #3b579f;
    border-radius: 10px
}

.cust_paddingLeft {
    padding-left: 105px
}

.CompliancePenaltiesContent {
    width: 80%;
    font-size: 14px
}

.free_consultant_body {
    background: #e0f6fa;
    margin-left: 15px;
    width: 100%
}

.freeCons_head {
    color: #3b579f
}

.pending_compliance_main .table thead tr {
    background: #3b579f;
    font-size: 15px
}

.sprite_img.downwardarrow {
    width: 18px;
    background-position: -43px -117px;
    height: 13px;
    margin-left: 4px;
    display: inline-flex
}

.complete_greentext {
    color: #41db5b
}

.pending_redtext {
    color: #e74c3c
}

.sprite_img.pending_icon {
    width: 18px;
    background-position: -19px -112px;
    height: 20px;
    margin-left: 10px
}

.getfree_cons_btn {
    width: 80%;
    padding: 12px 20px !important;
    font-weight: 600;
    font-size: 18px
}

.particulars_subhead {
    font-size: 14px
}

.particulars_amount {
    font-size: 13px
}

.alert_head {
    padding: 15px;
    background: #e74c3c;
    width: auto;
    height: auto;
    margin-bottom: 16px
}

.sprite_img.alert_icon {
    width: 25px;
    background-position: -135px -198px;
    height: 26px
}

.pending_redtext_body {
    background: #fdedeb;
    height: auto;
    padding: 15px;
    width: 100%
}

.completetext-align {
    height: 70px;
    padding-top: 22px !important
}

.total_penalty_tr {
    color: #3b579f;
    background: #e1e5f0 !important
}

.free_consultant_text {
    width: 90%;
    margin: auto
}

#pendingComp.table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
    border: 1px solid #eee
}

#pendingComp.table-striped tbody tr:nth-of-type(odd) {
    background: #fff
}

.scrolldown {
    width: 90%;
    padding: 15px;
    margin: auto;
    display: block
}

.following_btn {
    display: flex;
    padding: 6px 12px
}

.follow_div ul.list-inline li {
    padding-right: 0 !important;
    vertical-align: top
}

.blue_borderline_btn {
    border: .5px solid #3b579f !important;
    color: #3b579f;
    border-radius: 3px;
    font-size: 12px !important;
    background: #fff;
    font-weight: 500
}

    .blue_borderline_btn:hover {
        color: #3b579f !important
    }

    .blue_borderline_btn.hover:hover {
        background: #3b579f !important;
        border: .5px solid #3b579f !important;
        color: #fff !important
    }

.whitetick_bluebg {
    width: 17px;
    background-position: -92px -45px;
    height: 17px;
    margin-left: 4px
}

.iner_contactUs_main {
    padding: 65px 100px
}

    .iner_contactUs_main .innerbody_contactUs .margintopStyle a {
        overflow-wrap: break-word
    }

.innerbody_contactUs {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.1)
}

.iner_contactUs_main .form-control, .com_det_popup .form-control {
    border: none;
    box-shadow: 0 0 3px 1px #e5e5e5;
    height: 43px
}

.iner_contactUs_main .btn-custom.blue_btn {
    width: 150px
}

.w_contactUS50 {
    width: 430px
}

.customtext-dark {
    color: #393939;
    line-height: 1.7
}

.custom_bluecolor_head {
    color: #1e2f4f
}

.temsCon_head {
    font-size: 20px
}

.sprite_img.check_icon {
    background-position: -113px -197px;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 3px
}

.marginleft_privacy {
    margin-left: 80px
}

.marginleft_aboutus {
    padding-left: 5%
}

.custom_width_popup {
    width: 900px;
    margin-left: -5% !important;
    margin-top: 11% !important
}

.com_det_popup label {
    margin-bottom: 0;
    color: #3c3b3b
}

.btn-custom-popup {
    width: 180px;
    padding: 12px 10px !important
}

.com_det_popup .modal-header .close {
    margin: -42px -30px -13px auto !important
}

.peopleDetail_div {
    padding-bottom: 15px !important
}

.popup_content {
    color: #6c6c6c;
    width: 475px;
    font-size: 15px
}

.com_det_popup {
    padding-right: 0 !important
}

.popup_content_width {
    width: 532px
}

.custom_width_popup .text-danger {
    font-size: 14px
}

button.blue_btn:hover {
    color: #fff
}

.updated-panel {
    width: 100%;
    height: auto;
    margin-bottom: 13px
}

    .updated-panel .tab {
        transition: box-shadow .2s ease-out,opacity .2s ease-out;
        padding: 10px 15px;
        border-radius: 2px;
        height: 50px
    }

        .updated-panel .tab strong {
            color: #2b66ff
        }

    .updated-panel .left .tab {
        background: #dae4ff
    }

    .updated-panel .right .tab {
        background: #e3e3e3
    }

    .updated-panel .tab .fa-info-circle {
        color: rgba(0,0,0,.6)
    }

    .updated-panel .panel {
        background: #f7f9ff;
        width: 100%;
        height: auto;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        border-radius: 0 0 2px 2px;
        position: absolute;
        top: 100%;
        left: 15px;
        z-index: 100;
        padding: 20px 20px;
        display: none
    }

    .updated-panel .tab .btn {
        background: #2b66ff !important;
        border-radius: 2px !important;
        height: 27px
    }

        .updated-panel .tab .btn.btn-white {
            background: #fff !important;
            color: #000 !important
        }

    .updated-panel .right_ {
        padding-right: 7px
    }

.aboutus_img {
    margin: auto;
    display: block;
    margin-top: 30px
}

.seo_microdata {
    display: none !important
}

.inner_AboutUs_content {
    padding: 25px 0 0 0
}

.modal-loader {
    z-index: 1000000000;
    display: none;
    padding-top: 18%;
    background: rgba(255,255,255,.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gifLoader {
    z-index: 1000;
    margin: auto;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0
}

    .gifLoader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 130px
    }

.w_contactUS50 {
    width: 320px
}

.marginleft_aboutus {
    padding-left: 1%
}

.CompliancePenaltiesContent {
    width: 96%
}

.small_margin_lr_0 {
    margin: 15px 15px 0 0
}

.paddingRB_0 {
    padding: 0
}

#features .features-item {
    padding: 25px 30px
}

#recentCmpnyViewList button {
    width: 76px
}

.SignUp_companyCheckMain {
    background: #fafafa;
    padding: 25px 55px;
    padding-bottom: 45px
}

    .SignUp_companyCheckMain h1 {
        font-size: 28px
    }

.login_sign_body {
    background: #fff;
    width: 500px !important;
    box-shadow: 0 6px 10px rgba(0,0,0,.1);
    color: #484848;
    border-radius: 5px
}

.login_signUp_btn {
    background: #3b579f;
    padding: 10px 15px !important
}

    .login_signUp_btn:hover {
        background: #223972 !important
    }

.com_fanancial_mobile {
    cursor: pointer;
    color: #acacac;
    margin-top: -28px;
    margin-right: 10px
}

.signUp_head {
    line-height: 1.5
}

.social_plat_body {
    margin: auto;
    display: table !important
}

.social_icon_style {
    cursor: pointer;
    width: 36px;
    height: 36px;
    float: left
}

.facebook_sprite_icon {
    background-position: -55px -919px
}

.google_sprite_icon {
    background-position: -11px -919px
}

.linkedin_sprite_icon {
    background-position: -96px -919px
}

.twitter_sprite_icon {
    background-position: -139px -919px
}

.leftLine_or, .rightLine_or {
    background: #e5e5e5;
    height: 1px;
    width: 47%
}

.text_or_design {
    padding: 5px 9px;
    height: 33px;
    border-radius: 31px;
    box-shadow: 0 1px 3px grey;
    line-height: 26px
}

.head_textcolor {
    color: #3e3e3e
}

.textcolor_content {
    color: #484848;
    line-height: 1.8
}

.colored_icon_fb {
    color: #3b5998
}

.colored_icon_twitter {
    color: #00acee
}

.colored_icon_linkedin {
    color: #068fd7
}

.btn-signup_bottom {
    height: 30px;
    padding-top: 4px
}

.forget_pswrd_underline {
    text-decoration: underline
}

.blue_border_btn {
    border: 1px solid #3b579f;
    border-radius: 32px;
    width: 75px;
    height: 30px;
    font-size: 14px;
    color: #3b579f;
    padding-top: 4px
}

.verify_email_icon {
    width: 90px;
    background-position: -112px -965px;
    height: 90px
}

.reset_border_btn {
    border: 1px solid #3b579f;
    border-radius: 3px;
    height: 40px;
    color: #3b579f;
    box-shadow: 1px 2px 4px #ccc;
    background: transparent
}

    .reset_border_btn a {
        color: #3b579f;
        font-weight: 600
    }

.custom_overlaywrap {
    overflow-wrap: break-word
}

.set_pswrd_icon {
    width: 94px;
    background-position: -8px -961px;
    height: 94px
}

.uneditable_bg {
    background: #f8f8f8
}

.fa_icon_style, .fa_iconSide_style {
    color: #8d8d8d;
    margin-right: 8px;
    margin-top: 3px
}

.fa_iconSide_style {
    padding-left: 25px
}

.user_forgot_pswd {
    width: 90px;
    background-position: -201px -960px;
    height: 90px
}

.forget_pswrd_body {
    margin-top: 86px
}

.change_pswrd_icon {
    width: 90px;
    background-position: -492px -960px;
    height: 90px
}

li.sidebar-brand {
    background: #3b579f;
    color: #fff;
    padding-left: 25px
}

    li.sidebar-brand a {
        color: #fff !important
    }

    li.sidebar-brand > a {
        color: #fff
    }

.sidebar_brand_opt > a:hover {
    text-decoration: none
}

.fa_iconSide_style:hover {
    color: #fff
}

.sidebarmenu_main {
    float: left;
    position: sticky;
    position: -webkit-sticky;
    top: 144px;
    width: 215px;
    z-index: 1
}

.sidebar-nav {
    display: block
}

    .sidebar-nav i {
        position: relative;
        top: 2px
    }

.overviewIcon {
    width: 21px;
    background-position: -9px -878px;
    height: 20px;
    float: left
}

.financialIcon {
    width: 20px;
    background-position: -9px -899px;
    height: 20px;
    float: left
}

.overview_icon_active {
    background-position: -9px -855px
}

.financials_icon_active {
    background-position: -9px -920px
}

.legal-cases-icon {
    background-position: -9px -988px;
    width: 20px;
    height: 20px;
    float: left
}

.legal-cases-icon-act {
    background-position: -9px -1014px
}

.legal-cases-icon1 {
    background-position: -207px -147px !important;
    width: 50px;
    height: 50px;
    margin: auto
}

#overviewSubmenu.show, #financialsSubmenu.show {
    display: contents
}

#overviewSubmenu li, #financialsSubmenu li {
    padding-left: 29px
}

.sidebar_brand_opt {
    padding-left: 25px
}

    .sidebar_brand_opt:hover {
        background: #efefef;
        color: #000 !important
    }

        .sidebar_brand_opt:hover a {
            color: #000 !important
        }

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
    width: 195px
}

    .sidebar-wrapper .sidebar-menu ul li.tab span {
        font-size: 14px
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: block;
        position: relative;
        padding: 8px 10px 8px 20px
    }

        .sidebar-wrapper .sidebar-menu ul li a.cursor {
            font-size: 13px
        }

.companyleftbar-menu {
    width: 200px;
    height: auto;
    margin-bottom: 0
}

    .companyleftbar-menu li.blue_color_text a {
        color: #3b579f !important
    }

    .companyleftbar-menu li.blue_color_text ul li a {
        color: #262626 !important
    }

    .companyleftbar-menu li a {
        padding: 8px 8px 8px 20px;
        display: block;
        color: #262626 !important
    }

    .companyleftbar-menu li.blue_color_text ul li.sidebar-brand a {
        color: #fff !important
    }

    .companyleftbar-menu li a .icon {
        opacity: .8;
        font-size: 9px;
        display: none
    }

li.sidebar-brand a .icon {
    opacity: 1
}

.companyleftbar-menu li a i {
    position: relative;
    top: 2px
}

.companyleftbar-menu li ul {
    display: none;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden
}

    .companyleftbar-menu li ul::-webkit-scrollbar-track {
        background: none !important
    }

.companyleftbar-menu li.act ul {
    display: block
}

.companyleftbar-menu li ul li:hover i {
    display: block
}

@media only screen and (min-width:1400px) and (max-width:2700px) {
    .notification-tab-wrap {
        margin-right: 0 !important
    }

    .about-finincials-section .col-sm-4 div {
        font-size: 13px !important
    }

    .about-finincials-section .col-sm-4 .fontSize_16, .about-finincials-section .col-sm-4 .fontSize_18 {
        font-size: 16px !important
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .breadcrumb {
        display: none !important
    }

    #notification_wrapper .dataTables_scrollBody {
        overflow: scroll !important
    }

    .user-icon {
        display: none
    }

    .company-page.down {
        margin-top: 0 !important
    }

    .companyleftbar-menu {
        width: 100% !important;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        position: relative;
        height: 80px;
        padding-top: 5px
    }

        .companyleftbar-menu li a i {
            position: relative;
            top: 2px;
            left: 6px
        }

        .companyleftbar-menu li a {
            padding: 8px 20px 8px 15px
        }

        .companyleftbar-menu li {
            position: static;
            float: left;
            margin-right: 6px
        }

            .companyleftbar-menu li span {
                position: relative;
                top: 2px
            }

            .companyleftbar-menu li ul {
                position: absolute;
                top: 40px;
                left: 0;
                width: 100% !important;
                white-space: nowrap;
                overflow-x: scroll;
                padding: 0 15px
            }

                .companyleftbar-menu li ul li {
                    display: inline-block;
                    float: none !important;
                    padding-left: 0 !important;
                    border-radius: 3px !important
                }

                    .companyleftbar-menu li ul li a {
                        padding-right: 10px !important
                    }

    .thankyou-page h3 {
        font-size: 20px !important;
        text-align: center !important
    }

    .thankyou-page p {
        font-size: 14px !important;
        text-align: center !important;
        margin-top: 15px;
        line-height: 22px
    }

    .thankyou-page .btn {
        font-size: 13px !important
    }

    .companyleftbar-menu li a .icon {
        display: block;
        margin-left: 5px;
        font-size: 9px !important
    }
}

.people-and-contact-panel {
    width: 6%;
    height: 590px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    transition: all .2s;
    overflow: hidden
}

    .people-and-contact-panel.open {
        width: 100%
    }

        .people-and-contact-panel.open .box {
            opacity: 1 !important
        }

    .people-and-contact-panel .tab {
        width: 600px;
        padding: 10px;
        background: #3b579f;
        transform: rotate(270deg);
        position: absolute;
        top: 269px;
        left: -280px;
        cursor: pointer;
        z-index: 100000;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .people-and-contact-panel .tab span {
            opacity: 1;
            position: absolute
        }

    .people-and-contact-panel.open .tab {
        left: -253px
    }

    .people-and-contact-panel .tab .close__ {
        opacity: 0;
        font-size: 20px
    }

    .people-and-contact-panel.open .tab {
        background: #f0f0f0 !important
    }

        .people-and-contact-panel.open .tab .close__ {
            opacity: 1
        }

        .people-and-contact-panel.open .tab span {
            opacity: 0
        }

        .people-and-contact-panel.open .tab * {
            color: #262626 !important
        }

    .people-and-contact-panel table {
        width: 93%;
        filter: blur(5px)
    }

    .people-and-contact-panel.open .table-responsive {
        padding-left: 71px
    }

        .people-and-contact-panel.open .table-responsive table {
            filter: blur(0)
        }

    .people-and-contact-panel table tbody {
        filter: blur(15px)
    }

.people-and-contact-panel {
    display: flex;
    align-items: center;
    justify-content: center
}

    .people-and-contact-panel .box {
        position: absolute;
        z-index: 1000;
        width: 50%;
        opacity: 0;
        padding: 45px !important
    }

.horizontal_line_style {
    height: 1px;
    background: #efefef
}

.filter_label {
    padding-top: 2px;
    font-weight: 500;
    font-size: 11px
}

.sidebar_brand_opt a {
    color: #262626
}

.bullet_styling {
    font-size: 5px;
    padding-top: 6px;
    color: #595959;
    float: left
}

.active_greentext_sml {
    color: #41db5b
}

.globalTop_margin {
    padding-top: 80px;
    margin-left: 10px;
    margin-right: 10px
}

.greentick_sml {
    width: 14px;
    background-position: -164px -204px;
    height: 14px;
    margin-left: 6px
}

.strick_icon_sml {
    width: 14px;
    background-position: -179px -204px;
    height: 14px;
    margin-left: 3px
}

#dv_address {
    font-size: 13px;
    margin: 0 25px
}

#myDiv {
    height: 220px;
    margin: 5px 5px
}

.width_filter {
    width: 265px
}

.width_people_div {
    width: 88.2%
}

.contactDetails_table td {
    padding-left: 0
}

.btn_width170 {
    width: 170px
}

.fa_icon_color {
    color: #454545
}

.tradingAddresses td, .tradingAddresses th {
    padding-left: 30px;
    padding-right: 24px
}

.updateTrading_btn {
    margin-left: 30px
}

.td_verticalAlign {
    vertical-align: middle !important
}

.td_verticalAlignTop {
    vertical-align: top !important
}

.dropdown-toggle::after {
    display: none !important
}

.din_textWidth {
    width: 80px
}

.contactDetails_head {
    margin-bottom: 5px
}

.filter_icon {
    width: 18px;
    background-position: -105px -666px;
    height: 18px
}

#itemsToFilter a:hover {
    text-decoration: none
}

#timeline div {
    overflow: hidden hidden !important
}

.m_l_pdiv {
    margin-left: 10px
}

#itemsToFilter tr td img {
    width: 20px;
    height: 13px;
    margin-top: -2px;
    margin-right: 4px
}

#tblRightInfo {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    color: #333;
    position: absolute;
    top: 87px;
    left: 92%;
    width: 99%;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

    #tblRightInfo.on {
        left: 5px
    }

#dv_sliderPopup.on {
    right: 10px;
    transform: translate(-25%,-18px);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

#slideout1 test {
    display: block;
    height: 1000px;
    margin-bottom: 600px;
    width: 250px
}

#btnShowpopup {
    position: absolute;
    right: 9.8%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: translateX(0%) translateY(100%) rotate(-90deg);
    transform-origin: right center;
    width: 20%;
    top: 0
}

#btnHidepopup {
    position: absolute;
    z-index: 10 !important;
    left: 5px !important;
    top: 25% !important;
    width: 15%;
    background: #f1f1f1;
    padding: 10px;
    border: none;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: bottom left
}

.blur_table {
    filter: blur(8px);
    -webkit-filter: blur(3px);
    height: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.people_infofarmation_div {
    background-color: #fff;
    box-shadow: 0 0 8px #e9e9e9;
    position: absolute;
    top: 35%;
    left: 40%;
    transform: translate(160%,-50%);
    width: 50%;
    width: 85%;
    max-width: 500px;
    padding: 15px;
    text-align: center
}

.removescrolling {
    overflow-x: hidden;
    overflow-y: hidden
}

.border_radius_0 {
    border-radius: 0
}

.people_info {
    width: 90px;
    background-position: -308px -969px;
    height: 75px;
    margin: auto
}

.btnShow_div {
    width: 9.4%;
    float: right;
    margin-top: 6px
}

.p_d_card_main {
    width: 350px;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word
}

.p_d_card_head a {
    padding: 10px;
    color: #262626;
    text-align: center;
    display: block
}

.p_d_sliderHead {
    width: 117px
}

.p_d_card_head a:hover {
    text-decoration: none
}

.height_contentfit {
    height: fit-content
}

.personDetails_div {
    border-radius: 3px
}

.directorProfile_icon {
    width: 65px;
    background-position: -83px -853px;
    height: 62px
}

.btnviewInfo_peopleDetails {
    padding: 5px;
    font-size: 11px !important;
    padding: 5px 10px !important
}

#piechartheader {
    margin-left: 35px;
    padding-bottom: 20px
}

.associate_company_div {
    margin-right: 15px;
    margin-left: 15px;
    position: inherit;
    border-radius: 4px
}

.peopleDetailsRight_display {
    display: flow-root;
    display: -ms-grid
}

.p_d_card_main .p_d_sliderHead.active.active, .p_d_card_main .p_d_sliderHead.active:focus {
    color: #fff;
    background-color: #3b579f
}

    .p_d_card_main .p_d_sliderHead.active.active a, .p_d_card_main .p_d_sliderHead.active a:focus {
        color: #fff
    }

#peopleNContactsPieChart img {
    max-width: inherit !important
}

.timeline_icon, .companies_icon, .Overview_icon {
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 5px;
    zoom: 100% !important
}

.Overview_icon {
    background-position: -412px -930px
}

    .Overview_icon.active {
        background-position: -392px -930px
    }

.timeline_icon {
    background-position: -491px -930px
}

    .timeline_icon.active {
        background-position: -473px -930px
    }

.companies_icon {
    background-position: -453px -930px
}

    .companies_icon.active {
        background-position: -432px -930px
    }

.viewAllcompany {
    float: right;
    margin: 0 115px 15px 15px
}

.associatedCompanies_table thead th {
    padding: 10px 10px 5px 10px
}

.borderBottom_table {
    border-bottom: 2px solid #f7f7f7;
    margin: 10px 0
}

.blurUpperdiv_keyInfo {
    position: absolute;
    transform: translate(6%,-89%);
    z-index: 2;
    width: 283px;
    padding: 8px 12px
}

.personDetails_div.global_bgWhite.global_boxshadow.p-3.my-3 {
    padding-bottom: 30px !important;
    position: relative
}

.blurdiv_keyInfo {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(3px);
    height: 100%
}

.directorProfile_kIicon {
    width: 35px;
    background-position: -181px -921px;
    height: 35px
}

#piechartheader {
    margin-left: 23%
}

#chart_div {
    width: 99%
}

.companyName_th_first {
    padding-left: 22px !important
}

.companylogo_icon {
    width: 27px;
    background-position: -102px -684px;
    height: 27px;
    float: left;
    margin-left: 10px
}

.open-search {
    display: none
}

.location_comIcon {
    color: #b4b4b4;
    padding-top: 3px
}

.padding_cus {
    padding: 0 2px 0 10px !important
}

.updateCompanyDetails {
    width: 800px
}

.circle_plusIcon_btn {
    width: 15px;
    background-position: -107px -713px;
    height: 16px;
    margin-left: -5px;
    margin-right: 5px
}

.btn_whiteUpdateCon {
    border-radius: 2px;
    padding: 7px;
    margin-bottom: 15px;
    text-align: left
}

#TblTradingAddress tr th {
    background: #f8f8f8;
    border-top: none;
    vertical-align: middle
}

.backbtn_u_c_i {
    border: 1px solid #c9c9c9;
    padding: 3px 12px;
    border-radius: 2px;
    color: #5c5a5a
}

.border-radiusdiv {
    border-radius: 5px
}

.editbtn_style {
    background: #3b579f;
    border-radius: 3px;
    padding: 1px 8px
}

.ad-table-tr-col td {
    border-top: none
}

.table_th_width35 {
    width: 35%
}

.table_th_width1 {
    width: 5%
}

.table_th_width2 {
    width: 18%
}

.table_th_width3 {
    width: 17%
}

.table_th_width4 {
    width: 20%
}

.table_th_width5 {
    width: 5%
}

.updateConInfo_div {
    height: 45px
}

#TblTradingAddress, #frmTradingAddress {
    display: none
}

.m_r_div15 {
    margin-right: 15px
}

.latestAnnualReturn {
    background-color: #3b517c;
    margin-right: 20px
}

.totalNumShare {
    background-color: #66b92e
}

.paidUpCapital {
    background-color: #da932c;
    margin-left: 20px
}

.shareholder_dot {
    margin-right: 5px;
    font-size: 8px;
    margin-top: 5px;
    margin-right: 10px
}

.groupStructure_chart table {
    width: 75%;
    margin: auto;
    margin-bottom: 25px;
    padding: 10px
}

.shareholder_dotColor {
    color: #81ccb8
}

.shareHolder_contentDiv {
    width: 200px
}

    .shareHolder_contentDiv .fontSize_22 {
        font-size: 20px
    }

.shareHolder_iconPos {
    margin-left: 25px;
    padding-top: 15px
}

.commonShareHolder_icon {
    width: 32px;
    height: 32px;
    margin-top: 8px
}

.latestAnnualR_icon {
    background-position: -149px -871px
}

.totalNumShare_icon {
    background-position: -190px -871px
}

.paidUpCapital_icon {
    background-position: -229px -871px
}

.customScrolling::-webkit-scrollbar-track {
    background-color: #fff;
    margin-top: 10px
}

.customScrolling::-webkit-scrollbar {
    background-color: #fff;
    height: 5px
}

.customScrolling::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 10px
}

#tblCompanyList_filter label {
    display: flex !important;
    font-weight: 500
}

.grid_srchbox {
    height: 28px
}

#tblCompanyList_filter {
    margin: 15px 0
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-image: none !important
}

table.dataTable tbody tr {
    background-color: transparent !important
}

table.dataTable tbody th, table.dataTable tbody td {
    border-top: 1px solid #efeeee
}

table.dataTable thead th {
    border-bottom: none !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    background: #3b579f !important;
    color: #fff !important;
    border: none !important
}

#tblCompanyList_wrapper .dataTables_paginate .paginate_button:hover {
    background: #3b579f !important;
    color: #fff !important;
    border: none !important
}

.dataTables_wrapper .dataTables_paginate, .dataTables_info {
    margin-top: 20px;
    margin-bottom: 10px !important
}

.table-full .dataTables_paginate {
    position: relative !important;
    left: -20px !important;
    float: none !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f5f5f5 !important;
    color: #000 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #f5f5f5 !important;
    color: #000 !important;
    box-shadow: none !important;
    outline: none !important
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #e0dfdf !important;
    border-radius: 3px !important;
    padding-left: 10px
}

.global_tb_design.financial-Parameters-table tbody tr {
    border-top: none !important
}

    .global_tb_design.financial-Parameters-table tbody tr td:first-child {
        font-size: 12px;
        padding: 10px 24px !important
    }

    .global_tb_design.financial-Parameters-table tbody tr td.bg-blue {
        font-size: 13px;
        padding: 10px 24px !important
    }

#balanceSheet-table tbody tr td, .financial-Parameters-table tr td {
    padding: 8px 17px !important
}

#balanceSheet-table .total * {
    font-weight: bold !important;
    background: #fafafa !important
}

#balanceSheet-table tr .fa-circle {
    font-size: 7px !important;
    opacity: .8
}

.company-icon-sml {
    background-position: -90px -526px;
    width: 18px;
    height: 20px
}

.company-info-table td {
    padding-top: 0 !important;
    padding-left: 5px !important
}

.font-light {
    font-weight: 400 !important;
    color: #444 !important
}

.custom-control-label::before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 2px !important
}

.dashboard-box .box {
    position: relative;
    padding: 18px 35px 18px 15px !important;
    width: 23%;
    border-radius: 5px !important
}

    .dashboard-box .box .sprite_img {
        position: absolute;
        top: 23%;
        right: 10px
    }

    .dashboard-box .box:last-child {
        margin-right: 0 !important
    }

#ratio-table td {
    text-align: center !important
}

#ratio-table tr td:first-child {
    text-align: left !important
}

#ratio-table td:hover {
    background: #fbfbfb !important
}

.ratio-table tr:nth-child(odd) td:first-child {
    background: #fafafa !important;
    font-weight: 700 !important
}

.ratio-table tr:nth-child(even) td:first-child {
    background: #fff !important;
    font-weight: 700 !important
}

.financial-Parameters-table tr td:first-child {
    background: #fafafa !important
}

.financial-Parameters-table tr td.bg-blue {
    background: #3b579f !important
}

.financial-Parameters-table tr td a.border-effect {
    font-weight: 600 !important
}

.financial-Parameters-table tr td.bg_blue_custom {
    background: #3b579f !important
}

.packages-section {
    padding-bottom: 20px !important
}

.subscribeNowPopUp .body .package {
    height: auto !important
}

    .subscribeNowPopUp .body .package .col-md-12.mt-4.mb-0.d-flex.justify-content-center {
        position: static !important
    }

.owl-dots button span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px !important;
    background: #c4c4c4 !important;
    border-radius: 50px
}

.owl-dots button.active span {
    background: #3b579f !important
}

.need-help li {
    margin: 0 80px
}

.need-help .icon {
    width: 50px;
    height: 50px;
    border-radius: 50px
}

    .need-help .icon.chat {
        background: #279a50
    }

    .need-help .icon.call {
        background: #216abe
    }

    .need-help .icon.email {
        background: #be4d09
    }

    .need-help .icon i {
        font-size: 20px
    }

.need-help h4 {
    font-size: 17px;
    color: #484848;
    font: Medium 16px/19px Roboto;
    margin-bottom: 5px;
    margin-top: 15px
}

.need-help a {
    color: #3b579f;
    font-size: 16px
}

.empty-cart {
    padding: 55px 30px
}

.cart-wrapper {
    margin-top: 15px !important
}

.cart-footer {
    background: #eaeaea;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%
}

    .cart-footer ul li {
        margin-right: 40px !important
    }

.payment-success {
    padding: 35px 0
}

.payment-table {
    width: 400px;
    margin: auto;
    font-size: 19px
}

    .payment-table td {
        color: #787878 !important;
        font-size: 14px;
        position: relative;
        left: 55px
    }

.cart-dashboard .shareHolder_div {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    position: relative
}

    .cart-dashboard .shareHolder_div h5 {
        color: #a3a3a3;
        font-size: 17px
    }

    .cart-dashboard .shareHolder_div h4 {
        color: #5c6065;
        font-size: 22px;
        font-weight: 400
    }

    .cart-dashboard .shareHolder_div .icon {
        display: flex;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 25px;
        right: 25px;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        color: #fff
    }

        .cart-dashboard .shareHolder_div .icon i {
            font-size: 25px
        }

    .cart-dashboard .shareHolder_div.wallet .icon {
        background: #5d9bdd
    }

    .cart-dashboard .shareHolder_div.reviews .icon {
        background: #66b92e
    }

.cart-dashboard .shareHolder_div {
    padding-bottom: 65px !important
}

    .cart-dashboard .shareHolder_div ul.bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 12px
    }

        .cart-dashboard .shareHolder_div ul.bottom li {
            font-size: 15px;
            padding: 0 20px;
            width: 49%;
            margin-right: 0 !important;
            color: #5c6065
        }

            .cart-dashboard .shareHolder_div ul.bottom li a {
                color: #5d9bdd
            }

            .cart-dashboard .shareHolder_div ul.bottom li:last-child {
                float: right;
                text-align: right;
                padding-right: 12px
            }

        .cart-dashboard .shareHolder_div ul.bottom span {
            color: #a5a5a5
        }

.my-cart-table th, .my-cart-table td {
    padding-left: 17px !important
}

.my-cart-table td {
    padding-bottom: 0 !important
}

.my-cart-table .custom-control {
    width: max-content;
    float: left
}

.my-cart-table .data {
    float: left;
    padding-left: 15px;
    width: 90%
}

    .my-cart-table .data h5 {
        font-size: 14px;
        color: #262626
    }

.my-cart-table p {
    color: #484848;
    font-size: 12px;
    font-weight: 400
}

    .my-cart-table p.added {
        font-weight: 500;
        color: #484848;
        font-size: 13px;
        margin-bottom: 0 !important
    }

.my-cart-table .btn {
    margin: 5px 0
}

.my-cart-table .remove {
    color: #6d6d6d !important;
    margin-left: 5px
}

#btnCheckOut .btn {
    font-size: 14px !important;
    padding: 12px 15px !important
}

.payment-method li {
    border: 1px solid rgba(0,0,0,.1)
}

    .payment-method li a {
        display: block;
        padding: 15px 30px
    }

.order-summery table td {
    padding-left: 17px !important
}

    .order-summery table td b {
        font-size: 15px;
        font-weight: 500;
        color: #262626
    }

    .order-summery table td p {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0
    }

    .order-summery table td .price {
        font-size: 16px;
        font-weight: 500
    }

.order-summery table td {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
    padding-left: 2px !important;
    width: 100%
}

.view-more-tab i {
    font-size: 18px;
    position: relative;
    top: 2px
}

.counting {
    display: inline-block;
    background: #656e73;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 8px;
    text-align: center;
    font-weight: 300;
    margin-left: 5px
}

.financials-blur {
    width: 100%;
    height: auto;
    margin: 10px auto;
    background: url(../../Images/financials-blur.jpg) no-repeat top center;
    background-size: cover;
    padding: 85px 50px;
    margin-top: -20px;
    padding-bottom: 60px
}

.shareholderblur_bg {
    padding: 50px 50px;
    background: url(../../Images/shareholders.jpg) no-repeat top center
}

.financials-blur .box {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 25px
}

.financial-data {
    width: 100%;
    float: right;
    padding-left: 20px
}

    .financial-data li {
        width: 33.3333333333%;
        float: left;
        margin-bottom: 20px;
        padding-right: 0
    }

        .financial-data li .price {
            font-size: 12px;
            font-weight: 700
        }

        .financial-data li.col1 label {
            background: #ff5583
        }

        .financial-data li.col1 .price {
            color: #ff5583
        }

        .financial-data li.col2 label {
            background: #5584ff
        }

        .financial-data li.col2 .price {
            color: #5584ff
        }

        .financial-data li.col3 label {
            background: #3b579f
        }

        .financial-data li.col3 .price {
            color: #3b579f
        }

        .financial-data li.col4 .price {
            color: #000
        }

        .financial-data li.col5 .price {
            color: #000
        }

        .financial-data li.col7 .price {
            color: #000
        }

        .financial-data li .price.blur {
            filter: blur(3px)
        }

        .financial-data li label {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 100px;
            margin-bottom: 0;
            position: relative;
            top: 6px
        }

.socials li {
    margin-right: 10px !important;
    width: inherit !important;
    margin-bottom: 0 !important
}

    .socials li a img {
        width: inherit !important
    }

.socilaIcon {
    width: 20px;
    height: 20px
}

.facebook_small_icon {
    background-position: -251px -928px
}

.twitter_small_icon {
    background-position: -275px -928px
}

.linkedIn_small_icon {
    background-position: -299px -928px
}

.insta_small_icon {
    background-position: -324px -928px
}

.youtube_small_icon {
    background-position: -347px -928px
}

.company-contact-details {
    padding: 0 5px;
    overflow: hidden;
    width: 100%
}

    .company-contact-details li {
        width: 50%;
        float: left;
        margin-bottom: 10px
    }

        .company-contact-details li.pl-6 {
            position: relative;
            left: 120px
        }

        .company-contact-details li strong {
            display: block;
            width: 25%;
            float: left;
            font-size: 13px
        }

        .company-contact-details li span {
            display: block;
            width: 75%;
            float: left;
            font-size: 12px
        }

.companyname_body .company-icon-sml {
    display: none
}

.filter-btn-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 0 10px;
    width: 100%;
    display: none
}

    .filter-btn-fixed li {
        width: 45%
    }

#timeline1 div div div div {
    background: #fff !important
}

#timeline1 div div div svg g text {
    fill: #000 !important
}

#timeline1 div div div.google-visualization-tooltip {
    background: #fff !important
}

.google-visualization-tooltip * {
    color: #000 !important
}

.form-control {
    border-radius: 3px !important
}

.input-icon {
    position: relative
}

    .input-icon .form-control {
        padding-left: 33px !important
    }

    .input-icon i, input-icon img {
        position: absolute;
        top: 12px;
        left: 10px;
        font-size: 16px
    }

    .input-icon.linkdin i {
        color: #0288d1
    }

    .input-icon.tw i {
        color: #03a9f4
    }

    .input-icon.fb i {
        color: #3f51b5
    }

    .input-icon.youtube i {
        color: #f00
    }

    .input-icon .form-control {
        padding-left: 35px
    }

.control-label {
    font-weight: 500
}

.update-company-details .form-group {
    margin-bottom: 7px
}

    .update-company-details .form-group label {
        font-weight: 500
    }

.update-company-details .form-control {
    height: 35px
}

.update-company-details .input-group-text {
    padding: 5px 10px;
    font-size: 14px
}

.about-finincials-section .col-sm-4:last-child, .about-finincials-section .col-md-4:last-child {
    margin-bottom: 0 !important
}

.group-structure-graph {
    height: auto;
    margin-bottom: 35px
}

    .group-structure-graph .btn {
        padding: 15px 18px !important;
        position: relative;
        z-index: 1
    }

    .group-structure-graph .sprite_img.company-icon {
        background-position: -515px -928px;
        width: 20px !important;
        height: 20px !important
    }

    .group-structure-graph .text-center span {
        position: relative;
        display: inline-block
    }

        .group-structure-graph .text-center span:after {
            content: '';
            width: 1px;
            height: 70px;
            position: absolute;
            top: 100%;
            left: 51%;
            background: rgba(0,0,0,.2);
            z-index: 1;
            opacity: .8
        }

    .group-structure-graph .text-center .btn:after {
        display: none
    }

    .group-structure-graph .content {
        position: relative;
        width: 100%;
        margin: auto;
        margin-top: 70px;
        padding: 15px;
        padding-top: 0
    }

    .group-structure-graph .content-top-border {
        width: 75.3%;
        height: 2px;
        margin: auto;
        position: relative;
        opacity: .8;
        position: relative;
        left: -1px
    }

    .group-structure-graph .content.two {
        padding: 0 100px
    }

        .group-structure-graph .content.two .content-top-border {
            width: 76.8%
        }

    .group-structure-graph .content-top-border.four {
        width: 77.2%
    }

    .group-structure-graph .content-top-border.large_screen {
        width: 79.2%
    }

.group-structure-row {
    display: flex;
    justify-content: center;
    margin: auto
}

.group-structure-graph .content .box {
    margin-top: 37px;
    position: relative;
    z-index: 10;
    padding: 0 10px;
    margin: 0 10px;
    margin-top: 37px;
    width: 250px
}

    .group-structure-graph .content .box:after {
        content: '';
        width: 108%;
        height: 1px;
        background: rgba(0,0,0,.1);
        position: absolute;
        top: -40px;
        left: 51%
    }

    .group-structure-graph .content .box:last-child:after {
        display: none !important
    }

    .group-structure-graph .content .box .tagline {
        background: #f5f6fa;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 15px;
        width: 180px;
        margin: auto;
        margin-left: 13%;
        position: relative
    }

        .group-structure-graph .content .box .tagline:after {
            content: '';
            width: 1px;
            height: 112px;
            position: absolute;
            top: -40px;
            left: 48%;
            background: rgba(0,0,0,.2);
            opacity: .8;
            z-index: -1
        }

    .group-structure-graph .content .box .data {
        width: 100%;
        height: auto;
        margin-top: 30px;
        position: relative;
        padding-top: 5px;
        border-left: 1px solid rgba(0,0,0,.2);
        max-height: 330px;
        overflow-y: scroll;
        overflow-x: hidden
    }

        .group-structure-graph .content .box .data::-webkit-scrollbar {
            width: 3px !important
        }

        .group-structure-graph .content .box .data::-webkit-scrollbar-thumb {
            background: #ccc !important
        }

        .group-structure-graph .content .box .data:before {
            content: '';
            width: 51%;
            height: 1px;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.2);
            opacity: .8
        }

    .group-structure-graph .content .box.right .data:before {
        width: 57%
    }

    .group-structure-graph .content .box:nth-child(2) .data:after {
        left: 49% !important
    }

    .group-structure-graph .content .box:last-child .data:after {
        left: 50.4% !important
    }

    .group-structure-graph .content .box .data li {
        margin-top: 10px;
        list-style: none;
        padding-left: 25px;
        background: url(../../Images/arrow-right.png) no-repeat top 13px left;
        width: 100%
    }

        .group-structure-graph .content .box .data li span {
            display: block;
            padding: 13px 15px;
            box-shadow: 0 1px 3px rgba(0,0,0,.1);
            border-radius: 2px
        }

        .group-structure-graph .content .box .data li [tooltip]::after {
            font-size: 10px
        }

.data-updated-card {
    padding-top: 7px !important;
    padding-bottom: 7px !important
}

.data-updated li {
    margin-right: 20px !important
}

    .data-updated li .btn {
        display: flex !important;
        align-items: center;
        font-size: 12px !important;
        padding: 3px 10px !important
    }

    .data-updated li b {
        position: relative;
        font-size: 13px
    }

.com_overview_sprite.close-data-updated {
    width: 22px;
    height: 22px;
    background-position: -90px -217px;
    cursor: pointer;
    position: absolute;
    top: 27%;
    right: 5px
}

.downloadIcon_overview, .uploadIcon_overview, .report_icon, .subscription_icon {
    width: 20px;
    height: 16px;
    background-position: -90px -110px;
    float: left
}

.uploadIcon_overview {
    background-position: -90px -89px
}

.dataupdateIcon {
    width: 22px;
    height: 22px;
    background-position: -90px -67px;
    float: left
}

.report_icon {
    background-position: -90px -177px
}

.subscription_icon {
    background-position: -90px -195px
}

.finacial_icon, .shareholder_peopleIcon {
    width: 65px;
    height: 65px;
    margin: auto;
    background-position: -7px -60px
}

.shareholder_peopleIcon {
    background-position: -7px -135px
}

.document-icon {
    background-position: -207px -84px;
    width: 65px;
    height: 65px;
    margin: auto
}

.blueBuilding_icon {
    width: 20px;
    height: 20px;
    background-position: -90px -110px;
    float: left
}

.about-finincials-section .col-sm-4 {
    padding-left: 80px
}

    .about-finincials-section .col-sm-4 div {
        font-size: 14px
    }

    .about-finincials-section .col-sm-4 .fontSize_16, .about-finincials-section .col-sm-4 .fontSize_18 {
        font-size: 16px
    }

    .about-finincials-section .col-sm-4:first-child {
        padding-left: 15px
    }

    .about-finincials-section .col-sm-4:last-child {
        padding-left: 160px
    }

.employee-review-icon {
    background-position: -80px -553px;
    width: 44px;
    height: 44px
}

.counter {
    overflow: hidden;
    margin-top: 15px
}

.financial-Parameters-table {
    margin-bottom: 0 !important
}

    .financial-Parameters-table tr th {
        font-weight: 600 !important
    }

    .financial-Parameters-table tr td:first-child {
        font-weight: 500 !important;
        text-align: left !important
    }

.related-companies-table .dataTables_scrollHead {
    display: none !important
}

#tblDirectorList td, #tblCompanyList td, .tblCompanyList td {
    border: 0 !important;
    padding: 0 .75rem;
    padding-bottom: .75rem
}

.subscription-section {
    background: transparent linear-gradient(180deg,#f6fcfe 0%,#e3f6ff 100%) 0% 0% no-repeat padding-box;
    margin-top: -13px;
    height: 350px;
    padding: 65px 0
}

.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 25px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

input:checked + .slider {
    background-color: #3b579f
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

    .slider.round:before {
        border-radius: 50%
    }

.label-tag {
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: #0039f2;
    text-align: center;
    position: relative
}

    .label-tag:before {
        content: '';
        position: absolute;
        top: 7px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #0039f2
    }

.subscription-card {
    margin-top: 35px;
    height: auto;
    width: 70%;
    margin: auto;
    margin-top: -110px;
    padding: 40px !important;
    position: relative;
    z-index: 1
}

.annually-biling {
    display: none !important
}

.monthly-biling.hide {
    display: none !important
}

.annually-biling.show {
    display: flex !important
}

.subscription-included {
    width: 90%;
    margin: auto
}

    .subscription-included .rounded-circle {
        width: 50px;
        height: 50px;
        background: #f2f2f2
    }

.buy-report-popup .head, #free-consultation .head {
    padding: 17px 20px
}

    .buy-report-popup .head .close__, #free-consultation .head .close__ {
        background: #e8e8e8;
        padding: 3px;
        width: 26px;
        height: 26px
    }

        .buy-report-popup .head .close__ img, #free-consultation .head .close__ img {
            width: 10px
        }

.buy-report-popup .body, #free-consultation .body {
    background: #fafafa;
    padding: 25px
}

.buy-report-popup .popup, #free-consultation .popup {
    width: 65%
}

#packages .owl-item {
    padding: 10px 5px
}

.buy-report-popup .body .package {
    padding: 25px 20px;
    border-radius: 5px !important;
    width: 97% !important;
    margin: auto;
    height: 471px
}

    .buy-report-popup .body .package h3 span {
        font-size: 15px;
        color: #484848 !important;
        font-weight: 500;
        vertical-align: middle
    }

    .buy-report-popup .body .package * {
        color: #484848
    }

    .buy-report-popup .body .package ul .fa-check-circle, .compliances-packages ul li .fa-check-circle {
        font-size: 14px;
        color: #3b579f
    }

    .buy-report-popup .body .package ul li, .compliances-packages ul li {
        margin-bottom: 8px;
        text-align: left;
        font-size: 13px
    }

    .buy-report-popup .body .package .col-md-12.mt-4.mb-0.d-flex.justify-content-center {
        position: absolute;
        bottom: 38px;
        left: 5%;
        width: 90%
    }

.subscribeNowPopUp .body .package .col-md-12.mt-4.mb-0.d-flex.justify-content-center {
    width: 100% !important
}

.billing_details {
    margin-top: -15px
}

    .billing_details .part1 .card {
        padding: 45px 70px
    }

    .billing_details .part2 {
        padding: 35px 30px;
        padding-right: 50px
    }

        .billing_details .part2 .card {
            border: 1px solid rgba(0,0,0,.07) !important;
            box-shadow: none;
            background: rgba(255,255,255,.8) !important
        }

            .billing_details .part2 .card .table.top td {
                border-bottom: 1px solid rgba(0,0,0,.1) !important;
                padding-bottom: 10px !important
            }

        .billing_details .part2 .process li, .cart-process li {
            color: #3b579f
        }

            .billing_details .part2 .process li span.rounded-circle, .cart-process li span.rounded-circle {
                width: 18px;
                height: 18px;
                background: #3b579f;
                color: #fff !important;
                font-size: 12px !important;
                border-radius: 100% !important
            }

            .billing_details .part2 .process li .line, .cart-process li .line {
                width: 100px;
                height: 3px;
                background: #3b579f;
                margin: 0 15px
            }

            .billing_details .part2 .process li.act span.rounded-circle, .cart-process li.act span.rounded-circle {
                background: #505050
            }

            .billing_details .part2 .process li.act span, .cart-process li.act span {
                color: #505050
            }

        .billing_details .part2 table td {
            border-top: 0;
            border-bottom: 1px solid rgba(0,0,0,.07)
        }

.order-summery-section .card {
    max-width: 40%;
    margin: 15px
}

.acc-drop {
    position: absolute;
    top: 170%;
    right: 0;
    background: #fff;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden
}

    .acc-drop.open {
        opacity: 1;
        visibility: inherit;
        top: 46px
    }

.acc-drop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}

.compliance-banner {
    width: 100%;
    height: 190px;
    background: #a8f1ff;
    overflow: hidden
}

    .compliance-banner h3 {
        font-size: 25px
    }

.compliances-packages-row {
    background: #fcfcfc;
    padding: 45px 10px
}

.compliances-packages {
    padding: 0 15px;
    margin-top: 0
}

    .compliances-packages .card {
        height: auto;
        position: relative;
        width: 30%;
        display: inline-block;
        margin: 10px 7px;
        vertical-align: top
    }

    .compliances-packages .owl-wrapper-outer {
        padding: 20px 0
    }

    .compliances-packages .owl-item {
        padding: 0 10px
    }

    .compliances-packages ul li {
        margin-bottom: 10px
    }

    .compliances-packages .card .badge {
        display: none;
        background: #008bf6 !important;
        position: relative;
        width: max-content;
        margin: auto;
        border-radius: 15px;
        font-size: 12px;
        padding: 5px 13px;
        font-weight: 400;
        margin-top: -35px;
        margin-bottom: 20px;
        visibility: hidden
    }

    .compliances-packages .card .btn-border {
        color: #3b579f;
        font-size: 14px !important;
        font-weight: 500
    }

    .compliances-packages .card .btn {
        font-size: 14px !important;
        font-weight: 500;
        padding: 10px 20px !important
    }

    .compliances-packages .card.act .btn {
        background: #3b579f !important;
        color: #fff !important
    }

    .compliances-packages .card.act {
        border: .800000011920929px solid #3b579f;
        box-shadow: 0 8px 25px rgba(0,0,0,.1)
    }

    .compliances-packages .card .fa-check-circle {
        color: #919191 !important
    }

    .compliances-packages .card.act .fa-check-circle {
        color: #3b579f !important
    }

    .compliances-packages .card.act .badge {
        visibility: inherit
    }

.note-box {
    position: relative
}

    .note-box:before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 4px;
        background: #3b579f;
        z-index: 10
    }

    .note-box:after {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #3b579f;
        z-index: 10;
        opacity: .5
    }

#btnComplincePenalties {
    font-size: 14px !important;
    padding: 10px 25px !important
}

#free-consultation .popup {
    width: 800px
}

.compliance-nodata {
    position: absolute;
    width: 500px;
    height: auto;
    padding: 30px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 3px 11px #e3e3e3;
    color: #000;
    text-align: center;
    top: 32%;
    left: 21%;
    border-radius: 5px
}

.compliance-left .position-sticky {
    top: 128px
}

.compliance-nodata p {
    margin-bottom: 0
}

.legal-cases-boxes .box {
    width: 32.5% !important
}

#district-court-table td {
    font-size: 11px !important
}

    #district-court-table td * {
        font-size: 11px !important
    }

.legal-cases-section {
    padding-left: 30px
}

    .legal-cases-section .fixed {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-45%,-50%);
        width: 550px;
        height: auto;
        padding: 55px 45px;
        border-radius: 6px
    }

    .legal-cases-section .blurdiv_keyInfo {
        filter: blur(6px);
        -webkit-filter: blur(6px)
    }

.legal-cases-popup-icon {
    width: 60px;
    height: 60px;
    background-position: -130px -12px
}

#district-court-table_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    height: 8px !important
}

.cart-circle {
    display: block;
    width: 100px;
    height: 100px;
    background: #d8ddec;
    border-radius: 100%;
    position: fixed;
    bottom: -40px
}

    .cart-circle.left {
        left: -40px
    }

    .cart-circle.right {
        right: -40px
    }

.director-search-landing-page {
    background: url(../../images/director-landing-bg.png) no-repeat top center !important;
    background-size: cover;
    height: 417px !important
}

    .director-search-landing-page h1 {
        font-size: 28px
    }

    .director-search-landing-page p {
        line-height: 30px
    }

        .director-search-landing-page p.fontSize_13 {
            font-size: 14px !important
        }

    .director-search-landing-page .col-md-8 {
        padding-top: 6%
    }

.director-key-feature {
    padding: 75px 0
}

    .director-key-feature .icon {
        width: 60px;
        height: 60px;
        border-radius: 16px
    }

    .director-key-feature .col1 .icon {
        background: transparent linear-gradient(180deg,#e9176b 0%,#ce3a88 95%,#cc3c8a 100%) 0% 0% no-repeat padding-box
    }

    .director-key-feature .col2 .icon {
        background: transparent linear-gradient(180deg,#ff4659 0%,#ff4a3c 100%,#cc3c8a 100%) 0% 0% no-repeat padding-box
    }

    .director-key-feature .col3 .icon {
        background: transparent linear-gradient(180deg,#fd596f 0%,#fa5791 100%,#cc3c8a 100%) 0% 0% no-repeat padding-box
    }

    .director-key-feature .col4 .icon {
        background: transparent linear-gradient(180deg,#f37d48 0%,#f0984a 100%,#cc3c8a 100%) 0% 0% no-repeat padding-box
    }

    .director-key-feature .col1 .com_overview_sprite {
        background-position: -168px -85px;
        width: 35px;
        height: 35px
    }

    .director-key-feature .col2 .com_overview_sprite {
        background-position: -168px -127px;
        width: 35px;
        height: 35px
    }

    .director-key-feature .col3 .com_overview_sprite {
        background-position: -164px -166px;
        width: 35px;
        height: 35px
    }

    .director-key-feature .col4 .com_overview_sprite {
        background-position: -164px -205px;
        width: 40px;
        height: 40px
    }

.director-profile-banner {
    padding: 55px 0;
    background: #f8ffff
}

    .director-profile-banner h3, .faq h2 {
        font-size: 22px
    }

    .director-profile-banner p {
        color: #1e2f4f
    }

    .director-profile-banner .col2 {
        padding-right: 150px
    }

        .director-profile-banner .col2 h3 {
            line-height: 32px
        }

.updownanimation:hover .icon {
    -webkit-animation: mover .7s infinite alternate;
    animation: mover .7s infinite alternate
}

.companycheck-features .boxes .col:hover {
    background: #4478ff
}

.visible-after-popup {
    position: absolute;
    width: 100%;
    height: 99%;
    top: 30px;
    left: 0;
    z-index: 10;
    background: rgba(247,247,247,.3);
    z-index: 100
}

.visible-after-popup2 {
    height: 100%;
    top: 43px
}

.visible-after-popup .card {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 500px;
    height: 270px;
    overflow: hidden;
    box-shadow: 0 2px 8px -3px rgba(0,0,0,.7)
}

.visible-after-popup2 .card {
    left: 27%
}

.visible-after-popup .card .btn.blue_btn {
    font-size: 13px !important;
    padding: 8px 20px !important
}

.blur_table {
    display: none
}

.filter-scroll {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden
}

    .filter-scroll::-webkit-scrollbar {
        width: 4px !important
    }

    .filter-scroll::-webkit-scrollbar-track {
        background: none !important
    }

    .filter-scroll::-webkit-scrollbar-thumb {
        background: none !important
    }

    .filter-scroll:hover::-webkit-scrollbar-thumb {
        background: #ccc !important
    }

#charges_tbodyId .label_right_contant, #charges_tbodyId .open_greenbtn {
    width: 60px !important
}

#dv_documents table {
    margin-bottom: 0
}

.not-found {
    max-width: 600px;
    margin: 25px auto 50px auto
}

    .not-found .financials-blur {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto !important
    }

.people-filter {
    top: 150px
}

.empty-table table {
    z-index: 100
}

.claim_company_icon {
    background-position: -135px -262px
}

.filter-scroll h6 {
    padding-right: 5px;
    cursor: pointer
}

    .filter-scroll h6 span {
        font-size: 20px;
        transition: all .3s;
        -webkit-transition: all .3s;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg)
    }

        .filter-scroll h6 span.act {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg)
        }

.claim-btn {
    font-size: 13px !important
}

body.safari-mac select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: #fff !important;
    box-shadow: none !important
}

body.safari-mac .compCheck_row {
    margin-left: 0 !important
}

body.safari-mac .compCheck_row {
    padding-left: 10px
}

body.safari-mac .company-page .part2 {
    padding-right: 52px !important;
    padding-left: 30px !important
}

    body.safari-mac .company-page .part2.people-part2 {
        padding-right: 37px !important
    }

body.safari-mac .user-profile-icon-wrap {
    left: 5px !important
}

.company-page .part2 {
    padding-left: 25px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    body {
        zoom: 100% !important
    }

    .nav-icon1 {
        top: 15px !important
    }

    .alert {
        font-size: 11px !important
    }

    .searchList a {
        align-items: center
    }

    .cart-tab {
        left: -80px;
        top: 5px
    }

    .m_main_body {
        margin-top: 64px !important
    }

    .acc-drop.smlscrBar_icon.open {
        top: 47px
    }

    .after-company-header {
        margin-top: 0 !important
    }

    .dataTables_scrollBody {
        max-height: 550px !important;
        height: inherit !important
    }

    .no-scrolling .dataTables_scrollBody {
        max-height: 550px !important;
        height: inherit !important
    }

    .tableScroll .border-effect {
        position: relative;
        z-index: 99 !important
    }

    div.logo {
        display: block !important
    }

    .inner-header {
        height: auto !important
    }

    .header-search {
        width: 100% !important;
        height: 100% !important;
        margin-left: 0 !important;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 100000000000 !important;
        background: #fff;
        padding: 75px 20px 25px 20px;
        display: none
    }

        .header-search .nav-icon1 {
            position: absolute;
            top: 20px;
            right: 20px
        }

    .open-search {
        display: inline-block !important;
        float: right;
        position: relative;
        right: 36px;
        font-size: 17px;
        top: 3px;
        color: #808080
    }

    .res-margin0, .mb-3.res-margin0, .res-card.res-margin0 {
        margin: 0 !important;
        margin-bottom: 0 !important
    }

    .res-marginx0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .margin-auto {
        margin: auto !important
    }

    .otherompany_bg {
        display: block !important;
        opacity: 1 !important
    }

    .inner-company-header.fixed-top {
        position: fixed !important;
        z-index: 10000000 !important;
        width: 90% !important;
        left: 5% !important;
        top: 10% !important;
        box-shadow: 0 2px 10px rgba(0,0,0,.5) !important;
        transition: all 0s !important
    }

        .inner-company-header.fixed-top .res-card, .inner-company-header.fixed-top .companyDetails_lower {
            width: 100% !important
        }

        .inner-company-header.fixed-top .companyDetails_upper, .inner-company-header.fixed-top .companyDetails_lower {
            border-radius: 0 !important
        }

        .inner-company-header.fixed-top .otherompany_bg {
            display: inline-block !important
        }

        .inner-company-header.fixed-top .companyDetails_upper {
            box-shadow: none !important
        }

        .inner-company-header.fixed-top .companyname_body.fixed-top {
            position: static !important
        }

        .inner-company-header.fixed-top .companyname_body.fixed-top {
            padding: 28px 13px 12px !important;
            width: 100% !important
        }

            .inner-company-header.fixed-top .companyname_body.fixed-top h1 {
                font-weight: 700 !important
            }

        .inner-company-header.fixed-top .company-icon-sml {
            display: none !important
        }

        .inner-company-header.fixed-top .companyname_body.fixed-top i {
            display: none !important
        }

    .res-card-margin-y, .companyCheckDetails.res-card-margin-y {
        margin: 10px 0 !important
    }

    .card-top-margin {
        margin-top: 10px
    }

    .cart-wrapper {
        margin-top: 85px !important
    }

    .companyname_body.fixed-top {
        top: 0;
        left: 50px;
        width: 64%;
        padding: 11px !important;
        height: 54px;
        display: flex;
        align-items: center;
        display: none
    }

        .companyname_body.fixed-top h1 {
            font-weight: 400 !important
        }

        .companyname_body.fixed-top i {
            display: inline-block !important
        }

        .companyname_body.fixed-top .company-icon-sml {
            display: none !important
        }

    .old_ie_wrapper {
        height: 300px;
        width: 750px;
        overflow-x: hidden;
        overflow-y: auto
    }

        .old_ie_wrapper tbody {
            height: auto
        }

    .header_con {
        display: contents
    }

    .displayname_div {
        display: none
    }

    .display_scrn {
        display: contents
    }

    #navbarCollapse .dropdown-menu, #bs-example-navbar-collapse-1 #dropdown-menu-Id-layout {
        margin-right: 20px;
        position: absolute
    }

    #bs-example-navbar-collapse-1 #dropdown-menu-Id-layout {
        margin-top: -75px
    }

    .layout_header_main {
        height: auto
    }

    .btn_collopse_layout {
        margin-top: -110px
    }

    #bs-example-navbar-collapse-1 {
        margin-bottom: 0
    }

    .search_mainbody {
        width: 75% !important
    }

    .custComp_nav .navbar-default .navbar-nav > li > a {
        margin: 0 15px 0 15px
    }

    .sml_marginbottom {
        margin-bottom: 40px
    }

    .comsubhead_p {
        width: 520px
    }

    .serch_com_master_line {
        width: 110px
    }

    .sticky_logo {
        padding-top: 0
    }

    .companyname_body {
        width: 100%;
        pointer-events: none
    }

    .fa_bar_custom {
        transform: translate(10px,-35px)
    }

    .serrorbtn {
        margin-left: 105px
    }

    .attention_div {
        width: 130px
    }

    #btnComplincePenalties {
        margin: auto;
        display: block
    }

    .pos_rocPanding_body {
        margin-top: 145px !important
    }

    .scrolldown {
        width: 96%
    }

    .small_margin_lr_0 {
        margin: 0 15px 0 15px
    }

    .gotquery_btm_line {
        width: 110px
    }

    .custom_width_popup {
        width: 100% !important;
        margin: auto;
        margin-top: 5% !important
    }

    .data-updated li b {
        font-size: 13px
    }

    .ratings i {
        font-size: 6px !important
    }

    .charges-section {
        display: block !important
    }

    .group-structure-graph .content .box:after {
        left: 53% !important
    }

    .group-structure-graph .content .box:nth-child(3):after {
        left: 55% !important
    }

    .group-structure-graph .content .box .data:before {
        width: 54% !important
    }

    .my-cart-table td h5 {
        white-space: nowrap !important
    }

    .my-cart-table tr td:first-child {
        padding-right: 15% !important
    }

    .my-cart-table .data {
        width: 78% !important
    }

    .companyDetails_lower {
        position: static !important
    }

        .companyDetails_lower .col-md-9.d-lg-flex {
            padding: 0
        }

    .otherompany_bg {
        margin-left: 13px !important
    }

    .follow_div {
        padding-left: 13px !important
    }

    .company-contact-details li {
        width: 100% !important;
        left: 0 !important
    }

        .company-contact-details li .socials {
            float: left
        }

            .company-contact-details li .socials li {
                width: inherit !important;
                margin-right: 5px !important
            }

    #myDiv {
        height: 180px
    }

    .width_people_div {
        margin-left: 3px !important
    }

    .width_people_div {
        margin-left: 0 !important
    }

    .latestAnnualReturn {
        margin-right: 0 !important
    }

    .charges_radioBtn label {
        margin-right: 10px !important
    }

    .gifLoader {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .about-finincials-section .blue_color_text {
        font-size: 15px !important
    }

    .about-finincials-section .col-sm-4 {
        margin-bottom: 15px !important;
        padding-left: 5px !important
    }

    .notifications .db_pr_companyName {
        display: block !important
    }

    .notifications .rv_comIcon_style {
        position: relative;
        top: 10px
    }

    .set .content p {
        padding: 0 !important
    }

    .set > a {
        font-size: 13px !important;
        padding-right: 15% !important;
        position: relative
    }

        .set > a i {
            position: absolute;
            top: 25%;
            right: 10px
        }

    .after-header {
        margin-top: 120px
    }

    .billng-details tr td {
        white-space: nowrap
    }

    .card-col-fixed {
        top: 80px
    }

        .card-col-fixed .btn {
            padding: 12px 15px !important;
            font-size: 14px !important
        }

    .order-summery {
        margin-top: 10px
    }

        .order-summery table td b {
            font-size: 13px
        }

    .dir_report_head b {
        padding-left: 5px !important
    }

    .company-contact-details li strong {
        font-size: 13px !important
    }

    .peopleDetails_About, .peopleDetails_Appointment, .personDetails_div, .associate_company_div, .singlebox_sideSpacing {
        margin-right: 3px;
        margin-left: 3px
    }

        .personDetails_div .w-25 {
            width: 70px !important
        }

        .personDetails_div .directorName {
            margin-left: 0 !important
        }

    .personDetails_div {
        margin-top: 8px !important;
        margin-bottom: 8px !important
    }

    #chartWrapper {
        zoom: 100% !important
    }

    .reviews-section .w-25 {
        width: 42% !important
    }

    .reviews-section .w-75 {
        padding-left: 10px !important
    }

    .reviews-section .data {
        margin-bottom: 7px !important
    }

        .reviews-section .data b {
            font-size: 14px !important
        }

    .reviews-section .employee-review-icon {
        width: 56px !important
    }

    .companybody_contant4 ul.float-right {
        float: left !important
    }

    .ratio-table-wrap strong, .ratio-table-wrap th, .ratio-table-wrap th.fontSize_14 {
        font-size: 11px !important
    }

    .packages-section {
        padding-top: 25px !important
    }

    section {
        padding: 25px 0 !important
    }

    .need-help ul {
        margin-bottom: 0
    }

    .need-help {
        padding-bottom: 10px
    }

    .buy-report-popup .body .package {
        width: 100% !important;
        height: auto !important
    }

        .buy-report-popup .body .package .col-md-12.mt-4.mb-0.d-flex.justify-content-center {
            position: static;
            bottom: 38px;
            left: 5%;
            width: 100%
        }

    .buy-report-popup .body .d-flex {
        display: block !important
    }

    #packages .owl-wrapper-outer {
        padding-bottom: 30px !important
    }

    .related-company h2 {
        padding-left: 15px !important
    }

    .subscription-card {
        width: 95%
    }

        .subscription-card .btn {
            font-size: 14px !important
        }

    .subscription-included {
        width: 100%
    }

        .subscription-included .col-sm-6 {
            padding: 0 10px !important
        }

    .buy-report-popup .head h5 {
        font-size: 16px !important
    }

    .buy-report-popup .body {
        padding: 15px !important
    }

        .buy-report-popup .body .package ul li {
            font-size: 12px !important
        }

        .buy-report-popup .body .package ul .fa-check-circle {
            font-size: 15px !important
        }

        .buy-report-popup .body .package {
            padding: 20px 10px !important;
            margin-bottom: 20px !important
        }

    .popup-overlay .popup {
        margin: 0 !important
    }

    .buy-report-popup .body .fontSize_14 {
        font-size: 13px !important
    }

    .updated-row {
        padding: 0 !important
    }

    .updated-panel .row {
        margin: 0 !important
    }

        .updated-panel .row .col-sml-6 {
            padding-right: 0 !important
        }

    .billing_details .part2 {
        padding: 20px 15px 2px 15px !important
    }

        .billing_details .part2 .card {
            padding: 30px !important
        }

    .billing_details .process {
        padding-left: 25px !important
    }

    .billing_details .part1 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .payment-success p {
        width: 90% !important;
        font-size: 14px !important
    }

    .director-key-feature .col-sm-3 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 30px
    }

    .director-key-feature h3 {
        font-size: 25px
    }

    .director-profile-banner .col-md-6 {
        order: 2
    }

        .director-profile-banner .col-md-6.col2 {
            order: 1;
            padding-right: 15px;
            margin-bottom: 25px
        }

    .visible-after-section {
        height: 450px !important
    }

    .visible-after-popup2 .card {
        left: 2.5%;
        top: 10% !important
    }

    .empty-legal {
        max-width: 95% !important;
        padding: 50px 30px !important
    }

    .legal-cases-section {
        margin-top: 20px
    }

    .company-page .part2 {
        padding-left: 15px !important
    }

    .add-profile-drop-tab {
        margin-right: 0 !important;
        top: 0 !important;
        padding-top: 0 !important
    }
}

@media only screen and (min-width:575px) and (max-width:630px) {
    .mobile-overview {
        display: block;
        width: 100%
    }
}

@media only screen and (min-width:575px) and (max-width:992px) {
    .acc-drop.smlscrBar_icon.open {
        top: 45px !important
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .logo {
        display: none !important
    }

    .logo-mobile {
        display: inline-block !important;
        position: relative;
        z-index: 1000
    }

        .logo-mobile .logo img {
            margin-top: 0 !important
        }

    .updated-panel {
        margin: 0 !important;
        margin-top: 10px !important
    }

    .updated-panel-row-tab-wrapper .second .fontSize_13 {
        margin: 0 !important
    }

    .updated-panel .tab {
        padding: 10px 12px;
        height: auto !important
    }

        .updated-panel .tab .btn {
            font-size: 11px !important;
            height: auto !important
        }

        .updated-panel .tab div.fontSize_14 {
            display: none
        }

    .updated-panel .panel {
        left: 0 !important;
        position: static
    }

        .updated-panel .panel ul {
            white-space: nowrap;
            overflow-x: scroll
        }

            .updated-panel .panel ul li {
                display: inline-block
            }

    .director-search-landing-page {
        height: auto !important
    }

    .legal-cases-boxes .box {
        width: 290px !important
    }

    .blling-detail-form {
        width: 300px !important
    }

        .blling-detail-form .btn {
            padding: 6px 20px !important
        }

    .billing_details_card .fontSize_14 {
        white-space: nowrap
    }

    #final_amt {
        white-space: nowrap
    }

    #subcriptions_btn {
        font-size: 13px !important;
        padding: 7px 15px !important
    }
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .m_main_body {
        margin-top: 80px !important
    }

    .header-search {
        width: 100%
    }

        .header-search.open .form-group {
            width: 60%;
            margin: auto;
            position: relative
        }

    .close-search.nav-icon1 {
        display: none !important
    }

    .cart-tab {
        left: -45px
    }

    .res-card {
        margin: 5px 15px 0 15px !important;
        width: 100% !important
    }

    .nav-icon1 {
        right: 15px !important;
        top: 2px !important
    }

        .nav-icon1.open {
            top: -5px !important
        }

    #dropdown_toggle_Id_layout {
        display: none !important
    }

    .companyname_body_overlay {
        display: none !important
    }

    .sidebarmenu_main {
        margin-top: 0 !important
    }

    .compCheck_row {
        clear: both !important
    }

    .sidebarmenu_main {
        width: 98% !important
    }

    .m_L_globleRBody {
        margin: 0 15px !important
    }

    .sprite_img.filter_icon {
        margin-left: -10px !important
    }

    .inner_AboutUs_content .row {
        display: block
    }

    .inner_AboutUs_content .col-md-5 {
        text-align: center;
        max-width: 100%;
        display: none
    }

    .inner_AboutUs_content .col-md-7 {
        max-width: 100%
    }

        .inner_AboutUs_content .col-md-7 h1 {
            margin-top: 0 !important
        }

    .company-contact-details li {
        width: 100% !important;
        padding-left: 0 !important
    }

        .company-contact-details li strong {
            width: 25% !important
        }

        .company-contact-details li span {
            width: 75% !important
        }

    .socials li {
        width: inherit !important
    }

    .follow_div {
        max-width: 100% !important
    }

    .companybody_contant4 ul {
        float: left !important;
        margin-bottom: 0
    }

    .company-contact-details li.pl-6 {
        left: inherit !important
    }

    .company-contact-details li strong {
        width: 25% !important
    }

    .company-contact-details li span {
        width: 75% !important
    }

    .about-balancesheet .col-sm-4 {
        margin-bottom: 15px !important
    }

    .about-finincials-section .col-sm-4:last-child {
        padding-left: 60px !important
    }

    .about-finincials-section .col-sm-4 {
        padding-left: 25px !important
    }

    .charges-section {
        width: 95%;
        margin: auto;
        display: block !important
    }

        .charges-section .right_firstBox {
            margin-left: 0 !important
        }

        .charges-section .res-card {
            width: 100% !important
        }

    .comsearch_ul {
        width: 100% !important;
        left: 0 !important
    }

    .open-search {
        display: none !important
    }

    .acc-drop {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        top: 15px;
        margin-right: 0 !important
    }

        .acc-drop.open {
            opacity: 1 !important;
            visibility: inherit !important;
            top: 0
        }

        .acc-drop.smlscrBar_icon {
            top: 80px
        }

            .acc-drop.smlscrBar_icon.open {
                top: 48px !important
            }

        .acc-drop.open {
            display: block !important
        }

    .financial-data li span {
        font-size: 1.6vw !important
    }

    .financial-data li .price {
        font-size: 2vw !important
    }

    .filters, .filter-btn-fixed {
        width: 40% !important;
        right: 0 !important;
        left: inherit !important
    }

    .companyname_style {
        font-size: 12px !important
    }

    .data-updated li {
        margin-right: 20px !important
    }

    .data-updated .btn {
        font-size: 12px !important
    }

    #financialsSubmenu.show {
        margin-left: -163px
    }

    #btnShowpopup {
        right: 12.7%
    }

    .m_l_pdiv {
        margin-left: -3px
    }

    .width_filter {
        margin-left: 0
    }

    .p_d_card_main {
        width: 100%;
        margin-left: 0
    }

    .p_d_card_head a {
        display: table;
        margin: auto
    }

    .p_d_sliderHead {
        width: 33.4%
    }

    .directorName {
        overflow: overlay;
        margin-left: 25px
    }

    .blurUpperdiv_keyInfo {
        transform: translate(15%,-93%);
        width: 70%
    }

    .updateCompanyDetails {
        width: 100%
    }

    .table_th_width2, .table_th_width3 {
        width: 19%
    }

    .table_th_width4 {
        width: 17%
    }

    .sidebarbody_div ul li {
        text-align: center
    }

    .m_L_globleRBody {
        margin-left: 15px;
        margin-top: 1px
    }

    .latestAnnualReturn {
        margin-right: 17px
    }

    .updateCompanyDetails {
        padding-top: 124px !important;
        padding-bottom: 0
    }

    .update-company-details .form-group {
        margin-bottom: 15px !important
    }

    .update-company-details .input-group {
        margin-bottom: 0 !important
    }

    .companybody_contant4 ul {
        float: left !important
    }

    .left.updated-panel-row-tab-wrapper {
        padding-left: 0 !important
    }

    .right.updated-panel-row-tab-wrapper {
        padding-right: 0 !important
    }

    .director-profile-banner .col-md-6.col2 {
        padding-right: 15px
    }

    .updated-row {
        padding-left: 15px !important
    }

    .updated-panel-row .col-sm-6.left {
        padding-right: 10px !important
    }

    .billing_details .part2 .process li .line {
        width: 35px
    }

    .billing_details .part2 .process li .fontSize_16 {
        font-size: 14px !important
    }

    .res-card.empty-legal {
        margin: 30px auto !important
    }
}

@media only screen and (min-width:320px) and (max-width:1050px) {
    body, .com_overview_sprite, .landing_sprit, .sprite_img, .logo img {
        zoom: 100% !important
    }

    .logo-mobile img {
        width: inherit !important;
        height: inherit !important
    }

    .table-responsive {
        overflow-x: auto !important
    }

    .res-card {
        border-radius: 5px !important
    }

    .verify-email-box {
        padding: 0 15px !important;
        margin-top: 10px !important
    }

    .res-d-block {
        display: block !important
    }

    .employeeCompanyRate_main .form-control {
        height: 35px !important
    }

    .employeeCompanyRate_main textarea.form-control {
        height: auto !important
    }

    .dashboard-box .owl-item {
        padding: 0 3px
    }

    .dashboard-box .box {
        display: inline-block !important;
        padding: 15px !important;
        width: 100% !important
    }

    .dashboard-box .box {
        margin-right: 3px !important;
        margin-bottom: 0 !important
    }

        .dashboard-box .box p.fontSize_22 {
            font-size: 18px !important
        }

    .charges-section {
        margin: auto;
        display: block !important
    }

        .charges-section .right_firstBox {
            margin-left: 0 !important
        }

        .charges-section .res-card {
            width: 100% !important
        }

    .res-pl-2 {
        padding-left: 10px !important
    }

    .company-icon-sml {
        width: 20px !important
    }

    .popup-overlay .popup .btn {
        padding: 7px 20px !important;
        font-size: 13px !important
    }

    .popup-overlay .popup h2 {
        font-size: 22px !important
    }

    .popup-overlay .popup div.fontSize_16 {
        font-size: 14px !important
    }

    .update-company-details .form-group .text-danger {
        font-size: 12px !important
    }

    .people-and-contact-panel.open .tab {
        left: -280px
    }

    .people-and-contact-panel.open table {
        padding-left: 0
    }

    .people-and-contact-panel .tab {
        left: -275px
    }

    .people-and-contact-panel.open .table-responsive {
        padding-left: 40px !important
    }

    .people-and-contact-panel {
        width: 10%
    }

    .companyDetails_lower {
        height: auto !important
    }

    .director-sidebar {
        float: left !important;
        margin-right: 10px !important;
        margin-left: 15px !important
    }

    .p_d_card_main {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .peopleDetailsRight_display {
        margin-right: 15px !important
    }

    .associate_company_div {
        clear: both
    }

    .peopleDetails_About, .peopleDetails_Appointment {
        padding: 15px 0 !important
    }

        .peopleDetails_About p:last-child {
            margin-bottom: 0 !important
        }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .nav-icon1 {
        display: inline-block !important
    }
}

@media only screen and (min-width:320px) and (max-width:500px) {
    .financial-data-wrap {
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap
    }

    .financial-data {
        float: none !important;
        margin-bottom: 5px;
        padding-left: 0 !important
    }

        .financial-data li {
            float: none !important;
            display: inline-block !important;
            margin-bottom: 0 !important;
            width: max-content !important;
            margin-right: 20px !important
        }

    .compliance-nodata {
        left: 3%;
        width: 94%
    }

    .legal-cases-section {
        margin-top: 0 !important
    }

    .company-page {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:600px) {
    .visible-after-popup2 .card {
        width: 95% !important
    }

    .price-section {
        align-items: flex-start !important;
        margin-left: 0 !important;
        margin-right: auto !important
    }

    .subscription-card {
        flex-direction: column;
        padding: 30px !important
    }

        .subscription-card p {
            line-height: 20px;
            font-size: 14px
        }

        .subscription-card h3 {
            font-size: 20px
        }

        .subscription-card .price-section.flex-column {
            align-items: center;
            margin-top: 10px
        }

            .subscription-card .price-section.flex-column h5 {
                margin-right: 20px;
                margin-bottom: 0
            }

            .subscription-card .price-section.flex-column h3 {
                margin-bottom: 0
            }

    .price-section .btn {
        margin-top: 10px
    }
}

@media only screen and (min-width:600px) and (max-width:990px) {
    .visible-after-popup2 .card {
        width: 60% !important;
        left: 20% !important
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .financial-data {
        padding-left: 2% !important
    }

        .financial-data li:nth-child(4) {
            clear: both
        }

        .financial-data li .float {
            display: flex
        }

        .financial-data li span {
            font-size: 3vw !important
        }

        .financial-data li .price {
            font-size: 14px !important
        }

    .sprite_img.otherompany_logo {
        margin-top: 13px
    }

    .billing_details .part1 .card {
        height: inherit !important;
        padding: 45px 25px !important
    }

    .billing_details .part2 .process li .line, .cart-process li .line {
        width: 30px
    }

    .compliance-fixed {
        margin-top: 15px
    }

    .compliance-left {
        padding-right: 0
    }

    .note {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

        .note .card {
            padding: 30px !important
        }

    .compliance-banner h3 {
        font-size: 20px
    }

    .compliance-banner .btn {
        font-size: 13px !important
    }

    .note p {
        padding: 0 !important
    }

    .faq2 {
        padding: 0 15px
    }

    body.safari-mac .company-page .part2.people-part2 {
        padding-right: 15px !important
    }
}

@media only screen and (min-width:450px) and (max-width:600px) {
    .financial-data li span {
        font-size: 2.5vw !important
    }

    .financial-data li .price {
        font-size: 12px !important
    }

    .filters, .filter-btn-fixed {
        width: 60% !important;
        right: 0 !important;
        left: inherit !important
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .financial-data {
        padding-left: 5% !important
    }

        .financial-data li span {
            font-size: 1.8vw !important
        }

        .financial-data li .price {
            font-size: 2vw !important
        }

    .filters, .filter-btn-fixed {
        width: 50% !important;
        right: 0 !important;
        left: inherit !important
    }
}

@media only screen and (min-width:1049px) and (max-width:1100px) {
    .companybody_contant4 ul .following_btn.btn-border {
        width: 125px !important
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .company-page .part1, .company-page .part2 {
        max-width: 100% !important;
        flex: 0 0 100% !important
    }

    .m_main_body {
        min-height: inherit !important
    }

    .fixedHeader-floating {
        display: none !important
    }

    .subscription-section {
        padding: 45px 15px !important;
        height: 344px
    }

        .subscription-section .container {
            padding: 0
        }

        .subscription-section h3 {
            font-size: 22px !important
        }

        .subscription-section .fontSize_16 {
            font-size: 13px !important
        }

    .tableScrollAppend {
        display: none !important
    }

    .border-effect {
        white-space: inherit !important
    }

    #menu_companycheck.navbar-default .navbar-nav > li > a {
        border: 0 !important
    }

    .breadcrumb {
        margin-left: 10px;
        padding-top: 20px !important
    }

    .cart-tab {
        top: 6px !important
    }

    .compliances-packages-row {
        box-shadow: none;
        padding: 25px 10px 0 10px !important
    }

    .compliances-packages {
        white-space: nowrap;
        overflow-x: scroll
    }

        .compliances-packages .card {
            float: none;
            display: inline-block;
            width: 300px
        }

            .compliances-packages .card .head div.mr-auto {
                flex-basis: 70%;
                width: 70% !important;
                padding-right: 30px
            }

                .compliances-packages .card .head div.mr-auto p {
                    white-space: normal !important
                }

    .compliances-packages-row h3 + p {
        padding: 0 15px !important
    }

    .updated-panel-row {
        flex-direction: column
    }

        .updated-panel-row .col-sm-6 {
            max-width: 100%;
            flex: 0 0 100%
        }

    .updated-panel-row-tab-wrapper {
        padding: 0 0 !important;
        margin: 5px 0
    }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
    .company-page .part1 {
        padding-right: 15px !important
    }

    .company-page .part2 {
        padding-right: 15px !important
    }

    .associalte-companies .companyDetails_main {
        margin-right: 10px !important;
        float: left !important
    }

    .associalte-companies .associate_company_div {
        margin: 0 !important;
        clear: inherit !important;
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1100px) {
    .company-page .part2 {
        padding-left: 60px !important;
        padding-right: 30px !important
    }
}

@media only screen and (min-width:1400px) and (max-width:2500px) {
    body, .com_overview_sprite, .landing_sprit, .sprite_img {
        zoom: 100% !important
    }

    .visible-after-popup2 .card {
        left: 33%
    }
}

@media only screen and (min-width:992px) and (max-width:1050px) {
    .res-height-auto {
        height: auto !important
    }

    body, .com_overview_sprite {
        zoom: 100% !important
    }

    .companyCheckboxright {
        padding-left: 0 !important
    }

    .company-contact-details li strong {
        width: 35% !important
    }

    .company-contact-details li span {
        width: 65% !important
    }

    .financial-data li span {
        font-size: 1.3vw !important
    }

    .financial-data li .price {
        font-size: 1.7vw !important
    }

    .companyname_style {
        margin-bottom: 0
    }

    .companybody_contant4 ul .following_btn.btn-border {
        width: 125px !important
    }

    .companybody_contMain {
        padding-left: 0 !important
    }

    .companyname_style {
        position: relative;
        top: -4px
    }

    .companybody_contMain * {
        font-size: 1vw !important
    }

    .companybody_contMain .pr-5 {
        padding-right: 15px !important
    }

    .companybody_contMain .pr-4 {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:992px) and (max-width:1300px) {
    .companybody_contMain .info {
        text-align: left !important
    }

        .companybody_contMain .info li {
            margin: 0 5px
        }

    .financial-data {
        padding-left: 5% !important
    }

    .people-contact-right {
        padding-right: 15px !important
    }

    .verify-email-box {
        padding: 0 15px !important;
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1199px) {
    .din_textWidth {
        width: 95px
    }

    .peopleDetails_About {
        margin-right: 15px;
        min-height: auto
    }

    .peopleDetails_Appointment {
        margin-left: 0;
        min-height: auto
    }

    .forget_pswrd_body {
        margin-top: 0 !important
    }

    .updateCompanyDetails {
        width: 720px
    }

    .shareHolder_contentDiv {
        width: 168px
    }
}

@media only screen and (max-width:575px) {
    body.safari-mac .company-page .part2 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .inner-header .part3 {
        margin-top: -41px !important
    }

    .smlscrBar_icon {
        right: 0 !important
    }

    .shareholderblur_bg {
        background: url(../../Images/financials-blur.jpg) no-repeat top center !important
    }

    .login_sign_body {
        width: 100% !important
    }

    .container_mlogin_sign h1 {
        font-size: 20px
    }

    .forget_pswrd_body {
        margin-top: 0 !important
    }

    .doublebox_div {
        padding: 0 3px
    }

    .blurUpperdiv_keyInfo {
        transform: translate(0%,-98%);
        width: 88%
    }

    .sidebar-wrapper .sidebar-menu {
        background: #fff;
        box-shadow: 1px 2px 3px #f3f3f3
    }

    .compitetionDiv {
        padding-left: 3px;
        padding-right: 3px
    }

    .m_L_globleRBody {
        margin-left: 3px;
        margin-right: 2px
    }

    .about_div_disp {
        display: flex
    }

    .directors-section .compCheckright_body h2 {
        padding-left: 15px !important
    }

    .directors-section .compCheckright_body .spacing_compCheckright {
        padding-left: 15px !important
    }

    .data-updated {
        display: block !important
    }

        .data-updated li {
            float: left !important
        }

            .data-updated li .following_btn {
                width: max-content !important;
                float: none !important
            }

            .data-updated li:first-child {
                width: 100% !important;
                margin-bottom: 5px !important
            }

            .data-updated li:nth-child(2) {
                margin-right: 15px !important
            }

            .data-updated li:nth-child(3) {
                width: 140px !important
            }

    .bonus-row .col-sm-4 {
        padding-right: 15px !important;
        margin-bottom: 10px !important
    }

        .bonus-row .col-sm-4:first-child {
            margin-bottom: 0 !important
        }

    .compDetail_head {
        font-size: 16px !important
    }

    .peopleDetail_div {
        padding-left: 0;
        padding-right: 0
    }

    .checkComp_financial_p, .iner_contactUs_main .contactUs_subhead {
        font-size: 18px !important
    }

    .checkComp_financial_p {
        padding-top: 23px !important
    }

    .search_mainbody {
        width: 90% !important
    }

    .bu {
        padding: 0 10px 12px;
        font-size: 14px
    }

    .btn-mb {
        margin-bottom: 30px
    }

    .business-Servicebox {
        width: 100%;
        height: auto
    }

    .b_s_head_h2 {
        width: 100%;
        font-size: 25px
    }

    .sub-bodyleftStyle {
        margin-left: 0;
        padding-left: 6% !important;
        padding-right: 0 !important
    }

    .sub-bodyrightStyle {
        padding-left: 0 !important
    }

    .body-businessService {
        padding-left: 5% !important;
        padding-right: 5% !important
    }

    .whychoose_container {
        width: 100%
    }

    .small_padding_8r {
        padding-right: 0 !important;
        padding-left: 0
    }

    .scrolldown {
        width: 98.6%
    }

    .contactUs_head {
        font-size: 21px
    }

    .contactUs_subhead {
        font-size: 20px
    }

    .search_masterdata_head {
        width: 90%;
        margin: auto
    }

    #features .features-item {
        padding: 25px 25px
    }

    .moreLess_div.pt-3 {
        height: 55px
    }

    #DIN_MoreRecord, #DIN_LessRecord, #mutualCompany_moreRecord, #mutualCompany_lessRecord, #seeMoreRecord, #seeLessRecord {
        margin-right: 10px
    }

    .attention_content_div {
        font-size: 11px
    }

    #button {
        padding: 10px;
        width: 140px
    }

    .companybody_contant1, .companybody_contant2, .companybody_contant3, .companybody_contant4 {
        padding-bottom: 3px
    }

    .charges_bristishmain table th {
        font-size: 13px
    }

    .pos_rocPanding_body {
        margin-top: 145px
    }

    .companyCheckboxleft {
        margin-left: 0;
        margin-right: 0
    }

    .compCheck_row {
        padding: 0
    }

    .small_margin_lr_0 {
        margin: 3px
    }

    .compDetail_head_dir, .spacing_compCheckright {
        padding-left: 5px;
        padding-bottom: 10px
    }

    .marginRight25 {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .btnoutstand {
        font-size: 11px;
        padding: 5px 5px !important
    }

    .director_report {
        display: block
    }

    .warning_compliance_msg {
        padding-left: 9% !important
    }

    .errorbtn {
        margin-top: 8px;
        margin-bottom: 10px
    }

    .sprite_img.company_docicon {
        margin: auto;
        margin-top: 15px;
        float: none
    }

    #dv_dueCompliancePenalties .compDetail_head {
        font-size: 16px
    }

    .cust_paddingLeft {
        padding-left: 0
    }

    #dv_mutualCompany .sprite_img.strick_icon {
        margin-left: 2px
    }

    #dv_dir_List .dir_report_head b {
        width: 70%
    }

    .active_greentext, #dv_mutualCompany .text-danger.d-flex {
        font-size: 13px
    }

    .b_s_head_content {
        width: 100%
    }

    .pending_compliance_main .table thead tr {
        font-size: 13px
    }

    .serrorbtn {
        margin-left: 0;
        margin: auto
    }

    .companyDetails_lower {
        position: inherit
    }

    .small_margin_lr {
        margin: 0 3px
    }

    .companyDetails_upper, .companyDetails_lower {
        border-radius: 5px 5px 0 0
    }

    .companyCheckDetails {
        border-radius: 5px
    }

    .check_compliance_btn {
        margin-right: 0;
        margin-bottom: 30px
    }

    .w_contactUS50 {
        width: 94%
    }

    .iner_contactUs_main {
        padding: 15% 5%
    }

    .innerbody_contactUs.p-5.mt-5 {
        padding: 25px 15px !important;
        box-shadow: 0 3px 6px rgba(0,0,0,.1)
    }

    .iner_contactUs_main .head_marginStyle.text-center.font-weight-bold {
        font-size: 22px
    }

    .marginleft_privacy {
        margin-left: 0
    }

    .small_scr_padding {
        padding: 20px !important
    }

    .financials-blur {
        padding: 25px 25px
    }

    .shareholderblur_bg {
        padding: 25px 25px
    }

    .sidebarmenu_main {
        width: 100% !important;
        margin: auto
    }

    .res-card {
        margin: 10px 0 0 0 !important;
        width: 100% !important;
        border-radius: 0 !important
    }

    .update-contact-info-box {
        margin-bottom: 10px !important
    }

    .sidebar-wrapper .sidebar-menu {
        border-radius: 0 !important
    }

    .financials-blur {
        padding: 30px 18px !important
    }

    .form-row {
        display: block
    }

    .counter .row .col-sm-4 {
        max-width: 32% !important;
        display: inline-block;
        vertical-align: top
    }

    .charges-section .d-flex {
        display: block !important
    }

    #legendOpen ul {
        padding-bottom: 25px !important
    }

    .charges-section .d-flex div {
        display: block !important;
        padding-left: 15px
    }

    .charges-section .d-flex .graph_size {
        height: 230px !important
    }

    .graph_size ul {
        padding: 0 25px !important
    }

    .legend_dataNotFound p {
        margin-top: 0 !important;
        padding-bottom: 25px !important;
        padding-left: 15px !important
    }

    .peopleDetailsRight_display {
        margin-top: 10px !important;
        margin-right: 0 !important
    }

    .mobile-overview {
        margin-top: 10px !important;
        width: 100%;
        display: block
    }

    .director-listing {
        padding: 15px !important
    }

    .updated-panel .col.first {
        max-width: 100% !important
    }

    .updated-panel .left .tab.first, .updated-panel-row .right_ .tab {
        flex-direction: column;
        height: auto
    }

        .updated-panel .left .tab.first .btn, .updated-panel .right_ .tab .btn {
            margin-top: -37px !important
        }

        .updated-panel .left .tab.first .fontSize_13 strong:last-child, .updated-panel .right_ .tab .fontSize_13 strong:last-child {
            padding-left: 20px !important
        }

    .updated-panel .col .fontSize_13 {
        font-size: 11px !important
    }

    .dir_report_head b {
        padding-left: 0 !important
    }

    .buy-report-popup .body {
        max-height: 500px;
        overflow-y: scroll
    }

    .charges-msg {
        padding: 0 15px
    }

        .charges-msg p {
            margin-bottom: 0
        }
}

@media only screen and (max-width:500px) {
    .latestAnnualReturn, .totalNumShare, .paidUpCapital {
        width: 83%
    }

    .latestAnnualReturn {
        margin-right: 0
    }

    form .row .col {
        flex-basis: inherit;
        margin-bottom: 13px !important
    }

        form .row .col:last-child {
            margin-bottom: 0 !important
        }

    .counter .row {
        display: block !important;
        text-align: center !important
    }

    .counter .progress {
        width: 70px !important;
        height: 70px !important
    }

        .counter .progress .innercircle {
            width: 50px !important;
            height: 50px !important
        }

    .counter .percentage_value {
        margin-top: 0 !important
    }

    .innercircle {
        font-size: 14px !important
    }

    .companybody_contMain .info {
        text-align: left !important
    }

        .companybody_contMain .info li {
            margin: 0;
            margin-bottom: 2px;
            width: 100%
        }

    .company-contact-details li strong {
        width: 48% !important
    }

    .company-contact-details li span {
        width: 52% !important
    }

    .socials li {
        width: inherit !important
    }

    .companycheck-features .boxes .col {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media only screen and (max-width:480px) {
    .data-updated li:first-child {
        display: flex !important;
        margin-bottom: 3px !important
    }

    .company-info-table tr td {
        width: 80% !important
    }

        .company-info-table tr td:first-child {
            width: 170px !important
        }

    .about-finincials-section .col-sm-4 {
        padding-right: 0 !important
    }

        .about-finincials-section .col-sm-4 div {
            font-size: 12px !important
        }

        .about-finincials-section .col-sm-4 .fontSize_16, .about-finincials-section .col-sm-4 .fontSize_18 {
            font-size: 14px !important
        }

    .popup-overlay .popup {
        width: 95% !important
    }

    .companyleftbar-menu li a {
        padding: 8px 12px 8px 10px
    }

    .people-and-contact-panel .box {
        width: 70%
    }
}

@media only screen and (min-width:500px) and (max-width:992px) {
    .sidebarmenu_main {
        top: 240px
    }

    .width_people_div {
        width: 100%
    }

    .m_l_pdiv {
        margin-left: -3px
    }

    .latestAnnualReturn, .totalNumShare, .paidUpCapital {
        width: 48%
    }

    .latestAnnualReturn {
        margin-right: 20px
    }

    .paidUpCapital {
        margin: auto
    }

    .shareHolder_contentDiv {
        width: 85%
    }

    .popup-overlay .popup {
        width: 350px !important
    }

    .companybody_contMain .info li {
        width: 46%;
        float: left;
        text-align: left !important;
        margin-left: 0 !important
    }

    .company-contact-details li strong {
        width: 35% !important
    }

    .company-contact-details li span {
        width: 65% !important
    }

    .socials li {
        width: inherit !important
    }

    .compliance-nodata {
        left: 15%;
        width: 70%
    }

    .subscription-section {
        height: 300px
    }

        .subscription-section .fontSize_16 {
            font-size: 15px !important
        }
}

@media only screen and (max-width:500px) {
    .popup-overlay.buy-report-popup .popup {
        width: 95% !important
    }
}

@media only screen and (min-width:500px) and (max-width:700px) {
    .popup-overlay.buy-report-popup .popup {
        width: 70% !important
    }

    .visible-after-popup2 {
        left: 10%;
        width: 80%
    }

    .subscription-card {
        padding: 30px !important
    }

        .subscription-card div:first-child {
            padding-right: 30px;
            width: 70%;
            align-self: flex-start
        }

        .subscription-card h3 {
            font-size: 22px
        }

        .subscription-card p.fontSize_16 {
            font-size: 14px !important
        }

        .subscription-card .btn {
            font-size: 13px !important;
            padding: 10px !important
        }
}

@media only screen and (min-width:750px) and (max-width:900px) {
    .popup-overlay.buy-report-popup .popup {
        width: 90% !important
    }
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .my-acc-drop {
        top: 0 !important
    }

    .compliance-banner {
        max-width: 91% !important;
        margin: auto !important
    }

    .logo-mobile img {
        position: relative;
        top: -7px
    }
}

@media only screen and (max-width:425px) {
    .smallscr_padding25 {
        padding: 25px !important
    }

    .smallscr_padding10 {
        margin: 0 7px 0 7px !important
    }

    .m-auto.d-table.pb-1.w-auto {
        width: 100% !important
    }
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .active_greentext_sml, #itemsToFilter .firstCol_padding .text-danger {
        padding-left: 0 !important
    }

    .bullet_styling {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    ::-webkit-scrollbar {
        width: 3px !important;
        height: 3px !important
    }

    .res-height-auto {
        height: auto !important
    }

    body, html {
        overflow-x: hidden
    }

    .res-float-right {
        float: right !important
    }

    .res-float-none {
        float: none !important;
        margin-left: 0 !important
    }

    .logo img {
        margin-top: 4px
    }

    .acc-drop {
        display: block !important;
        opacity: 0 !important;
        visibility: visible !important;
        transition: all .3s;
        top: 15px
    }

    .form-group {
        margin-bottom: 15px !important
    }

    .user-dropdown {
        left: 0 !important
    }

    .acc-drop.open {
        opacity: 1 !important;
        visibility: inherit !important
    }

    .smlscrBar_icon.acc-drop {
        position: absolute;
        top: 49px !important
    }

    .acc-drop.smlscrBar_icon {
        top: 80px
    }

    .smlscrBar_icon {
        display: block !important;
        width: max-content !important;
        background: #fff;
        position: absolute;
        top: 62px;
        right: 0;
        z-index: 1000000;
        box-shadow: 0 6px 12px rgba(0,0,0,.175) !important
    }

        .smlscrBar_icon ul.nav {
            width: 185px !important
        }

    .signupblue_btn {
        background: #fff;
        color: #000 !important;
        text-align: left
    }

    .header-search .col-md-3 .nav-icon1 {
        position: static !important;
        right: 0 !important
    }

    .header-search .nav-icon1 {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important
    }

    .comsearch_ul {
        width: 100% !important;
        top: 100% !important;
        left: 0 !important
    }

    .inner-header .part2 {
        padding: 0 !important
    }

    .acc-drop {
        display: block !important;
        transition: all .3s;
        top: 15px
    }

        .acc-drop ul li {
            width: 100% !important
        }

        .acc-drop.open {
            opacity: 1 !important;
            visibility: inherit !important;
            right: 0 !important
        }

        .acc-drop.smlscrBar_icon {
            top: 80px
        }

    .smlscrBar_icon ul.nav li {
        padding: 0 !important
    }

    .small_margin_lr {
        margin: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .sidebarmenu_main {
        position: static !important;
        float: none !important;
        width: 100% !important
    }

    .sidebar-wrapper .sidebar-menu {
        width: 100% !important;
        top: 0 !important
    }

    .sidebarmenu_main {
        margin: auto
    }

    .sidebar-wrapper .sidebar-menu {
        background: #fff !important;
        margin: auto !important;
        box-shadow: 0 3px 6px #e3e3e3;
        border-radius: 5px;
        overflow: hidden
    }

    .sidebar-wrapper .sidebar-menu {
        overflow: inherit !important;
        height: 91px !important;
        padding-bottom: 20px !important
    }

    .sidebar-nav {
        padding-top: 7px !important;
        padding: 0 10px;
        height: 45px;
        position: relative
    }

        .sidebar-nav li {
            margin-bottom: 10px !important;
            float: left;
            position: static !important
        }

            .sidebar-nav li a {
                white-space: inherit !important
            }

    .sidebar-wrapper .sidebar-menu ul li a {
        padding: 8px 15px !important
    }

    .sidebar-wrapper .sidebar-menu ul li:first-child a {
        padding-left: 3px !important
    }

    .sidebar-wrapper .sidebar-menu ul li a i {
        position: relative;
        right: -10px;
        top: 2px
    }

    .sidebar_brand_opt {
        padding-left: 0 !important
    }

    #overviewSubmenu, #financialsSubmenu {
        white-space: nowrap !important;
        overflow-x: scroll;
        position: absolute !important;
        display: none !important;
        width: 100% !important;
        border: 0 !important;
        margin-left: 0 !important;
        padding-left: 15px;
        top: 81%
    }

        #overviewSubmenu.show, #financialsSubmenu.show {
            display: block !important
        }

        #overviewSubmenu li, #financialsSubmenu li {
            width: max-content;
            float: none !important;
            margin-bottom: 0 !important;
            display: inline-block !important;
            padding-left: 0 !important;
            border-radius: 3px !important
        }

            #overviewSubmenu li a, #financialsSubmenu li a {
                padding: 7px 10px !important
            }

    #overviewSubmenu {
        margin-bottom: 15px !important
    }

    .inner-company-header {
        position: static
    }

    .after-company-header {
        margin-top: 0 !important
    }

    .compCheck_row {
        padding-left: 0 !important
    }

    .table-nowrap td, .table-nowrap th {
        white-space: nowrap
    }

    .table-nowrap .wrap {
        white-space: normal !important
    }

    table td {
        font-size: 12px !important
    }

    .filter-overlay, .companyname_body_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 100000 !important
    }

    .filters {
        transform: inherit !important;
        width: 100%;
        height: 100% !important;
        top: 0 !important;
        left: 0;
        position: fixed !important;
        z-index: 1000000 !important;
        display: none;
        box-shadow: 0 3px 11px rgba(0,0,0,.4) !important;
        border-radius: 0 !important
    }

        .filters .companyCheckDetails {
            position: static !important;
            height: 100% !important;
            border-radius: 0 !important;
            box-shadow: none !important
        }

        .filters .compDetail_head {
            margin-bottom: 0 !important
        }

    .filter_icon {
        float: left
    }

    .filter-btn-fixed {
        display: block !important
    }

    .filter-scroll {
        max-height: 80%;
        overflow-y: scroll
    }

    #dropdown_toggle_Id_filter {
        border: none;
        background: transparent;
        right: 20px;
        margin-top: 30px;
        position: absolute
    }

        #dropdown_toggle_Id_filter img {
            position: relative;
            top: -2px
        }

    #dropdown-menu-Id-filter11 {
        z-index: 0;
        border-radius: 2px !important
    }

    .width_people_div {
        width: 100% !important
    }

    .companyname_style {
        margin-bottom: 0
    }

    .financials-blur {
        margin-top: -15px
    }

    .people-contact-right {
        clear: both !important
    }

        .people-contact-right .m_L_globleRBody {
            clear: both !important;
            display: block !important;
            margin: 0 4px !important
        }

    .compCheck_row {
        margin: 0 0 !important
    }

    .compCheckright_body {
        margin: 0 !important
    }

    .companyDetails_upper.res-card {
        margin-top: 0 !important
    }

    .follow_div {
        display: block !important;
        overflow: hidden
    }

        .follow_div .companybody_contant4 {
            overflow: hidden
        }

    .companyDetails_main .employee-reviews .ratings {
        margin-right: 0 !important
    }

    .dashboard-box .box:last-child {
        margin-left: 0 !important
    }

    .director_report {
        overflow: hidden
    }

        .director_report p {
            float: left !important;
            margin-bottom: 0 !important
        }

    .width_people_div {
        margin: 0 !important
    }

    .row.m_L_globleRBody {
        margin: 0 !important
    }

    table {
        width: 100% !important
    }

    .smlscrBar_icon ul.nav li:last-child a {
        border-bottom: 0 !important
    }

    .SignUp_companyCheckMain {
        padding: 10px 0 !important
    }

    .forget_pswrd_body {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

        .forget_pswrd_body .login_sign_body {
            padding-bottom: 5px !important;
            margin-bottom: 25px !important
        }

    .SignUp_companyCheckMain .py-5.change-pass {
        margin: 0 !important
    }

    .blur.companyCheckDetails.mb-3.peopleTimeline_smldiv {
        margin-bottom: 0 !important
    }

    .inner_AboutUs_content {
        padding-top: 0 !important
    }

    .aboutus_img {
        margin-top: 10px !important
    }

    .small_scr_padding {
        padding: 0 !important
    }

    .compCheck_termsCon {
        padding: 35px 15px !important
    }

    .payment-method {
        margin-bottom: 0 !important
    }

    .faq .container {
        max-width: 100%
    }

    .SignUp_companyCheckMain .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 20px 0 !important
    }

    .cart-total .btn {
        width: max-content !important
    }

    .group-structure-graph-wrap {
        max-width: 100%;
        overflow: scroll
    }

    .group-structure-graph {
        width: 1158px
    }

        .group-structure-graph .content {
            width: 100% !important
        }

            .group-structure-graph .content .box .data li span {
                font-size: 12px
            }

            .group-structure-graph .content .box .tagline {
                margin-left: 15%
            }

            .group-structure-graph .content .box.right .tagline {
                margin-left: 29%
            }

    .companybody_contant4 ul {
        margin-bottom: 15px !important
    }

    .login_sign_body {
        margin-bottom: 25px !important
    }

    .data-updated-card {
        position: relative
    }

    .financial-Parameters-table tr td:first-child {
        white-space: normal !important
    }

    .financial-Parameters-table td {
        white-space: nowrap
    }

    .directors-section .compCheckright_body {
        padding: 15px 0 !important;
        font-size: 13px;
        margin-top: 10px !important
    }

    .financial-data li:nth-child(4), .financial-data li:nth-child(5), .financial-data li:nth-child(6) {
        margin-bottom: 0 !important
    }

    .no-img {
        margin-top: 0 !important
    }

    .people-contact-right {
        padding-right: 0 !important
    }

    .mobile-overview {
        width: 100%
    }
}

@media only screen and (min-width:950px) and (max-width:1500px) {
    .acc-drop .nav {
        flex-direction: row !important
    }
}

@media only screen and (min-width:575px) and (max-width:650px) {
    .res-card {
        margin: 10px 0 0 0 !important;
        width: 100% !important
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .header-search .form-group {
        width: 75%;
        margin: auto;
        position: relative
    }

    .charges-section {
        width: 95% !important
    }

    .res-card.empty-legal {
        max-width: 90% !important
    }
}

@media only screen and (min-width:500px) and (max-width:992px) {
    .companyDetails_lower {
        display: block !important
    }

    .follow_div {
        justify-content: flex-start;
        padding-left: 30px
    }

    .companyDetails_lower .col-md-9 {
        max-width: 100%
    }

    .companybody_contant4 ul {
        display: block !important
    }

    .director_report {
        padding-left: 25px !important
    }

    .companyname_style {
        margin-bottom: 0 !important
    }

    .abc p {
        margin-bottom: 10px !important
    }

    .dir_report_head b {
        padding-left: 0 !important
    }

    .blurdiv_keyInfo {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:575px) and (max-width:992px) {
    .update-contact-info-box {
        margin-bottom: 15px !important
    }

    .companyDetails_lower {
        width: 95% !important;
        margin: 0 auto 0 auto !important
    }

    #dropdown_toggle_Id_filter {
        right: 35px !important
    }

    .companyDetails_lower {
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    .companyleftbar-menu {
        border-radius: 5px !important
    }
}

@media only screen and (min-width:1049px) and (max-width:1440px) {
    .dashboard-box .box {
        width: 28%
    }
}

@media only screen and (max-width:1366px) {
    div#dv_companystatusImg {
        width: 20px
    }
}

@media only screen and (max-width:1199px) {
    div#dv_companystatusImg {
        width: 24px;
        margin-left: 0 !important
    }
}

@media only screen and (min-width:575px) and (max-width:1100px) {
    .res-card {
        margin: 10px auto 0 auto !important;
        width: 100% !important;
        width: 95% !important
    }
}

@media only screen and (max-width:991px) {
    .whychoose_container {
        width: 94%
    }

    .business_services_part {
        padding-left: 18% !important
    }

    .search_mainbody {
        width: 65% !important
    }

    .free_consultant_body {
        height: 100%;
        margin-left: 0;
        margin: auto;
        width: 100%
    }

    .custom_width_popup {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 0 !important
    }

    .popup_content {
        width: 90%
    }

    .companybody_contMain {
        margin-bottom: 10px
    }

    .companyStatus_label {
        width: 102px
    }

    #bs-example-navbar-collapse-1 #dropdown-menu-Id-layout {
        margin-top: 0;
        position: absolute
    }

    #menu_companycheck.navbar-default .navbar-nav > .tab_active > a:hover, #menu_companycheck.navbar-default .navbar-nav > .tab_active > a:focus {
        border-left: 3px solid #3b579f;
        padding-left: 14px;
        background-color: #eef1f7 !important;
        color: #000 !important;
        margin: 0 !important
    }

    .dispName_smlscr_layout {
        display: none
    }

    .dropdown_layout_scr {
        display: block;
        margin-top: -5px
    }

    .w_contactUS50 {
        width: 85%
    }

    .marginleft_privacy {
        margin-left: 0;
        margin-top: 35px
    }

    .companyDetails_lower .col2 {
        max-width: 100%
    }

    .related-company-card {
        margin-bottom: 20px !important
    }
}

@media only screen and (max-width:495px) {
    .errorbtn {
        margin: auto;
        display: block
    }

    .sprite_img.error_icon {
        float: none;
        margin: auto
    }

    .warning_compliance_msg {
        padding: 10px !important
    }

        .warning_compliance_msg p {
            font-size: 13px;
            margin: auto;
            display: table;
            float: none !important;
            padding: 10px
        }

    .pending_redtext_body {
        padding: 8px
    }

    .scrolldown {
        font-size: 14px
    }

    #dv_dir_List .dir_report_head b {
        width: 65%
    }

    .business_services_part {
        padding-left: 5% !important
    }

    .b_s_head_h2 {
        font-size: 22px;
        line-height: 33px
    }

    .b_s_head_bs {
        font-size: 20px
    }
}

@media only screen and (max-width:600px) {
    .peopleDetail_div .float-sm-left {
        width: 100% !important;
        float: none !important
    }

    .p_d_card_main {
        width: 95% !important
    }

    .compliance-banner img {
        display: none
    }
}

@media only screen and (max-width:400px) {
    .checkComp_financial_p {
        font-size: 15px !important;
        padding-top: 45px !important
    }

    .sub-bodyleftStyle {
        margin-left: 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .sub-bodyrightStyle {
        padding-left: 0 !important
    }

    .body-businessService {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .feelfree_content {
        width: 90%
    }

    .comCheck_heading_font {
        font-size: 23px !important
    }

    #button {
        padding: 7px;
        width: 110px
    }

    .director_report {
        display: block;
        color: #505050
    }

    .sprite_img.flag_user_icon {
        width: 30px
    }

    .errorbtn {
        font-size: 13px;
        height: auto
    }

    .companyCheckboxright.company_display .sprite_img.greentick_com {
        width: 27px;
        margin-left: 2px
    }

    .scrolldown {
        padding: 11px
    }

    #dv_mutualCompany .text-danger.d-flex {
        margin-left: -20px
    }

    .btn-custom-popup {
        float: left !important
    }

    .getfree_cons_btn {
        padding: 10px 5px !important;
        font-size: 13px
    }

    .getfreeconsultant_img {
        width: 80%
    }

    .freeCons_head {
        font-size: 23px
    }

    .getfree_cons_btn {
        font-size: 16px
    }

    .innerbody_contactUs.p-5.mt-5 {
        padding: 15px !important
    }

    #p_d_sliderHeadDiv {
        display: flex
    }
}

@media only screen and (max-width:600px) {
    .director-sidebar {
        margin: 0 !important
    }

    .p_d_card_main {
        width: 100% !important
    }

    .peopleDetails_Appointment {
        margin-bottom: 0 !important
    }
}

.mac-os .search_comDetail_main .input-group-append {
    float: left !important
}

.tableScrollAppend {
    position: fixed;
    top: 126px;
    z-index: 100;
    opacity: 0;
    pointer-events: none !important
}

    .tableScrollAppend * {
        border: 0 !important
    }

    .tableScrollAppend tbody tr {
        border: 0 !important;
        border-bottom: 0 !important
    }

    .tableScrollAppend tbody {
        opacity: 0;
        pointer-events: none;
        height: 1px !important;
        overflow: hidden !important;
        position: relative;
        z-index: -100
    }

.tableScroll .border-effect {
    position: relative;
    z-index: 99
}

.tableScrollAppend thead {
    position: relative;
    z-index: 10000
}

.company-list-menu {
    top: 85px
}

.company_list_total .btn {
    background: none;
    padding: 5px 15px
}

    .company_list_total .btn:hover {
        background: #3b579f !important
    }

.company_list_total span {
    position: relative;
    top: 5px
}

.company_listBanner {
    background: url(../../images/company_list.jpg) no-repeat top center !important;
    position: relative;
    z-index: 1000
}

    .company_listBanner .comsearch_ul {
        top: 98%
    }

@media only screen and (min-width:320px) and (max-width:767px) {
    .company_list_total {
        margin-top: 15px;
        align-items: flex-start !important;
        font-size: 15px !important;
        padding-right: 10px
    }

        .company_list_total span {
            top: 8px !important
        }

    .companyMenu {
        display: block !important;
        margin-bottom: 40px
    }

        .companyMenu .part1 {
            padding-left: 0
        }

        .companyMenu .part2 {
            padding: 0
        }

        .companyMenu .companyleftbar-menu {
            white-space: nowrap;
            overflow: scroll;
            overflow-y: hidden
        }

    .companyleftbar-menu li {
        float: none;
        display: inline-block
    }

    .company_listBanner {
        margin-bottom: 0 !important
    }

    .pagination_ {
        float: none !important;
        width: 100% !important;
        white-space: nowrap;
        overflow: scroll
    }

        .pagination_ li {
            display: inline-block
        }

    .company-list-menu {
        margin: 0 !important;
        width: 100% !important
    }
}

.company-drectory .info {
    margin-bottom: 10px
}

.modal {
    padding: 0 !important
}

.dashboardSidebar_main {
    width: 190px;
    float: left;
    position: fixed;
    box-shadow: 0 3px 6px #00000029;
    height: 100%;
    top: 59px
}

.dasboard_rightbody {
    margin-left: 190px;
    margin-top: 75px
}

.dashboardSidebar_main ul li a {
    color: #656565;
    padding-left: 10px
}

.dbactivetab a {
    color: #3b579f !important
}

    .dbactivetab a .dbfollow_icon {
        background: #3b579f !important
    }

.dbactivetab {
    background: #f5f6fa;
    border-left: 3px solid #3b579f;
    padding-left: 3px !important
}

.dbSidebar_subMenu {
    overflow: inherit !important
}

    .dbSidebar_subMenu li {
        cursor: pointer;
        padding: 12px 3px !important
    }

.dbfollow_icon {
    background: #656565;
    color: #fff;
    width: 15px;
    height: 14px;
    border-radius: 51px;
    padding: 3px 3px;
    font-size: 8px;
    margin-left: 7px;
    margin-right: 7px
}

#dashboard_menu .fa-user-circle {
    font-size: 14px
}

.custum_badgeStyle {
    background-color: #ff3e3e !important;
    padding: .25em .2em !important
}

.dbprofile_userImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left
}

.dbeditProfile {
    border-radius: 25px;
    width: 100px;
    height: 35px
}

.leftLabel {
    width: 25%
}

.rightLabelValue {
    width: 75%
}

    .rightLabelValue b, .rightLabelValue a {
        font-weight: 500 !important;
        color: #4e4e4e
    }

.db_userProfile_div {
    width: 550px;
    min-height: 85px;
    padding-left: 20px
}

.db_userPic {
    font-size: 100px;
    float: left
}

.socialMedia_con {
    margin-top: -3px
}

.fb-icon-color {
    color: #3f51b5
}

.linkedIn-icon-color {
    color: #0288d1
}

.twitter-icon-color {
    color: #03a9f4
}

.skype-icon-color {
    color: #03a9f4
}

.userProfile_nameWidth {
    width: 73%
}

.dbprofileEdit_img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.dbedit_pencilIcon {
    background: #3b579f;
    color: #fff;
    border-radius: 50%;
    padding: 7px
}

.whitebtn_border {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    padding: 8px 15px
}

.label_mb_0 label {
    margin-bottom: 0
}

.dbuserProfile_icon {
    width: 90px;
    background-position: -597px -964px;
    height: 90px;
    float: left
}

.widthradio_gender {
    width: 49%;
    color: #7f8081;
    border: 1px solid #e0dfdf;
    height: 40px
}

.radiobtn_gender_ml {
    margin-left: 2%
}

.dbeditbutton_div {
    margin-top: 60px;
    margin-left: -20px
}

.lightbluebtn {
    border: none;
    background: #f5f6fa;
    padding: 6px 12px;
    border-radius: 3px;
    color: #3b579f;
    font-size: 12px;
    height: 30px
}

    .lightbluebtn:hover {
        background: #3b579f !important;
        color: #fff !important
    }

.selectedGender {
    background-color: #3b579f;
    color: #fff;
    border: none
}

input#btnUpdateProfile {
    padding: 9px
}

.greytextcolor {
    color: #aaa
}

.db_pr_companyName {
    color: #5e5d5d
}

.db_prcompanyD_div {
    width: 100%
}

.db_prbtn_div {
    width: 135px
}

.recentlyView_main .db_rv_companyicon {
    margin-right: 0 !important
}

.db_rv_companyicon {
    width: 25px;
    background-position: -86px -524px;
    height: 25px;
    float: left
}

.db_rv_followbtn {
    padding: 6px 25px
}

.rv_comIcon_style {
    float: left;
    box-shadow: 1px 1px 4px #c8c8c8;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 20px
}

.height100 {
    height: 100% !important
}

.act-row-wrap .col:hover .db_pr_companyName {
    color: #3b579f
}

.db_rvCompanyLogo {
    width: 25px;
    margin-right: 10px;
    float: left
}

.doublebox_first {
    padding: 0;
    flex: 1;
    margin-right: 15px
}

.doublebox_second {
    padding: 0;
    flex: 1
}

.doublebox_div {
    padding: 0 15px
}

.singlebox_sideSpacing {
    margin-left: 15px;
    margin-right: 15px
}

.round_btn {
    border-radius: 20px
}

.bugreport_btn {
    height: 30px;
    padding: 5px;
    width: 100px !important
}

.notification .db_prcompanyD_div .greytextcolor a {
    width: 115px
}

.db_prcompanyD_div .db_pr_companyName b {
    float: left
}

.db_pr_companyName {
    display: flex
}

.recentlyView_main .act-row-wrap .db_pr_companyName b {
    line-height: 21px;
    padding-left: 0
}

.db_prcompanyD_div .db_rv_companyicon {
    width: 34px
}

#recentCmpnyViewList .col td span {
    line-height: 29px
}

table#userFollowedCmpnyList.dataTable tbody th {
    border-top: 1px solid transparent !important
}

.dataTables_wrapper .dataTables_paginate#userFollowedCmpnyList_paginate {
    margin-top: 15px
}

table.dataTable thead th.followingDate_th {
    padding: 10px 0 !important
}

.error-popup .modal-body {
    background: #f5f8fd;
    border-radius: 5px;
    box-shadow: 0 3px 6px #00000029
}

.error-popup .modal-content {
    border: 0 !important
}

.error-popup * {
    color: #000
}

.error-popup .modal-body p {
    font-size: 18px
}

.error-popup .modal-body i {
    color: #3b579f;
    font-size: 20px
}

.act-col {
    background: #eef1f7;
    border-left: 3px solid #3b579f
}

    .act-col .btn, .act-col button {
        background: #fff;
        box-shadow: 0 1px 3px #0000001a
    }

.act-row-wrap .col {
    border-left: 3px solid transparent;
    padding: 10px !important
}

    .act-row-wrap .col:hover {
        background: #eef1f7 !important;
        border-left: 3px solid #3b579f
    }

        .act-row-wrap .col:hover button {
            background: #fff;
            box-shadow: 0 1px 3px #0000001a
        }

.height-300 {
    max-height: 300px;
    overflow-y: scroll
}

.notifications .notification {
    padding: 12px 0
}

table.dataTable.mytable tbody th, table.dataTable.mytable tbody td {
    padding: 10px 15px !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important
}

.dataTables_filter {
    line-height: 26px !important
}

    .dataTables_filter label {
        font-weight: 400 !important;
        margin-bottom: 0 !important
    }

.hide-search .dataTables_filter {
    display: none !important
}

table.dataTable.search-listing {
    border-collapse: separate;
    border-spacing: 0 1em
}

    table.dataTable.search-listing tbody tr td {
        border-bottom: 0 !important
    }

.m_main_body#tblCompanyList_filter {
    margin-bottom: 0 !important
}

.btn_padding_searchList {
    padding: 12px 25px
}

.whitetick_icom {
    width: 18px;
    background-position: -373px -928px;
    height: 18px;
    margin-left: 5px
}

.Comp-search-page {
    padding: 20px 50px 20px 50px
}

#tblCompanyList td, #tblCompanyList th {
    padding: 0 1px
}

.search-listing .info {
    padding: 20px 15px 10px 115px
}

.search-listing td {
    position: relative
}

.search-listing .info .otherompany_logo {
    float: left;
    position: absolute;
    top: 35px;
    left: 2%;
    box-shadow: 0 1px 3px #00000029;
    padding: 15px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    background-position: 11px -216px;
    margin-top: 0 !important
}

.comapanyList_table .dataTables_wrapper .dataTables_paginate {
    float: left
}

.label_width {
    width: 150px
}

.label_width_right {
    width: 100px
}

.dir_label_width {
    width: 75px
}

.label_width_dir {
    width: 210px
}

.country_flag {
    width: 16px;
    height: 11px;
    margin-top: -3px
}

.review_sprite {
    background: url(../../images/Review_sprite.png);
    display: block;
    height: 800px;
    zoom: 105% !important
}

.employee_icon, .customer_icon {
    height: 70px;
    width: 70px;
    background-position: -5px -7px
}

.customer_icon {
    background-position: -9px -74px
}

.Box_style {
    background: #fff;
    box-shadow: 0 6px 10px #00000029;
    border-radius: 5px
}

.headStyle_review {
    line-height: 1.5;
    width: 445px
}

.reviewbox_style {
    width: 46%;
    padding: 20px;
    height: max-content
}

    .reviewbox_style p {
        margin-bottom: 25px
    }

.review_leftbody {
    padding: 30px 80px 0 50px
}

.review_rightbody {
    padding: 65px 50px 0 50px
}

.leftreviewBox_style {
    margin-right: 55px
}

.borderLeft_style {
    border-left: 3px solid #3b579f
}

.reviewPosingImg_div {
    padding: 0 40px 70px 65px
}

.reviewPosingImg {
    height: 205px;
    width: 350px;
    background-position: -9px -591px
}

.iso_certifiedlogo_div img {
    margin-right: 5.5%
}

.customerRating_div {
    max-width: 500px;
    float: right;
    margin-right: 20px
}

.review_question_div {
    margin-left: 15px;
    margin-top: 60px
}

    .review_question_div p {
        width: 300px;
        margin-bottom: 30px
    }

.iner_review_main {
    padding: 50px 20px
}

.head_Style {
    font-size: 24px
}

.custom_rating {
    float: left;
    margin-right: 50px
}

.rating:not(:checked) > input {
    position: absolute;
    clip: rect(0,0,0,0)
}

.rating:not(:checked) > label {
    float: right;
    width: 29px;
    padding: 5px 7px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: .9;
    background: #ddd;
    color: #fff;
    margin-right: 4px;
    border-radius: 2px;
    height: 29px
}

    .rating:not(:checked) > label:before {
        content: '★ '
    }

.rating > input:checked ~ label {
    background: #00b67a
}

.employeeCompanyRate_main {
    padding: 30px 30px;
    width: 90%;
    margin: auto
}

    .employeeCompanyRate_main .sml-col {
        width: 320px
    }

    .employeeCompanyRate_main .sml-col2 {
        width: 490px
    }

.current_former_div {
    border: 1px solid #d9d7d7;
    padding: 8px 10px 1px 10px;
    width: 155px;
    text-align: center;
    border-radius: 3px
}

.currentFormer_left {
    margin-right: 15px
}

select#employement_status, select#Working_hereSince {
    padding: 9px;
    border-radius: 3px;
    border: 1px solid #d7d5d5;
    display: block;
    width: 326px
}

.employeeCompanyRate_right {
    width: 30%;
    height: max-content;
    position: sticky;
    top: 85px
}

.communityGuideline li i {
    margin-top: 3px;
    color: #808080
}

.employeeCompanyRate_left {
    width: 65%;
    margin-right: 5%
}

.organization_icon {
    height: 30px;
    width: 30px;
    background-position: -79px -172px
}

.organizationIcon_style {
    border-radius: 50%;
    box-shadow: 1px 1px 4px #c8c8c8;
    width: 50px;
    height: 50px;
    padding: 8px 10px
}

.keepthereviewreal {
    margin: auto;
    display: block
}

.reviewCount {
    background: #f0f0f0
}

#selectTriggerFilter select {
    border: 1px solid transparent;
    padding: 7px;
    border-radius: 2px
}

#tblCustomerList_filter {
    display: none;
    margin: 10px 0 !important
}

.custom_badge {
    background: #3b579f;
    color: #fff;
    padding: 4px 10px
}

.reviewprofile_userImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left
}

table#tblCustomerList.dataTable tbody td {
    padding: 0 1px 15px 1px !important
}

button.Customer_useful {
    background: transparent;
    border: none
}

.reviewCus_Detilsdiv {
    color: #505050
}

.activeStar, .inactiveStar {
    background: #00b67a;
    color: #fff;
    font-size: 11px;
    padding: 3px 4px 5px 4px;
    border-radius: 2px
}

.inactiveStar {
    background: #d9d6d6;
    color: #fff
}

.totalReview_div {
    padding: 40px
}

.rating-desc span.ml-3 {
    width: 30px
}

.review_thanku_main {
    margin: auto;
    display: table;
    padding: 75px 50px
}

.greentick_thanku {
    height: 60px;
    width: 60px;
    background-position: -10px -145px;
    margin: auto
}

.review_thanku_main h1 {
    font-size: 25px
}

.review_thanku_main p {
    width: 550px
}

.bigBtn_dashboard {
    padding: 15px 25px;
    width: 225px
}

.thanku_btn_div {
    margin: auto;
    display: table;
    text-align: center
}

.reviews-tab {
    margin-bottom: 25px;
    margin-top: 20px
}

    .reviews-tab li {
        margin: 0;
        padding: 0;
        flex: 1;
        border: 1px solid rgba(0,0,0,.1) !important
    }

        .reviews-tab li.active {
            border: 0 !important;
            background: #3b579f !important
        }

        .reviews-tab li:hover, .reviews-tab li:hover a {
            background: #3b579f !important;
            color: #fff !important
        }

        .reviews-tab li a:hover {
            background: none !important
        }

        .reviews-tab li.active a {
            background: none !important
        }

        .reviews-tab li a {
            display: block;
            padding: 10px 15px;
            background: #f8f8f8;
            text-align: center;
            cursor: pointer
        }

.reviews-tab-res {
    margin: auto;
    margin-bottom: 25px;
    width: 245px;
    position: relative;
    float: left
}

    .reviews-tab-res button.dropdown-toggle {
        display: block;
        padding: 10px 15px;
        background: #f8f8f8;
        color: #000;
        border-radius: 3px;
        box-shadow: 0 3px 6px #00000029;
        border: 0;
        margin: auto;
        width: 245px;
        text-align: left
    }

        .reviews-tab-res button.dropdown-toggle i {
            float: right;
            position: relative;
            top: 3px
        }

            .reviews-tab-res button.dropdown-toggle i.act {
                transform: rotate(180deg)
            }

    .reviews-tab-res .dropdown-menu {
        border-radius: 3px;
        box-shadow: 0 3px 6px #00000029;
        border: 0;
        width: 245px;
        padding: 0 !important;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg)
    }

        .reviews-tab-res .dropdown-menu.act {
            display: block;
            opacity: 1 !important;
            visibility: inherit !important;
            transform: rotateX(0deg);
            -webkit-transform: rotateX(0deg)
        }

        .reviews-tab-res .dropdown-menu a {
            font-size: 13px;
            padding: 8px 15px !important;
            background: #f8f8f8
        }

            .reviews-tab-res .dropdown-menu a:active {
                background: #fff !important;
                color: #000 !important
            }

            .reviews-tab-res .dropdown-menu a.act {
                background: #3b579f !important;
                color: #fff !important
            }

.like-dislike {
    margin-bottom: 0
}

    .like-dislike a label {
        display: block;
        width: 35px;
        height: 35px;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 100px;
        cursor: pointer;
        margin-bottom: 0
    }

        .like-dislike a label.act {
            background: #3b579f !important;
            color: #fff;
            border: 1px solid #3b579f
        }

        .like-dislike a label i {
            font-size: 14px
        }

    .like-dislike a input {
        position: absolute;
        opacity: 0;
        visibility: hidden
    }

.activeDeactiveButtons {
    display: flex
}

    .activeDeactiveButtons li {
        flex: 1
    }

        .activeDeactiveButtons li label {
            display: block;
            border-radius: 3px;
            text-align: center;
            background: #fff;
            padding: 8px 25px;
            border: 1px solid #e0dfdf;
            cursor: pointer;
            transition: all .1s;
            border-radius: 3px
        }

            .activeDeactiveButtons li label.act {
                background: #3b579f !important;
                color: #fff !important;
                border: 1px solid #3b579f !important
            }

            .activeDeactiveButtons li label input {
                visibility: hidden;
                position: absolute
            }

.upload {
    width: 100%;
    height: auto;
    margin: auto;
    background: #f9f9fb;
    border: 1px dashed #b4b4b4;
    padding: 45px;
    position: relative;
    border-radius: 3px;
    transition: all .2s
}

    .upload:hover {
        background: #f4f4f8
    }

    .upload .fa-cloud-upload-alt {
        color: #196ace;
        font-size: 75px
    }

    .upload h4 {
        font-size: 20px
    }

    .upload input[type="file"] {
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer
    }

.uploaded-photos-wrapper .row {
    margin-bottom: 15px
}

.uploaded-photos-wrapper h4 {
    display: none
}

.employeeCompanyRate_main .list.list-inline.float-right .btn {
    padding-left: 20px !important;
    padding-right: 20px !important
}

@media only screen and (min-width:320px) and (max-width:420px) {
    .rate-company .sml-col {
        width: 100% !important
    }

    .employeeCompanyRate_main ul.list.list-inline.float-right li {
        margin-bottom: 10px;
        margin-right: 3px !important
    }

    .employeeCompanyRate_main .list.list-inline.float-right .btn {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 13px !important;
        margin-top: 0 !important
    }

    .salary-form .base-pay {
        width: 100% !important
    }

        .salary-form .base-pay .col {
            padding-right: 15px !important;
            margin-bottom: 7px
        }

    .base-pay .activeDeactiveButtons {
        white-space: nowrap
    }

    .activeDeactiveButtons li {
        margin-right: 3px !important
    }

        .activeDeactiveButtons li label {
            padding: 8px 12px !important
        }

    .uploaded-photos-wrapper .col-sm-4 {
        max-width: 100% !important
    }

        .uploaded-photos-wrapper .col-sm-4 img {
            width: 100px !important
        }

    .uploaded-photos-wrapper .col-sm-8 {
        max-width: 100% !important;
        padding-left: 15px !important;
        margin-top: 15px !important
    }

    .employeeCompanyRate_main ul.list.list-inline.float-right li {
        vertical-align: top;
        margin-bottom: 0 !important
    }

    .reviews-tab-res {
        width: 100% !important
    }

        .reviews-tab-res button {
            width: 100% !important
        }

        .reviews-tab-res .dropdown-menu {
            width: 100% !important
        }
}

@media only screen and (min-width:420px) and (max-width:575px) {
    .salary-form .base-pay .col {
        padding-right: 15px !important;
        margin-bottom: 7px
    }

        .salary-form .base-pay .col:first-child {
            padding-right: 0 !important;
            width: 30% !important
        }

        .salary-form .base-pay .col:last-child {
            width: 70% !important
        }

    .salary-form .base-pay {
        width: 100% !important
    }
}

@media only screen and (min-width:320px) and (max-width:580px) {
    .how-long-interview .col-sm-3 {
        max-width: 25%
    }

    .bonus-row .row {
        margin-bottom: 10px !important
    }

        .bonus-row .row .col-sm-4 {
            max-width: 50% !important
        }

            .bonus-row .row .col-sm-4:first-child {
                max-width: 100% !important
            }

            .bonus-row .row .col-sm-4:nth-child(2) {
                padding-right: 0 !important
            }

    .upload {
        padding: 20px
    }

        .upload h4 {
            font-size: 4vw
        }

        .upload .fa-cloud-upload-alt {
            font-size: 14vw
        }

    .uploaded-photos-wrapper .col-sm-4 {
        max-width: 37%
    }

    .uploaded-photos-wrapper .col-sm-8 {
        max-width: 63%;
        padding-left: 0
    }

        .uploaded-photos-wrapper .col-sm-8 .sml-col {
            width: 100% !important
        }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .employeeCompanyRate_left {
        width: 100%;
        margin-right: 0
    }

    .employeeCompanyRate_right {
        width: 100%;
        margin-top: 10px
    }

    .reviews-tab {
        overflow: scroll;
        white-space: nowrap;
        margin-top: 5px !important
    }

        .reviews-tab li a {
            padding: 10px 15px !important
        }

    .rating label {
        width: 22px !important;
        height: 22px !important;
        font-size: 14px !important
    }

    .bonus-row {
        width: 100% !important
    }

    .bonus-tips {
        max-width: 100% !important
    }

    .dashboard-right {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .employeeCompanyRate_main {
        width: 100%;
        padding: 10px 0 20px 0 !important
    }

    .employeeCompanyRate_left {
        padding: 20px !important
    }

    .employeeCompanyRate_main ul.list.list-inline.float-right {
        margin-bottom: 0;
        margin-top: 15px
    }

    .interview-questions li input {
        margin-bottom: 6px
    }

    .bonus-tips ul {
        width: 245px !important
    }

    .bonus-row, .base-pay, .bonus-tips {
        width: 100% !important;
        max-width: 100% !important
    }

    .employee-photos {
        padding: 0
    }

    .claim-company-form {
        height: auto
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .employeeCompanyRate_main ul.list.list-inline.float-right {
        margin-bottom: 0;
        margin-top: 15px
    }

    .employeeCompanyRate_main {
        padding: 20px !important
    }

    .employeeCompanyRate_right {
        top: inherit !important
    }

    .reviews-tab {
        white-space: nowrap;
        overflow: scroll
    }

    .rate-company .col-sm-11 {
        max-width: 88.666667%
    }

    .employeeCompanyRate_main {
        width: 95% !important
    }
}

@media only screen and (min-width:768px) and (max-width:990px) {
    .employeeCompanyRate_main {
        width: 100% !important
    }
}

@media only screen and (max-width:1366px) {
    .review_rightbody {
        padding: 55px 40px 0 15px
    }

    .leftreviewBox_style {
        margin-right: 40px
    }
}

@media only screen and (max-width:1199px) {
    .headStyle_review {
        line-height: 1.5;
        width: 360px
    }

    .reviewCus_Detilsdiv .w-75 {
        width: 100% !important
    }
}

@media only screen and (max-width:991px) {
    .search-listing .info .otherompany_logo {
        left: 3%
    }

    .db_userProfile_div {
        width: 85%
    }

    .res-full {
        width: 100% !important
    }

    .background-images {
        padding: 25px 20px !important
    }

        .background-images h1 {
            padding-top: 0 !important
        }

    .table-scroll td, .table-scroll th {
        white-space: nowrap !important;
        width: inherit !important;
        vertical-align: top !important
    }

        .table-scroll td .head {
            padding-right: 30px !important
        }

    .status {
        display: block !important
    }

    .packages .package {
        width: 90%
    }

    .review_rightbody {
        padding: 40px 35px 0 35px
    }

    .reviewbox_style {
        width: 47.5%
    }

    .leftreviewBox_style {
        margin-right: 5%
    }

    .reviewPosingImg_div {
        display: none
    }

    .iso_certifiedlogo_div img {
        margin-right: 20px
    }

    .head_Style {
        text-align: center
    }

    .customerRating_div {
        float: none;
        margin: auto
    }

    .followed-company th {
        font-size: 13px !important
    }
}

@media only screen and (max-width:767px) {
    .dashboardSidebar_main {
        width: 100%;
        position: relative;
        margin: auto;
        float: none !important;
        top: inherit !important
    }

    .dbSidebar_subMenu {
        overflow-x: scroll !important
    }

    .dashboardSidebar_main ul {
        margin-bottom: 0
    }

        .dashboardSidebar_main ul li {
            display: flex;
            text-align: center
        }

    .dasboard_rightbody {
        margin-left: 0;
        margin-top: 10px;
        padding-top: 0 !important
    }

    .dbfollow_icon {
        background: #3b3b3b
    }

    .dashboardSidebar_main ul li a {
        color: #3b3b3b;
        padding: 5px 10px !important;
        width: max-content
    }

    #dashboard_menu {
        display: flex;
        overflow-x: auto
    }

    .packages .package.act {
        transform: scale(1)
    }

    .packages .owl-wrapper {
        overflow: hidden;
        padding: 30px 0
    }

    #tblCompanyList_filter {
        float: right;
        width: 240px
    }

    .label_width_right {
        width: 150px
    }

    .Comp-search-page {
        padding: 20px 30px 10px 30px
    }

    .director_list .label_width, .label_width_dir {
        width: 240px
    }

    .sweet-alert.successPopUp_main h2 {
        font-size: 22px !important;
        margin: 15px 0 5px !important
    }

    .sweet-alert.successPopUp_main button {
        padding: 8px 32px !important;
        margin: 18px 5px 15px 5px !important
    }

    .errorPopUp_div .modal-dialog {
        margin: 8rem auto
    }

    .organizationIcon_style {
        margin-bottom: 20px
    }

    .review_thanku_main p {
        width: 100%
    }
}

@media only screen and (max-width:501px) {
    .reviews-tab {
        display: none
    }
}

@media only screen and (min-width:499px) and (max-width:2500px) {
    .reviews-tab-res {
        display: none
    }
}

@media only screen and (max-width:675px) {
    #employee_review .col-sm-11 {
        padding: 0 !important
    }

    .organizationIcon_style {
        display: none
    }
}

@media only screen and (max-width:575px) {
    .db_userProfile_div {
        width: 100%;
        padding-left: 0;
        min-height: 47px
    }

    .dbprofile_imgDiv {
        display: table;
        margin-bottom: 25px;
        margin-top: -15px
    }

    .dashboardSidebar_main {
        box-shadow: 1px 1px 4px #c8c8c8
    }

    .userProfile_nameWidth {
        width: 65%
    }

    .leftLabel, .rightLabelValue {
        width: 50%
    }

    .socilMedia_details .leftLabel {
        display: none
    }

    .socilMedia_details .rightLabelValue {
        width: 100%
    }

    .purchasedReport_mian .db_prcompanyD_div i {
        height: 50px
    }

    .notifications .db_pr_companyName {
        display: block
    }

    .purchasedReport_mian .lightbluebtn {
        margin-top: 10px
    }

    .db_rvCompanyLogo {
        margin-right: 10px
    }

    .recentlyView_main .lightbluebtn {
        margin-top: 4px;
        margin-left: 35px;
        display: block
    }

    .notification .db_prcompanyD_div .greytextcolor a, .notifications .greytextcolor p {
        margin-left: 60px
    }

    .ml_sml_following {
        margin-left: 35px;
        padding: 5px 0
    }

    .doublebox_div {
        padding: 0
    }

    .singlebox_sideSpacing {
        margin-right: 0;
        margin-left: 0
    }

    .bugreport_btn {
        padding: 7px 15px
    }

    .need-help li {
        display: block;
        margin: 0;
        margin-right: 0 !important;
        padding: 0 20% 7% 20%
    }

    .need-help h4 {
        margin-top: 0
    }

    .need-help .icon {
        float: left
    }

    section.bg-light.need-help {
        padding: 5px 0 32px 0
    }

    .btn_padding_searchList {
        margin-bottom: 10px
    }

    #tblCompanyList_filter {
        float: left;
        width: 350px
    }

    .comapanyList_table {
        position: relative;
        top: -15px
    }

    .search-listing .info {
        padding: 20px 20px 10px 20px
    }

        .search-listing .info .otherompany_logo {
            display: none
        }

    .Comp-search-page {
        padding: 20px 0 0 0
    }

    .dir_label_width {
        width: 150px
    }

    .sweet-alert.successPopUp_main {
        width: 90%
    }

    .errorPopUp_div .modal-dialog {
        max-width: 90%
    }

    .sweet-alert.successPopUp_main h2, .errorPopUp_head {
        font-size: 22px
    }

    .leftreviewBox_style {
        margin-right: 0;
        margin-bottom: 30px
    }

    .reviewbox_style {
        width: 100%
    }

    .review_rightbody {
        padding: 25px 0 0 0
    }

    .iso_certifiedlogo_div img {
        margin: auto;
        display: table
    }

    .Box_style {
        border-radius: 0
    }

    .iner_review_main {
        padding: 50px 0
    }

    .customerRating_div {
        max-width: 100%
    }

    .head_Style {
        padding: 0 5px;
        font-size: 20px
    }

    .rating_div p {
        display: table
    }

    .border-radiusdiv {
        border-radius: 0
    }

    .review_thanku_main h1 {
        font-size: 21px
    }

    .review_thanku_main {
        padding: 75px 25px
    }
}

@media only screen and (max-width:400px) {
    #tblCompanyList_filter {
        width: 100%
    }

    #tblCompanyList .info .half-col b {
        width: 110px
    }

    .director_list .label_width, .label_width_dir {
        width: 280px
    }

    #tblCompanyList .info .row.container {
        padding-right: 0
    }

    .activeDeactiveButtons li label {
        padding: 8px 10px !important
    }

    .review_thanku_main h1 {
        font-size: 19px
    }
}

@media only screen and (min-width:575px) and (max-width:767px) {
    .dashboardSidebar_main {
        width: 95% !important;
        box-shadow: 1px 1px 4px #c8c8c8
    }
}

.moreLess_div a i {
    transition: all .3s;
    display: inline-block;
    position: relative
}

.moreLess_div a:hover i {
    transform: translateX(5px)
}

[tooltip] {
    position: relative
}

    [tooltip]::before, [tooltip]::after {
        text-transform: none;
        font-size: .9em;
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent;
        z-index: 1001
    }

    [tooltip]::after {
        content: attr(tooltip);
        font-family: Helvetica,sans-serif;
        text-align: center;
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 1ch 1.5ch;
        border-radius: .3ch;
        background: #333;
        color: #fff;
        z-index: 1000
    }

    [tooltip]:hover::before, [tooltip]:hover::after {
        display: block
    }

[tooltip='']::before, [tooltip='']::after {
    display: none !important
}

[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333
}

[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%,-.5em)
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px)
}

[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%,.5em)
}

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0 - 5px);
    transform: translate(-.5em,-50%)
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em,-50%)
}

[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0 - 5px);
    transform: translate(.5em,-50%)
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em,-50%)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%,0)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0,-50%)
    }
}

[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards
}

[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards
}

.removescrolling {
    overflow: inherit !important
}

.no-shadow {
    box-shadow: none !important
}

.no-bg {
    background: none !important
}

.text-g {
    color: #42d651
}

.dashboard-section {
    padding-bottom: 25px
}

.dashboard-sidebar {
    width: 16.8%;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    padding: 25px 0;
    z-index: 100
}

body.safari-mac .dashboard-sidebar {
    width: 15.8%
}

.dashboard-sidebar ul li a {
    display: block;
    padding: 15px 15px;
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 5000;
    position: relative
}

    .dashboard-sidebar ul li a i {
        font-size: 18px;
        margin-right: 12px
    }

    .dashboard-sidebar ul li a:before {
        content: '';
        width: 3px;
        height: 0%;
        position: absolute;
        top: 50%;
        left: 0;
        border-radius: 0 2px 2px 0;
        background: #3b579f;
        transition: all .2s
    }

    .dashboard-sidebar ul li a:hover {
        background: #f5f6fa !important;
        color: #000;
        padding-left: 18px
    }

        .dashboard-sidebar ul li a:hover:before {
            height: 96%;
            top: 3%
        }

.dashboard-sidebar ul li.act a {
    background: #3b579f;
    color: #fff
}

    .dashboard-sidebar ul li.act a:before {
        background: #fff;
        height: 95%;
        top: 2.5%
    }

    .dashboard-sidebar ul li.act a:hover {
        padding-left: 15px;
        background: #3b579f !important;
        color: #fff
    }

    .dashboard-sidebar ul li.act a .dashboard_icon {
        background-position: -135px -10px
    }

    .dashboard-sidebar ul li.act a .user_icon {
        background-position: -135px -73px
    }

    .dashboard-sidebar ul li.act a .order_history_icon {
        background-position: -135px -115px
    }

    .dashboard-sidebar ul li.act a .follow_company_icon {
        background-position: -135px -156px
    }

    .dashboard-sidebar ul li.act a .purchase_icon {
        background-position: -135px -199px
    }

    .dashboard-sidebar ul li.act a .subscription_icon_ {
        background-position: -135px -240px
    }

    .dashboard-sidebar ul li.act a .cart_icon {
        background-position: -135px -325px
    }

    .dashboard-sidebar ul li.act a .change_pass_icon {
        background-position: -135px -303px
    }

    .dashboard-sidebar ul li.act a .claim_company_icon {
        background-position: -135px -283px
    }

    .dashboard-sidebar ul li.act a .change_pass_icon {
        background-position: -135px -367px
    }

.dashboard-boxes .box {
    width: 23.5%;
    height: 100px;
    background: #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    padding-right: 13px;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

    .dashboard-boxes .box a {
        width: 100%
    }

    .dashboard-boxes .box:after {
        background: #fff;
        content: "";
        height: 255px;
        left: -175px;
        opacity: .05;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 1.2s cubic-bezier(.19,1,.22,1);
        -o-transition: all 1.2s cubic-bezier(.19,1,.22,1);
        transition: all 1.2s cubic-bezier(.19,1,.22,1);
        width: 50px
    }

    .dashboard-boxes .box:hover:after {
        left: 120%
    }

    .dashboard-boxes .box * {
        color: #fff
    }

    .dashboard-boxes .box span {
        font-size: 24px;
        font-weight: 500
    }

    .dashboard-boxes .box .icon span {
        background: rgba(255,255,255,.3);
        width: 45px;
        height: 45px;
        transition: all .3s
    }

    .dashboard-boxes .box:hover .icon span {
        background: rgba(255,255,255,.4)
    }

.dashboard_icon1 {
    width: 24px;
    height: 24px;
    background-position: -60px -36px
}

.dashboard_icon2 {
    width: 24px;
    height: 24px;
    background-position: -60px -66px
}

.dashboard_icon3 {
    width: 27px;
    height: 27px;
    background-position: -61px -95px
}

.dashboard_icon4 {
    width: 24px;
    height: 24px;
    background-position: -61px -126px
}

.recently-viewed button {
    padding: 7px 15px !important
}

.recently-viewed .btn {
    width: 100px;
    text-align: center;
    margin: auto;
    padding: 7px 10px !important
}

.dm-unitP, .dm-labelP {
    display: none
}

.js-gauge--2 {
    margin-left: -20px;
    margin-top: -51px;
    height: 160px
}

tspan {
    font-weight: bold
}

.graph_status_wrap {
    position: relative;
    z-index: 1000;
    margin-top: -20px;
    margin-bottom: 20px
}

.graph_status {
    padding-left: 20px;
    margin-bottom: 2px
}

    .graph_status span {
        font-size: 13px !important;
        color: #262626;
        font-weight: 500
    }

    .graph_status .status__ {
        width: 11px;
        height: 11px;
        border-radius: 3px
    }

.followed-company td {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.cart-tab {
    position: relative;
    top: 3px
}

.account-drop li {
    margin-right: 15px !important
}

    .account-drop li:last-child {
        margin-right: 0 !important
    }

.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

    .bx-tada:hover {
        -webkit-animation: inherit;
        animation: inherit
    }

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.98,.98,.98) rotate3d(0,0,1,-5deg);
        transform: scale3d(.98,.98,.98) rotate3d(0,0,1,-5deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,5deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,5deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,-5deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.98,.98,.98) rotate3d(0,0,1,-5deg);
        transform: scale3d(.98,.98,.98) rotate3d(0,0,1,-5deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,5deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,5deg)
    }

    40%,60%,80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.my-account-drop .user_name_toogle {
    width: 35px;
    height: 35px;
    color: #fff;
    background: #3b579f
}

.not-claimed-icon {
    width: 25px;
    height: 21px;
    background-position: -11px -134px
}

.statistics-filter {
    position: relative;
    z-index: 10000;
    height: 27px !important;
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 3px !important;
    width: max-content !important;
    font-size: 12px !important
}

.nice-select.wide.statistics-filter .list {
    left: inherit !important;
    right: 0 !important;
    width: 200px !important;
    border-radius: 0 !important
}

    .nice-select.wide.statistics-filter .list .option {
        line-height: 15px !important;
        padding: 10px 15px !important;
        min-height: inherit !important
    }

#donutchart {
    z-index: 1000;
    position: relative
}

@media only screen and (min-width:1400px) and (max-width:2700px) {
    .dashboard-sidebar {
        width: 250px
    }

    .user-profile-icon-wrap {
        left: -7px
    }

    .js-gauge--2 {
        margin-left: -15px
    }

    .dashboard-sidebar ul li a {
        display: block;
        padding: 15px 15px
    }

    .my-acc-drop a {
        padding: 8px 15px !important
    }
}

#notificationData td {
    padding: 7px 20px !important
}

.GaugeMeter {
    position: Relative;
    text-align: Center;
    overflow: Hidden;
    cursor: Default;
    display: inline-block;
    height: 130px;
    margin: auto;
    margin-top: -20px
}

    .GaugeMeter SPAN, .GaugeMeter B {
        width: 54%;
        position: Absolute;
        text-align: Center;
        display: Inline-Block;
        color: RGBa(0,0,0,.8);
        font-weight: 100;
        font-family: "Open Sans",Arial;
        overflow: Hidden;
        white-space: NoWrap;
        text-overflow: Ellipsis;
        margin: 0 23%
    }

    .GaugeMeter[data-style="Semi"] B {
        width: 80%;
        margin: 0 10%
    }

    .GaugeMeter S, .GaugeMeter U {
        text-decoration: None;
        font-size: .6em;
        font-weight: 200;
        opacity: .6
    }

    .GaugeMeter B {
        color: #000;
        font-weight: 200;
        opacity: .8
    }

.profile-persent {
    font-size: 22px;
    font-weight: 600 !important;
    color: #000 !important;
    position: relative;
    top: 80px
}

.user-profile-icon-wrap {
    width: 30px;
    height: 30px;
    background: #d2ecff;
    border-radius: 4px;
    margin: auto;
    position: relative;
    top: 50px;
    left: -5px;
    z-index: 1000
}

.user-profile-icon {
    background-position: -11px -89px;
    width: 23px;
    height: 23px;
    margin: auto
}

.subscription-box li {
    width: 190px;
    height: 220px;
    border-radius: 5px;
    padding: 15px;
    float: left;
    margin-right: 25px !important;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent
}

    .subscription-box li .icon {
        width: 55px;
        height: 55px;
        display: block;
        background: rgba(255,255,255,.17);
        border-radius: 100px;
        margin: auto
    }

    .subscription-box li p {
        line-height: 20px
    }

.subscription-box-icon1 {
    width: 30px;
    height: 36px;
    background-position: -58px -465px
}

.subscription-box-icon2 {
    width: 30px;
    height: 36px;
    background-position: -58px -508px
}

.subscription-box-icon3 {
    width: 30px;
    height: 36px;
    background-position: -58px -552px
}

.check-icon {
    width: 28px;
    height: 18px;
    background-position: -134px -390px
}

.subscription-box li .check-icon {
    position: absolute;
    top: -6px;
    right: -13px;
    z-index: 100
}

.subscription-box li.act {
    border: 2px solid #3b579f
}

.company-claim {
    padding: 65px 0;
    height: auto;
    background: transparent linear-gradient(107deg,#1a2a87 0%,#038ab2 49%,#d7f7c5 100%) 0% 0% no-repeat padding-box;
    margin-top: -20px
}

    .company-claim p {
        font-size: 28px
    }

    .company-claim .container-fluid {
        padding: 0 55px
    }

    .company-claim h2 {
        font-size: 28px
    }

.landing-banner-search .bootstrap-tagsinput {
    border: 0 !important;
    white-space: nowrap;
    overflow: hidden
}

    .landing-banner-search .bootstrap-tagsinput .tag {
        color: #fff !important
    }

.landing-banner-search {
    width: 60%;
    height: 50px;
    background: #fff;
    box-shadow: 0 2px 5px #00000029;
    border-radius: 3px;
    padding: 5px 5px
}

    .landing-banner-search input {
        border: 0;
        padding-left: 10px;
        width: 75%
    }

        .landing-banner-search input:focus {
            outline: none !important
        }

    .landing-banner-search .btn {
        padding: 8px 19px;
        border-radius: 3px;
        background: #1a7aee !important
    }

        .landing-banner-search .btn:hover {
            background: #255be4;
            color: #fff !important
        }

.investor-Landing-How-It-Works {
    background: #fff
}

    .investor-Landing-How-It-Works ul li {
        list-style: none;
        margin-bottom: 35px;
        position: relative
    }

        .investor-Landing-How-It-Works ul li:after {
            content: '';
            width: 1px;
            height: 100px;
            background: #f6f6f6;
            position: absolute;
            top: 50px;
            left: 25px;
            z-index: 1
        }

        .investor-Landing-How-It-Works ul li:last-child:after {
            display: none
        }

        .investor-Landing-How-It-Works ul li .icon {
            display: block;
            width: 50px;
            height: 50px;
            background: #f6f6f6;
            position: relative;
            z-index: 10
        }

            .investor-Landing-How-It-Works ul li .icon img.hover {
                display: none
            }

            .investor-Landing-How-It-Works ul li .icon.act {
                background: #0f7cff
            }

        .investor-Landing-How-It-Works ul li:hover .icon {
            background: #0f7cff
        }

            .investor-Landing-How-It-Works ul li:hover .icon img {
                display: none
            }

                .investor-Landing-How-It-Works ul li:hover .icon img.hover {
                    display: block
                }

        .investor-Landing-How-It-Works ul li .icon.act img {
            display: block !important
        }

.filter_label_big {
    font-size: 13px
}

.info-box {
    background: #fafafa;
    padding: 15px;
    border-left: 2px solid #3b579f
}

.claim-popup .head {
    background: #23b67f;
    height: auto;
    padding: 30px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

    .claim-popup .head .icon {
        width: 110px;
        height: 110px;
        background: #fff
    }

.claim-popup .data {
    padding: 25px
}

    .claim-popup .data h2 {
        color: #23b67f !important;
        font-size: 28px
    }

.thankyou-page {
    padding: 50px 25px;
    margin-top: 10%
}

.thankyou-icon {
    width: 73px;
    height: 73px;
    background: #23b67f;
    box-shadow: 0 2px 4px #00000029
}

    .thankyou-icon i {
        font-size: 30px;
        color: #fff
    }

.thankyou-page p {
    font-size: 16px
}

.form-tab {
    position: relative
}

    .form-tab .nav-tabs {
        border: 0;
        position: relative;
        width: 830px;
        margin: auto;
        display: flex;
        padding: 0 10px;
        margin-left: -40px;
        pointer-events: none
    }

        .form-tab .nav-tabs.enable {
            pointer-events: inherit !important
        }

        .form-tab .nav-tabs .line {
            width: 0%;
            height: 3px;
            background: #3b579f;
            flex: 1;
            position: absolute;
            top: 27px;
            z-index: 1000
        }

        .form-tab .nav-tabs li {
            margin: 0 7px;
            position: relative
        }

        .form-tab .nav-tabs span.line {
            width: 80%;
            height: 3px;
            position: absolute;
            top: 29px;
            left: 11%;
            background: #bebebe;
            z-index: 1;
            transition: all .4s
        }

        .form-tab .nav-tabs span.done-line {
            width: 0%;
            height: 3px;
            position: absolute;
            top: 29px;
            left: 11%;
            background: #3b579f;
            z-index: 1;
            transition: all .4s
        }

        .form-tab .nav-tabs li a {
            border: 0 !important;
            text-align: center;
            color: #222831;
            font-size: 13px;
            background: none !important
        }

            .form-tab .nav-tabs li a .icon {
                display: block;
                width: 40px;
                height: 40px;
                border: 2px solid #222831;
                border-radius: 50px;
                margin: auto;
                margin-bottom: 10px;
                background: #fff;
                position: relative;
                z-index: 1000
            }

        .form-tab .nav-tabs li.active a .icon {
            background: #3b579f !important
        }

            .form-tab .nav-tabs li.active a .icon.bg-org {
                background: #ff9200 !important;
                border: 2px solid #ff9200 !important
            }

        .form-tab .nav-tabs li.active a {
            color: #3b579f !important
        }

        .form-tab .nav-tabs li.active .icon {
            border: 2px solid #3b579f !important
        }

    .form-tab .nav-tabs3:after {
        width: 840px;
        left: 121px
    }

    .form-tab .nav-tabs3 .line {
        left: 140px;
        width: 0%
    }

.track-status-icon1 {
    width: 20px;
    height: 20px;
    background-position: -14px -574px
}

    .track-status-icon1.act {
        background-position: -14px -601px
    }

.track-status-icon2 {
    width: 20px;
    height: 20px;
    background-position: -14px -628px
}

    .track-status-icon2.act {
        background-position: -14px -654px
    }

.track-status-icon3 {
    width: 20px;
    height: 20px;
    background-position: -14px -679px
}

    .track-status-icon3.act {
        background-position: -14px -704px
    }

.track-status-icon4 {
    width: 20px;
    height: 20px;
    background-position: -14px -731px
}

    .track-status-icon4.act {
        background-position: -14px -757px
    }

.track-status-icon5 {
    width: 20px;
    height: 20px;
    background-position: -14px -782px
}

    .track-status-icon5.act {
        background-position: -14px -808px
    }

.form-tab .nav-tabs li.active .track-status-icon1 {
    background-position: -61px -592px
}

.form-tab .nav-tabs li.active .track-status-icon2 {
    background-position: -63px -619px
}

.form-tab .nav-tabs li.active .track-status-icon3 {
    background-position: -62px -643px
}

.form-tab .nav-tabs li.active .track-status-icon4 {
    background-position: -62px -668px
}

.form-tab .nav-tabs li.active .track-status-icon5 {
    background-position: -62px -692px
}

.nice-select .list {
    top: inherit !important;
    bottom: 100% !important
}

    .nice-select .list.down {
        bottom: inherit !important;
        top: 100% !important
    }

@media only screen and (min-width:320px) and (max-width:767px) {
    .dashboard-left {
        order: 2
    }

    .dashboard-right {
        order: 1
    }

    .dashboard-section .col-md-10 {
        padding: 0 !important
    }

    .subscription-box li {
        width: 48%;
        margin-right: 3px !important
    }

    #gotoComapnyClaimSearchPage {
        position: relative;
        left: -15px !important
    }

    .company-claim .col-md-4 {
        display: none
    }

    .company-claim .container-fluid {
        padding: 20px 34px
    }

    .company-claim .col-md-8 {
        padding: 0
    }
}

@media only screen and (min-width:320px) and (max-width:500px) {
    .landing-banner-search {
        width: 100%
    }

    .company-claim h2 {
        font-size: 18px
    }

    .company-claim h5 {
        font-size: 14px
    }

    .checkboxed-btn .col {
        flex-basis: 45% !important
    }

    .profile-persent-card {
        margin-top: 0 !important
    }

    #donutchart {
        position: relative;
        left: 30px !important
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    .landing-banner-search {
        width: 70%
    }
}

@media only screen and (min-width:450px) and (max-width:767px) {
    .dashboard-sticky {
        flex-direction: row !important;
        justify-content: space-between
    }

        .dashboard-sticky .card {
            width: 48.5%;
            margin-top: 0 !important
        }

    #donutchart {
        position: relative;
        left: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:1100px) {
    .res-hide-1100 {
        display: none !important
    }

    .dashboard-section .col-md-2.pr-0 {
        display: none
    }

        .dashboard-section .col-md-2.pr-0 ~ .col-md-10 {
            max-width: 100%;
            flex: 0 0 100%
        }

    .dashboard-sidebar {
        display: none
    }

    .dashboard-boxes {
        display: block !important;
        white-space: nowrap;
        overflow-x: scroll;
        padding: 5px 14px
    }

        .dashboard-boxes .box {
            display: inline-block !important;
            width: 250px;
            height: auto;
            margin-right: 7px
        }

            .dashboard-boxes .box:last-child {
                margin-right: 0 !important
            }

    #donutchart {
        display: flex !important;
        justify-content: center;
        flex-direction: column
    }

        #donutchart div div {
            width: 100% !important
        }

        #donutchart svg {
            width: 100% !important
        }

    section.investor-Landing-How-It-Works {
        padding: 55px 0 !important;
        padding-bottom: 0 !important
    }

    .form-tab {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-left: 0;
        padding-left: 20px
    }

        .form-tab .nav-tabs li {
            display: inline-block
        }

        .form-tab .nav-tabs {
            width: 806px
        }

    #track-ststus .popup {
        width: 95% !important
    }

    .track-order-popup .popup {
        width: 95% !important;
        left: 0% !important
    }
}

@media only screen and (min-width:767px) and (max-width:1100px) {
    .dashboard-right {
        padding-left: 0 !important;
        max-width: 35%;
        flex: 0 0 35%
    }

    .dashboard-left {
        padding-right: 0;
        max-width: 65%;
        flex: 0 0 65%
    }

    .landing-banner-search {
        width: 80%
    }

    .res-card.claim-company-form {
        margin-bottom: 15px !important
    }

    .cart-tab {
        top: -2px !important
    }
}
