: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: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    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
}

.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: 997;
    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
    }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    overflow-x: hidden
}

a {
    text-decoration: none;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style-type: none
}

.header {
    float: left;
    width: 100%;
    padding: 0
}

.navbar {
    padding: 0
}

.navbar-brand {
    padding: 0;
    margin: 0
}

.algorithm-bg {
    float: left;
    width: 100%;
    padding-top: 55px
}

.algorithm-bg-left {
    float: left;
    width: 35%
}

.algorithm-bg-left h1 {
    color: #010101;
    font-size: 35px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 30px 0
}

.algorithm-bg-left p {
    color: #3e4146;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 30px 0
}

.algorithm-bg-right {
    float: right;
    width: 60%;
    position: relative
}

.algorithmplaybtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.algorithm-bg-right img {
    border-radius: 10px;
    width: 100%
}

.navbar-nav li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #403f3f;
    letter-spacing: 2px;
    display: block
}

.navbar-nav li a:hover {
    color: #0d4a9b
}

.navbar-brand {
    position: absolute;
    top: 5px;
    z-index: 999
}

.navbar-nav {
    padding: 18px 0 12px 0
}

.signupbtn {
    margin-top: -7px
}

.signupbtn a {
    padding: 7px 10px;
    background: #ec5252;
    border-radius: 5px;
    color: #fff !important
}

.loginbtn {
    margin-top: -7px;
    padding-left: 10px !important
}

.loginbtn a {
    padding: 7px 10px;
    border: solid 1px #686f7a;
    border-radius: 5px;
    color: #686f7a !important
}

.popheader01 {
    width: 100%;
    background: #411789;
    padding: 3px 20px 3px 10px;
    color: #fff;
    float: left;
    border-radius: 0 25px 25px 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 8px
}

.bannerbg {
    float: left;
    width: 100%
}

.banner {
    position: relative;
    float: left;
    width: 100%
}

.banner-img img {
    width: 100%
}

.banner-content {
    position: absolute;
    right: 0;
    top: 20%;
    width: 100%;
    padding: 0 0;
    text-align: left
}

.banner-content h1 {
    color: #fff;
    font-size: 35px;
    text-shadow: 0 0 7px #615e5e;
    line-height: 35px;
    margin: 0 0 5px 0;
    font-weight: 500
}

.bannerlinks {
    width: 100%;
    margin-bottom: 15px;
    float: left
}

.bannerlinks ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

.bannerlinks ul li {
    width: 100%;
    background: url(../images/chckicons.png) left 10px no-repeat;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0 0 40px;
    float: left;
    line-height: 30px;
    margin: 2px 0
}

.downbannbtn {
    display: inline-block;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 20px;
    border-radius: 5px;
    background: #7a9622;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 1px 10px #6b6a6a
}

a.downbannbtn:focus,
a.downbannbtn:hover {
    background: #657d18;
    color: #fff
}

.simplelaeturebtn {
    display: inline-block;
    margin: 0 5px;
    font-family: 'Open Sans', sans-serif;
    padding: 11px 20px;
    border-radius: 5px;
    background: #181616;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 1px 10px #6b6a6a
}

a.simplelaeturebtn:focus,
a.simplelaeturebtn:hover {
    background: #000;
    color: #fff
}

.enrollbtns {
    display: inline-block;
    margin: -10px 5px 0 5px;
    font-family: 'Open Sans', sans-serif;
    padding: 11px 20px;
    border-radius: 5px;
    background: #3667cc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 8px #687ca2;
    text-align: center;
    width: 43%
}

a.enrollbtns:focus,
a.enrollbtns:hover {
    background: #2f5cb7;
    color: #fff
}

.pad3cont {
    top: 25% !important
}

.bannerbtn02 {
    display: inline-block;
    margin: 0 2px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #de2525;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.bannerbtn02:hover {
    background: #f72c2c;
    color: #fff
}

.carousel-indicators {
    display: block !important
}

.carousel-indicators {
    right: inherit !important;
    bottom: 0;
    left: inherit !important;
    margin-right: inherit !important;
    margin-left: inherit !important;
    list-style: none;
    width: 100%;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.carousel-control-prev {
    display: none
}

.carousel-control-next {
    display: none
}

.facltystrip {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0 50px
}

.staffinso {
    width: 250px;
    background: #fff;
    padding: 5px 10px;
    min-height: 200px;
    float: left
}

.staffleft {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    float: left
}

.staffimg {
    width: 100%;
    text-align: center;
    float: left
}

.staffimg img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto;
    display: table
}

.staffright {
    width: 100%;
    padding-top: 5px;
    float: left
}

.staffright h3 {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #2a2929;
    margin-bottom: 5px;
    font-weight: 600;
    float: left
}

.staffright span {
    width: 100%;
    white-space: normal !important;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #6b6b6b;
    float: left
}

.courseinfos {
    width: 100%;
    float: left;
    background: #e9423b;
    padding: 15px 0
}

.courstxt {
    width: 100%;
    float: left;
    padding-top: 10px
}

.courstxt p {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fff;
    padding-top: 15px;
    line-height: 38px
}

.fontweight {
    font-weight: 700 !important;
    font-size: 32px !important
}

.couseseshow {
    width: 100%;
    float: left
}

.couseseshow ul {
    width: 100%;
    float: left
}

.couseseshow ul li {
    float: left;
    width: 24%;
    margin: 5px
}

.cousebox {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px
}

.cousicons {
    float: left;
    width: 35%;
    padding-top: 10px
}

.cousicons img {
    float: left;
    width: 72px
}

.cousetxt {
    width: 65%;
    display: table;
    height: 100px;
    float: left
}

.cousetxt p {
    width: 100%;
    color: #171717;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px
}

.coursefeatucinfo {
    width: 100%;
    padding: 60px 0;
    float: left
}

.coursefeatucinfo h2 {
    width: 100%;
    font-size: 34px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    float: left
}

.coursefeatucinfo h2 span {
    font-size: 34px;
    color: #171717;
    font-weight: 700
}

.feacourstrip {
    width: 100%;
    float: left;
    margin: 15px 0
}

.feacoumatter {
    width: 100%;
    float: left;
    padding-top: 25px
}

.feahead {
    width: 100%;
    border-left: solid 4px #7a9622;
    padding-left: 15px;
    margin-bottom: 20px;
    float: left
}

.feahead h4 {
    width: 100%;
    font-size: 22px;
    color: #171717;
    float: left;
    text-transform: uppercase;
    margin: 0 0 5px
}

.feahead h5 {
    width: 100%;
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    text-transform: uppercase;
    float: left
}

.feacoumatter p {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 22px;
    margin-bottom: 8px
}

.btnshow {
    width: 100%;
    float: left;
    margin: 15px 0 0
}

.cousedownbtn {
    margin: 0 10px 0 0;
    padding: 8px 15px;
    border-radius: 5px;
    background: #7a9622;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left
}

.cousedownbtn:hover {
    background: #92b032;
    color: #fff
}

.viewcousebtn {
    margin: 0 2px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #de2525;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left
}

.viewcousebtn:hover {
    background: #f72c2c;
    color: #fff
}

.videodivs {
    width: 100%;
    padding: 0 40px 0 0;
    float: left
}

.videodivs img {
    width: 100%;
    float: left
}

.videodivs02 {
    width: 100%;
    padding: 0 0 0 40px;
    float: left
}

.videodivs02 img {
    width: 100%;
    float: left
}

.coursemodualstrip {
    width: 100%;
    padding: 30px 0;
    float: left
}

.modualhead {
    width: 100%;
    border-left: solid 4px #7a9622;
    padding-left: 15px;
    margin-bottom: 25px;
    float: left
}

.modualhead h2 {
    width: 100%;
    font-size: 34px;
    color: #171717;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    letter-spacing: .5px
}

.modualhead h2 span {
    font-size: 34px;
    color: #171717;
    font-weight: 700;
    padding-left: 10px
}

.moudalinfo {
    width: 100%;
    margin: 10px 0;
    float: left
}

.moudalinfo h4 {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    color: #171717;
    margin-bottom: 15px;
    float: left
}

.moudalinfo ul {
    width: 100%;
    float: left;
    padding: 10px 0
}

.moudalinfo ul li {
    width: 18%;
    margin-right: 20px;
    float: left
}

.modualbox {
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 20px #eaeaea;
    float: left;
    min-height: 165px
}

.modulimg {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0
}

.modualbox h6 {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #171717
}

.cricleranl {
    background: #c2d38d;
    width: 30px;
    height: 30px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 700
}

.downloadbtnshow {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin: 25px 0 35px
}

.downbtninfoss {
    display: table;
    margin: 0 auto;
    padding: 8px 15px;
    border-radius: 5px;
    background: #7a9622;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.downbtninfoss:hover {
    background: #92b032;
    color: #fff
}

.viewbtndiv {
    width: 100%;
    float: left;
    margin: 25px 0 35px
}

.samplelecutestrip {
    width: 100%;
    float: left;
    padding: 15px 0
}

.sampalleatdiv {
    width: 100%;
    padding: 0;
    float: left
}

/* .samplevideos {
    width: 100%;
    margin-bottom: 15px;
    float: left
} */

.samplevideos img {
    width: 100%;
    float: left
}

.sampalleatdiv h6 {
    width: 100%;
    font-size: 17px;
    text-align: center;
    color: #000;
    text-align: center;
    float: left;
    font-weight: 700
}

.sampalleatdiv h6 a {
    color: #171717
}

.ourcouresstrip {
    width: 100%;
    background: url(../images/coursebg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 537px;
    float: left;
    padding: 45px 0 10px
}

.couseheads {
    width: 100%;
    border-left: solid 4px #fff;
    padding-left: 15px;
    margin-bottom: 40px;
    float: left
}

.couseheads h2 {
    width: 100%;
    font-size: 34px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    letter-spacing: .5px
}

.couseheads h2 span {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    padding-left: 10px
}

.arryimg {
    width: 100%;
    float: left
}

.arryimg img {
    width: 100%;
    position: relative;
    float: left
}

.arryinfo {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    padding: 25px
}

.arrybgshow {
    width: auto;
    padding: 2px 10px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    display: inline-block;
    margin: 1px 0
}

.arryright {
    width: 100%;
    padding: 25px 40px;
    float: left
}

.arryhead {
    width: 100%;
    border-left: solid 4px #fff;
    padding-left: 15px;
    margin-bottom: 20px;
    float: left
}

.arryhead h6 {
    width: 100%;
    font-size: 25px;
    color: #fff;
    float: left;
    margin: 0 0 5px
}

.arryright p {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px
}

.arryright p span {
    font-size: 17px;
    color: #fff;
    font-weight: 600
}

.arrybtn {
    width: 100%;
    float: left
}

.downcoursbrowser {
    margin: 5px 0;
    padding: 8px 15px;
    border-radius: 5px;
    background: #167014;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left
}

.downcoursbrowser:hover {
    background: #0f590d;
    color: #fff
}

.viewcoursbtss {
    margin: 5px 0;
    padding: 8px 15px;
    border-radius: 5px;
    background: #1c1c1c;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left
}

.viewcoursbtss:hover {
    background: #0b0b0b;
    color: #fff
}

.highleavedstrip {
    width: 100%;
    padding: 55px 0;
    float: left
}

.highlevehead {
    width: 100%;
    margin-bottom: 25px;
    float: left
}

.highlevehead h2 {
    width: 100%;
    font-size: 27px;
    color: #000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    float: left
}

.highleavedstrip p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #242729;
    line-height: 22px
}

.stystemdesigndiv {
    width: 100%;
    padding: 25px 0;
    float: left
}

.stystemdesigndiv h4 {
    width: 100%;
    font-size: 25px;
    color: #171717;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    float: left
}

.sylesilder {
    width: 100%;
    float: left
}

.pro.owl-carousel .owl-dots.disabled,
.pro.owl-carousel .owl-nav.disabled {
    display: block
}

.pro.owl-carousel .owl-item img {
    max-width: 182px;
    max-height: 42px;
    margin: 0 auto
}

.owl-theme .owl-nav [class*=owl-prev] {
    top: 35%;
    left: 0;
    position: absolute;
    background: 0 0 !important
}

.owl-theme .owl-nav [class*=owl-next] {
    top: 35%;
    right: 0;
    position: absolute;
    background: 0 0 !important
}

.arrobgcolor {
    color: #4c4c4c;
    font-size: 40px;
    display: none !important
}

.sylesilder .item {
    border-radius: inherit !important;
    box-shadow: inherit !important
}

.systmebox {
    width: 100%;
    float: left;
    background: #fff;
    min-height: 250px;
    padding: 15px 25px
}

.systimg {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px
}

.systmebox h3 {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #0f0f0f;
    font-weight: 600;
    margin-bottom: 10px
}

.systmebox p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 600;
    text-align: left
}

.owl-dots {
    display: none
}

.howitworksetion {
    width: 100%;
    float: left;
    padding: 80px 0
}

.stepboxes {
    width: 100%;
    padding: 20px 0;
    float: left
}

.howworkinfo {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 0 25px #e0e0e0;
    border-radius: 0 0 45px 0
}

.worktop {
    width: 100%;
    float: left;
    background: url(../images/howitworktop01.png) left top no-repeat;
    height: 160px;
    padding-top: 20px
}

.worktop h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.worktop h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 55px
}

.bg02 {
    width: 100%;
    float: left;
    background: url(../images/howitworktop02.png) left top no-repeat !important;
    height: 160px;
    padding-top: 20px
}

.bg03 {
    width: 100%;
    float: left;
    background: url(../images/howitworktop03.png) left top no-repeat !important;
    height: 160px;
    padding-top: 20px
}

.bg04 {
    width: 100%;
    float: left;
    background: url(../images/howitworktop04.png) left top no-repeat !important;
    height: 160px;
    padding-top: 20px
}

.wrokdetails {
    width: 100%;
    padding: 5px 15px 20px;
    float: left
}

.workicon {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 0 10px
}

.wrokdetails h5 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #0f0f0f;
    font-weight: 600
}

.wrokdetails p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 600
}

.studentstrip {
    width: 100%;
    padding: 25px 0;
    float: left
}

.studentstrip h2 {
    width: 100%;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    float: left
}

.studentstrip h2 span {
    font-size: 34px;
    color: #171717;
    font-weight: 700
}

.studentsilder {
    width: 100%;
    float: left
}

.placemntlogo {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 25px
}

.studentsilder .item {
    border-radius: inherit !important;
    box-shadow: inherit !important
}

.studentsilder .pro.owl-carousel .owl-item img {
    max-width: 225px;
    max-height: 64px;
    margin: 0 auto
}

.faqstrip {
    width: 100%;
    background: url(../images/faqbg.jpg) left top no-repeat;
    background-size: cover;
    float: left
}

.faqshow {
    width: 100%;
    padding: 45px 0;
    float: left
}

.faqhead {
    width: 100%;
    border-left: solid 4px #fff;
    padding-left: 15px;
    margin-bottom: 15px;
    float: left
}

.faqhead h2 {
    width: 100%;
    font-size: 34px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    letter-spacing: .5px
}

.faqhead h2 span {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    padding-left: 10px
}

.faqshow h4 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400
}

.faq {
    float: left;
    width: 100%;
    padding: 10px 0
}

.accordion>.card {
    border: none
}

.faq .accordion>.card .card-header {
    padding: 13px 10px;
    background: 0 0 !important
}

.faq .accordion>.card {
    background: 0 0 !important
}

.faq .btn-link {
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 100%;
    font-weight: 700
}

.faq .card-header {
    border-bottom: solid 1px #fff
}

.faq .card-body {
    padding: 11px;
    float: left
}

.faq .btn-link:focus,
.faq .btn-link:hover {
    color: #fff;
    text-decoration: none
}

.faq .btn-link .fa {
    font-size: 12px;
    padding-right: 0;
    margin-top: 0;
    margin-left: 10px;
    position: absolute;
    right: 0
}

.faq .card {
    border-bottom: solid 1px #fff !important
}

.faqcontent {
    width: 100%;
    float: left;
    padding: 0
}

.faqcontent p {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    float: left
}

.footerfull {
    width: 100%;
    float: left;
    background: #1d1d1d;
    padding: 50px 0 40px
}

.footercontact {
    width: 100%;
    float: left
}

.foterlogo {
    width: 100%;
    float: left
}

.footeconthead {
    width: 100%;
    border-left: solid 4px #fff;
    padding-left: 15px;
    margin-bottom: 15px;
    float: left
}

.footeconthead h2 {
    width: 100%;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    letter-spacing: .5px
}

.footeconthead h2 span {
    font-size: 34px;
    color: #fff;
    padding-left: 10px;
    font-weight: 400
}

.footercontact h3 {
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    line-height: 32px;
    float: left
}

.footercontact p {
    width: 100%;
    font-size: 17px;
    color: #fff;
    float: left;
    font-weight: 600;
    margin-bottom: 5px
}

.socialicon {
    font-size: 20px;
    margin-right: 10px;
    min-height: 50px;
    margin-top: 5px;
    float: left
}

.socialicon2 {
    font-size: 20px;
    margin-right: 10px;
    min-height: 28px;
    margin-top: 5px;
    float: left
}

a.linkcolor {
    color: #fff
}

a.linkcolor:foucs,
a.linkcolor:hover {
    color: #98b834
}

.footersocial {
    width: 100%;
    float: left;
    padding: 5px 0
}

.footersocial ul {
    width: 100%;
    float: left
}

.footersocial ul li {
    float: left
}

.footersocial ul li a {
    font-size: 20px;
    color: #fff;
    padding-right: 30px
}

.footerright {
    width: 100%;
    padding: 92px 0 0 50px;
    float: left
}

.footerform {
    width: 100%;
    padding: 15px 0;
    float: left
}

.formheadbg {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 8px 20px 10px;
    margin-bottom: 10px
}

.formheadbg label {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #1d1d1d;
    margin-bottom: 0
}

.inputbgs {
    width: 100%;
    font-size: 14px;
    color: #666;
    padding: 3px 0;
    outline: 0;
    border: none;
    float: left
}

.textareabg {
    width: 100%;
    outline: 0 !important;
    font-size: 14px !important;
    color: #666 !important;
    padding: 3px 0 !important;
    border: none !important;
    float: left;
    height: 188px !important;
    text-align: left
}

.submitbtn {
    float: left;
    background: #98b834;
    color: #fff;
    padding: 10px 23px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    outline: 0;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 10px 0
}

.submitbtn:hover {
    float: left;
    background: #87a42a
}

.footerform .form-control:focus {
    outline: 0;
    box-shadow: none
}

.endfooter {
    width: 100%;
    padding: 25px 0 25px;
    float: left
}

.wpicoss {
    float: left
}

.footerlinks {
    width: 100%;
    float: left
}

.footerlinks ul {
    width: 100%;
    display: inline-block;
    text-align: center
}

.footerlinks ul li {
    display: inline-block
}

.footerlinks ul li a {
    font-size: 13px;
    color: #666;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase
}

.footerlinks ul li a:hover {
    font-size: 13px;
    color: #98b834
}

.wpicons {
    background: #25d366;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    bottom: 50px;
    position: fixed;
    float: left;
    z-index: 99
}

.wpfav {
    font-size: 40px;
    color: #fff
}

.linkss {
    color: #98b834 !important
}

.footerlinks span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 600;
    float: left
}

.livechatdiv {
    float: right;
    margin-top: 50px;
    position: fixed;
    bottom: 0
}

.smapleleatcuture {
    width: 100%;
    float: left
}

.smapleleatcuture .pro.owl-carousel .owl-item img {
    max-width: 100%;
    max-height: inherit;
    margin: 0 auto
}

.smapleleatcuture .owl-theme .owl-nav [class*=owl-prev] {
    top: -22%;
    right: -91%;
    position: absolute;
    background: 0 0 !important
}

.smapleleatcuture .owl-theme .owl-nav [class*=owl-next] {
    top: -22%;
    right: 0;
    position: absolute;
    background: 0 0 !important
}

.arrobgcolor {
    color: #4c4c4c;
    font-size: 40px
}

.smapleleatcuture .item {
    border-radius: inherit !important;
    box-shadow: inherit !important
}

.bulitico {
    width: 9px;
    height: 9px;
    margin-right: 5px
}

.staffupdatesdiv {
    width: 370px;
    background: #fff;
    padding: 5px 5px;
    min-height: 250px;
    float: left
}

.stafftop {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    float: left
}

.stafleftop {
    width: 25%;
    text-align: right;
    padding-right: 10px;
    float: left
}

.stafleftop img {
    width: 64px;
    height: 64px;
    border-radius: 50%
}

.staftopright {
    width: 75%;
    padding-top: 5px;
    float: left
}

.staftopright h3 {
    width: 100%;
    text-align: left;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    color: #080808;
    margin: 0 0 5px 0;
    font-weight: 600;
    float: left;
    white-space: normal
}

.staftopright span {
    width: 100%;
    text-align: left;
    float: left
}

.stafbottmdtial {
    width: 100%;
    float: left
}

.quteimg {
    width: 15%;
    text-align: right;
    float: left
}

.staffinfomatter {
    width: 83%;
    padding: 0 10px;
    float: left
}

.staffinfomatter p {
    width: 100%;
    font-size: 14px;
    white-space: normal;
    color: #333637;
    line-height: 22px;
    font-weight: 500;
    font-family: Raleway, sans-serif;
    text-align: left;
    float: left
}

.newcousefeatustrip {
    width: 100%;
    float: left;
    padding: 50px 0 20px;
    background: #f1f5ff
}

.newcousefeatustrip h4 {
    width: 100%;
    float: left;
    font-size: 45px;
    color: #313131;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.cousefullstrip {
    width: 100%;
    padding: 25px 0;
    float: left
}

.facltystrip .item {
    margin: 10px 15px !important;
    box-shadow: 0 0 25px #ececec !important
}

.courses-features {
    float: left;
    width: 100%;
    padding: 50px 0 20px;
    background: #f1f5ff;
    text-align: center
}

.courses-features h1 {
    width: 100%;
    font-size: 45px;
    color: #313131;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px
}

.featuresbox {
    margin-bottom: 15px
}

.featuresbox img {
    max-width: 100%
}

.featuresbox h6 {
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    float: left;
    margin: 0
}

.brngrp02 {
    margin-bottom: 10px
}

.brngrp02 label {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.brngrp02 a {
    padding: 6px 10px;
    display: inline-block;
    background: #7a9622;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 2px;
    color: #fff;
    font-size: 13px
}

.assignment-content p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
}

.assignment-content p span {
    background: #607cb5;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px
}

.assignment-content p a {
    color: #607cb5;
    border: solid 1px #607cb5;
    border-radius: 5px;
    padding: 5px 10px
}

.usertype {
    text-align: center
}

.usertype a {
    color: #fff;
    border: solid 1px #7a9622;
    background: #7a9622;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 10px
}

.usertype a:hover {
    color: #7a9622;
    background: 0 0
}

.scucess-story-banner {
    background: #b6dc3a;
    padding-top: 20px;
    float: left;
    width: 100%;
    text-align: center
}

.scucess-story-banner img {
    margin-bottom: -65px;
    max-width: 96%
}

.scucess-story-welcome {
    float: left;
    width: 100%;
    padding: 135px 0 65px 0;
    text-align: center
}

.scucess-story-welcome h1 {
    color: #120530;
    font-size: 49px;
    font-weight: 700;
    margin: 0 0 40px 0
}

.scucess-story-welcome p {
    color: #120530;
    font-size: 22px;
    font-weight: 500;
    padding: 0 70px;
    line-height: 32px;
    margin: 15px 0 0 0
}

.sharestorybg {
    background-color: #fcfeff;
    float: left;
    width: 100%;
    padding: 70px 0
}

.sharestorybg h1 {
    color: #120530;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    margin: 0
}

.sharestorybg h4 {
    color: #120530;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 0 70px;
    line-height: 32px;
    margin: 28px 0 80px 0
}

.sharestoryform {
    float: left;
    width: 100%;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 50px #e5eaed
}

.sharestoryform .form-group label {
    color: #383c43;
    font-size: 16px;
    margin-bottom: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.sharestoryform .form-control {
    background: #eef0f3;
    height: 50px;
    outline: 0;
    padding: 0 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 10px
}

.storyformsubmit {
    border: none;
    background: #b6dc3a;
    height: 50px;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-align: center
}

.storyformsubmit:hover {
    background: #a4cd1f;
    color: #fff
}

.sharestoryform-right {
    float: right;
    width: 95%;
    padding: 25px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 50px #e5eaed
}

.sharestoryform-right .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%
}

.sharestoryform-right .item {
    background: 0 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 0 #e5e5e5
}

.sharestoryform-right .owl-dots {
    display: block;
    position: absolute;
    bottom: -80px;
    width: 100%
}

.writeustext {
    float: left;
    width: 100%;
    text-align: center;
    color: #120530;
    font-weight: 600;
    margin-top: 40px
}

.sharestory-bottomrow {
    float: left;
    width: 100%;
    padding: 70px 0
}

.sharestory-bottomrow h1 {
    color: #120530;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 105px 0
}

.storybox {
    box-shadow: 0 0 23px #e3eded;
    border-radius: 10px;
    width: 100%
}

.storybox .staffinfomatter p {
    font-size: 18px;
    line-height: 27px
}

.storybox .staftopright {
    position: relative
}

.storybox .linkdinlink {
    position: absolute;
    right: 15px;
    top: 0
}

.fewreviewsbg {
    float: left;
    width: 100%;
    padding: 50px 0
}

.subscribersgrabbg {
    float: left;
    width: 100%
}

.subscribersgrabbg .staffinfomatter p {
    font-size: 14px;
    white-space: normal;
    color: #333637;
    line-height: 22px;
    font-weight: 500;
    font-family: Raleway, sans-serif;
    text-align: left
}

.fewreviewsbg-slide {
    float: left;
    width: 100%
}

.fewreviewsbg-slide .pro.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto
}

.bglegusection {
    background: #f3fbd9 !important;
    padding: 45px 0 30px;
    float: left
}

.lacturinfotabs {
    width: 100%;
    float: left
}

.lacturinfotabs {
    float: left;
    width: 100%
}

.lacturinfotabs ul.nav.nav-tabs {
    border-bottom: none
}

.tabsinfoshow {
    margin: 0
}

.tabsinfoshow .nav-tabs {
    margin-bottom: 15px
}

.tabsinfoshow .nav-tabs li {
    margin-right: 20px;
    width: 330px;
    float: left
}

.tabsinfoshow .nav-tabs li a {
    width: auto;
    padding: 11px 15px;
    background: #dceaad;
    color: #8d9e53;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    border-bottom: solid 2px #dceaad;
    float: left;
    width: 100%;
    border-radius: 8px
}

.tabsinfoshow .nav-tabs li a.active {
    background: #fff;
    border-bottom: solid 2px #dceaad;
    color: #2a2a2a;
    border-radius: 8px
}

.imgshotab {
    float: left;
    height: 60px;
    margin: -5px 15px 0
}

.padvideostrip {
    padding: 25px 0 0
}

.modualhead002 {
    width: 100%;
    border-left: solid 4px #5a6f12;
    padding-left: 15px;
    margin-bottom: 35px;
    float: left
}

.modualhead002 h2 {
    width: 100%;
    font-size: 34px;
    color: #5a6f12;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    letter-spacing: .5px
}

.modualhead002 h2 span {
    font-size: 34px;
    color: #5a6f12;
    font-weight: 700;
    padding-left: 10px
}

.ourcoursestripinfo {
    width: 100%;
    float: left;
    background: #d5f1fa;
    padding: 50px 0
}

.modualhead003 {
    width: 100%;
    border-left: solid 4px #0e3dd0;
    padding-left: 15px;
    margin-bottom: 35px
}

.modualhead003 h2 {
    width: 100%;
    font-size: 34px;
    color: #0e3dd0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    letter-spacing: .5px
}

.modualhead003 h2 span {
    font-size: 34px;
    color: #0e3dd0;
    font-weight: 700;
    padding-left: 10px
}

.courstabs02 {
    float: left;
    width: 100%
}

.courstabs02 ul.nav.nav-tabs {
    border-bottom: none
}

.codingcorsetabs02 {
    margin: 0
}

.codingcorsetabs02 .nav-tabs {
    margin-bottom: 15px
}

.codingcorsetabs02 .nav-tabs li {
    margin-right: 20px;
    width: 330px;
    float: left
}

.codingcorsetabs02 .nav-tabs li a {
    width: auto;
    padding: 11px 15px;
    background: #b9deea;
    color: #6594a3;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    border-bottom: solid 2px #b9deea;
    float: left;
    width: 100%;
    border-radius: 8px
}

.codingcorsetabs02 .nav-tabs li a.active {
    background: #fff;
    border-bottom: solid 2px #0e3dd0;
    color: #2a2a2a;
    border-radius: 8px
}

.carkecoddiv {
    width: 100%;
    padding: 50px 0 0;
    float: left
}

.codingdetailsleft {
    width: 100%;
    float: left
}

.codingdetailsleft h1 {
    width: 100%;
    font-size: 40px;
    color: #111;
    font-weight: 500;
    float: left;
    margin-bottom: 15px
}

.codingdetailsleft span {
    background: #5fd11a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    float: left;
    border-radius: 0 8px 0 8px;
    padding: 3px 30px
}

.crealinglist {
    width: 100%;
    padding: 25px 0;
    float: left
}

.crealinglist ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

.crealinglist ul li {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #111;
    margin: 2px 0;
    float: left
}

.crealinglist ul li label {
    font-weight: 800;
    font-size: 20px;
    color: #111;
    float: left
}

.crakimgshow {
    float: left;
    margin-right: 15px
}

.slabtn {
    width: 100%;
    padding: 10px 0;
    float: left
}

.checksallebus {
    background: #2540ab;
    border-radius: 5px;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    clear: both
}

a.checksallebus:hover {
    color: #fff !important;
    background: #142a7f
}

.rightcrakebox {
    width: 100%;
    float: left;
    background: url(../images/boxbg.png) left top repeat;
    border-radius: 10px;
    padding: 15px 0 0 0
}

.crakinboxdetails {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 0 20px;
    border-radius: 8px;
    margin-bottom: -15px;
    margin-left: 15px
}

.creheading {
    width: 200px;
    float: left;
    background: #1887d5;
    margin-left: -10px;
    position: relative;
    border-radius: 0 8px 8px 0
}

.creheading:before {
    content: "";
    position: absolute;
    top: -9px;
    background: url(../images/arrowshadow.png) left top no-repeat;
    height: 9px;
    width: 11px
}

.creheading h2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 8px 0 8px 30px
}

.courseffess {
    width: 100%;
    float: left;
    padding: 15px 30px;
    float: left
}

.coursebgwhite {
    width: 100%;
    float: left;
    border: solid 10px #f2f5f6;
    border-radius: 8px;
    padding: 15px;
    float: left
}

.fesstxt {
    width: 100%;
    float: left
}

.fesstxt h4 {
    width: 100%;
    font-size: 36px;
    font-weight: 800;
    color: #000;
    float: left;
    line-height: 32px
}

.fesstxt span {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    float: left
}

.formentrobtns {
    background: #2540ab;
    text-align: center;
    border-radius: 5px;
    padding: 11px 0;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    clear: both;
    width: 100%;
    float: left;
    text-transform: lowercase !important;
    margin-top: 15px
}

a.formentrobtns:hover {
    color: #fff !important;
    background: #142a7f
}

.polictyinfoss {
    width: 100%;
    float: left;
    padding: 35px 0 10px
}

.plityctxt {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    color: #5a5a5a;
    line-height: 20px
}

.ploitimg {
    float: left;
    margin: 5px 15px 0 0
}

.sectionpadbtom {
    margin-bottom: 40px
}

.enrollbg {
    padding: 20px 0
}

.choose-lang {
    text-align: center
}

.choose-lang h2 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
}



.choose-lang-tab .nav-tabs {
    display: block;
    text-align: center;
    border: none;
    margin: 50px 0
}

.choose-lang-tab .nav-tabs .nav-item {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px
}

.choose-lang-tab .nav-tabs .nav-link {
    border: solid 2px #e1e1e7;
    border-radius: 10px;
    box-shadow: 0 5px 15px #e3e3e3;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.choose-lang-tab .nav-tabs .nav-link img {
    width: 90px
}

.choose-lang-tab .nav-tabs .nav-link:hover,
.choose-lang-tab .nav-tabs .nav-link.active {
    border: solid 2px #3da329
}

.choose-lang-tab .nav-tabs .nav-link span {
    position: absolute;
    right: 20px;
    top: 7px;
    color: #e1e1e7;
    font-size: 20px
}

.choose-lang-tab .nav-tabs .nav-link.active span {
    color: #3da329
}

.selcourse .nav-tabs {
    display: flex;

}

.selcourse .nav-tabs .nav-item {
    display: block;
}

.selcourse .nav-tabs .nav-link {
    height: 100%;
}

.courseicon {
    float: left;
    padding-right: 15px
}

.w48 {
    width: 41%;
    text-align: left !important
}

.w48 a {
    padding: 15px 15px 18px 15px
}

.exper-candidate-bg {
    background: #f9fafa;
    border-radius: 10px;
    overflow: hidden;
    text-align: left
}

.exper-candidate-bg h1 {
    font-weight: 600;
    font-size: 22px;
    background: #ebecec;
    padding: 15px 20px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.exper-candidate-bg-content {
    padding: 20px
}

.exper-candidate-top ul {
    padding: 0;
    margin: 0 0 25px 0;
    float: left
}

.exper-candidate-top ul li {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600
}

.exper-candidate-top ul li .fa {
    margin-right: 10px;
    color: #f46861
}

.w65 {
    width: 68%
}

.w35 {
    width: 32%
}

.exper-candidate-bottom h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin: 25px 0;
    font-size: 20px;
    font-weight: 600
}

.exper-candidate-bottom ul {
    padding: 0;
    margin: 0 0 25px 0;
    float: left
}

.exper-candidate-bottom ul li {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    background: url(../images/checkicon.png) no-repeat left 3px;
    padding-left: 25px;
    font-weight: 600
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 900px
    }
}

.w70 {
    width: 70%
}

.w30 {
    width: 30%
}

.enrollbtn {
    text-align: center;
    padding: 35px 0
}

.enrollbtn a {
    display: inline-block;
    padding: 15px 25px;
    background: #51a814;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700
}

.enrollbtn a:hover {
    background: #439906;
    color: #fff
}

.enrollbtn a .fa {
    font-size: 18px;
    padding-left: 10px
}

.step1content-img {
    float: left;
    width: 48%
}

.step1content-img img {
    width: 100%
}

.step1content-content {
    float: right;
    width: 48%;
    padding-top: 30px
}

.step1content-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 31px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #000
}

.step1content-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #5d6364
}

#CourseModal {
    z-index: 99999;
    background: rgba(0, 0, 0, .6)
}

#CourseModal .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #3da329
}

@media (min-width:992px) {
    #CourseModal .modal-lg {
        max-width: 750px
    }
}

.gethired-stepsbg {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff
}

.gethired-stepsbg h1 {
    color: #232428;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0;
    font-size: 27px
}

.gethired-stepsbg h3 {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 50px;
    font-size: 17px;
    font-weight: 600
}

.stepsrowbg {
    float: left;
    width: 32%
}

.stepsrowbg ul {
    padding: 0;
    margin: 0
}

.stepsrowbg ul li {
    list-style: none;
    min-height: 180px;
    float: left;
    width: 100%
}

.stepsrowbg-icon {
    float: left;
    width: 30%;
    text-align: center;
    position: relative;
    z-index: 0
}

.stepsrowbg-icon span {
    width: 80px;
    height: 80px;
    display: inline-flex;
    z-index: 9;
    padding: 0;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 15px #e1e1e1;
    justify-content: center;
    align-items: center;
}

.stepsrowbg ul li:last-child .stepsrowbg-icon::after {
    display: none
}

.stepsrowbg-icon::after {
    content: "";
    height: 175px;
    width: 2px;
    background: #ccdaed;
    position: absolute;
    bottom: -157px;
    left: 59px
}

.stepsrowbg-text {
    float: right;
    width: 67%
}

.stepsrowbg-text h4 {
    color: #1154ab;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px 0;
    font-size: 18px
}

.stepsrowbg-text p {
    color: #222327;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
    margin: 0
}

.stepsbgimg {
    float: left;
    width: 36%;
    margin-top: 8%;
    text-align: center
}

.stepsbgimg img {
    max-width: 100%;
    border-radius: 15px
}

.stepshover {
    display: none
}

.stepsnormal {
    display: inline-block
}

.stepsrowbg ul li:hover .stepshover {
    display: inline-block
}

.stepsrowbg ul li:hover .stepsnormal {
    display: none
}

.stepsrowbg ul li:hover .stepsrowbg-icon span {
    background: #1454ae
}

.becomebtn {
    margin-top: -7px
}

.becomebtn a {
    padding: 7px 10px;
    background: #749511;
    border-radius: 5px;
    color: #fff !important
}

.becomebtn a:hover {
    background: #648306
}

.become-mentor-banner {
    float: left;
    width: 100%;
    background: #f5f7f8;
    padding: 75px 0
}

.become-mentor-banner-right {
    float: right;
    width: 60%
}

.become-mentor-banner-right img {
    max-width: 100%
}

.become-mentor-banner-left {
    float: left;
    width: 25%;
    font-size: 45px;
    line-height: 45px;
    color: #2b3133;
    text-transform: uppercase;
    padding-top: 105px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

.become-mentor-formbg {
    float: right;
    width: 100%;
    padding: 85px 0
}

.become-mentor-formbg-left {
    float: left;
    width: 44%
}

.become-mentor-formbg-left h1 {
    color: #252525;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 25px 0
}

.become-mentor-formbg-left p {
    color: #454c51;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    margin: 0
}

.become-mentor-formbg-left h3 {
    color: #252525;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 60px 0 20px 0
}

.become-mentor-formbg-left ul {
    padding: 0;
    margin: 0
}

.become-mentor-formbg-left ul li {
    list-style: none;
    margin-bottom: 18px;
    color: #454c51;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    background: url(../images/checkimg.png) no-repeat left 4px;
    padding-left: 30px
}

.become-mentor-formbg-right {
    float: right;
    width: 40%
}

.become-mentor-formbg-right label {
    color: #1e2021;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

.become-mentor-formbg-right label span {
    color: #c00a17
}

.become-mentor-formbg-right .form-group {
    margin-bottom: 35px
}

.become-mentor-formbg-right .form-control {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    height: 56px;
    border: none;
    background: #edeeee;
    border-radius: 8px;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0);
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0);
    padding: 0 25px;
    font-weight: 600
}

.become-mentor-formbg-right .form-control::-webkit-input-placeholder {
    color: #8f979a
}

.become-mentor-formbg-right .form-control::-moz-placeholder {
    color: #8f979a
}

.become-mentor-formbg-right .form-control:-ms-input-placeholder {
    color: #8f979a
}

.become-mentor-formbg-right .form-control:-moz-placeholder {
    color: #8f979a
}

.mentorsubmitbtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 15px 60px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    border: none;
    background: #749511
}

.mentorsubmitbtn:hover {
    background: #5f7d07;
    color: #fff
}

.become-mentor-formbg-right .custom-control-label {
    color: #1e2021;
    font-weight: 400
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block
}

.become-mentor-formbg-right .btn {
    border: none;
    color: #535a5c;
    text-transform: uppercase;
    background-color: #d7dadb;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.become-mentor-formbg-right .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.selectarrow {
    background: url(../images/dropdownarrow.png) no-repeat 95% center #edeeee !important;
    appearance: none
}

.fulltrakmenu {
    width: 100%;
    float: left;
    padding: 0 15px
}

.trakmenu ul {
    padding: 12px 0px !important;
    display: inline-block
}

.trakmenu ul li {
    float: none;
    display: inline-block;
    padding: 0 7px !important
}

.trakmenu li a {
    font-size: 12px;
    letter-spacing: 2px !important;
    font-weight: 700;
    color: #000;
    font-family: 'Raleway', sans-seri
}

.applynow a {
    padding: 7px 10px;
    background: #0d4a9b;
    border-radius: 5px;
    color: #fff !important
}

.arrowclass {
    margin-left: 5px
}

.trakbannerfull {
    width: 100%;
    position: relative;
    float: left
}

.trakbannerfull img {
    width: 100%;
    float: left
}

.trakdetils {
    width: 100%;
    float: left;
    position: absolute;
    top: 11%
}

.traktopinfo {
    width: 100%;
    float: left;
    margin-top: 3%
}

.traktopinfo h6 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 15px
}

.traktopinfo h1 {
    width: 100%;
    float: left;
    font-size: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    margin: 0 0 15px
}

.traktopinfo h1 span {
    color: #00ffe4
}

.traktopinfo p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 30px
}

.counsbtn {
    background: #ec5252;
    padding: 13px 25px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 0;
    float: left
}

a.counsbtn:hover,
a.counsbtn:focus {
    background: #000;
    color: #fff
}

.bannerimgs {
    width: 100%;
    text-align: center;
    float: left;
    padding: 25px 0 0
}

.bannerimgs img {
    width: 80%;
    float: right
}

.loginbtn a {
    padding: 7px 10px;
    border: solid 1px #686f7a !important;
    border-radius: 5px;
    color: #686f7a !important;
    background: none !important
}

.tarkcontent {
    width: 100%;
    float: left
}

.bannertabsstrip {
    width: 100%;
    float: left;
    margin-top: -15px;
    margin-bottom: 25px
}

.stripbg {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgb(0 0 0 / 20%);
    padding: 10px 15px;
    border-radius: 10px
}

.hrsimg {
    float: left
}

.righthrs {
    width: 72%;
    float: right
}

.righthrs h6 {
    width: 100%;
    font-size: 16px;
    color: #0d4a9b;
    font-weight: 600;
    float: right;
    margin: 7px 0 2px
}

.righthrs p {
    width: 100%;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin: 0;
    float: right
}

.carerirstrip {
    width: 100%;
    padding: 50px 0;
    float: left
}

.carerirstrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.carerirstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.carrinfo {
    width: 100%;
    float: left;
    padding: 40px 0
}

.carebox {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3;
    padding: 30px 15px 10px;
    border-radius: 10px
}

.caerimg {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0
}

.carebox h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #0d4a9b;
    font-weight: 600;
    text-align: center
}

.carebox p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: center
}

.coursstrip {
    width: 100%;
    float: left;
    background: #f4f6f8;
    padding: 50px 0
}

.coursstrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.coursstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.coursinfo {
    width: 100%;
    float: left
}

.coursleft {
    width: 100%;
    float: left
}

.supportbg {
    width: 100%;
    margin: 15px 0;
    min-height: 170px;
    float: left;
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3;
    padding: 25px 10px 15px;
    border-radius: 10px
}

.supicons {
    width: 26%;
    float: left;
    text-align: center
}

.suptext {
    float: right;
    width: 73%
}

.suptext h4 {
    float: right;
    width: 100%;
    font-size: 18px;
    color: #0d4a9b;
    font-weight: 600
}

.suptext p {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.workexp {
    width: 100%;
    float: left;
    background: #0d4a9b;
    padding: 30px 25px 45px;
    margin: 15px 0;
    border-radius: 10px
}

.workexp h2 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px
}

.workexp h2 span {
    font-size: 33px;
    clear: both;
    float: left
}

.inputexp {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 13px 15px;
    color: #3a3b3c;
    font-weight: 600;
    outline: none;
    border: none;
    margin: 8px 0
}

.inputexp::placeholder {
    color: #3a3b3c
}

.padr {
    padding-right: 8px
}

.padl {
    padding-left: 8px
}

.padtopss {
    margin-top: 23px
}

.applnowbtn {
    padding: 10px 15px 15px;
    width: 225px;
    border-radius: 5px;
    font-weight: 600;
    background: #000;
    color: #fff;
    margin: 0 auto;
    outline: none;
    border: none;
    display: table
}

.applnowbtn:hover {
    background: #ec5252;
    color: #fff
}

.businessstrip {
    width: 100%;
    float: left;
    position: relative
}

.businessstrip img {
    width: 100%;
    float: left
}

.businessdeils {
    width: 100%;
    float: left;
    position: absolute;
    top: 15px
}

.businessdeils h1 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff !important;
    text-align: left !important;
    line-height: 35px;
    margin-top: 10px
}

.businessdeils h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #fff;
    line-height: 35px;
    margin-top: 33px
}

.exportbtn {
    float: right;
    background: #fff;
    color: #000;
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 15px
}

.exportbtn:hover,
.exportbtn:focus {
    color: #000
}

.callico {
    width: 31px !important;
    height: 24px !important;
    margin-right: 10px
}

.wrokexpstrip {
    width: 100%;
    float: left;
    background: #f4f6f8;
    padding: 50px 0
}

.wrokexpstrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.wrokexpstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.workexpinfo {
    width: 100%;
    float: left
}

.expinfobg {
    width: 100%;
    margin: 15px 0;
    float: left;
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3;
    padding: 25px 20px 15px;
    border-radius: 10px;
    position: relative
}

.expinfobg::before {
    position: absolute;
    content: "";
    background: url(../images/arrowcricle.png) left top no-repeat;
    height: 43px;
    width: 43px;
    right: -20px;
    top: 38%
}

.expicons {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    min-height: 76px
}

.expinfobg h4 {
    float: right;
    width: 100%;
    font-size: 18px;
    color: #0d4a9b;
    font-weight: 600
}

.expinfobg p {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.expend::before {
    display: none !important
}

.justify-center {
    justify-content: center
}

.bootcampstrip {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0
}

.bootcampstrip h3 {
    width: 100%;
    font-size: 23px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.bootinfo {
    width: 100%;
    padding: 15px 0;
    float: left
}

.boocambg {
    width: 100%;
    float: left;
    border-bottom: solid 1px #dfe6ef;
    padding: 10px 0;
    margin: 5px 0
}

.ranks {
    width: 35px;
    height: 35px;
    padding-top: 2px;
    border-radius: 50%;
    text-align: center;
    color: #0d4a9b;
    font-weight: 600;
    font-size: 18px;
    border: solid 2px #0d4a9b;
    margin: 0 auto;
    display: table
}

.introinfo {
    padding: 0 15px 15px 0;
    width: 100%;
    float: left
}

.introinfo h5 {
    padding: 0 0 5px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    width: 100%;
    float: left
}

.introinfo p {
    padding: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    margin: 0
}

.projectstrip {
    width: 100%;
    float: left;
    background: #f6faff;
    padding: 50px 0
}

.projectstrip h3 {
    width: 100%;
    font-size: 23px;
    color: #010101;
    margin: 0 0 25px;
    font-weight: 700;
    float: left
}

.projectstrip h5 {
    width: 100%;
    font-size: 17px;
    color: #010101;
    margin: 0 0 5px;
    font-weight: 500;
    float: left
}

.worklist {
    width: 100%;
    float: left;
    padding: 10px 0
}

.worklist ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

.worklist ul li {
    width: 100%;
    background: url(../images/tickiconss.jpg) left 2px no-repeat;
    padding: 5px 0 5px 40px;
    color: #000;
    font-size: 17px;
    float: left;
    font-weight: 500
}

.projectinfo {
    width: 100%;
    float: left;
    padding: 10px 0
}

.projectbg {
    width: 100%;
    margin: 15px 0;
    float: left;
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3;
    padding: 25px 20px 15px;
    border-radius: 10px
}

.projhead {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e7ebed;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: table;
    height: 65px
}

.projhead h2 {
    font-size: 18px !important;
    color: #000;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    float: none !important
}

.proiconss {
    float: right
}

.projectdetils {
    width: 100%;
    float: left
}

.projectdetils p {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #2b3032;
    font-weight: 600
}

#more {
    display: none
}

#more02 {
    display: none
}

#more03 {
    display: none
}

#more04 {
    display: none
}

#more05 {
    display: none
}

#more06 {
    display: none
}

#more07 {
    display: none
}

#more08 {
    display: none
}

#more09 {
    display: none
}

#demnadmor {
    display: none
}

.expandbtn {
    background: none;
    border-bottom: none;
    color: #1157b4;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    padding: 0
}

.expandbtn:focus,
.expandbtn:hover {
    outline: none;
    border: none
}

.showmorebtn {
    padding: 13px 25px;
    font-weight: 600;
    font-size: 16px;
    background: #0d4a9b;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    display: table !important
}

.showmorebtn:hover,
.showmorebtn:focus {
    background: #ec5252;
    color: #fff
}

.moreproject {
    width: 100%;
    float: left;
    display: none
}

.showless {
    padding: 13px 25px;
    font-weight: 600;
    font-size: 16px;
    background: #0d4a9b;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    display: table !important;
    display: none
}

.showless:hover,
.showless:focus {
    background: #ec5252;
    color: #fff
}

.sallebsstrip {
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 50px 0
}

.sallebsstrip h2 {
    font-size: 23px;
    color: #010101;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
    float: left
}

.sallebsstrip p {
    font-size: 14px;
    color: #2b3032;
    font-weight: 600;
    float: left
}

.brochbtn {
    padding: 13px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    float: right
}

.brochbtn:hover,
.brochbtn:focus {
    background: #ec5252;
    color: #fff
}

.dowbtn {
    margin: -5px 10px 0 0
}

.salbustabingmain {
    width: 100%;
    padding-top: 20px;
    float: left
}

.tabinginfodetails {
    width: 100%;
    float: left
}

.salbustabingmain .tab {
    overflow: hidden
}

.salbustabingmain .tab .nav-item {
    width: 20%;
    padding: 4px;
}

.salbustabingmain .tab .nav-link {
    background: #fff;
    float: left;
    border: none;
    outline: none;
    color: #2c2e30;
    cursor: pointer;
    padding: 10px 5px 15px;
    margin-right: 5px;
    min-height: 108px;
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

.salbustabingmain .tab .nav-link.active {
    background-color: #0d4a9b !important;
    color: #fff !important
}

.salbustabingmain .tab .nav-link span.active {
    color: #fff !important
}

.salbustabingmain .tab .nav-link .tab-blueimg {
    display: block
}

.salbustabingmain .tab .nav-link .tab-whiteimg {
    display: none
}

.salbustabingmain .tab .nav-link.active .tab-blueimg {
    display: none
}

.salbustabingmain .tab .nav-link.active .tab-whiteimg {
    display: block
}

.salbustabingmain .tab .nav-link [data-toggle="collapse"] {
    width: 100% !important
}

.salbustabingmain .tabcontent {
    display: none;
    padding: 25px 10px;
    border-top: none;
    width: 100%;
    float: left
}

.salbustabingmain .tab .nav-link span {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin: 5px 0 0
}

.blueimg {
    margin: 0 auto;
    display: inline-block
}

.blueimg img {
    width: 32px;
    margin: 5px 0
}

.whitimg {
    margin: 0 auto;
    display: inline-block
}

.whitimg img {
    width: 32px;
    margin: 5px 0
}

.whitimg2 {
    margin: 0 auto;
    display: inline-block
}

.whitimg2 img {
    width: 32px;
    margin: 5px 0
}

.whitimg3 {
    margin: 0 auto;
    display: inline-block
}

.whitimg3 img {
    width: 32px;
    margin: 5px 0
}

.whitimg4 {
    margin: 0 auto;
    display: inline-block
}

.whitimg4 img {
    width: 32px;
    margin: 5px 0
}

.whitimg5 {
    margin: 0 auto;
    display: inline-block
}

.whitimg5 img {
    width: 32px;
    margin: 5px 0
}

.blueimg2 {
    margin: 0 auto;
    display: inline-block
}

.blueimg2 img {
    width: 32px;
    margin: 5px 0
}

.whitimg6 {
    margin: 0 auto;
    display: inline-block
}

.whitimg6 img {
    width: 32px;
    margin: 5px 0
}

.whitimg7 {
    margin: 0 auto;
    display: inline-block
}

.whitimg7 img {
    width: 32px;
    margin: 5px 0
}

.whitimg8 {
    margin: 0 auto;
    display: inline-block
}

.whitimg8 img {
    width: 32px;
    margin: 5px 0
}

.whitimg9 {
    margin: 0 auto;
    display: inline-block
}

.whitimg9 img {
    width: 32px;
    margin: 5px 0
}

.whitimg10 {
    margin: 0 auto;
    display: inline-block
}

.whitimg10 img {
    width: 32px;
    margin: 5px 0
}

.programmright {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    margin-bottom: 15px;
    float: left
}

.programmright h1 {
    width: 100%;
    font-size: 18px;
    color: #000;
    margin: 5px 0 10px;
    font-weight: 600;
    float: left
}

.programlist {
    width: 100%;
    float: left
}

.programlist ul {
    width: 50%;
    float: left
}

.programlist ul li {
    width: 100%;
    margin: 5px 0;
    float: left
}

.proginfoss {
    width: 100%;
    float: left
}

.priiconss {
    float: left
}

.protxts {
    float: left;
    font-size: 14px;
    color: #1c1d1d;
    padding: 10px 0 0 10px;
    font-weight: 600
}

.reqinfos {
    width: 100%;
    float: left
}

.reqinput {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 13px 15px;
    color: #3a3b3c;
    font-weight: 600;
    outline: none;
    border: solid 1px #bcc0c4;
    margin: 8px 0;
    font-size: 15px
}

.reqinput select::placeholder {
    color: #7d7f83
}

.padtopss02 {
    margin-top: 15px
}

.demandstrip {
    width: 100%;
    float: left;
    padding: 50px 0 0
}

.demandstrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.demandstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.demandbox {
    width: 100%;
    padding: 30px 0 20px;
    float: left
}

.techbg {
    width: 100%;
    float: left;
    background: #F1F2F2;
    border-radius: 10px;
    padding: 45px 15px 10px;
    height: 160px;
    margin-bottom: 10px
}

.techbg h1 {
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 800
}

.techbg p {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #292b2d
}

.techbg02 {
    width: 100%;
    float: left;
    background: #F1F2F2;
    border-radius: 10px;
    padding: 45px 15px 30px;
    margin-bottom: 10px
}

.techbg02 h1 {
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 800
}

.techbg02 p {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #292b2d
}

.techbg02 span {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #292b2d
}

.leftdemand {
    width: 100%;
    background: #F1F2F2;
    padding: 25px 40px 20px;
    float: left;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative
}

.devbox {
    width: 100%;
    float: left;
    padding: 25px 10px
}

.devimg {
    width: 100%;
    text-align: left;
    float: left
}

.devbox h3 {
    width: 100%;
    font-size: 20px;
    color: #171818;
    text-align: left;
    float: left
}

.devbox p {
    width: 100%;
    font-size: 16px;
    color: #232526;
    text-align: left;
    float: left
}

.devbox {
    width: 100%;
    float: left;
    padding: 25px 10px;
    position: relative
}

.devbox:before {
    position: absolute;
    right: 0;
    border-right: solid 1px #e6e6e6;
    height: 130px;
    top: 25%;
    content: ""
}

.devimg {
    width: 100%;
    text-align: left;
    float: left
}

.devbox h3 {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 800;
    text-align: left;
    float: left
}

.devbox p {
    width: 100%;
    font-size: 16px;
    color: #232526;
    text-align: left;
    float: left
}

.leftdemand02 {
    width: 100%;
    background: #F1F2F2;
    padding: 20px 40px;
    border-radius: 10px;
    float: left;
    margin-bottom: 10px
}

.devbox02 {
    width: 100%;
    float: left
}

.devbox02 h3 {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 800;
    text-align: left;
    float: left;
    margin-bottom: 10px
}

.devbox02 p {
    width: 100%;
    font-size: 16px;
    margin: 0;
    color: #232526;
    text-align: left;
    float: left
}

.demadtxt {
    width: 100%;
    padding: 15px 0;
    float: left
}

.demadtxt p {
    width: 100%;
    font-size: 14px;
    color: #000;
    float: left
}

.borend:before {
    border-right: none;
    display: none
}

.expertstrip {
    width: 100%;
    margin-bottom: 25px;
    float: left
}

.expertstrip h3 {
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.expertstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.ourexprtsilder {
    width: 100%;
    margin: 15px 0;
    float: left
}

.experbg {
    float: left;
    background: #fff;
    border-radius: 25px
}

.technologstrip {
    width: 100%;
    float: left
}

.technologstrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.technologstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.techlinks {
    float: left;
    margin: 30px 0 45px;
    width: 100%
}

.techlinks ul {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center
}

.techlinks ul li {
    list-style-type: none;
    margin-right: 38px;
    float: left
}

.techlinks ul li a {
    color: #000
}

.projectinfobg {
    width: 100%;
    float: left;
    background: #0d4a9b url(../images/bluebg.jpg) center top no-repeat;
    background-size: 100%;
    height: 500px;
    padding: 50px 0
}

.certifcatleft {
    width: 100%;
    float: left
}

.certifcatleft h3 {
    width: 100%;
    font-size: 17px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.certifcatleft h4 {
    width: 100%;
    font-size: 28px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.certifcatleft h5 {
    width: 100%;
    font-size: 20px;
    color: #48f5fb;
    margin: 10px 0 15px;
    font-weight: 600;
    float: left
}

.certifcatleft p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500;
    float: left
}

.certlist {
    width: 100%;
    float: left
}

.certlist ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

.certlist ul li {
    width: 100%;
    background: url(../images/listicons.png) left 13px no-repeat;
    padding: 4px 0 4px 20px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    float: left
}

.exportbtn02 {
    float: left;
    background: #fff;
    color: #000;
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 15px
}

.exportbtn02:hover,
.exportbtn02:focus {
    color: #000
}

.certficatsilder {
    width: 100%;
    float: left
}

.cartificatbg {
    float: left;
    border-radius: 25px
}

.certficatsilder .item {
    box-shadow: none !important;
    background: none !important
}

.strongpintsrip {
    width: 100%;
    padding: 50px 0;
    float: left
}

.strongpintsrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.strongpintsrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.sidebartabinfo {
    width: 100%;
    padding: 45px 0;
    float: left
}

.sidebartabinfo .tab {
    float: left;
    width: 20%;
    height: 300px
}

.sidebartabinfo .tab button {
    width: 100%;
    margin: 5px 0;
    float: left;
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3;
    padding: 25px 20px 22px;
    border-radius: 10px;
    display: block;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    color: #151515;
    font-weight: 600
}

.sidebartabinfo .tab button.active {
    background-color: #0d4a9b !important;
    color: #fff
}

.sidebartabinfo .tab button.active {
    background-color: #0d4a9b;
    color: #fff
}

.sidebartabinfo .tabcontent {
    float: right;
    width: 80%;
    border-left: none;
    height: 300px;
    padding: 15px 0 0 30px
}

.sidecion {
    font-size: 30px;
    margin-right: 10px;
    height: 44px;
    float: left;
    margin-top: 5px
}

.strongrightinfo {
    width: 100%;
    float: left
}

.pointslist {
    width: 100%;
    float: left
}

.pointslist ul {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
    float: left
}

.pointslist ul li {
    width: 100%;
    padding: 0 0 7px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    float: left;
    position: relative
}

.pointslist ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0d4a9b
}

.exportbtn03 {
    float: left;
    background: #0d4a9b;
    color: #fff;
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 5px;
    margin: 5px 0 0 40px;
    font-size: 15px
}

.exportbtn03:hover,
.exportbtn03:focus {
    color: #fff;
    background: #ec5252
}

.stepstrip {
    width: 100%;
    background: #f4f7fb;
    padding: 50px 0;
    float: left
}

.stepstrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.stepstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.stepinfoshow {
    width: 100%;
    padding: 20px 0 10px;
    float: left
}

.stepbg {
    width: 90%;
    margin: 15px 0;
    float: left;
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3;
    padding: 25px 10px 15px;
    border-radius: 10px;
    min-height: 125px;
    position: relative
}

.stepbg::before {
    position: absolute;
    top: 39%;
    right: -15%;
    background: url(../images/arrowleft.png) left top no-repeat;
    content: "";
    width: 40px;
    height: 29px
}

.stepicon {
    width: 26%;
    float: left;
    text-align: center
}

.steptext {
    float: right;
    width: 73%
}

.steptext h4 {
    float: right;
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    font-weight: 600
}

.steptext p {
    float: right;
    width: 100%;
    font-size: 14px;
    margin: 0;
    color: #000;
    font-weight: 600
}

.steptext span {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #5b5f62;
    font-weight: 600
}

.tuestionstrip {
    width: 100%;
    background: #fff;
    padding: 50px 0;
    float: left
}

.tuestionstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.tuestioninfo {
    width: 100%;
    float: left;
    padding: 15px 0
}

.tusiontable {
    width: 100%;
    padding: 10px 20px;
    margin: 5px 0;
    float: left
}

.tusiontable:hover {
    width: 100%;
    box-shadow: 0 19px 45px -13px #d3d3d3;
    border-radius: 5px;
    float: left;
    cursor: pointer
}

.paymonth {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #0d4a9b;
    padding-top: 10px
}

.paymonth02 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    padding-top: 10px
}

.paymonth03 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #181818
}

.enrollbtn {
    float: left;
    background: #0d4a9b;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    margin: 5px 0 0 40px;
    font-size: 15px
}

.enrollbtn:hover,
.enrollbtn:focus {
    color: #fff;
    background: #ec5252
}

.totallink {
    color: #256cbb
}

.totallink span {
    text-decoration: line-through
}

.nextstrip {
    width: 100%;
    float: left;
    padding: 45px 0 10px
}

.nextbtns {
    background: #dee9f8;
    padding: 10px 30px;
    color: #181818;
    font-size: 17px;
    border-radius: 25px;
    display: table;
    margin: 0 auto;
    font-weight: 600
}

.nextbtns span {
    color: #0d4a9b !important
}

.nextbtns:hover,
.nextbtns:focus {
    color: #181818
}

.coursefaqstrip {
    width: 100%;
    background: #f9f9f9;
    padding: 50px 0;
    float: left
}

.coursefaqstrip h2 {
    width: 100%;
    font-size: 23px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.faqfullinfo {
    width: 100%;
    float: left;
    padding: 35px 0 0
}

.faqtophead {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
    padding: 15px 25px;
    color: #000
}

.faq {
    float: left;
    width: 100%
}

.faq .accordion>.card .card-header {
    padding: 0
}

.faq .accordion>.card {
    background: none
}

.faq .btn-link {
    padding: 10px 20px;
    color: #000;
    font-size: 17px;
    text-align: left;
    width: 100%;
    font-weight: 600;
    background: #fff
}

.faq .card-header {
    border-bottom: solid 1px #f9f9f9
}

.faq .card-body {
    padding: 0;
    width: 100%;
    float: left
}

.faq .btn-link:hover,
.faq .btn-link:focus {
    color: #000;
    text-decoration: none
}

.faq .btn-link .fa {
    font-size: 22px;
    padding-right: 0;
    margin-right: 10px;
    float: left;
    color: #000
}

.faq .btn-link[aria-expanded="false"]>.fa.fa-angle-down {
    transform: rotate(0deg)
}

.faq .btn-link[aria-expanded="true"]>.fa.fa-angle-down {
    transform: rotate(180deg)
}

.faq .card {
    border-bottom: solid 1px #f9f9f9 !important;
    margin: 2px 0
}

.faqcontent {
    width: 100%;
    float: left;
    padding: 0 25px;
    background: #fff
}

.faqcontent p {
    width: 100%;
    font-size: 14px;
    color: #3e4146;
    line-height: 22px;
    float: left
}

.rightfaqdiv {
    width: 100%;
    float: left;
    padding-top: 30%
}

.rightfaqdiv img {
    width: 95%;
    float: right
}

.happycilentstrip {
    width: 100%;
    padding: 50px 0;
    float: left
}

.happycilentstrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.happycilentstrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.testimonalsider {
    width: 100%;
    padding: 25px 20px;
    float: left
}

.testimonalsider .owl-theme .owl-nav [class*=owl-] {
    color: #0d4a9b;
    font-size: 28px;
    cursor: pointer
}

.testimonalsider .owl-theme .owl-nav [class*=owl-next] {
    top: 45%;
    right: -3%;
    position: absolute;
    background: 0 0 !important
}

.testimonalsider .owl-theme .owl-nav [class*=owl-prev] {
    top: 45%;
    left: -3%;
    position: absolute;
    background: 0 0 !important
}

.testimonalsider .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #0d4a9b !important;
    text-decoration: none
}

.testimonalsider .item {
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3 !important;
    margin: 10px 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 2px 10px #e5e5e5
}

.testinfodiv {
    width: 100%;
    float: left;
    padding: 25px 30px 25px 50px
}

.qutoemsg {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.qutoemsg img {
    width: 56px !important;
    height: 40px;
    float: left
}

.testinfodiv p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #56595c;
    line-height: 25px;
    font-weight: 500
}

.testshowbottom {
    width: 100%;
    float: left;
    padding: 15px 0
}

.clientimgss {
    float: left
}

.clientimgss img {
    float: left;
    width: 97px !important
}

.testnametxt {
    float: left;
    margin: 15px 0 0 20px;
    text-align: left
}

.testnametxt h4 {
    float: left;
    font-size: 20px;
    color: #0d4a9b;
    font-weight: 600;
    margin: 0 0 5px
}

.testnametxt p {
    float: left;
    font-size: 15px;
    color: #000;
    margin: 0
}

.padpop {
    padding: 0;
    border: 0
}

.applyinfobox {
    width: 100%;
    float: left
}

.padwidbox {
    max-width: 1000px !important
}

.applyclose {
    position: absolute;
    right: 5px;
    top: 2px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 9999
}

.applyclose:hover,
.applyclose:focus {
    border: none;
    outline: none
}

.applynowform {
    width: 100%;
    float: left;
    padding: 35px 35px 10px 5px
}

.applynowform h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 600
}

.applynowform p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    text-align: center
}

.applyinput {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    color: #3a3b3c;
    font-weight: 600;
    outline: none;
    border: solid 1px #bcc0c4;
    margin: 4px 0
}

.applynowform h3 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    text-align: left;
    margin: 10px 15px 5px;
    font-weight: 600
}

.applynowform span {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #666;
    margin: 10px 0 5px;
    text-align: center
}

.btnapply {
    padding: 10px 15px 15px;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    float: left;
    margin: 15px 0 0
}

.btnapply:hover {
    background: #ec5252;
    color: #fff
}

.popleftimg {
    width: 100%;
    float: left
}

.popleftimg img {
    width: 100%;
    float: left
}

.ourexprtsilder .owl-dots {
    display: block;
    margin: 15px 0 0
}

.ourexprtsilder .owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5
}

.ourexprtsilder .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #de2525
}

.happycilentstrip .owl-dots {
    display: block;
    margin: 15px 0 0
}

.happycilentstrip .owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5
}

.happycilentstrip .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #de2525
}

.certficatsilder .owl-dots {
    display: block
}

.certficatsilder .owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5
}

.certficatsilder .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #de2525
}

.certficatsilder .owl-theme .owl-nav {
    margin-top: 10px;
    display: none
}

.faqinside {
    float: left;
    width: 100%;
    padding: 3% 5%
}

.faqinside .accordion>.card .card-header {
    padding: 0
}

.faqinside .accordion>.card {
    background: none
}

.faqinside .btn-link {
    padding: 10px 20px;
    color: #000;
    font-size: 17px;
    text-align: left;
    width: 100%;
    font-weight: 600;
    background: #fff
}

.faqinside .card-header {
    border-bottom: solid 1px #f9f9f9
}

.faqinside .card-body {
    padding: 0;
    width: 100%;
    float: left
}

.faqinside .btn-link:hover,
.faq .btn-link:focus {
    color: #000;
    text-decoration: none
}

.faqinside .btn-link .fa {
    font-size: 22px;
    padding-right: 0;
    margin-right: 10px;
    float: left;
    color: #000
}

.faqinside .card {
    border-bottom: solid 1px #f9f9f9 !important;
    margin: 2px 0
}

.borderfaq {
    border: solid 1px #d5d5d5;
    color: #464646 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 500 !important
}

.borderfaq:hover,
.faq .borderfaq:focus {
    color: #fff !important;
    text-decoration: none;
    background: #0d4a9b
}

.faqinsidecontent {
    width: 100%;
    float: left;
    background: #F7F9FB;
    padding: 20px 40px
}

.faqinsidecontent h4 {
    color: #477ab3;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.faqinsidecontent h5 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.faqinsidecontent p {
    width: 100%;
    font-size: 14px;
    color: #3e4146;
    line-height: 22px;
    float: left
}

.faqinsidecontent li {
    list-style: disc;
}

.faqpadbotm {
    margin: 0 0 10px !important
}

.paddetop {
    margin-top: -10px;
    margin-bottom: 10px
}

.innerfaqlist {
    width: 100%;
    float: left
}

.innerfaqlist ul {
    width: 100%;
    padding: 0 0 0 15px;
    margin: 0;
    float: left
}

.innerfaqlist ul li {
    width: 100%;
    float: left;
    list-style-type: disc;
    font-size: 14px;
    color: #3e4146
}

.hirestrip {
    width: 100%;
    float: left;
    padding: 20px 0 30px
}

.hirestrip h3 {
    width: 100%;
    font-size: 17px;
    color: #0d4a9b;
    margin: 0 0 10px;
    font-weight: 600;
    float: left
}

.hirestrip h2 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.hiredlist {
    width: 100%;
    padding: 30px 0 20px;
    float: left
}

.hiredlist ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

.hiredlist ul li {
    width: 18%;
    text-align: center;
    background: #ebf1f8;
    float: left;
    margin: 0 22px 22px 0;
    padding: 5px 0
}

.dalinestrip {
    width: 100%;
    float: left
}

.dadlinebg {
    width: 97%;
    background: #fff;
    box-shadow: 0 5px 15px #d3d3d3;
    padding: 25px 20px;
    border-radius: 10px;
    float: left
}

.dadlinebg h4 {
    width: 100%;
    font-size: 28px;
    color: #010101;
    margin: 0 0 10px;
    font-weight: 700;
    float: left
}

.dadlinebg p {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    float: left
}

.dadlright {
    width: 100%;
    float: left;
    padding-left: 25px
}

.dadlright h5 {
    width: 100%;
    color: #f14d5d;
    font-size: 24px;
    font-weight: 700;
    float: left
}

.dadapplybtn {
    float: left;
    background: #0d4a9b;
    color: #fff;
    padding: 11px 35px;
    font-weight: 600;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 15px
}

.dadapplybtn:hover,
.dadapplybtn:focus {
    color: #fff;
    background: #ec5252
}

.impacttop {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #ec5252;
    color: #fff;
    padding: 7px 8px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px 0 0 0
}

.watchbanner {
    float: left;
    margin: 10px 0 0 30px
}

.rippleinfo span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    cursor: pointer
}

.rippleinfo span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    z-index: -1;
    animation: ripple 1.5s ease-out infinite
}

.rippleinfo span:first-child {
    background-color: #ff414d
}

.rippleinfo span:first-child::before {
    animation-delay: 0.2s
}

.rippleinfo span:last-child {
    background-color: #2e77e0;
    transform: scale(.9)
}

.rippleinfo span:last-child::before {
    animation-delay: 1s
}

.videoicons {
    color: #fff;
    margin: 0 auto;
    display: table;
    font-size: 14px;
    margin-top: 18px;
    cursor: pointer
}

.rippleinfo {
    float: left
}

.watchbanner h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    width: auto !important;
    float: left;
    margin: 5px 0 0 8px
}

.watchbanner h6 label {
    font-size: 17px;
    color: #fff;
    font-weight: 700
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%)
}

.sticky+.trakbannerfull {
    padding-top: 58px
}

.padreleft {
    padding-left: 0
}

.trakmenu .dropdown-menu {
    width: 350px
}

.trakmenu .dropdown-menu a {
    white-space: inherit !important;
    letter-spacing: 1px !important;
    padding: 10px 20px;
    border-bottom: solid 1px #ccc;
    text-transform: capitalize
}

.trakmenu .dropdown-menu a:last-child {
    border: none
}

.usertype-heading {
    font-size: 20px
}

.usertype {
    text-align: center;
    background: #91bfff;
    border-radius: 10px;
    padding: 15px
}

#introvideo .modal-body {
    padding: 2px
}

#introvideo .close {
    position: fixed;
    right: 40px;
    color: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 50%
}

.btnfresher {
    color: #fff !important;
    border: solid 1px #0e4796 !important;
    background: #0e4796 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    padding: 8px 15px !important;
    display: inline-block !important;
    margin: 0 7px
}

.btnfresher:hover {
    color: #0e4796 !important;
    background: none !important
}

.megamenubg {
    position: inherit
}

.megamenubg .dropdown-menu {
    width: 100vw;
    position: fixed !important;
    left: 0;
    top: 50px;
    margin-top: -1px;
    z-index: 9;
    background: #f6f9fd;
    padding: 30px 4%;
    text-align: center;
    max-height: 600px;
    overflow-y: scroll
}

.dropdownleft {
    width: 45%;
    padding: 2%;
    max-width: 600px;
    display: inline-block;
    text-align: left;
    border-right: solid 1px #e0e4ea;
    vertical-align: top
}

.dropdownleft .dropdown-item {
    border: none !important;
    padding: 15px 10px !important
}

.dropdownleft .dropdown-item span {
    display: inline-block;
    margin-right: 10px
}

.dropdownleft h2 {
    color: #000;
    position: relative;
    font-weight: 700;
    margin: 0 0 25px 20px;
    font-size: 16px;
    padding-bottom: 15px
}

.dropdownleft h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #207ec5
}

.dropdown:not(.courses-dropdown):hover .dropdown-menu {
    display: block
}

.navbar-light .navbar-nav .nav-link {
    color: #000
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0d4a9b
}

.clientsquotes {
    width: 100%;
    float: left;
    background: url(../images/bluredbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 -30px;
    padding: 80px 0
}

.clientsquotes h3 {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px
}

.clientsquotes ul {
    margin: 0;
    padding: 50px 0 30px;
    text-align: center
}

.clientsquotes ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px
}

.quotesinner {
    width: 100%;
    float: left;
    padding: 30px;
    height: 450px
}

.clientsquotes .item {
    box-shadow: none
}

.clientsquotes .owl-carousel .owl-item img {
    display: block;
    width: auto !important
}

.clientsquotes .owl-carousel .owl-item p {
    text-align: left;
    margin-top: 22px;
    margin-bottom: 22px
}

.clientspic {
    width: 100%;
    float: left
}

.clientspic img {
    border-radius: 50%;
    width: 50px !important;
    float: left;
    margin-bottom: 22px;
    height: 50px
}

.clientspic label {
    font-weight: 700;
    font-size: 14px;
    width: 230px;
    float: left;
    margin-top: 15px;
    margin-left: 12px;
    text-align: left
}

.clientsquotes span {
    width: 100%;
    float: left
}

.clientsquotes span img {
    float: right
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important
}

.ourexprtsilder .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0d4a9b
}

.coursefeatures {
    width: 100%;
    float: left;
    background: #fbfbfb;
    padding: 55px 0
}

.coursefeatures p {
    width: 100%;
    float: left
}

.coursefeatures span {
    font-size: 15px;
    width: 290px;
    float: right
}

.coursefeatures h1 {
    font-size: 25px;
    font-weight: 700
}

.coursefeatures h5 {
    font-size: 15px;
    color: #424449;
    padding-bottom: 30px
}

.coursefeatures span {
    font-size: 15px;
    width: 290px;
    float: right
}

.coursefeatures label {
    width: 35px;
    float: left
}

.coursefeatures img {
    position: relative;
    top: -6px
}

.featuresdetail {
    width: 100%;
    float: left;
    background: #fff;
    padding: 55px 0
}

.featuresdetail h1 {
    font-size: 25px;
    font-weight: 700
}

.featuresdetail h5 {
    font-size: 15px;
    color: #424449;
    padding-bottom: 30px
}

.featuresdetail h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 36px 0 5px 0
}

.featuresdetail h2 label {
    margin-left: 6px
}

.featuresdetail ul.detailtext {
    margin: 0;
    padding: 0
}

.featuresdetail ul.detailtext li {
    font-size: 15px;
    color: #424449;
    padding-bottom: 10px;
    list-style: disc;
    margin-left: 23px
}

.detailleft {
    width: 100%;
    float: left
}

.detailright {
    width: 100%;
    float: left
}

.detailright img {
    animation: fadeInRight 0.8s ease-in-out
}

.detailright span {
    position: absolute;
    left: 50%;
    top: 41%
}

.nav-pills .nav-link {
    border-radius: .25rem;
    background: #f0f2f8;
    margin-right: 10px;
    padding: 11px 40px;
    color: #000;
    font-weight: 600
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, rgba(53, 106, 239, 1) 40%, rgba(45, 143, 230, 1) 100%)
}

.detailright .btn-primary {
    border: none;
    border-color: none;
    background: none
}

.coursesbg {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 40px 0
}

.coursesbg h1 {
    color: #000;
    font-size: 27px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 10px 0
}

.coursesbg h6 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 30px 0
}

.coursesboxmain {
    width: 100%;
    float: left
}

.coursesbox {
    background: #fff;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin: 25px 0
}

.coursesbox-img {
    position: relative;
    float: left;
    padding: 25px 0 0;
    text-align: center;
    width: 100%
}

.coursesbox-img .discount {
    display: grid;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #2b82e9;
    float: left;
    width: 28%;
    z-index: 99999;
    left: 30px;
    text-align: center
}

.coursesbox-img span {
    display: inline-block;
    padding: 5px 19px;
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-size: 12px;
    background: #272727;
    position: absolute;
    right: 0;
    top: 50px;
    text-transform: uppercase
}

.coursesbox-content {
    padding: 20px 25px 30px;
    float: left;
    text-align: center;
    width: 100%
}

.coursesbox-content h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #3571e0;
    font-weight: 600;
    margin: 10px 0
}

.coursesbox-content p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px
}

.coursesbox-btngrp {
    float: left;
    width: 100%;
    margin-top: 15px
}

.popbtns {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0
}

.popbtns h6 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0;
    color: red;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px
}

.chckbtns {
    background: #dc2343;
    color: #fff;
    padding: 10px 12px;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 10px 0;
    margin: 0 auto;
    display: table;
    text-transform: uppercase
}

.chckbtns:hover {
    background: #c11c38;
    color: #fff
}

.chckbtns02 {
    background: #25aa2b;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    text-transform: uppercase
}

.chckbtns02:hover {
    background: #198b1e;
    color: #fff
}

.coursesbg .nav-pills .nav-link {
    background: #dde1ec;
    margin-right: 10px;
    padding: 11px 40px;
    color: #000;
    font-weight: 700
}

.coursesbg .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, rgba(53, 106, 239, 1) 40%, rgba(45, 143, 230, 1) 100%);
    color: #fff
}

.coursemodule-bg {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #eceded;
    font-family: 'Inter', sans-serif
}

.coursemodule-bg h1 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin: 0
}

.coursemodule-bg h6 {
    color: #363636;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0
}

.levelrow {
    margin-left: -8px;
    margin-right: -8px
}

.levelbox {
    width: 20%;
    padding: 0 6px;
    margin-top: 30px;
    float: left
}

.levelbox h2 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.levelbox a {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 5px 7px;
    background: #fff;
    border-radius: 10px;
    color: #343131;
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    min-height: 85px
}

.levelbox a span {
    float: left;
    padding-right: 12px
}

.levelbox a:hover {
    color: #f7846e
}

.tabstimestrip {
    width: 100%;
    float: left
}

.systimg img {
    display: block;
    width: auto !important;
    height: 40px !important
}

.systemsilder {
    width: 100%;
    float: left;
    padding: 15px 0
}

.systemsilder .item {
    border-radius: 25px
}

.systemsilder .owl-theme .owl-nav {
    margin-top: 50px;
    display: block !important
}

.systemsilder .owl-theme .owl-nav [class*=owl-prev] {
    top: 110%;
    left: 45%;
    position: absolute;
    background: url(../images/arrow01.png) left top no-repeat !important;
    width: 40px;
    height: 28px;
    text-indent: 50px
}

.systemsilder .owl-theme .owl-nav [class*=owl-next] {
    top: 110%;
    right: 45%;
    position: absolute;
    background: url(../images/arrow02.png) left top no-repeat !important;
    width: 40px;
    height: 28px;
    text-indent: 50px
}

.systemsilder .owl-dots {
    display: none
}

.viewletstrip {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 50px 0 80px
}

.viewletstrip h1 {
    width: 100%;
    float: left;
    font-size: 27px;
    color: #000;
    font-weight: 700;
    padding: 10px 0 15px
}

.letvideoshow {
    width: 100%;
    padding: 20px 0 10px;
    float: left
}

.letvdiv {
    width: 100%;
    float: left
}

.leavdos {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 10px #f2f2f2;
    border-radius: 20px;
    float: left;
    margin: 0 0 25px
}

.letvdiv h3 {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
    float: left;
    margin-bottom: 15px
}

.javabtns {
    float: left;
    background: #33a119;
    border-radius: 8px;
    color: #fff;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px
}

.javabtns:hover,
.javabtns:focus {
    float: left;
    background: #2d9016;
    color: #fff
}

.assignbtns {
    float: left;
    background: #2373b7;
    border-radius: 8px;
    color: #fff;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px
}

.assignbtns:hover,
.assignbtns:focus {
    float: left;
    background: #23669e;
    color: #fff
}

.listfaq {
    width: 100%;
    float: left
}

.listfaq ul {
    width: 100%;
    padding: 0;
    margin: 0 0 0 15px;
    float: left
}

.listfaq ul li {
    width: 100%;
    list-style-type: decimal;
    margin: 5px 0;
    float: left
}

.gettouchbg {
    float: left;
    width: 100%
}

.gettouchbg h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    padding: 70px 0 150px 0;
    background: url(../images/reviewbg.png) no-repeat left bottom #2a5ac5;
    text-align: center
}

.gettouchbg-bottom {
    margin: -120px 0 45px 0
}

.gettouchbg-bottom-inner {
    padding: 0 70px
}

.gettouchbg-box {
    margin: 10px 0;
    padding: 50px 30px 30px 30px;
    background: #fff;
    border-radius: 10px;
    float: left;
    width: 100%;
    box-shadow: 0 7px 15px #ccc;
    min-height: 200px
}

.gettouchbg-box-left {
    float: left;
    width: 25%
}

.gettouchbg-box-left span {
    display: inline-block;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    background: #e0ebfa;
    color: #0b4189;
    font-size: 40px;
    padding: 0
}

.gettouchbg-box-right {
    float: right;
    width: 70%
}

.gettouchbg-box-right label {
    display: block;
    color: #76869c;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px
}

.gettouchbg-box-right p {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 19px;
    margin: 0
}

.gettouchbg-box-right p a {
    color: #000
}

.gettouchbg-box-right p a:hover {
    color: #0b4189
}

.quotesinner {
    position: relative
}

.linkdinlink {
    background: #0d87cb;
    width: 37px;
    height: 37px !important;
    border-radius: 50%;
    position: absolute;
    right: 25px
}

.linkdinlink:hover {
    color: #fff;
    background: #0570ab
}

.faqlistimg {
    width: 100%;
    float: left
}

.faqlistimg img {
    width: 90%;
    float: left
}

@keyframes fadeInRight {
    from {
        opacity: 5;
        transform: translateX(100px)
    }

    to {
        opacity: 1
    }
}

.rllogo {
    width: 55px;
    margin: 11px 0 0 0
}

.explabel {
    background: #269edb;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    float: left;
    margin: 5px 0
}

.leftimg {
    width: 25%;
    float: left
}

.leftimg img {
    max-width: 100% !important;
    padding-right: 15px
}

.rightsing {
    width: 75%;
    display: inline-table
}

.imgim01 {
    float: left;
    padding-right: 10px !important
}

.choose-lang-tab .w48 {
    width: 48%
}

.bannerlinks {
    width: 100%;
    margin-bottom: 15px;
    float: left
}

.bannerlinks ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

.bannerlinks ul li {
    width: 100%;
    background: url(../images/chckicons.png) left 10px no-repeat;
    font-size: 20px;
    font-weight: 500
}

.faqshow {
    width: 100%;
    padding: 45px 0;
    float: left
}

.faqstrip {
    width: 100%;
    background: url(../images/faqbg.jpg) left top no-repeat;
    background-size: cover;
    float: left
}

.faqshow h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px
}

.faqshow h2 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 0
}

.program-highlights {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.program-highlights h1 {
    background: #1c58ed;
    padding: 20px 30px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0
}

.program-highlights-content {
    padding: 18px
}

.program-highlights-content ul {
    padding: 0;
    margin: 0
}

.program-highlights-content li {
    list-style: none;
    margin: 5px 0
}

.program-highlights-content li a {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px
}

.program-highlights-content li a:hover {
    color: #2c77ee
}

.program-highlights-content li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.program-highlights-content p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 400
}

.crackinginterview-bg {
    float: left;
    width: 100%;
    background: #f2f9fd;
    padding: 60px 0
}

.crackinginterview-left {
    float: left;
    width: 100%
}

.crackinginterview-left h2 {
    color: #010101;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 23px;
    margin: 0
}

.crackinginterview-left h5 {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin: 15px 0 50px 0
}

.crackinginterview-coursecontent {
    padding: 15px 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #1b56ec;
    background: -moz-linear-gradient(left, #1b56ec 0%, #398eee 100%);
    background: -webkit-linear-gradient(left, #1b56ec 0%, #398eee 100%);
    background: linear-gradient(to right, #1b56ec 0%, #398eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b56ec', endColorstr='#398eee', GradientType=1)
}

.crackinginterview-coursecontent span {
    float: right;
    padding-left: 30px
}

.crackinginterview-left .card {
    border: 0;
    border-radius: 10px;
    background: none
}

.crackinginterview-left #faq {
    float: left;
    width: 100%;
    margin-top: 15px
}

.crackinginterview-left .card .card-header {
    border: 0;
    padding: 0;
    margin: 5px 0;
    border-radius: 10px
}

.crackinginterview-left .card-body {
    padding: 20px
}

.crackinginterview-left .card .card-header .btn-header-link {
    color: #000;
    display: block;
    background: #fff;
    text-align: left;
    box-shadow: 0 0 0 #000;
    padding: 15px 20px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px
}

.crackinginterview-left .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right
}

.crackinginterview-left .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
    border-radius: 10px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px
}

.crackinginterview-left .card .card-header .btn-header-link.collapsed:after {
    content: "\f106"
}

.crackinginterview-left .card .collapsing {
    background: #fff
}

.crackinginterview-left .card .collapse {
    border: 0
}

.crackinginterview-left .card .collapse.show {
    background: #fff;
    border-radius: 10px
}

.innerfaq .card .card-header .btn-header-link {
    font-size: 16px;
    color: #000
}

.innerfaq .card {
    border: solid 1px #d9d9d9 !important;
    margin-bottom: 7px
}

.implementation-content p {
    color: #000;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500
}

.implementation-content ul {
    padding: 0;
    margin: 0
}

.implementation-content h3 {
    color: #000;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 18px 0 5px 0
}

.implementation-content ul li {
    position: relative;
    list-style: none;
    background: url(../images/bluedot.png) no-repeat left 6px;
    color: #000;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 0 0 10px 25px
}

.implementation-content ul li:last-child::after {
    display: none
}

.implementation-content ul li::after {
    content: "";
    border: dotted 1px #377cef;
    height: 100%;
    width: 1px;
    position: absolute;
    bottom: -9px;
    left: 3px
}

.innerfaq .card .card-header .btn-header-link {
    font-size: 16px;
    color: #000
}

.innerfaq .card {
    border: solid 1px #d9d9d9 !important;
    margin-bottom: 7px
}

.implementation-content p {
    color: #000;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500
}

.implementation-content ul {
    padding: 0;
    margin: 0
}

.implementation-content h3 {
    color: #000;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 18px 0 5px 0
}

.implementation-content ul li {
    position: relative;
    list-style: none;
    background: url(../images/bluedot.png) no-repeat left 6px;
    color: #000;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 0 0 10px 25px
}

.implementation-content ul li:last-child::after {
    display: none
}

.implementation-content ul li::after {
    content: "";
    border: dotted 1px #377cef;
    height: 100%;
    width: 1px;
    position: absolute;
    bottom: -9px;
    left: 3px
}

.imp-morebtn {
    display: inline-block;
    color: #2b61c0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    background: #e9f5fc;
    border-radius: 10px;
    padding: 5px 15px
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #e7e7e7 !important;
    border-radius: 10px
}

span.custom-badge {
    border-radius: 15px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 5px;
    background: #607cb5;
    color: #fff
}

.fewreviewsbg {
    float: left;
    width: 100%;
    background: url(../images/reviewbg.png) no-repeat left bottom #2a5ac5;
    padding: 75px 0
}

.fewreviewsbg .arrobgcolor {
    color: #fff;
    font-size: 40px;
    display: block !important
}

.fewreviewsbg .fewreviewsbg-left {
    float: left;
    width: 45%
}

.fewreviewsbg-left h1 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0
}

.fewreviewsbg-left h3 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0 35px 0
}

.fewreviewsbg-left p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px
}

.fewreviewsbg-right {
    float: right;
    width: 50%
}

.fewreviewsbg-right .item {
    background: #fff;
    margin: 0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 0 #e5e5e5
}

.fewreviewsbg-right img {
    width: 100%;
    border-radius: 10px
}

.fewreviewsbg-right .owl-theme .owl-nav [class*=owl-prev] {
    bottom: -60px;
    left: 44%;
    top: inherit;
    font-size: 40px;
    background: none
}

.fewreviewsbg-right .owl-theme .owl-nav [class*=owl-next] {
    bottom: -60px;
    right: 44%;
    top: inherit;
    font-size: 40px;
    background: none
}

.quicklinkstrip {
    width: 100%;
    float: left
}

.quicklinkstrip h2 {
    width: 100%;
    font-size: 23px;
    color: #161616;
    font-weight: 700;
    margin-bottom: 15px;
    float: left
}

.quickshow {
    width: 100%;
    margin: 5px 0 35px;
    float: left
}

.quicklinks {
    width: 100%;
    float: left
}

.quicklinks ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

.quicklinks ul li {
    width: 100%;
    list-style-type: none;
    padding: 3px 0;
    float: left
}

.quicklinks ul li a {
    float: left;
    color: #161616;
    font-size: 15px;
    font-weight: 700
}

.quicklinks ul li a:hover {
    color: #2a5ac5
}

.checksyllabus-bannerbg {
    float: left;
    width: 100%;
    position: relative;
    background: #1442a9;
    padding: 170px 0 140px 0
}

.checksyllabus-bannerbg-img {
    width: 43%;
    position: absolute;
    right: 0;
    bottom: 0
}

.checksyllabus-bannerbg-img img {
    max-width: 100%
}

.checksyllabus-bannerbg-content {
    float: left;
    width: 100%;
    margin-top: 30px
}

.checksyllabus-bannerbg-content h1 {
    color: #08f1ff;
    font-size: 33px;
    line-height: 54px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600
}

.checksyllabus-bannerbg-content ul {
    margin: 30px 0;
    padding: 0;
    float: left;
    width: 100%
}

.checksyllabus-bannerbg-content ul li {
    padding-left: 30px;
    background: url(../images/checksyllabus-checkicon.png) no-repeat left 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px
}

.checksyllabus-btngrp a {
    display: inline-block;
    border: solid 2px #fff;
    border-radius: 7px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 12px 22px;
    margin-right: 8px
}

.checksyllabus-btngrp a .fa {
    padding-left: 10px
}

.samplelectures {
    border: solid 2px #000 !important;
    background: #000
}

.samplelectures:hover {
    border: solid 2px #fff !important
}

.checksyllabus-btngrp a:hover {
    background: #fff;
    color: #000
}

.applynowmob {
    display: none;
    position: fixed;
    top: 10px;
    z-index: 999;
    width: 35%;
    left: 35%
}

.applynowmob a {
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 13px;
    padding: 10px 0 !important
}

@media only screen and (min-width:1920px) and (max-width:2560px) {
    .trakdetils {
        top: 20%
    }

    .businessstrip img {
        height: 125px
    }

    .bannerimgs {
        width: 100%;
        text-align: center;
        float: left;
        padding: 0 0 0;
        margin-left: 50%
    }

    .bannerimgs img {
        width: 100%;
        float: right
    }
}

@media only screen and (min-width:1600px) and (max-width:1900px) {
    .businessstrip img {
        height: 124px
    }

    .bannerimgs {
        width: 100%;
        text-align: center;
        float: left;
        padding: 0 0 0;
        margin-left: 35%
    }

    .bannerimgs img {
        width: 100%;
        float: right
    }
}

@media only screen and (min-width:960px) and (max-width:1100px) {
    .navbar-brand img {
        width: 85px
    }

    .navbar-nav li {
        padding-left: 15px
    }

    .navbar-nav li a {
        letter-spacing: 1px
    }

    .banner-content h1 {
        font-size: 22px;
        line-height: 30px
    }

    .banner-content h2 {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px 0
    }

    .cousicons img {
        float: left;
        width: 46px
    }

    .couseseshow ul li {
        width: 22.5%;
        margin: 5px
    }

    .cousetxt p {
        line-height: 16px;
        display: table-cell;
        font-size: 12px
    }

    .cousetxt {
        height: 80px;
        float: left
    }

    .moudalinfo ul li {
        width: 18%;
        min-height: 180px;
        margin-right: 15px;
        float: left
    }

    .modualbox h6 {
        font-size: 14px
    }

    .sampalleatdiv h6 {
        font-size: 14px
    }

    .arryright {
        padding: 15px 10px
    }

    .arryhead h6 {
        font-size: 18px
    }

    .highlevehead h2 {
        font-size: 24px
    }

    .wrokdetails h5 {
        font-size: 16px
    }

    .studentsilder .pro.owl-carousel .owl-item img {
        max-width: 166px;
        max-height: 50px
    }

    .footeconthead h2 {
        font-size: 20px
    }

    .footeconthead h2 span {
        font-size: 20px
    }

    .footercontact h3 {
        font-size: 16px;
        line-height: 23px
    }

    .footercontact p {
        font-size: 14px;
        margin-bottom: 2px
    }

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-prev] {
        right: -90%
    }

    .coursesbox-img-content h2 {
        font-size: 20px;
        width: 55%
    }

    .coursesbox-btngrp a {
        width: 100%;
        margin: 5px 0;
        text-align: center;
        padding: 10px
    }

    .stepsrowbg-icon span::after {
        height: 75px;
        bottom: -77px
    }

    .traktopinfo h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0
    }

    .righthrs {
        width: 66%
    }

    .righthrs p {
        font-size: 12px
    }

    .supicons {
        width: 100%
    }

    .suptext {
        float: right;
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .workexp h2 {
        font-size: 20px
    }

    .workexp h2 span {
        font-size: 27px
    }

    .businessdeils h1 {
        font-size: 18px;
        line-height: 25px
    }

    .exportbtn {
        margin-top: 6px
    }

    .expinfobg h4 {
        font-size: 15px
    }

    .expinfobg p {
        font-size: 11px
    }

    .brochbtn {
        padding: 13px 7px;
        font-size: 11px
    }

    .programlist ul {
        width: 100%;
        float: left
    }

    .salbustabingmain .tab button {
        margin: 5px 5px 0
    }

    .strongimgshow img {
        width: 100%
    }

    .sidebartabinfo .tab button {
        padding: 25px 10px 15px;
        font-size: 13px
    }

    .enrollbtn {
        width: 100%;
        text-align: center
    }

    .businessdeils h2 {
        font-size: 20px;
        margin-top: 18px
    }

    .hiredlist ul li {
        width: 23%;
        margin: 5px
    }

    .hiredlist ul li img {
        width: 100%
    }

    .bannerimgs {
        margin: 20px 0 0
    }

    .bannerimgs img {
        width: 80%;
        float: right
    }

    .trakmenu li a {
        font-size: 9px
    }

    .trakmenu ul li {
        padding: 0 5px !important
    }

    .megamenubg .dropdown-menu {
        padding: 30px 0;
        top: 56px
    }

    .counsbtn {
        padding: 10px 19px;
        font-size: 13px
    }

    .clientsquotes {
        padding: 20px 0
    }

    .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        margin-bottom: 10px
    }

    .nav-pills .nav-link.active {
        margin-bottom: 10px
    }

    .detailright img {
        width: 100%
    }

    .detailright span {
        left: 40%;
        top: 14%
    }

    .levelbox {
        width: 100%
    }

    .systimg img {
        width: auto !important;
        height: 25px !important
    }

    .systmebox h3 {
        font-size: 15px
    }

    .leavdos img {
        width: 100%
    }

    .gettouchbg-bottom-inner {
        padding: 0
    }

    .gettouchbg-box-right p {
        font-size: 14px
    }

    .gettouchbg-box-left span {
        width: 60px;
        height: 60px;
        font-size: 30px
    }

    .clientspic label {
        width: 160px
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-next] {
        top: 100% !important
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-prev] {
        top: 100% !important
    }

    .featuresdetail h2 label {
        width: 90%
    }

    .detailleft h2 img {
        float: left
    }

    .popbtns h6 {
        font-size: 13px
    }

    .stepsrowbg-text h4 {
        margin: 20px 0 10px 0
    }

    .trakbannerfull img {
        height: 470px
    }

    .bannerimgs img {
        height: auto
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .navbar-brand img {
        width: 85px
    }

    .navbar-nav li {
        padding-left: 8px
    }

    .navbar-nav li a {
        letter-spacing: 0;
        font-size: 11px
    }

    .pad3cont {
        top: 25% !important
    }

    .banner-content {
        top: 30%;
        padding: 0 20px
    }

    .banner-content h1 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 21px
    }

    .banner-content h2 {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px 0
    }

    .cousicons img {
        float: left;
        width: 46px
    }

    .couseseshow ul li {
        width: 31%;
        margin: 5px
    }

    .cousetxt p {
        line-height: 16px;
        display: table-cell;
        font-size: 12px
    }

    .cousetxt {
        height: 80px;
        float: left
    }

    .moudalinfo ul li {
        width: 31%;
        margin: 0 15px 15px 0
    }

    .modualbox h6 {
        font-size: 14px
    }

    .sampalleatdiv h6 {
        font-size: 14px
    }

    .arryright {
        padding: 15px 10px
    }

    .arryhead h6 {
        font-size: 18px
    }

    .highlevehead h2 {
        font-size: 24px
    }

    .wrokdetails h5 {
        font-size: 16px
    }

    .studentsilder .pro.owl-carousel .owl-item img {
        max-width: 166px;
        max-height: 50px
    }

    .feahead h4 {
        font-size: 15px
    }

    .feahead h5 {
        font-size: 16px
    }

    .feacoumatter p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0
    }

    .cousedownbtn {
        margin: 0 10px 10px 0
    }

    .howworkinfo {
        margin-bottom: 25px
    }

    .worktop {
        background: #fd7c00 url(../images/howitworktop01.png) left top no-repeat;
        height: 140px
    }

    .bg02 {
        background: #d3312c url(../images/howitworktop02.png) left top no-repeat !important;
        height: 140px
    }

    .bg03 {
        background: #0494c4 url(../images/howitworktop03.png) left top no-repeat !important;
        height: 140px
    }

    .bg04 {
        background: #009188 url(../images/howitworktop04.png) left top no-repeat !important;
        height: 140px
    }

    .footeconthead {
        margin-top: 25px
    }

    .footerright {
        width: 100%;
        padding: 0;
        float: left
    }

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-prev] {
        right: -84%
    }

    .arrybgshow {
        font-size: 13px
    }

    .coursesbox {
        margin: 15px 0
    }

    .coursesbox-img-content {
        width: 80%
    }

    .coursesbox-img-content h2 {
        font-size: 20px;
        width: 55%
    }

    .coursesbox-btngrp a {
        width: 100%;
        margin: 5px 0;
        text-align: center;
        padding: 10px
    }

    .coursesbox-img span {
        font-size: 12px
    }

    .banner-content {
        top: 10%
    }

    .bannerlinks ul li {
        font-size: 16px;
        line-height: 18px;
        background-size: 12px auto;
        padding-left: 20px
    }

    .enrollbtns,
    .simplelaeturebtn {
        font-size: 13px
    }

    .storybox {
        margin: 15px 0
    }

    .enrollbg {
        padding: 0
    }

    .step1content-img {
        width: 100%
    }

    .step1content-content {
        width: 100%;
        padding-top: 20px
    }

    .w48 {
        width: 100%;
        margin: 5px 0
    }

    .w65,
    .w35,
    .w70,
    .w30 {
        width: 100%
    }

    .exper-candidate-top ul li .fa {
        margin: 5px 10px 10px 0;
        float: left
    }

    .choose-lang-tab .nav-tabs .nav-item {
        padding: 0 3px
    }

    .choose-lang-tab .nav-tabs {
        margin: 20px 0
    }

    .enrollbtn a {
        display: block
    }

    #CourseModal .modal-title {
        font-size: 18px
    }

    .exper-candidate-bg-content {
        padding: 0 20px
    }

    .exper-candidate-top ul {
        margin: 0
    }

    .exper-candidate-bottom h3 {
        float: left;
        width: 100%
    }

    .exper-candidate-bottom ul {
        margin: 0
    }

    .enrollbtn {
        padding: 15px 0
    }

    .exper-candidate-bg h1 {
        margin-bottom: 20px
    }

    .stepsrowbg {
        width: 100%
    }

    .stepsbgimg {
        width: 100%;
        padding-bottom: 30px
    }

    .become-mentor-banner-left {
        width: 35%;
        padding-top: 50px
    }

    .traktopinfo h1 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0
    }

    .traktopinfo h6 {
        font-size: 14px;
        margin-bottom: 4px
    }

    .traktopinfo p {
        font-size: 14px;
        line-height: 20px
    }

    .bannerimgs {
        margin-top: 15px
    }

    .bannertabsstrip {
        margin: 25px 0
    }

    .stripbg {
        margin-bottom: 15px
    }

    .counsbtn {
        margin: 0
    }

    .businessstrip img {
        height: 100px
    }

    /* .salbustabingmain .tab button {
        margin: 5px 5px 0;
        width: 127px
    } */

    .projectinfobg {
        height: auto
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-prev] {
        top: 43%
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-next] {
        top: 43%
    }

    .sidebartabinfo .tab {
        width: 30%;
        height: auto
    }

    .sidebartabinfo .tabcontent {
        width: 70%;
        height: auto
    }

    .strongpintsrip {
        padding: 50px 0 0;
        float: left
    }

    .strongimgshow {
        margin-bottom: 15px
    }

    .paymonth {
        padding-top: 0;
        text-align: center
    }

    .paymonth02 {
        padding-top: 0;
        text-align: center
    }

    .enrollbtn {
        margin: 5px 0
    }

    .paymonth03 {
        text-align: center
    }

    .nextstrip {
        padding: 5px 0
    }

    .businessdeils h2 {
        font-size: 16px;
        margin-top: 18px
    }

    .rightfaqdiv {
        padding-top: 5%
    }

    .rightfaqdiv img {
        width: 70%;
        margin: 0 auto;
        display: table;
        float: none
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-prev] {
        left: -7%
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-next] {
        right: -7%
    }

    .sidebartabinfo .tab button {
        font-size: 14px
    }

    .strongimgshow img {
        width: 100%;
        float: left;
        margin-bottom: 25px
    }

    .enrollbtn {
        width: 100%;
        margin: 5px 0
    }

    .exportbtn {
        padding: 15px 15px;
        margin-top: 12px;
        font-size: 14px
    }

    .padwidbox {
        max-width: 95% !important
    }

    .applyinput {
        padding: 7px 15px;
        margin: 2px 0;
        font-size: 13px
    }

    .expinfobg::before {
        display: none
    }

    .stepbg::before {
        display: none
    }

    .stepbg {
        width: 100%
    }

    .dadlinebg {
        width: 100%
    }

    .dadlright {
        padding-left: 0
    }

    .hiredlist ul li {
        width: 31%;
        margin: 5px
    }

    .hiredlist ul li img {
        width: 100%
    }

    .padreleft {
        padding-left: 15px
    }

    .trakmenu ul li {
        padding: 0 3px !important
    }

    .container {
        max-width: 760px
    }

    .navbar-brand img {
        width: 55px
    }

    .trakmenu ul li {
        padding: 0 !important
    }

    .navbar-nav li a {
        font-size: 7px
    }

    .megamenubg .dropdown-menu {
        top: 53px;
        padding: 30px 0
    }

    .dropdownleft {
        padding: 0
    }

    .watchbanner h6 label {
        font-size: 13px
    }

    .watchbanner {
        margin: -10px 0 0 0
    }

    .counsbtn {
        padding: 10px 18px;
        font-size: 12px
    }

    .clientsquotes {
        padding: 0
    }

    .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        margin-bottom: 10px
    }

    .nav-pills .nav-link.active {
        margin-bottom: 10px
    }

    .detailright img {
        width: 100%
    }

    .detailright span {
        left: 40%;
        top: 40%
    }

    .levelbox {
        width: 49%
    }

    .systimg img {
        width: auto !important;
        height: 25px !important
    }

    .systmebox h3 {
        font-size: 15px
    }

    .leavdos img {
        width: 100%
    }

    .gettouchbg-bottom-inner {
        padding: 0
    }

    .gettouchbg-box-right p {
        font-size: 14px
    }

    .gettouchbg-box-left span {
        width: 60px;
        height: 60px;
        font-size: 30px
    }

    .coursefeatures p {
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures span {
        font-size: 15px;
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures label {
        width: 35px;
        float: none
    }

    .coursefeatures h1 {
        text-align: center;
        width: 100%
    }

    .coursefeatures h5 {
        text-align: center;
        width: 100%
    }

    .stepsrowbg-icon::after {
        display: none
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 42%
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 42%
    }

    .javabtns {
        padding: 10px 20px;
        font-size: 13px
    }

    .assignbtns {
        padding: 10px 20px;
        font-size: 13px;
        margin-right: 0
    }

    .gettouchbg-box {
        margin: 10px 0;
        padding: 20px 10px 20px 9px
    }

    .gettouchbg-box-left {
        float: left;
        width: 100%;
        text-align: center
    }

    .gettouchbg-box-right {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .bannerimgs img {
        width: 60%;
        float: right
    }

    .clientspic label {
        width: 200px
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 43% !important
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 43% !important
    }

    .modal {
        overflow: scroll
    }

    .checksyllabus-bannerbg-content h1 {
        font-size: 25px;
        line-height: 35px
    }

    .trakbannerfull img {
        height: 420px
    }

    .bannerimgs img {
        height: auto
    }

    .checksyllabus-btngrp a {
        font-size: 14px
    }

    .javabtns,
    .assignbtns {
        padding: 10px;
        font-size: 10px
    }

    .program-highlights-content li a img {
        float: left
    }

    .program-highlights-content li {
        float: left;
        width: 100%
    }

    .program-highlights-content li a {
        font-size: 12px
    }

    .stepsbgimg {
        margin-top: 0
    }

    .ourexprtsilder {
        padding-bottom: 50px
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .navbar-toggler {
        z-index: 99999;
        outline: 0 !important;
        margin-top: -20px !important
    }

    .navbar {
        padding: 0 0 8px
    }

    .navbar-brand img {
        width: 75px;
        margin-top: 10px
    }

    .navbar-nav li {
        padding-left: 0;
        border-bottom: solid 1px #d5d5d5
    }

    .navbar-nav li a {
        letter-spacing: 0;
        font-size: 14px
    }

    .pad3cont {
        top: 15% !important
    }

    .banner-content {
        top: 20%;
        padding: 0 10px
    }

    .banner-content h1 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 22px
    }

    .banner-content h2 {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px 0
    }

    .cousicons img {
        float: left;
        width: 46px
    }

    .couseseshow ul li {
        width: 31%;
        margin: 5px
    }

    .cousetxt p {
        line-height: 16px;
        display: table-cell;
        font-size: 12px
    }

    .cousetxt {
        height: 80px;
        float: left
    }

    .modualbox {
        min-height: 170px
    }

    .moudalinfo ul li {
        width: 30%;
        margin: 0 11px 11px 0
    }

    .modualbox h6 {
        font-size: 14px
    }

    .arryright {
        padding: 25px 10px 20px
    }

    .arryhead h6 {
        font-size: 22px
    }

    .highlevehead h2 {
        font-size: 18px
    }

    .wrokdetails h5 {
        font-size: 22px
    }

    .studentsilder .pro.owl-carousel .owl-item img {
        max-width: 166px;
        max-height: 50px
    }

    .cousedownbtn {
        margin: 0 10px 10px 0
    }

    .howworkinfo {
        margin-bottom: 25px
    }

    .worktop {
        background: #fd7c00 url(../images/howitworktop01.png) left top no-repeat;
        height: 140px
    }

    .bg02 {
        background: #d3312c url(../images/howitworktop02.png) left top no-repeat !important;
        height: 140px
    }

    .bg03 {
        background: #0494c4 url(../images/howitworktop03.png) left top no-repeat !important;
        height: 140px
    }

    .bg04 {
        background: #009188 url(../images/howitworktop04.png) left top no-repeat !important;
        height: 140px
    }

    .footeconthead {
        margin-top: 25px
    }

    .feacoumatter {
        padding: 0 0 20px
    }

    .coursefeatucinfo h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 0
    }

    .coursefeatucinfo h2 span {
        font-size: 28px
    }

    .faqhead h2 {
        font-size: 24px
    }

    .faqhead h2 span {
        font-size: 24px
    }

    .wpicons {
        margin: 0 0 0 -7px;
        float: none
    }

    .footerlinks {
        padding: 20px 0
    }

    .livechatdiv {
        float: left;
        margin-top: 10px;
        width: 100%;
        text-align: center
    }

    .footerright {
        width: 100%;
        padding: 0;
        float: left
    }

    .modualhead h2 {
        font-size: 22px
    }

    .modualhead h2 span {
        font-size: 22px
    }

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-prev] {
        top: -26%;
        right: -80%
    }

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-next] {
        top: -26%
    }

    .arrybgshow {
        font-size: 18px;
        display: table
    }

    .videodivs {
        width: 100%;
        padding: 0;
        margin-bottom: 25px
    }

    .videodivs02 {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
        float: left
    }

    .bannerbtn {
        padding: 5px 10px;
        font-size: 12px
    }

    .bannerbtn02 {
        padding: 5px 10px;
        font-size: 12px
    }

    .arrybgshow {
        font-size: 16px;
        display: table
    }

    .coursesbox {
        margin: 15px 0
    }

    .coursesbox-img-content {
        width: 80%
    }

    .coursesbox-img-content h2 {
        font-size: 20px;
        width: 55%
    }

    .coursesbox-btngrp a {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }

    .header {
        background: #fff
    }

    .navbar {
        display: block;
        float: left;
        width: 100%
    }

    .navbar-light .navbar-toggler {
        /* float: right;
       margin-top: 10px !important */
        margin-left: 5px;
    }

    .navbar-nav {
        width: 100%;
        background: #fff;
        padding: 15px
    }

    .navbar-collapse {
        float: left;
        width: 100%;
        margin-top: 40px
    }

    .navbar-nav li {
        padding: 10px
    }

    .loginbtn,
    .signupbtn {
        margin: 0;
        text-align: center
    }

    .banner-content {
        background: #136b91;
        padding: 15px;
        position: inherit;
        top: inherit
    }

    .enrollbtns,
    .simplelaeturebtn {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }

    .brngrp02 {
        float: left;
        width: 100%
    }

    .sampalleatdiv h6 {
        margin-bottom: 20px
    }

    .scucess-story-welcome p,
    .sharestorybg h4 {
        padding: 0
    }

    .writeustext {
        margin: 35px 0
    }

    .storybox {
        margin: 15px 0
    }

    .enrollbg {
        padding: 0
    }

    .choose-lang-tab .nav-tabs .nav-link img {
        max-width: 110px
    }

    .step1content-img {
        width: 100%
    }

    .step1content-content {
        width: 100%;
        padding-top: 20px
    }

    .w48 {
        width: 100%;
        margin: 5px 0
    }

    .w65,
    .w35,
    .w70,
    .w30 {
        width: 100%
    }

    .exper-candidate-top ul li .fa {
        margin: 5px 10px 10px 0;
        float: left
    }

    .choose-lang-tab .nav-tabs .nav-item {
        padding: 0 3px
    }

    .choose-lang-tab .nav-tabs {
        margin: 20px 0
    }

    .enrollbtn a {
        display: block
    }

    #CourseModal .modal-title {
        font-size: 18px
    }

    .exper-candidate-bg-content {
        padding: 0 20px
    }

    .exper-candidate-top ul {
        margin: 0
    }

    .exper-candidate-bottom h3 {
        float: left;
        width: 100%;
        margin: 15px 0
    }

    .exper-candidate-bottom ul {
        margin: 0
    }

    .enrollbtn {
        padding: 15px 0
    }

    #CourseModal .modal-header {
        padding: 10px 20px
    }

    .exper-candidate-bg h1 {
        font-size: 17px;
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .exper-candidate-top ul li {
        margin-bottom: 0;
        float: left;
        width: 100%
    }

    .exper-candidate-bottom ul li {
        margin-bottom: 5px
    }

    .stepsrowbg {
        width: 100%
    }

    .stepsbgimg {
        width: 100%;
        padding-bottom: 30px
    }

    .become-mentor-banner-right {
        width: 100%
    }

    .become-mentor-banner-left {
        width: 100%;
        padding-top: 50px;
        text-align: center
    }

    .become-mentor-formbg-left {
        width: 100%
    }

    .become-mentor-formbg-right {
        width: 100%;
        padding-top: 25px
    }

    .loginbtn a {
        padding: 7px 10px;
        border: solid 1px #686f7a !important;
        border-radius: 5px;
        color: #686f7a !important;
        background: none !important
    }

    .trakmenu ul li {
        float: left;
        padding: 10px 5px !important;
        width: 100%;
        text-align: left
    }

    .applynow a {
        padding: 15px 0;
        text-align: center
    }

    .traktopinfo {
        margin-top: 13%
    }

    .traktopinfo h1 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0
    }

    .traktopinfo h6 {
        font-size: 14px;
        margin-bottom: 4px
    }

    .traktopinfo p {
        font-size: 14px;
        line-height: 20px
    }

    .bannerimgs {
        display: none
    }

    .counsbtn {
        padding: 10px 20px;
        margin: 10px 0 0;
        font-size: 12px
    }

    .carebox {
        margin: 0 0 20px
    }

    .padr {
        padding-right: 15px
    }

    .padl {
        padding-left: 15px
    }

    .businessdeils h1 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 0
    }

    .carerirstrip {
        padding: 20px 0 0
    }

    .bannertabsstrip {
        margin: 25px 0
    }

    .stripbg {
        margin-bottom: 15px
    }

    .counsbtn {
        margin: 0
    }

    .businessstrip img {
        height: 160px
    }

    .salbustabingmain .tab .nav-item {
        width: 20%;
        padding: 4px;
    }

    .salbustabingmain .tab .nav-item .nav-link {
        margin: 10px 6px 0;
        /* width: 155px; */
        background: #f0f8ff;
        text-align: center;
    }

    .projectinfobg {
        height: auto
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-prev] {
        top: 43%
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-next] {
        top: 43%
    }

    .sidebartabinfo .tab {
        width: 100%;
        height: auto
    }

    .sidebartabinfo .tabcontent {
        width: 100%;
        padding: 0;
        margin: 25px 0;
        height: auto
    }

    .strongpintsrip {
        padding: 50px 0 0;
        float: left
    }

    .strongimgshow {
        margin-bottom: 15px
    }

    .paymonth {
        padding-top: 0;
        text-align: center
    }

    .paymonth02 {
        padding-top: 0;
        text-align: center
    }

    .enrollbtn {
        margin: 5px 0
    }

    .paymonth03 {
        text-align: center
    }

    .nextstrip {
        padding: 5px 0
    }

    .businessdeils h2 {
        font-size: 18px;
        margin-top: 15px
    }

    .rightfaqdiv {
        padding-top: 5%
    }

    .rightfaqdiv img {
        width: 70%;
        margin: 0 auto;
        display: table;
        float: none
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-prev] {
        left: -7%
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-next] {
        right: -7%
    }

    .sidebartabinfo .tab button {
        font-size: 14px
    }

    .strongimgshow img {
        width: 100%;
        float: left;
        margin-bottom: 25px
    }

    .enrollbtn {
        width: 100%;
        margin: 5px 0
    }

    .exportbtn {
        padding: 15px 15px;
        margin-top: 12px;
        font-size: 14px;
        float: left
    }

    .expinfobg br {
        display: none
    }

    .applnowbtn {
        text-align: center;
        width: 100%
    }

    .devimg {
        width: 100%;
        text-align: center
    }

    .devbox h3 {
        text-align: center
    }

    .devbox p {
        text-align: center
    }

    .devbox {
        padding: 10px 0
    }

    .padtrkss {
        margin-top: 0px !important
    }

    .brochbtn {
        float: left
    }

    .stepbg::before {
        display: none
    }

    .stepbg {
        width: 100%
    }

    .tuestionstrip h2 {
        text-align: center
    }

    .padwidbox {
        max-width: 95% !important
    }

    .applynowform {
        width: 100%;
        float: left;
        padding: 35px 35px 20px
    }

    .expinfobg::before {
        display: none
    }

    .dadlinebg {
        width: 100%
    }

    .dadlright {
        padding-left: 0
    }

    .hiredlist ul li {
        width: 31%;
        margin: 5px
    }

    .hiredlist ul li img {
        width: 100%
    }

    .padreleft {
        padding-left: 15px
    }

    .trakmenu ul {
        padding: 30px 0 12px !important
    }

    .megamenubg .dropdown-menu {
        position: relative !important;
        top: inherit;
        float: left;
        width: 100%
    }

    .dropdownleft {
        width: 100%;
        border: none;
        padding: 0
    }

    .dropdownleft h2 {
        text-align: left
    }

    .dropdownleft .dropdown-item span {
        display: block;
        margin: 0 0 10px 0
    }

    .megamenubg {
        position: relative
    }

    .counsbtn {
        padding: 10px 18px;
        font-size: 12px
    }

    .clientsquotes {
        padding: 0
    }

    .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        margin-bottom: 10px
    }

    .nav-pills .nav-link.active {
        margin-bottom: 10px
    }

    .detailright img {
        width: 100%
    }

    .detailright span {
        left: 40%;
        top: 40%
    }

    .levelbox {
        width: 100%
    }

    .systimg img {
        width: auto !important;
        height: 25px !important
    }

    .systmebox h3 {
        font-size: 15px
    }

    .leavdos img {
        width: 100%
    }

    .gettouchbg-bottom-inner {
        padding: 0
    }

    .coursefeatures p {
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures span {
        font-size: 15px;
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures label {
        width: 35px;
        float: none
    }

    .coursefeatures h1 {
        text-align: center;
        width: 100%
    }

    .coursefeatures h5 {
        text-align: center;
        width: 100%
    }

    .stepsrowbg-icon::after {
        display: none
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 40%
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 40%
    }

    .gettouchbg-box {
        margin: 10px 0;
        padding: 20px 10px 30px 9px;
        min-height: auto
    }

    .gettouchbg-box-left {
        float: left;
        width: 100%;
        text-align: center
    }

    .gettouchbg-box-right {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .letvdiv {
        margin-bottom: 25px
    }

    .viewletstrip {
        padding: 50px 0 20px
    }

    .howitworksetion {
        padding: 50px 0 20px
    }

    .trakbannerfull {
        width: 100%;
        float: left;
        background: #0d4795;
        min-height: 330px
    }

    .trakbannerfull img {
        display: none !important
    }

    .watchbanner {
        margin: 0 0 0 10px
    }

    .detailright video {
        height: 250px !important
    }

    .btnfresher {
        margin: 10px 0
    }

    .trakdetils {
        position: inherit;
        top: 0
    }

    .bannerlinks ul li {
        font-size: 17px
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 35% !important;
        top: 100% !important
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 35% !important;
        top: 100% !important
    }

    .featuresdetail h2 {
        text-align: left
    }

    .featuresdetail h2 img {
        float: left;
        margin: 5px 5px 0 0
    }

    .featuresdetail h2 label {
        width: 88%
    }

    .detailright {
        margin-top: 0 !important
    }

    .featuresdetail {
        padding: 0
    }

    .coursesbg .nav-pills .nav-link {
        padding: 11px 30px
    }

    .program-highlights-content p {
        text-align: left
    }

    .fewreviewsbg-left p {
        text-align: left
    }

    .faqbgnew {
        padding-bottom: 0
    }

    .systmebox p {
        text-align: center
    }

    .clientspic label {
        width: 110px
    }

    .featuresdetail .nav {
        display: block
    }

    .featuresdetail .nav li {
        width: 48%;
        margin: 1%;
        float: left
    }

    .featuresdetail .nav li a {
        display: block;
        text-align: center
    }

    .modal {
        overflow: scroll
    }

    .checksyllabus-bannerbg-content h1 {
        font-size: 25px;
        line-height: 35px
    }

    .counsbtn {
        margin: 8px 0
    }

    .dropdownleft h2 {
        margin-left: 0
    }

    .dropdownleft .dropdown-item {
        padding: 15px 0 !important
    }

    .dropdownleft .dropdown-item span {
        float: left;
        margin-right: 10px
    }

    .trakmenu ul {
        height: 90vh
    }

    .applynowmob {
        display: block
    }

    .my-login {
        text-align: center
    }

    .clientsquotes ul li img {
        width: 100px
    }

    .featurescontetnt span {
        font-size: 13px
    }

    .coursesbox-content p {
        font-size: 12px
    }

    .coursesbox-content {
        padding: 15px
    }

    .popbtns h6 {
        width: auto;
        font-size: 13px
    }

    .chckbtns,
    .chckbtns02 {
        font-size: 12px;
        width: 150px;
        float: right;
        text-align: center
    }

    .levelbox a {
        float: left;
        width: 48%;
        margin: 1%;
        font-size: 12px
    }

    .faqbgnew {
        padding-bottom: 0
    }

    .worktop h2 {
        font-size: 17px
    }

    .worktop h3 {
        font-size: 38px
    }

    .bg02,
    .bg03,
    .bg04,
    .worktop {
        height: 100px
    }

    .stepsrowbg-text h4,
    .stepsrowbg-text p {
        text-align: left
    }

    .stepsrowbg-icon::after {
        display: block;
        left: 48%;
        height: 130px;
        bottom: -95px
    }

    .stepsrowbg-icon span {
        width: 50px;
        height: 50px;
        line-height: 48px
    }

    .stepsrowbg-icon img {
        width: auto;
        height: 25px
    }

    .stepsrowbg-icon {
        width: 23%
    }

    .stepsrowbg-text {
        width: 75%
    }

    .stepsbgimg {
        margin-top: 0
    }

    .stepsrowbg-text p {
        font-size: 13px;
        line-height: 20px
    }

    .stepsrowbg-text h4 {
        font-size: 16px
    }

    .stepsrowbg ul li {
        min-height: inherit;
        margin-bottom: 20px
    }

    .stepsbgimg img {
        max-width: 50%
    }

    .coursefeatures label {
        float: left;
        width: 23%
    }

    .coursefeatures label img {
        max-width: 100%
    }

    .coursefeatures span {
        float: right;
        width: 75%;
        font-size: 10px;
        text-align: left
    }

    .clientspic img {
        width: 50px !important
    }

    .clientsquotes ul {
        padding-bottom: 0
    }

    .dropdownleft .dropdown-item {
        display: flex;
        align-items: center
    }

    .dropdownleft .dropdown-item span {
        margin-bottom: 0
    }

    .faqbgnew {
        padding-bottom: 0 !important
    }

    .highleavedstrip {
        padding-top: 0
    }
}

@media only screen and (min-width:480px) and (max-width:599px) {
    .navbar-toggler {
        z-index: 99999;
        outline: 0 !important;
        margin-top: -20px !important
    }

    .navbar {
        padding: 0 0 8px
    }

    .navbar-brand img {
        width: 75px;
        margin-top: 10px
    }

    .navbar-nav li {
        padding-left: 0;
        border-bottom: solid 1px #d5d5d5
    }

    .navbar-nav li a {
        letter-spacing: 0;
        font-size: 14px
    }

    .pad3cont {
        top: 25% !important
    }

    .banner-content {
        top: 20%;
        padding: 0 10px
    }

    .banner-content h1 {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 20px
    }

    .banner-content h2 {
        display: none
    }

    .cousicons img {
        float: left;
        width: 46px
    }

    .couseseshow ul li {
        width: 46%;
        margin: 5px
    }

    .cousetxt p {
        line-height: 16px;
        display: table-cell;
        font-size: 12px
    }

    .cousetxt {
        height: 80px;
        float: left
    }

    .modualbox {
        min-height: 170px
    }

    .moudalinfo ul li {
        width: 30%;
        margin: 0 11px 11px 0
    }

    .modualbox h6 {
        font-size: 13px
    }

    .arryright {
        padding: 25px 10px 20px
    }

    .arryhead h6 {
        font-size: 22px
    }

    .highlevehead h2 {
        font-size: 17px
    }

    .wrokdetails h5 {
        font-size: 22px
    }

    .studentsilder .pro.owl-carousel .owl-item img {
        max-width: 166px;
        max-height: 50px
    }

    .cousedownbtn {
        margin: 0 10px 10px 0
    }

    .howworkinfo {
        margin-bottom: 25px
    }

    .worktop {
        background: #fd7c00 url(../images/howitworktop01.png) left top no-repeat;
        height: 140px
    }

    .bg02 {
        background: #d3312c url(../images/howitworktop02.png) left top no-repeat !important;
        height: 140px
    }

    .bg03 {
        background: #0494c4 url(../images/howitworktop03.png) left top no-repeat !important;
        height: 140px
    }

    .bg04 {
        background: #009188 url(../images/howitworktop04.png) left top no-repeat !important;
        height: 140px
    }

    .footeconthead {
        margin-top: 25px
    }

    .feacoumatter {
        padding: 0 0 20px
    }

    .coursefeatucinfo h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 0
    }

    .coursefeatucinfo h2 span {
        font-size: 28px
    }

    .faqhead h2 {
        font-size: 24px
    }

    .faqhead h2 span {
        font-size: 24px
    }

    .wpicons {
        margin: 0 0 0 -7px;
        float: none
    }

    .footerlinks {
        padding: 20px 0
    }

    .livechatdiv {
        float: left;
        margin-top: 10px;
        width: 100%;
        text-align: center
    }

    .bannerbtn {
        margin: 5px 2px;
        padding: 8px 10px;
        font-size: 11px;
        letter-spacing: 0
    }

    .bannerbtn02 {
        margin: 5px 2px;
        padding: 8px 10px;
        font-size: 11px;
        letter-spacing: 0
    }

    .footeconthead h2 {
        font-size: 25px
    }

    .footeconthead h2 span {
        font-size: 25px
    }

    .footercontact h3 {
        font-size: 20px;
        line-height: 27px
    }

    .studentstrip h2 {
        font-size: 28px
    }

    .studentstrip h2 span {
        font-size: 28px
    }

    .footerright {
        width: 100%;
        padding: 0;
        float: left
    }

    .modualhead h2 {
        font-size: 22px
    }

    .modualhead h2 span {
        font-size: 22px
    }

    /* .samplevideos {
        padding: 0 15px
    } */

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-prev] {
        top: -18%;
        right: -78%
    }

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-next] {
        top: -18%
    }

    .videodivs {
        width: 100%;
        padding: 0;
        margin-bottom: 25px
    }

    .videodivs02 {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
        float: left
    }

    .bannerbtn {
        padding: 5px 10px;
        font-size: 12px
    }

    .bannerbtn02 {
        padding: 5px 10px;
        font-size: 12px
    }

    .arrybgshow {
        font-size: 16px;
        display: table
    }

    .coursesbox {
        margin: 15px 0
    }

    .coursesbox-img-content {
        width: 80%
    }

    .coursesbox-img-content h2 {
        font-size: 20px;
        width: 55%
    }

    .coursesbox-btngrp a {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }

    .coursesbox-img span {
        font-size: 12px;
        top: 5px
    }

    .coursesbox-img {
        padding: 45px 0 0
    }

    .header {
        background: #fff
    }

    .navbar {
        display: block;
        float: left;
        width: 100%
    }

    .navbar-light .navbar-toggler {
        /* float: right;
        margin-top: 10px !important */
        margin-left: 5px;
    }

    .navbar-nav {
        width: 100%;
        background: #fff;
        padding: 15px
    }

    .navbar-collapse {
        float: left;
        width: 100%;
        margin-top: 40px
    }

    .navbar-nav li {
        padding: 10px
    }

    .loginbtn,
    .signupbtn {
        margin: 0;
        text-align: center
    }

    .banner-content {
        background: #136b91;
        padding: 15px;
        position: inherit;
        top: inherit
    }

    .enrollbtns,
    .simplelaeturebtn {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }

    .brngrp02 {
        float: left;
        width: 100%;
        padding: 0 15px
    }

    .sampalleatdiv h6 {
        margin-bottom: 20px
    }

    .scucess-story-welcome p,
    .sharestorybg h4 {
        padding: 0
    }

    .writeustext {
        margin: 35px 0
    }

    .storybox {
        margin: 15px 0
    }

    .enrollbg {
        padding: 0
    }

    .choose-lang-tab .nav-tabs .nav-link img {
        max-width: 110px
    }

    .step1content-img {
        width: 100%
    }

    .step1content-content {
        width: 100%;
        padding-top: 20px
    }

    .w48 {
        width: 100%;
        margin: 5px 0
    }

    .w65,
    .w35,
    .w70,
    .w30 {
        width: 100%
    }

    .exper-candidate-top ul li .fa {
        margin: 5px 10px 10px 0;
        float: left
    }

    .choose-lang-tab .nav-tabs .nav-item {
        padding: 0 3px
    }

    .choose-lang-tab .nav-tabs {
        margin: 20px 0
    }

    .enrollbtn a {
        display: block
    }

    #CourseModal .modal-title {
        font-size: 18px
    }

    .exper-candidate-bg-content {
        padding: 0 20px
    }

    .exper-candidate-top ul {
        margin: 0
    }

    .exper-candidate-bottom h3 {
        float: left;
        width: 100%;
        margin: 15px 0
    }

    .exper-candidate-bottom ul {
        margin: 0
    }

    .enrollbtn {
        padding: 15px 0
    }

    #CourseModal .modal-header {
        padding: 10px 20px
    }

    .exper-candidate-bg h1 {
        font-size: 17px;
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .exper-candidate-top ul li {
        margin-bottom: 0;
        float: left;
        width: 100%
    }

    .exper-candidate-bottom ul li {
        margin-bottom: 5px
    }

    .stepsrowbg {
        width: 100%
    }

    .stepsbgimg {
        width: 100%;
        padding-bottom: 30px
    }

    .become-mentor-banner-right {
        width: 100%
    }

    .become-mentor-banner-left {
        width: 100%;
        padding-top: 50px;
        text-align: center
    }

    .become-mentor-formbg-left {
        width: 100%
    }

    .become-mentor-formbg-right {
        width: 100%;
        padding-top: 25px
    }

    .trakmenu ul li {
        float: left;
        padding: 10px 5px !important;
        width: 100%;
        text-align: left
    }

    .applynow a {
        padding: 15px 0;
        text-align: center
    }

    .traktopinfo {
        margin-top: 15%
    }

    .traktopinfo h1 {
        font-size: 18px;
        line-height: 25px;
        margin: 5px 0
    }

    .traktopinfo h6 {
        font-size: 18px;
        margin-bottom: 4px
    }

    .traktopinfo p {
        font-size: 14px;
        line-height: 20px
    }

    .bannerimgs {
        display: none
    }

    .counsbtn {
        padding: 10px 20px;
        margin: 10px 0 0;
        font-size: 12px
    }

    .carebox {
        margin: 0 0 20px
    }

    .padr {
        padding-right: 15px
    }

    .padl {
        padding-left: 15px
    }

    .businessdeils h1 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 0
    }

    .carerirstrip {
        padding: 20px 0 0
    }

    .bannertabsstrip {
        margin: 25px 0
    }

    .stripbg {
        margin-bottom: 15px
    }

    .counsbtn {
        margin: 0
    }

    .businessstrip img {
        height: 160px
    }

    .salbustabingmain .tab .nav-link {
        padding: 0;
        width: 100%;
        text-align: center
    }

    .projectinfobg {
        height: auto
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-prev] {
        top: 43%
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-next] {
        top: 43%
    }

    .sidebartabinfo .tab {
        width: 100%;
        height: auto
    }

    .sidebartabinfo .tabcontent {
        width: 100%;
        padding: 0;
        margin: 25px 0;
        height: auto
    }

    .strongpintsrip {
        padding: 50px 0 0;
        float: left
    }

    .strongimgshow {
        margin-bottom: 15px
    }

    .paymonth {
        padding-top: 0;
        text-align: center
    }

    .paymonth02 {
        padding-top: 0;
        text-align: center
    }

    .enrollbtn {
        margin: 5px 0
    }

    .paymonth03 {
        text-align: center
    }

    .nextstrip {
        padding: 5px 0
    }

    .businessdeils h2 {
        font-size: 18px;
        margin-top: 15px
    }

    .rightfaqdiv {
        padding-top: 5%
    }

    .rightfaqdiv img {
        width: 70%;
        margin: 0 auto;
        display: table;
        float: none
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-prev] {
        left: -7%
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-next] {
        right: -7%
    }

    .sidebartabinfo .tab button {
        font-size: 14px
    }

    .strongimgshow img {
        width: 100%;
        float: left;
        margin-bottom: 25px
    }

    .enrollbtn {
        width: 100%;
        margin: 5px 0
    }

    .exportbtn {
        padding: 15px 15px;
        margin-top: 12px;
        font-size: 14px;
        float: left
    }

    .expinfobg br {
        display: none
    }

    .applnowbtn {
        text-align: center;
        width: 100%
    }

    .devimg {
        width: 100%;
        text-align: center
    }

    .devbox h3 {
        text-align: center
    }

    .devbox p {
        text-align: center
    }

    .devbox {
        padding: 10px 0
    }

    .righthrs {
        width: 82%;
        float: right
    }

    .padtrkss {
        margin-top: 0px !important
    }

    .brochbtn {
        float: left
    }

    .stepbg::before {
        display: none
    }

    .stepbg {
        width: 100%
    }

    .tuestionstrip h2 {
        text-align: center
    }

    .expinfobg::before {
        display: none
    }

    .expicons {
        text-align: center;
        float: none
    }

    .expinfobg {
        text-align: center
    }

    .programlist ul {
        width: 100%
    }

    .sallebsstrip {
        padding: 25px 0 10px
    }

    .techlinks ul li {
        margin: 0 15px;
        float: none;
        display: inline
    }

    .testinfodiv {
        padding: 25px 25px 25px 20px
    }

    .happycilentstrip {
        padding: 25px 0 0
    }

    .padwidbox {
        max-width: 95% !important
    }

    .applynowform {
        width: 100%;
        float: left;
        padding: 35px 35px 20px
    }

    .dadlinebg {
        width: 100%
    }

    .dadlright {
        padding-left: 0
    }

    .hirestrip h2 {
        text-align: center
    }

    .hirestrip h3 {
        text-align: center
    }

    .hiredlist ul li {
        width: 46%;
        margin: 5px
    }

    .hiredlist ul li img {
        width: 100%
    }

    .padreleft {
        padding-left: 15px
    }

    .trakmenu ul {
        padding: 30px 0 12px !important
    }

    .megamenubg .dropdown-menu {
        position: relative !important;
        top: inherit;
        float: left;
        width: 100%
    }

    .dropdownleft {
        width: 100%;
        border: none;
        padding: 0
    }

    .dropdownleft h2 {
        text-align: left
    }

    .dropdownleft .dropdown-item span {
        display: block;
        margin: 0 0 10px 0
    }

    .megamenubg {
        position: relative
    }

    .counsbtn {
        padding: 10px 18px;
        font-size: 12px
    }

    .clientsquotes {
        padding: 0
    }

    .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        margin-bottom: 10px
    }

    .nav-pills .nav-link.active {
        margin-bottom: 10px
    }

    .detailright img {
        width: 100%
    }

    .detailright span {
        left: 40%;
        top: 40%
    }

    .levelbox {
        width: 100%
    }

    .systimg img {
        width: auto !important;
        height: 25px !important
    }

    .systmebox h3 {
        font-size: 15px
    }

    .leavdos img {
        width: 100%
    }

    .gettouchbg-bottom-inner {
        padding: 0
    }

    .coursefeatures p {
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures span {
        font-size: 15px;
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures label {
        width: 35px;
        float: none
    }

    .coursefeatures h1 {
        text-align: center;
        width: 100%
    }

    .coursefeatures h5 {
        text-align: center;
        width: 100%
    }

    .stepsrowbg-icon::after {
        display: none
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 40%
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 40%
    }

    .gettouchbg-box {
        margin: 10px 0;
        padding: 20px 10px 30px 9px;
        min-height: auto
    }

    .gettouchbg-box-left {
        float: left;
        width: 100%;
        text-align: center
    }

    .gettouchbg-box-right {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .letvdiv {
        margin-bottom: 25px
    }

    .viewletstrip {
        padding: 50px 0 20px
    }

    .howitworksetion {
        padding: 50px 0 20px
    }

    .featuresdetail ul.nav-pills li {
        width: 100%;
        float: left;
        text-align: center
    }

    .trakbannerfull {
        width: 100%;
        float: left;
        background: #0d4795;
        min-height: 350px
    }

    .trakbannerfull img {
        display: none !important
    }

    .watchbanner {
        margin: 0 0 0 10px
    }

    .detailright video {
        height: 230px !important
    }

    .btnfresher {
        margin: 10px 0
    }

    .quotesinner {
        height: 350px
    }

    .trakdetils {
        position: inherit;
        top: 0
    }

    .bannerlinks ul li {
        font-size: 17px
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 35% !important;
        top: 100% !important
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 35% !important;
        top: 100% !important
    }

    .featuresdetail h2 {
        text-align: left
    }

    .featuresdetail h2 img {
        float: left;
        margin: 5px 5px 0 0
    }

    .featuresdetail h2 label {
        width: 88%
    }

    .detailright {
        margin-top: 0 !important
    }

    .featuresdetail {
        padding: 0
    }

    .coursesbg .nav-pills .nav-link {
        padding: 11px 30px
    }

    .program-highlights-content p {
        text-align: left
    }

    .fewreviewsbg-left p {
        text-align: left
    }

    .faqbgnew {
        padding-bottom: 0 !important
    }

    .systmebox p {
        text-align: center
    }

    .tabstimestrip .nav-pills .nav-link {
        padding: 10px
    }

    .modal {
        overflow: scroll
    }

    .checksyllabus-bannerbg-content h1 {
        font-size: 25px;
        line-height: 35px
    }

    .dropdownleft h2 {
        margin-left: 0
    }

    .dropdownleft .dropdown-item {
        padding: 15px 0 !important
    }

    .dropdownleft .dropdown-item span {
        float: left;
        margin-right: 10px
    }

    .trakmenu ul {
        height: 90vh
    }

    .applynowmob {
        display: block
    }

    .my-login {
        text-align: center
    }

    .clientsquotes ul li img {
        width: 100px
    }

    .featurescontetnt span {
        font-size: 13px
    }

    .coursesbox-content p {
        font-size: 12px
    }

    .coursesbox-content {
        padding: 15px
    }

    .popbtns h6 {
        width: auto;
        font-size: 13px
    }

    .chckbtns,
    .chckbtns02 {
        font-size: 12px;
        width: 150px;
        float: right;
        text-align: center
    }

    .levelbox a {
        float: left;
        width: 48%;
        margin: 1%;
        font-size: 12px
    }

    .faqbgnew {
        padding-bottom: 0
    }

    .worktop h2 {
        font-size: 17px
    }

    .worktop h3 {
        font-size: 38px
    }

    .bg02,
    .bg03,
    .bg04,
    .worktop {
        height: 100px
    }

    .dropdownleft a {
        font-size: 12px !important
    }

    .dropdownleft .dropdown-item span img {
        width: 35px
    }

    .stepsrowbg-text h4,
    .stepsrowbg-text p {
        text-align: left
    }

    .stepsrowbg-icon::after {
        display: block;
        left: 48%;
        height: 130px;
        bottom: -95px
    }

    .stepsrowbg-icon span {
        width: 50px;
        height: 50px
    }

    .stepsrowbg-icon img {
        width: auto;
        height: 25px
    }

    .stepsrowbg-icon {
        width: 23%
    }

    .stepsrowbg-text {
        width: 75%
    }

    .stepsbgimg {
        margin-top: 0
    }

    .stepsrowbg-text p {
        font-size: 13px;
        line-height: 20px
    }

    .stepsrowbg-text h4 {
        font-size: 16px
    }

    .stepsrowbg ul li {
        min-height: inherit;
        margin-bottom: 20px
    }

    .stepsbgimg img {
        max-width: 50%
    }

    .coursefeatures label {
        float: left;
        width: 23%
    }

    .coursefeatures label img {
        max-width: 100%
    }

    .coursefeatures span {
        float: right;
        width: 75%;
        font-size: 10px;
        text-align: left
    }

    .clientspic img {
        width: 50px !important
    }

    .clientsquotes ul {
        padding-bottom: 0
    }

    .dropdownleft .dropdown-item {
        display: flex;
        align-items: center
    }

    .dropdownleft .dropdown-item span {
        margin-bottom: 0
    }

    .wrokdetails h5 {
        font-size: 13px
    }

    .wrokdetails p {
        font-size: 12px
    }

    .faqbgnew {
        padding-bottom: 0 !important
    }

    .highleavedstrip {
        padding-top: 0
    }
}

@media only screen and (max-width:479px) {
    .navbar-toggler {
        z-index: 99999;
        outline: 0 !important;
        margin-top: -20px !important
    }

    .navbar {
        padding: 0 0 8px
    }

    .navbar-brand img {
        width: 75px;
        margin-top: 10px
    }

    .navbar-nav li {
        padding-left: 0;
        border-bottom: solid 1px #d5d5d5
    }

    .navbar-nav li a {
        letter-spacing: 0;
        font-size: 14px
    }

    .pad3cont {
        top: 20% !important
    }

    .banner-content {
        top: 20%;
        padding: 0 10px
    }

    .banner-content h1 {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 18px
    }

    .banner-content h2 {
        display: none
    }

    .cousicons img {
        float: left;
        width: 42px
    }

    .couseseshow ul li {
        width: 46%;
        margin: 5px
    }

    .cousetxt p {
        line-height: 16px;
        display: table-cell;
        font-size: 12px
    }

    .cousetxt {
        height: 80px;
        float: left
    }

    .modualbox {
        min-height: 175px
    }

    .moudalinfo ul li {
        width: 46%;
        margin: 0 10px 10px 0
    }

    .modualbox h6 {
        font-size: 14px
    }

    .arryright {
        padding: 25px 10px 20px
    }

    .arryhead h6 {
        font-size: 16px
    }

    .arryright p {
        font-size: 13px
    }

    .highlevehead h2 {
        font-size: 17px
    }

    .wrokdetails h5 {
        font-size: 22px
    }

    .studentsilder .pro.owl-carousel .owl-item img {
        max-width: 166px;
        max-height: 50px
    }

    .cousedownbtn {
        margin: 0 10px 10px 0
    }

    .howworkinfo {
        margin-bottom: 25px
    }

    .worktop {
        background: #fd7c00 url(../images/howitworktop01.png) left top no-repeat;
        height: 140px
    }

    .bg02 {
        background: #d3312c url(../images/howitworktop02.png) left top no-repeat !important;
        height: 140px
    }

    .bg03 {
        background: #0494c4 url(../images/howitworktop03.png) left top no-repeat !important;
        height: 140px
    }

    .bg04 {
        background: #009188 url(../images/howitworktop04.png) left top no-repeat !important;
        height: 140px
    }

    .footeconthead {
        margin-top: 25px
    }

    .feacoumatter {
        padding: 0 0 20px
    }

    .coursefeatucinfo h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 0
    }

    .coursefeatucinfo h2 span {
        font-size: 28px
    }

    .faqhead h2 {
        font-size: 24px
    }

    .faqhead h2 span {
        font-size: 24px
    }

    .wpicons {
        margin: 0 0 0 -7px;
        float: none
    }

    .footerlinks {
        padding: 20px 0
    }

    .livechatdiv {
        float: left;
        margin-top: 10px;
        width: 100%;
        text-align: center
    }

    .bannerbtn {
        margin: 5px 2px;
        padding: 6px 8px;
        font-size: 10px;
        letter-spacing: 0
    }

    .bannerbtn02 {
        margin: 5px 2px;
        padding: 6px 8px;
        font-size: 10px;
        letter-spacing: 0
    }

    .footeconthead h2 {
        font-size: 25px
    }

    .footeconthead h2 span {
        font-size: 25px
    }

    .footercontact h3 {
        font-size: 18px;
        line-height: 27px
    }

    .studentstrip h2 {
        font-size: 28px
    }

    .studentstrip h2 span {
        font-size: 28px
    }

    .feahead h4 {
        font-size: 16px
    }

    .feahead h5 {
        font-size: 16px
    }

    .modualhead h2 {
        font-size: 22px
    }

    .modualhead h2 span {
        font-size: 22px
    }

    .footerright {
        width: 100%;
        padding: 0;
        float: left
    }

    /* .samplevideos {
        padding: 0 15px
    } */

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-prev] {
        top: -18%;
        right: -78%;
        display: none
    }

    .smapleleatcuture .owl-theme .owl-nav [class*=owl-next] {
        top: -18%;
        display: none
    }

    .smapleleatcuture .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 5px;
        display: block
    }

    .videodivs {
        width: 100%;
        padding: 0;
        margin-bottom: 25px
    }

    .videodivs02 {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
        float: left
    }

    .arrybgshow {
        font-size: 16px;
        display: table
    }

    .endfooter {
        width: 100%;
        padding: 10px 0 65px;
        float: left
    }

    .coursesbox {
        margin: 15px 0
    }

    .coursesbox-img-content {
        width: 80%
    }

    .coursesbox-img-content h2 {
        font-size: 20px;
        width: 55%
    }

    .coursesbox-btngrp a {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }

    .coursesbox-img span {
        font-size: 12px;
        top: 5px
    }

    .coursesbox-img {
        padding: 40px 0 0
    }

    .header {
        background: #fff
    }

    .navbar {
        display: block;
        float: left;
        width: 100%
    }

    .navbar-light .navbar-toggler {
        /* float: right;
       margin-top: 10px !important */
        margin-left: 5px;
    }

    .navbar-nav {
        width: 100%;
        background: #fff;
        padding: 15px
    }

    .navbar-collapse {
        float: left;
        width: 100%;
        margin-top: 40px
    }

    .navbar-nav li {
        padding: 10px
    }

    .loginbtn,
    .signupbtn {
        margin: 0;
        text-align: center
    }

    .banner-content {
        background: #136b91;
        padding: 15px;
        position: inherit;
        top: inherit
    }

    .enrollbtns,
    .simplelaeturebtn {
        width: 100%;
        margin: 5px 0;
        text-align: center
    }

    .brngrp02 {
        float: left;
        width: 100%;
        padding: 0 15px
    }

    .sampalleatdiv h6 {
        margin-bottom: 20px
    }

    .scucess-story-welcome p,
    .sharestorybg h4 {
        padding: 0
    }

    .writeustext {
        margin: 35px 0
    }

    .storybox {
        margin: 15px 0
    }

    .enrollbg {
        padding: 0
    }

    .choose-lang-tab .nav-tabs .nav-link img {
        max-width: 110px
    }

    .step1content-img {
        width: 100%
    }

    .step1content-content {
        width: 100%;
        padding-top: 20px
    }

    .w48 {
        width: 100%;
        margin: 5px 0
    }

    .w65,
    .w35,
    .w70,
    .w30 {
        width: 100%
    }

    .exper-candidate-top ul li .fa {
        margin: 5px 10px 10px 0;
        float: left
    }

    .choose-lang-tab .nav-tabs .nav-item {
        padding: 0 3px
    }

    .choose-lang-tab .nav-tabs {
        margin: 20px 0
    }

    .enrollbtn a {
        display: block
    }

    #CourseModal .modal-title {
        font-size: 18px
    }

    .exper-candidate-bg-content {
        padding: 0 20px
    }

    .exper-candidate-top ul {
        margin: 0
    }

    .exper-candidate-bottom h3 {
        float: left;
        width: 100%;
        margin: 15px 0
    }

    .exper-candidate-bottom ul {
        margin: 0
    }

    .enrollbtn {
        padding: 15px 0
    }

    #CourseModal .modal-header {
        padding: 10px 20px
    }

    .exper-candidate-bg h1 {
        font-size: 17px;
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .exper-candidate-top ul li {
        margin-bottom: 0;
        float: left;
        width: 100%
    }

    .exper-candidate-bottom ul li {
        margin-bottom: 5px
    }

    .stepsrowbg {
        width: 100%
    }

    .stepsbgimg {
        width: 100%;
        padding-bottom: 30px
    }

    .stepsrowbg-text p {
        font-size: 16px
    }

    .become-mentor-banner-right {
        width: 100%
    }

    .become-mentor-banner-left {
        width: 100%;
        padding-top: 50px;
        text-align: center
    }

    .become-mentor-formbg-left {
        width: 100%
    }

    .become-mentor-formbg-right {
        width: 100%;
        padding-top: 25px
    }

    .trakmenu ul li {
        float: left;
        padding: 10px 5px !important;
        width: 100%;
        text-align: left
    }

    .applynow a {
        padding: 15px 0;
        text-align: center
    }

    .traktopinfo {
        margin-top: 10%
    }

    .traktopinfo h1 {
        font-size: 15px;
        line-height: 20px;
        margin: 5px 0
    }

    .traktopinfo h6 {
        font-size: 15px;
        margin-bottom: 4px
    }

    .traktopinfo p {
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 2px
    }

    .bannerimgs {
        display: none
    }

    .counsbtn {
        padding: 10px 20px;
        margin: 10px 0 0;
        font-size: 12px
    }

    .carebox {
        margin: 0 0 20px
    }

    .padr {
        padding-right: 15px
    }

    .padl {
        padding-left: 15px
    }

    .businessdeils h1 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 0;
        text-align: center
    }

    .businessdeils h1 br {
        display: none
    }

    .carerirstrip {
        padding: 20px 0 0;
        text-align: center
    }

    .bannertabsstrip {
        margin: 25px 0
    }

    .stripbg {
        margin-bottom: 15px
    }

    .counsbtn {
        margin: 0
    }

    .businessstrip img {
        height: 165px
    }

    /* .salbustabingmain .tab button {
        margin: 10px 6px 0;
        width: 100%;
        text-align: center
    } */

    .projectinfobg {
        height: auto
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-prev] {
        top: 43%
    }

    .certficatsilder .owl-theme .owl-nav [class*=owl-next] {
        top: 43%
    }

    .sidebartabinfo .tab {
        width: 100%;
        height: auto
    }

    .sidebartabinfo .tabcontent {
        width: 100%;
        padding: 0;
        margin: 25px 0;
        height: auto
    }

    .strongpintsrip {
        padding: 50px 0 0;
        float: left
    }

    .strongimgshow {
        margin-bottom: 15px
    }

    .paymonth {
        padding-top: 0;
        text-align: center
    }

    .paymonth02 {
        padding-top: 0;
        text-align: center
    }

    .enrollbtn {
        margin: 5px 0
    }

    .paymonth03 {
        text-align: center
    }

    .nextstrip {
        padding: 5px 0
    }

    .businessdeils h2 {
        font-size: 15px;
        margin-top: 15px
    }

    .rightfaqdiv {
        padding-top: 5%
    }

    .rightfaqdiv img {
        width: 70%;
        margin: 0 auto;
        display: table;
        float: none
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-prev] {
        left: -7%
    }

    .testimonalsider .owl-theme .owl-nav [class*=owl-next] {
        right: -7%
    }

    .sidebartabinfo .tab button {
        font-size: 14px
    }

    .strongimgshow img {
        width: 100%;
        float: left;
        margin-bottom: 25px
    }

    .enrollbtn {
        width: 100%;
        margin: 5px 0
    }

    .exportbtn {
        padding: 15px 15px;
        font-size: 14px;
        margin: 0 auto;
        display: table;
        float: none
    }

    .expinfobg br {
        display: none
    }

    .applnowbtn {
        text-align: center;
        width: 100%
    }

    .devimg {
        width: 100%;
        text-align: center
    }

    .devbox h3 {
        text-align: center
    }

    .devbox p {
        text-align: center
    }

    .devbox {
        padding: 10px 0
    }

    .righthrs {
        width: 75%;
        float: right
    }

    .padtrkss {
        margin-top: 0px !important
    }

    .brochbtn {
        float: none;
        display: table;
        margin: 0 auto
    }

    .stepbg::before {
        display: none
    }

    .stepbg {
        width: 100%
    }

    .tuestionstrip h2 {
        text-align: center
    }

    .expinfobg::before {
        display: none
    }

    .expicons {
        text-align: center;
        float: none
    }

    .expinfobg {
        text-align: center
    }

    .programlist ul {
        width: 100%
    }

    .sallebsstrip {
        padding: 25px 0 10px
    }

    .techlinks ul li {
        margin: 0 15px;
        float: none;
        display: inline
    }

    .testinfodiv {
        padding: 25px 25px 25px 20px
    }

    .happycilentstrip {
        padding: 25px 0 0
    }

    .coursstrip {
        text-align: center
    }

    .suptext {
        width: 100%;
        text-align: center
    }

    .supicons {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 15px
    }

    .workexp h2 {
        font-size: 20px
    }

    .workexp h2 span {
        font-size: 18px;
        text-align: center;
        width: 100%;
        float: left
    }

    .wrokexpstrip h3 {
        text-align: center
    }

    .wrokexpstrip h2 {
        text-align: center
    }

    .bootcampstrip h3 {
        text-align: center
    }

    .projectstrip h3 {
        text-align: center
    }

    .projectstrip h5 {
        text-align: center
    }

    .sallebsstrip h2 {
        text-align: center
    }

    .programmright h1 {
        text-align: center
    }

    .demandstrip h3 {
        text-align: center
    }

    .demandstrip h2 {
        text-align: center
    }

    .demadtxt p {
        text-align: center
    }

    .expertstrip h3 {
        text-align: center
    }

    .expertstrip h2 {
        text-align: center
    }

    .technologstrip {
        text-align: center
    }

    .certifcatleft h3,
    .certifcatleft h4,
    .certifcatleft h5,
    .certifcatleft p {
        text-align: center
    }

    .exportbtn02 {
        float: none;
        display: table;
        margin: 0 auto
    }

    .strongpintsrip h3,
    .strongpintsrip h2 {
        text-align: center
    }

    .steptext {
        width: 100%;
        text-align: center
    }

    .stepicon {
        text-align: center;
        width: 100%
    }

    .nextbtns {
        text-align: center;
        width: 100%;
        font-size: 14px
    }

    .faqcontent p {
        text-align: left
    }

    .faq .btn-link {
        font-size: 14px
    }

    .happycilentstrip h3,
    .happycilentstrip h2 {
        text-align: center
    }

    .clientimgss {
        float: none;
        display: table;
        margin: 0 auto
    }

    .testnametxt {
        text-align: center;
        width: 100%;
        margin: 5px 0
    }

    .testnametxt h4,
    .testnametxt p {
        text-align: center;
        width: 100%
    }

    .righthrs p {
        text-align: left
    }

    .introinfo h5 {
        text-align: left
    }

    .introinfo p {
        text-align: left
    }

    .demandstrip {
        padding: 50px 0 0
    }

    .padwidbox {
        max-width: 95% !important
    }

    .applynowform {
        width: 100%;
        float: left;
        padding: 35px 20px 20px
    }

    .applyinput {
        font-size: 14px
    }

    .forminfoss span br {
        display: none
    }

    .dadlinebg {
        width: 100%
    }

    .dadlright {
        padding-left: 0
    }

    .dadapplybtn {
        display: table;
        margin: 0 auto;
        float: none
    }

    .hirestrip h3 {
        text-align: center
    }

    .hiredlist ul li {
        width: 46%;
        margin: 5px
    }

    .hiredlist ul li img {
        width: 100%
    }

    .padreleft {
        padding-left: 15px
    }

    .trakmenu ul {
        padding: 30px 0 12px !important;
        overflow-y: scroll;
        height: 270px
    }

    .megamenubg .dropdown-menu {
        position: relative !important;
        top: inherit;
        float: left;
        width: 100%
    }

    .dropdownleft {
        width: 100%;
        border: none;
        padding: 0
    }

    .dropdownleft h2 {
        text-align: left
    }

    .dropdownleft .dropdown-item span {
        display: block;
        margin: 0 0 10px 0
    }

    .megamenubg {
        position: relative
    }

    .dropdown.show .dropdown-menu {
        display: block !important
    }

    .counsbtn {
        padding: 10px;
        font-size: 12px
    }

    .clientsquotes {
        padding: 0
    }

    .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        margin-bottom: 10px
    }

    .nav-pills .nav-link.active {
        margin-bottom: 10px
    }

    .detailright img {
        width: 100%
    }

    .detailright span {
        left: 40%;
        top: 40%
    }

    .levelbox {
        width: 100%
    }

    .systimg img {
        width: auto !important;
        height: 25px !important
    }

    .systmebox h3 {
        font-size: 15px
    }

    .leavdos img {
        width: 100%
    }

    .gettouchbg-bottom-inner {
        padding: 0
    }

    .coursefeatures p {
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures span {
        font-size: 15px;
        width: 100%;
        float: left;
        text-align: center
    }

    .coursefeatures label {
        width: 35px;
        float: none
    }

    .coursefeatures h1 {
        text-align: center;
        width: 100%
    }

    .coursefeatures h5 {
        text-align: center;
        width: 100%
    }

    .stepsrowbg-icon::after {
        display: none
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 35%
    }

    .systemsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 35%
    }

    .gettouchbg-box {
        margin: 10px 0;
        padding: 20px 10px 30px 9px;
        min-height: auto
    }

    .gettouchbg-box-left {
        float: left;
        width: 100%;
        text-align: center
    }

    .gettouchbg-box-right {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .letvdiv {
        margin-bottom: 25px
    }

    .viewletstrip {
        padding: 50px 0 20px
    }

    .howitworksetion {
        padding: 50px 0 20px
    }

    .featuresdetail ul.nav-pills li {
        width: 100%;
        float: left;
        text-align: center
    }

    .tabstimestrip ul.nav-pills li {
        width: 100%;
        float: left;
        text-align: center
    }

    .gettouchbg h1 {
        font-size: 25px
    }

    .trakbannerfull {
        width: 100%;
        float: left;
        background: #0d4795;
        min-height: 300px
    }

    .trakbannerfull img {
        display: none !important
    }

    .watchbanner {
        margin: 10px 0 0 0
    }

    .detailright video {
        height: 230px !important
    }

    .btnfresher {
        margin: 10px 0
    }

    .quotesinner {
        height: 450px
    }

    .clientsquotes ul li {
        padding: 10px 10px
    }

    .trakdetils {
        position: inherit;
        top: 0
    }

    .bannerlinks ul li {
        font-size: 17px
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-next] {
        right: 35% !important;
        top: 90% !important
    }

    .ourexprtsilder .owl-theme .owl-nav [class*=owl-prev] {
        left: 35% !important;
        top: 90% !important
    }

    .featuresdetail h2 {
        text-align: left
    }

    .featuresdetail h2 img {
        float: left;
        margin: 5px 5px 0 0
    }

    .featuresdetail h2 label {
        width: 88%
    }

    .detailright {
        margin-top: 0 !important
    }

    .featuresdetail {
        padding: 0
    }

    .coursesbg .nav-pills .nav-link {
        padding: 11px 20px
    }

    .program-highlights-content p {
        text-align: left
    }

    .fewreviewsbg-left p {
        text-align: left
    }

    .faqbgnew {
        padding-bottom: 0
    }

    .clientspic label {
        width: 130px
    }

    .crackinginterview-coursecontent span {
        padding-left: 5px
    }

    .systmebox p {
        text-align: center
    }

    .crackinginterview-coursecontent {
        font-size: 13px
    }

    .detailright iframe {
        height: 250px
    }

    .program-highlights-content li {
        float: left;
        width: 100%
    }

    .program-highlights-content li img {
        float: left
    }

    .assignbtns {
        padding: 11px 20px
    }

    .h2toh1 h2,
    .h2toh1 p {
        text-align: left
    }

    .fewreviewsbg .fewreviewsbg-left {
        width: 100%
    }

    .fewreviewsbg-right {
        width: 100%
    }

    .fewreviewsbg-right .owl-theme .owl-nav [class*=owl-prev] {
        left: 40%
    }

    .fewreviewsbg-right .owl-theme .owl-nav [class*=owl-next] {
        right: 40%
    }

    .modal {
        overflow: scroll
    }

    .checksyllabus-bannerbg-content h1 {
        font-size: 25px;
        line-height: 35px
    }

    .watchbanner h6 label {
        font-size: 11px
    }

    .watchbanner h6 {
        font-size: 11px;
        margin: 12px 0 20px 8px
    }

    .counsbtn {
        margin-top: 17px
    }

    .choose-lang-tab .nav-tabs .nav-item {
        margin: 5px 0
    }

    .dropdownleft h2 {
        margin-left: 0
    }

    .dropdownleft .dropdown-item {
        padding: 5px 0 !important
    }

    .dropdownleft .dropdown-item span {
        float: left;
        margin-right: 10px
    }

    .trakmenu ul {
        height: 90vh
    }

    .applynowmob {
        display: block
    }

    .my-login {
        text-align: center
    }

    .clientsquotes ul li img {
        width: 80px
    }

    .featurescontetnt span {
        font-size: 13px
    }

    .coursesbox-content p {
        font-size: 12px
    }

    .coursesbox-content {
        padding: 15px
    }

    .popbtns h6 {
        width: auto;
        font-size: 11px
    }

    .chckbtns,
    .chckbtns02 {
        font-size: 10px;
        width: 115px;
        float: right;
        text-align: center
    }

    .levelbox a {
        float: left;
        width: 48%;
        margin: 1%;
        font-size: 11px
    }

    .faqbgnew {
        padding-bottom: 0
    }

    .worktop h2 {
        font-size: 17px
    }

    .worktop h3 {
        font-size: 38px
    }

    .bg02,
    .bg03,
    .bg04,
    .worktop {
        height: 100px
    }

    .levelbox a span {
        padding-right: 3px
    }

    .quotesinner {
        height: 420px !important
    }

    .dropdownleft a {
        font-size: 12px !important
    }

    .dropdownleft .dropdown-item span img {
        width: 35px
    }

    .stepsrowbg-text h4,
    .stepsrowbg-text p {
        text-align: left
    }

    .stepsrowbg-icon::after {
        display: block;
        left: 48%;
        height: 130px;
        bottom: -95px
    }

    .stepsrowbg-icon span {
        width: 50px;
        height: 50px
    }

    .stepsrowbg-icon img {
        width: auto;
        height: 25px
    }

    .stepsrowbg-icon {
        width: 23%
    }

    .stepsrowbg-text {
        width: 75%
    }

    .stepsbgimg {
        margin-top: 0
    }

    .stepsrowbg-text p {
        font-size: 13px;
        line-height: 20px
    }

    .stepsrowbg-text h4 {
        font-size: 16px
    }

    .stepsrowbg ul li {
        min-height: inherit;
        margin-bottom: 20px
    }

    .stepsbgimg img {
        max-width: 50%
    }

    .coursefeatures label {
        float: left;
        width: 23%
    }

    .coursefeatures label img {
        max-width: 100%
    }

    .coursefeatures span {
        float: right;
        width: 75%;
        font-size: 10px;
        text-align: left
    }

    .clientspic img {
        width: 50px !important
    }

    .clientsquotes ul {
        padding-bottom: 0
    }

    .dropdownleft .dropdown-item {
        display: flex;
        align-items: center
    }

    .dropdownleft .dropdown-item span {
        margin-bottom: 0
    }

    .wrokdetails h5 {
        font-size: 13px
    }

    .wrokdetails p {
        font-size: 12px
    }

    .faqbgnew {
        padding-bottom: 0 !important
    }

    .highleavedstrip {
        padding-top: 0
    }

    .popbtns {
        margin: 0 -15px
    }
}

@font-face {
    font-family: 'segoepr';
    src: url(../fonts/segoepr.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

@font-face {
    font-family: 'segoeprb';
    src: url(../fonts/segoeprb.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

.liveprogrambg {
    padding: 70px 0;
    text-align: center
}

.liveprogram-innerbg h1 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0
}

.liveprogram-innerbg span {
    font-family: 'segoepr', Times, serif;
    color: #3370ee
}

.programboxbg {
    margin-top: 30px;
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
    cursor: pointer;
    overflow: hidden
}

.programboxbg h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 22px;
    line-height: 26px
}

.programboxbg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #377fd8;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    visibility: hidden;
    padding: 0 25px
}

.programboxbg:hover .programboxbg-text {
    visibility: visible
}

.popularcourses-bg2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #fff
}

.popularcourses-bg2 h1 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 65px 0
}

.popularcourses-boxbg {
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    background: #f6fbfb
}

.popularcourses-boxbg-top {
    min-height: 425px;
    background: url(../images/courses-topbg.png) no-repeat top left #6ffff7;
    background-size: 100% auto
}

.popularcourses-boxbg-top h4 {
    padding: 16px 0 0 20px;
    color: #000;
    font-weight: 600;
    font-size: 18px
}

.popularcourses-header {
    padding: 25px 30px;
    display: block;
    justify-content: space-between;
    display: flex
}

.popularcourses-header-img {
    padding-right: 17px
}

.popularcourses-header-text h2 {
    color: #16263d;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0
}

.popularcourses-header-text p {
    color: #071427;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0
}

.popularcourses-boxbg-bottom {
    margin-top: -200px
}

.popularcourses-boxbg-bottom-top {
    padding: 0 25px;
    float: left;
}

.popularcourses-boxbg-bottom-top ul {
    padding: 0;
    margin: 0
}

.popularcourses-boxbg-bottom-top ul li {
    width: 48%;
    margin: 1%;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 10px 0;
    list-style: none;
    display: flex;
    float: left;
    vertical-align: top;
    min-height: 55px;
    align-items: center
}

.popularcourses-boxbg-bottom-top ul li span {
    width: 65px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.popularcourses-boxbg-bottom-top-text {
    display: inline-block;
    width: 70%;
    vertical-align: middle
}

.popularcourses-boxbg-bottom-top-text h4 {
    color: #06456d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.popularcourses-boxbg-bottom-top-text p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.livecla {
    display: inline-block;
    background: #e51316;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 400
}

.popularcourses-boxbg-bottom-mid {
    padding: 0 25px
}

.popularcourses-boxbg-bottom-mid ul {
    padding: 0;
    margin: 0
}

.popularcourses-boxbg-bottom-mid ul li {
    width: 47%;
    margin: 1%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    list-style: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 240px
}

.popularcourses-boxbg-bottom-mid ul li h3 {
    color: #010101;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: 15px 0
}

.popularcourses-boxbg-bottom-mid ul li a {
    color: #06456d;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600
}

.popularcourses-boxbg-bottom-bottom {
    padding: 0 25px;
    margin: 20px 0
}

.popularcourses-boxbg-bottom-bottom h3 {
    color: #06456d;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0
}

.popularcourses-boxbg-bottom-bottom ul {
    padding: 0;
    margin: 0
}

.popularcourses-boxbg-bottom-bottom ul li {
    width: 47%;
    margin: 1%;
    display: inline-block
}

.popularcourses-boxbg-bottom-bottom ul li a {
    display: block;
    border: solid 2px #0b254d;
    border-radius: 10px;
    color: #0b254d;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 0;
    text-align: center
}

.booktrialbtn {
    background: #f2c202;
    border-color: #f2c202 !important;
    box-shadow: 0 6px 16px #f4da70
}

.popularcourses-boxbg-bottom-bottom ul li a:hover {
    background: #0b254d;
    border-color: #0b254d;
    color: #fff
}

.popularcourses-boxbg-bottom-bottom ul li a .fa {
    padding-left: 15px
}

.syllabusbg-new {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #f9f9f9
}

.program-highlights-new {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 100%
}

.program-highlights-new h3 {
    color: #000;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 20px
}

.program-highlights-new ul {
    padding: 0;
    margin: 0
}

.program-highlights-new ul li {
    list-style: none;
    float: left;
    width: 50%;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0
}

.program-highlights-new ul li span {
    width: 50px
}

.bookbtn02 {
    float: left;
    width: 100%;
    padding-top: 20px
}

.bookbtn02 a {
    display: block;
    text-align: center;
    background: #f2c202;
    box-shadow: 0 0 13px #eef071;
    color: #0b254d;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0;
    border-radius: 10px
}

.bookbtn02 a .fa {
    padding-left: 15px
}

.bookbtn02 a:hover {
    background: #000;
    color: #fff
}

.syllabushead {
    float: left;
    width: 100%
}

.syllabushead h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.syllabushead p {
    float: left;
    width: 65%
}

.syllabushead a {
    float: right;
    border-radius: 5px;
    color: #fff;
    background: #000;
    font-weight: 600;
    font-size: 17px;
    padding: 15px 25px
}

.syllabushead a:hover {
    background: #0d4a9b;
    color: #fff
}

.syllabustabs-bg {
    float: left;
    width: 100%;
    padding-top: 30px
}

.syllabustabs-bg .nav-link span {
    display: block;
    padding-bottom: 15px
}

.syllabustabs-bg .nav-link span img {
    height: 30px
}

.syllabustabs-bg .nav-link.active span img {
    -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert()
}

.syllabustabs-bg .nav-item {
    display: inline-block;
    width: 19%;
    text-align: center;
    vertical-align: top
}

.syllabustabs-bg .nav {
    display: block
}

.syllabustabs-bg .nav-pills .nav-link {
    padding: 22px 10px;
    margin: 0;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    min-height: 130px
}

.syllabustabs-bg .nav-pills .nav-link.active {
    background: #0d4a9b
}

.padd010 {
    padding-top: 30px !important
}

.crackinginterview-left .card {
    border-radius: 10px !important
}

.programboxbg {
    min-height: 240px
}

.liveclasses-dropdownbtn {
    width: 100%;
    text-align: left;
    padding-left: 4%
}

.liveclasses-dropdownbtn h3 {
    color: #0d4a9b;
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0
}

.liveclassesbtn a {
    padding: 0 !important;
    border: none !important;
    display: inline-block !important
}

.liveclasses-dropdownbtn h2 {
    margin-left: 0 !important
}

.liveclassesbtn-icon {
    padding-right: 10px
}

.populartag {
    color: #e4642b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f9dc9f;
    border-radius: 5px;
    padding: 3px 6px;
    display: inline-block;
    margin-left: 10px
}

.program-need-popupbtn {
    width: 100%;
    text-align: center
}

.program-need-popupbtn h1 {
    color: #0a0a0a;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 60px 0
}

.program-btnleft {
    display: inline-block !important;
    padding: 15px 28px 15px 65px !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    background: #e10408;
    background: -moz-linear-gradient(left, #e10408 0%, #ed070c 100%) !important;
    background: -webkit-linear-gradient(left, #e10408 0%, #ed070c 100%) !important;
    background: linear-gradient(to right, #e10408 0%, #ed070c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e10408', endColorstr='#ed070c', GradientType=1) !important;
    position: relative;
    margin: 0 15px !important
}

.program-btnleft:hover {
    color: #fff
}

.program-btnleft span {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 48px;
    display: flex;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #ed070c;
    font-size: 25px;
    justify-content: center;
    align-items: center;
}

.program-btnrihgt {
    display: inline-block !important;
    padding: 15px 28px 15px 65px !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    background: #00b5f8;
    background: -moz-linear-gradient(left, #00b5f8 0%, #015eea 100%) !important;
    background: -webkit-linear-gradient(left, #00b5f8 0%, #015eea 100%) !important;
    background: linear-gradient(to right, #00b5f8 0%, #015eea 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5f8', endColorstr='#015eea', GradientType=1) !important;
    position: relative;
    margin: 0 2px !important
}

.program-btnrihgt span {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 48px;
    height: 48px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #00a9f7;
    font-size: 25px;
    justify-content: center;
    align-items: center;
}

.program-btnrihgt:hover {
    color: #fff
}

.webinarbtn {
    width: 220px;
    text-align: center;
    background: linear-gradient(-120deg, #f37d01, #f37d01, #fdd195, #f8a016, #f8a016);
    background-size: 200% 200%;
    animation: gradient 2s ease infinite;
    font-size: 14px !important;
    font-weight: 600;
    height: 45px;
    line-height: 22px;
    color: #05343a !important;
    float: left;
    border-radius: 5px;
    margin: 10px 0 0 20px
}

@keyframes gradient {
    0% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 50%
    }
}

.webinarbtn:hover {
    color: #000
}

.balckarrow {
    margin: 0 2px;
    width: 14px
}

.webbg {
    width: 100%;
    float: left;
    background: #0d4a9b;
    padding: 100px 0;
    min-height: 800px
}

.webinfodiv {
    width: 100%;
    float: left
}

.webimag {
    width: 100%;
    text-align: center;
    margin: 25px 0;
    float: left
}

.webinfodiv h1 {
    width: 100%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    float: left;
    margin: 25px 0
}

.startbtn {
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px auto;
    display: table;
    padding: 10px 20px
}

a.startbtn:hover,
a.startbtn:focus {
    background: #000;
    color: #fff
}

.formidshow {
    width: 830px;
    margin: 0 auto;
    display: table
}

.webforms {
    width: 100%;
    padding-top: 80px;
    float: left
}

.webforms label {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    float: left;
    margin: 10px 0
}

.webinput {
    width: 90%;
    background: none;
    -webkit-appearance: none !important;
    color: #fff;
    border: none;
    padding: 15px 0;
    float: left;
    outline: none;
    position: relative
}

.webinput::placeholder {
    color: #87b1e9;
    -webkit-appearance: none !important;
    background: none !important
}

.webinput:focus {
    display: block !important;
    outline: none !important
}

.webarrowbtn {
    width: 60px;
    height: 60px;
    background: #56f4ee;
    border-radius: 50%;
    text-align: center;
    padding: 20px 0 0 0;
    float: left;
    position: absolute;
    right: -8%
}

.flaglist {
    float: left;
    width: 13%;
    padding-top: 10px
}

.faginput {
    width: 80%;
    background: none;
    color: #fff;
    border: none;
    padding: 15px 0;
    float: left;
    outline: none
}

.faginput::placeholder {
    color: #87b1e9
}

.selctphone {
    width: 93%;
    border-bottom: solid 1px #fff;
    background: none;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 15px 0;
    float: left;
    outline: none;
    position: relative;
    margin-bottom: 15px
}

.webforms span {
    width: 100%;
    font-size: 15px;
    color: #7dc1f0;
    font-style: italic;
    font-weight: 500;
    float: left;
    padding: 5px 0
}

.webforms h3 {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    float: left;
    margin: 10px 0;
    line-height: 28px
}

.submbtnsss {
    float: left;
    background: #56f4ee;
    color: #000;
    padding: 13px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    margin: 15px 0
}

.submbtnsss:hover {
    float: left;
    background: #4ae0da;
    color: #000
}

.backbtns {
    border: solid 2px #fff;
    border-radius: 5px;
    padding: 10px 20px 10px 15px;
    color: #fff;
    float: left;
    margin: 10px 0 0;
    font-weight: 700
}

a.backbtns:hover,
a.backbtns:focus {
    border: solid 2px #56f4ee;
    background: #56f4ee;
    border-radius: 5px;
    color: #000
}

.arropad {
    margin-right: 5px
}

.desktopviewss {
    display: block !important
}

.mobileview {
    display: none !important
}

#mobile_one,
#mobile_two {
    width: 100%
}

.fourth_step,
.fifth_step {
    top: 0
}

.webbg {
    min-height: 100vh !important
}

.webarrowbtn {
    z-index: 99 !important
}

#webinar_form {
    width: 100%;
    float: left
}

.webimag img {
    width: 250px !important;
    margin: 0
}

.submitbtnss {
    float: left;
    background: #56f4ee;
    color: #000;
    padding: 13px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    margin: 10px 20px 10px 0px !important;
    border-radius: 5px
}

.submitbtnss:hover {
    float: left;
    background: #4ae0da;
    color: #000
}

.modal-dialog {
    max-width: 700px
}

#EnrollModal {
    padding-right: 0px !important
}

@media only screen and (min-width:1920px) and (max-width:2560px) {
    .trakdetils {
        top: 20%
    }

    .businessstrip img {
        height: 125px
    }

    .bannerimgs {
        width: 100%;
        text-align: center;
        float: left;
        padding: 0 0 0;
        margin-left: 50%
    }

    .bannerimgs img {
        width: 100%;
        float: right
    }

    .webbg {
        padding: 100px 0;
        min-height: 1100px
    }

    .webforms {
        width: 100%;
        padding-top: 200px;
        float: left
    }
}

@media only screen and (min-width:1600px) and (max-width:1900px) {
    .businessstrip img {
        height: 124px
    }

    .bannerimgs {
        width: 100%;
        text-align: center;
        float: left;
        padding: 0 0 0;
        margin-left: 35%
    }

    .bannerimgs img {
        width: 100%;
        float: right
    }

    .webbg {
        padding: 100px 0;
        min-height: 1100px
    }
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 230px;
    perspective: 1000px;
    margin: 10px 0
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc
}

.flip-card-front h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 22px;
    line-height: 26px
}

.flip-card-back {
    padding: 30px;
    border-radius: 10px;
    background: #377fd8;
    box-shadow: 3px 3px 3px #ccc;
    transform: rotateY(180deg);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    align-items: center;
    justify-content: center;
    display: flex
}

.booktrialbtn:hover {
    background: #f6d038 !important;
    border-color: #f6d038 !important;
    color: #0b254d !important;
    box-shadow: 0 0 13px #f6d038 !important
}

@media only screen and (min-width:960px) and (max-width:1140px) {
    .popularcourses-header {
        display: block;
        text-align: center
    }

    .popularcourses-header-img {
        padding: 0 0 15px 0
    }

    .popularcourses-boxbg-bottom {
        margin-top: 0
    }

    .popularcourses-boxbg-bottom-top ul li {
        width: 100%;
        margin: 10px 0
    }

    .popularcourses-boxbg-bottom-top-text h4,
    .popularcourses-boxbg-bottom-top-text p {
        text-align: left
    }

    .popularcourses-boxbg-bottom-mid ul li {
        width: 100%;
        margin: 10px 0;
        min-height: inherit
    }

    .popularcourses-boxbg-bottom-bottom ul li {
        width: 100%;
        margin: 10px 0
    }

    .popularcourses-boxbg-top h4 {
        padding: 6px 0 0 20px;
        text-align: left
    }

    .syllabustabs-bg .nav-pills .nav-link {
        font-size: 12px
    }

    .program-highlights-new ul li {
        width: 100%
    }

    .syllabushead p {
        width: 55%
    }

    .popularcourses-boxbg-top {
        min-height: inherit
    }

    .flip-card {
        width: 100% !important;
        height: 280px !important
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .popularcourses-header {
        display: block;
        text-align: center
    }

    .popularcourses-header-img {
        padding: 0 0 15px 0
    }

    .algorithm-bg-left {
        width: 100%;
        margin-top: 20px
    }

    .algorithm-bg-right {
        width: 100%
    }

    .algorithm-bg-left p {
        text-align: left
    }

    .popularcourses-boxbg-bottom {
        margin-top: 0
    }

    .popularcourses-boxbg-bottom-top ul li {
        width: 100%;
        margin: 10px 0
    }

    .popularcourses-boxbg-bottom-top-text h4,
    .popularcourses-boxbg-bottom-top-text p {
        text-align: left
    }

    .popularcourses-boxbg-bottom-mid ul li {
        width: 100%;
        margin: 10px 0;
        min-height: inherit
    }

    .popularcourses-boxbg-bottom-bottom ul li {
        width: 100%;
        margin: 10px 0
    }

    .popularcourses-boxbg-top h4 {
        padding: 6px 0 0 20px;
        text-align: left
    }

    .syllabushead {
        text-align: center
    }

    .syllabushead p {
        width: 100%
    }

    .syllabushead a {
        float: none;
        display: inline-block
    }

    .syllabustabs-bg .nav-pills .nav-link {
        font-size: 10px
    }

    .program-highlights-new ul li {
        width: 100%
    }

    .flip-card {
        width: 100% !important;
        height: 270px !important
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .popularcourses-header {
        display: block;
        text-align: center
    }

    .popularcourses-header-img {
        padding: 0 0 15px 0
    }

    .popularcourses-boxbg-bottom {
        margin-top: 0
    }

    .algorithm-bg-left {
        width: 100%;
        margin-top: 20px
    }

    .algorithm-bg-right {
        width: 100%
    }

    .algorithm-bg-left p {
        text-align: left
    }

    .fewreviewsbg-left {
        width: 100%
    }

    .fewreviewsbg-right {
        width: 100%
    }

    .fewreviewsbg-left p {
        text-align: left
    }

    .popularcourses-boxbg-bottom-top ul li {
        width: 100%;
        margin: 10px 0
    }

    .popularcourses-boxbg-bottom-top-text h4,
    .popularcourses-boxbg-bottom-top-text p {
        text-align: left
    }

    .popularcourses-boxbg-bottom-mid ul li {
        width: 100%;
        margin: 10px 0;
        min-height: inherit
    }

    .popularcourses-boxbg-bottom-bottom ul li {
        width: 100%;
        margin: 10px 0
    }

    .popularcourses-boxbg-top h4 {
        padding: 6px 0 0 20px;
        text-align: left
    }

    .syllabushead {
        text-align: center
    }

    .syllabushead p {
        width: 100%
    }

    .syllabushead a {
        float: none;
        display: inline-block
    }

    .syllabustabs-bg .nav-pills .nav-link {
        font-size: 12px
    }

    .nav-pills .nav-link {
        padding: 10px 15px;
        font-size: 14px
    }

    .populartag {
        margin: 10px 0 0 0
    }

    .flip-card {
        width: 100% !important;
        margin: 10px 0 !important;
        height: 140px
    }

    .liveprogram-innerbg .row {
        display: block
    }

    .liveprogram-innerbg .col-md-4 {
        width: 50%;
        float: left
    }

    .flip-card-front img {
        width: 50px
    }

    .flip-card-front h3 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px
    }

    .flip-card-front {
        padding: 20px
    }

    .flip-card-back {
        font-size: 12px;
        line-height: 16px
    }

    .liveprogram-innerbg h1 {
        font-size: 12px;
        margin: 5px 0
    }

    .popularcourses-bg2 {
        padding: 40px 0
    }

    .popularcourses-bg2 h1 {
        margin-bottom: 10px
    }

    .popularcourses-boxbg-top h4 {
        font-size: 12px
    }

    .popularcourses-header {
        padding: 20px
    }

    .popularcourses-header-img img {
        width: 40px
    }

    .popularcourses-header-text h2 {
        font-size: 12px
    }

    .popularcourses-header-text p {
        font-size: 11px;
        line-height: 15px
    }

    .popularcourses-boxbg-top {
        min-height: inherit
    }

    .popularcourses-boxbg-bottom-top ul li {
        margin: 5px 0;
        padding: 5px 0
    }

    .popularcourses-boxbg-bottom-mid ul li {
        padding: 10px
    }

    .popularcourses-boxbg-bottom-bottom h3 {
        font-size: 13px;
        margin: 0 0 10px 0
    }

    .popularcourses-boxbg-bottom-bottom ul li a .fa {
        padding-left: 0
    }

    .popularcourses-boxbg-bottom-bottom ul li a {
        font-size: 11px
    }

    .popularcourses-boxbg-bottom-top-text h4 {
        font-size: 11px
    }

    .popularcourses-boxbg-bottom-top-text p {
        font-size: 13px
    }

    .gethired-stepsbg h3 {
        margin: 15px 0 !important;
        font-size: 13px
    }

    .gethired-stepsbg {
        padding: 0
    }

    .syllabusbg-new .tab-content h2 {
        font-size: 20px
    }

    .syllabusbg-new .tab-content p {
        font-size: 12px
    }

    .brochbtn {
        font-size: 12px
    }

    /* .salbustabingmain .tab .nav-item .nav-link {
        width: 20%;
        margin: 0
    } */

    .salbustabingmain .tab .nav-item .nav-link span,
    .salbustabingmain .tab .nav-item .nav-link p {
        font-size: 10px
    }

    .blueimg img {
        width: 25px
    }

    .faq .btn-link {
        font-size: 11px
    }

    .borderfaq {
        font-size: 11px !important
    }

    .faqinsidecontent li {
        font-size: 12px
    }

    .program-highlights-new ul li {
        font-size: 10px
    }

    .program-highlights-new ul li img {
        width: 19px
    }

    .tabstimestrip ul.nav-pills li {
        width: 33.33%
    }

    .tabstimestrip .nav-pills .nav-link {
        padding: 10px;
        font-size: 11px
    }

    .howitworksetion {
        padding: 0
    }

    .highleavedstrip {
        padding: 20px 0 0 0
    }

    .checksyllabus-bannerbg-content h1 {
        font-size: 14px;
        line-height: 25px
    }

    .checksyllabus-bannerbg-content ul li {
        font-size: 14px
    }

    .clientsquotes h3 {
        font-size: 15px
    }

    .clientsquotes .owl-carousel .owl-item p {
        font-size: 15px
    }

    .bookbtn02 a {
        font-size: 13px;
        padding: 12px 0
    }

    .fewreviewsbg-left h1 {
        font-size: 18px
    }

    .fewreviewsbg {
        padding: 50px 0
    }

    .quicklinks ul li a {
        font-size: 13px
    }
}

@media only screen and (max-width:599px) {
    .popularcourses-header {
        display: block;
        text-align: center
    }

    .popularcourses-header-img {
        padding: 0 0 15px 0
    }

    .popularcourses-boxbg-bottom {
        margin-top: 0
    }

    .popularcourses-boxbg-bottom-top ul li {
        width: 100%;
        margin: 10px 0
    }

    .popularcourses-boxbg-bottom-top-text h4,
    .popularcourses-boxbg-bottom-top-text p {
        text-align: left
    }

    .popularcourses-boxbg-bottom-mid ul li {
        width: 100%;
        margin: 10px 0;
        min-height: inherit
    }

    .popularcourses-boxbg-top h4 {
        padding: 6px 0 0 20px;
        text-align: left
    }

    .algorithm-bg-left {
        width: 100%;
        margin-top: 20px
    }

    .algorithm-bg-right {
        width: 100%
    }

    .algorithm-bg-left p {
        text-align: left
    }

    .fewreviewsbg-left {
        width: 100%
    }

    .fewreviewsbg-right {
        width: 100%
    }

    .fewreviewsbg-left p {
        text-align: left
    }

    .syllabushead {
        text-align: center
    }

    .syllabushead p {
        width: 100%
    }

    .syllabushead a {
        float: none;
        display: inline-block
    }

    .syllabustabs-bg .nav-item {
        float: left;
        width: 48%;
        margin: 1%
    }

    .nav-pills .nav-link {
        padding: 10px 15px;
        font-size: 14px
    }

    .populartag {
        margin: 10px 0 0 0
    }

    .flip-card {
        width: 100% !important;
        margin: 10px 0 !important;
        height: 140px
    }

    .liveprogram-innerbg .row {
        display: block
    }

    .liveprogram-innerbg .col-md-4 {
        width: 50%;
        float: left
    }

    .flip-card-front img {
        width: 50px
    }

    .flip-card-front h3 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px
    }

    .flip-card-front {
        padding: 20px
    }

    .flip-card-back {
        font-size: 12px;
        line-height: 16px
    }

    .liveprogram-innerbg h1 {
        font-size: 12px;
        margin: 5px 0
    }

    .popularcourses-bg2 {
        padding: 40px 0
    }

    .popularcourses-bg2 h1 {
        margin-bottom: 10px
    }

    .popularcourses-boxbg-top h4 {
        font-size: 12px
    }

    .popularcourses-header {
        padding: 20px
    }

    .popularcourses-header-img img {
        width: 40px
    }

    .popularcourses-header-text h2 {
        font-size: 12px
    }

    .popularcourses-header-text p {
        font-size: 11px;
        line-height: 15px
    }

    .popularcourses-boxbg-top {
        min-height: inherit
    }

    .popularcourses-boxbg-bottom-top ul li {
        margin: 5px 0;
        padding: 5px 0
    }

    .popularcourses-boxbg-bottom-mid ul li {
        padding: 10px
    }

    .popularcourses-boxbg-bottom-bottom h3 {
        font-size: 13px;
        margin: 0 0 10px 0
    }

    .popularcourses-boxbg-bottom-bottom ul li a .fa {
        padding-left: 0
    }

    .popularcourses-boxbg-bottom-bottom ul li a {
        font-size: 11px
    }

    .popularcourses-boxbg-bottom-top-text h4 {
        font-size: 11px
    }

    .popularcourses-boxbg-bottom-top-text p {
        font-size: 13px
    }

    .gethired-stepsbg h3 {
        margin: 15px 0 !important;
        font-size: 13px
    }

    .gethired-stepsbg {
        padding: 30px 0 0 0
    }

    .booktrialbtn1 {
        display: inline-block
    }

    .counsbtn1 {
        padding: 13px;
        font-size: 13px
    }

    .syllabusbg-new .tab-content h2 {
        font-size: 20px
    }

    .syllabusbg-new .tab-content p {
        font-size: 12px
    }

    .brochbtn {
        font-size: 12px
    }

    .salbustabingmain .tab .nav.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .salbustabingmain .tab .nav-item {
        /* width: 20%; */
        width: auto;
        margin: 0;
        padding: 4px;
    }

    .salbustabingmain .tab .nav-item .nav-link {
        padding: 5px;
        border-radius: 5px;
        width: 100%;
        text-align: center;
        background: #f0f8ff;
        min-height: 0;
    }

    .salbustabingmain .tab .nav-link span,
    .salbustabingmain .tab .nav-link p {
        font-size: 10px;
        margin-bottom: 0;
        white-space: nowrap;
    }


    .blueimg img {
        width: 25px
    }

    .faq .btn-link {
        font-size: 11px
    }

    .borderfaq {
        font-size: 11px !important
    }

    .faqinsidecontent li {
        font-size: 12px
    }

    .faqinsidecontent p {
        font-size: 12px
    }

    .program-highlights-new ul li {
        font-size: 10px
    }

    .program-highlights-new ul li img {
        width: 19px
    }

    .tabstimestrip ul.nav-pills li {
        width: 33.33%
    }

    .tabstimestrip .nav-pills .nav-link {
        padding: 10px;
        font-size: 11px
    }

    .howitworksetion {
        padding: 0
    }

    .highleavedstrip {
        padding: 20px 0 0 0
    }

    .checksyllabus-bannerbg-content h1 {
        font-size: 14px;
        line-height: 25px
    }

    .checksyllabus-bannerbg-content ul li {
        font-size: 14px
    }

    .clientsquotes h3 {
        font-size: 15px
    }

    .clientsquotes .owl-carousel .owl-item p {
        font-size: 15px
    }

    .bookbtn02 a {
        font-size: 13px;
        padding: 12px 0
    }

    .fewreviewsbg-left h1 {
        font-size: 18px
    }

    .fewreviewsbg {
        padding: 50px 0
    }

    .quicklinks ul li a {
        font-size: 13px
    }

    .program-btnleft,
    .program-btnrihgt {
        margin: 10px 5px !important
    }

    .traktopinfo {
        text-align: left;
        font-size: 16px
    }
}

.btnstylenew {
    overflow: hidden;
    position: relative;
    background: red;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    padding: 4px 7px;
    width: 48px
}

.btnstylenew:hover {
    color: red;
    background: #fff
}

.btnstylenew:after {
    -webkit-animation-direction: forward;
    animation-direction: forward;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveAfter;
    animation-name: moveAfter;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: linear-gradient(180deg, hsla(21, 63%, 73%, 0), hsla(0, 0%, 100%, .5) 50%, hsla(21, 63%, 73%, 0));
    bottom: -50%;
    content: "";
    left: -50%;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotate(60deg) translate(-5em, 7.5em)
}

#booktry .modal-content {
    background: #cff7fd;
    background: -moz-linear-gradient(top, #cff7fd 0%, #ffffff 50%);
    background: -webkit-linear-gradient(top, #cff7fd 0%, #ffffff 50%);
    background: linear-gradient(to bottom, #cff7fd 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cff7fd', endColorstr='#ffffff', GradientType=0);
    border-radius: 10px
}

#booktry .modal-body {
    padding: 30px
}

#booktry .modal-lg {
    max-width: 770px
}

#booktry1 .modal-content {
    background: #cff7fd;
    background: -moz-linear-gradient(top, #cff7fd 0%, #ffffff 50%);
    background: -webkit-linear-gradient(top, #cff7fd 0%, #ffffff 50%);
    background: linear-gradient(to bottom, #cff7fd 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cff7fd', endColorstr='#ffffff', GradientType=0);
    border-radius: 10px
}

#booktry1 .modal-body {
    padding: 30px
}

#booktry1 .modal-lg {
    max-width: 770px
}

.booktrialpopup {
    float: left;
    width: 100%;
    font-family: 'Inter', sans-serif
}

.booktrialpopup h1 {
    color: #0d4a9b;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px 0
}

.booktrialpopup h3 {
    color: #0d4a9b;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 12px 0
}

.booktrial-coursedetails {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    text-align: center
}

.booktrial-coursedetails h4 {
    color: #242121;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 5px 0;
    text-transform: uppercase
}

.booktrial-coursedetails p {
    color: #242121;
    font-weight: 500;
    font-size: 17px;
    margin: 0
}

.booktrial-features {
    float: left;
    width: 100%;
    background: url(../images/coursefeature-bg.jpg) left top no-repeat #0d4a9b;
    padding: 20px 0 20px 140px;
    border-radius: 10px;
    overflow: hidden
}

.booktrial-features h3 {
    font-size: 15px !important;
    color: #fff !important
}

.booktrial-features ul {
    padding: 0;
    margin: 0 10px 0 0;
    float: left
}

.booktrial-features ul li {
    list-style: none;
    padding: 2px 0;
    color: #fff;
    font-weight: 500;
    font-size: 11px
}

.booktrial-features ul li span {
    display: inline-block;
    padding-right: 2px
}

.booktrial-features-btns {
    float: left;
    width: 100%;
    margin: 15px 0
}

.booktrial-features-btns a {
    display: inline-block;
    min-width: 180px;
    text-align: center;
    font-weight: 600;
    margin-right: 12px;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    background: #000
}

.booktrial-features-btns a:hover {
    background: #1cc3dc;
    color: #000
}

.booktrial-paymentoptions {
    float: left;
    width: 100%;
    padding: 15px 0
}

.booktrial-paymentoptions ul {
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%
}

.booktrial-paymentoptions ul li {
    list-style: none;
    float: left;
    margin-right: 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 500
}

.booktrial-genraldetails {
    float: left;
    width: 100%
}

.booktrial-genraldetails-form {
    margin-left: -1%;
    margin-right: -1%
}

.booktrial-genraldetails-form .payment_form {
    float: left;
    width: 98%;
    min-height: 60px;
    margin: 0 1%
}

.booktrial-genraldetails-form .field {
    border: none;
    outline: none;
    height: 45px;
    background: #f1f2f4;
    border-radius: 5px;
    padding: 25px;
    width: 100%;
    font-weight: 500;
    color: #000;
    font-size: 14px
}

.booktrial-submit {
    outline: none;
    border: none;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #0d4a9b;
    display: block;
    padding: 10px 0
}

.booktrial-submit:hover {
    background: #000;
    color: #fff
}

.booktrial-ordersummery {
    float: left;
    width: 100%;
    margin-top: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.booktrial-ordersummery span {
    float: right
}

.booktrial-ordersummery-btns {
    float: left;
    width: 100%;
    margin-top: 15px
}

.booktrial-ordersummery-btns a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    color: #0d4a9b;
    font-size: 15px;
    font-weight: 600;
    background: #cbdbf1;
    margin-bottom: 12px
}

.booktrial-ordersummery-btns .modal-payNow-btn {
    background: #0d4a9b;
    color: #fff;
}

.booktrial-ordersummery-btns .modal-payNow-btn:hover {
    background: #000;
    color: #fff
}

.booktrial-ordersummery-btns a:hover {
    background: #000;
    color: #fff
}

input#whatsapp_number_yaerly {
    width: 100% !important;
    padding-left: 90px !important
}

#whatsapp_number_yaerly_second_course {
    width: 100% !important;
    padding-left: 83px !important
}

.iti {
    width: 100% !important
}

.booktrial-genraldetails-form p {
    margin: 0 1%
}

.btnrightgrp {
    padding-left: 20px
}

.btnrightgrp a {
    display: block;
    background: #0d4a9b;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px
}

.btnrightgrp a .fa {
    background: #0f4286;
    padding: 15px;
    margin-right: 5px
}

.discount_section_yearly {
    font-size: 13px
}

.btngrp02 {
    float: left;
    width: 100%;
    padding-top: 10px
}

.btngrp02 a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 0;
    color: #fff;
    background: #000
}

.btngrp02 a:hover {
    background: #0d4a9b;
    color: #fff
}

.booktrialbox {
    background: #adf3ff;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0
}

.booktrialbox h3 {
    color: #1f262e;
    font-weight: 600
}

.booktrialbox h4 {
    color: #ad1d22;
    font-weight: 600;
    font-size: 15px
}

.booktrialbox h5 {
    color: #36c1d9;
    font-weight: 600;
    font-size: 12px;
    margin: 0
}

.booktrialbox p {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    margin: 0
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    /* #welcomepopup {
        max-width: 370px !important;
        left: 8px;
        top: inherit;
        bottom: 20px;
        padding: 0 !important;
        border-radius: 20px;
        background: #00205f;
        height: auto;
        font-family: 'Open Sans', sans-serif
    } */

    .trakmenu ul li {
        float: none;
        display: inline-block;
        padding: 0 7px !important
    }

    /* #welcomepopup .modal-header .close {
        position: 1;
        opacity: 1;
        color: #fff;
        box-shadow: none
    } */

    /* #welcomepopup .modal-header {
        text-align: center;
        display: block;
        border: none
    } */

    /* #welcomepopup .modal-footer {
        text-align: center;
        display: block;
        border: none;
        background: #fff
    } */

    /* .yallowbox {
        display: inline-block;
        padding: 5px 20px;
        border-radius: 5px;
        background: #fefe00;
        color: #000;
        font-weight: 700
    } */

    /* #welcomepopup .modal-body p {
        color: #fff;
        font-weight: 700;
        font-size: 16px
    } */
}

.iti__country-name {
    width: auto !important;
    padding: 0 !important;
    color: #000 !important;
    font-style: normal !important;
    font-size: 13px !important
}

.iti__flag-box {
    float: left !important
}

.iti__dial-code {
    width: auto !important;
    color: #000 !important;
    font-weight: normal !important;
    padding: 0 !important
}

.iti__country {
    display: flex !important;
    width: 100% !important
}

.webimag img {
    width: 300px
}

.webbg {
    min-height: auto
}

.webinfodiv h1 {
    margin: 0 0 25px 0
}

.newclass {
    color: red;
    position: relative;
    top: -10px
}


.footerstrip {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background: maroon;
    z-index: 999
}

.footerstrip a {
    display: block;
    padding: 10px 0;
    color: #fff
}

.footerstrip a span {
    display: inline-block;
    margin: 0 20px
}

#booktry,
#booktry1,
#booktry2,
#booktry3 {
    z-index: 999999
}

.footerstrip-formob {
    display: none;
    background: #fff;
    border-radius: 14px 14px 0 0;
    border-top: 1px solid rgba(98, 98, 98, .125);
    width: 100%;
    position: fixed;
    left: 0;
    padding: 20px 0;
    bottom: 0;
    color: #0072bc;
    text-align: center;
    z-index: 1000;
}

.footerstrip-formob a {
    display: inline-block;
    margin: 0 5px;
    color: #000
}

.footerstrip-formob a .fa {
    padding-left: 10px
}

.footerstrip-formob a .fa-arrow-right {
    color: #0072bc
}

.footerstrip-formob a .fa-whatsapp {
    color: #00a800
}

@media only screen and (max-width:780px) {
    #whatsapp_chat_widget {
        display: none !important
    }

    /* #tidio-chat {
        display: none !important
    } */

    .footerstrip {
        display: none !important
    }

    .footerstrip-formob {
        display: block
    }
}

.secondmenu .navbar-nav {
    margin: 0 auto !important
}

.secondmenu_btn {
    width: 200px;
    padding: 8px 5px 8px 5px !important;
    text-align: center !important
}

.spamfree {
    padding: 10px !important;
    background-color: #eafaf5 !important;
    font-size: 10px;
    float: right;
    margin-bottom: 15px
}

.staffupdatesdiv {
    width: 100%;
    background: #fff;
    padding: 5px 5px;
    min-height: 50px;
    float: left
}

.stafftop {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    float: left
}

.stafleftop {
    width: 25%;
    text-align: right;
    padding-right: 10px;
    float: left
}

.stafleftop img {
    width: 64px;
    height: 64px;
    border-radius: 50%
}

.staftopright {
    width: 75%;
    padding-top: 5px;
    float: left
}

.staftopright h3 {
    width: 100%;
    text-align: left;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    color: #080808;
    margin: 0 0 5px 0;
    font-weight: 600;
    float: left;
    white-space: normal
}

.storybox {
    box-shadow: 0 0 23px #e3eded;
    border-radius: 10px;
    width: 100%
}

.storybox .staffinfomatter p {
    font-size: 18px;
    line-height: 27px
}

.storybox .staftopright {
    position: relative
}

.storybox .linkdinlink {
    position: absolute;
    right: 15px;
    top: 10px
}

.user_type {
    width: 100%;
    float: left
}

.user_type ul {
    margin: 0;
    padding: 0
}

.user_type ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 3px
}

.user_type ul li span {
    position: relative;
    bottom: 8px
}

.popheader01 {
    width: 100%;
    background: #411789;
    padding: 3px 20px 3px 10px;
    color: #fff;
    float: left;
    border-radius: 0 0 0 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 8px
}

.counsbtn1 {
    background: #ec5252;
    padding: 13px 25px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 45px;
    float: left
}

a.counsbtn1:hover,
a.counsbtn:focus {
    background: #000;
    color: #fff
}

.counsbtn2 {
    background: #ec5252;
    padding: 13px 25px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 35px 0 0;
    float: left
}

a.counsbtn2:hover,
a.counsbtn:focus {
    background: #000;
    color: #fff
}

.counsbtn3 {
    background: #ec5252;
    padding: 13px 25px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #eceded;
    margin: 15px 0 0;
    float: left
}

a.counsbtn3:hover,
a.counsbtn:focus {
    background: #000;
    color: #fff
}

.booktrialbtn1 {
    background: #f2c202;
    border-color: #f2c202 !important;
    box-shadow: 0 6px 16px #f4da70;
    margin: 15px 0 45px;
    padding: 15px
}

.booktrialbtn1:hover {
    background: #f6d038 !important;
    border-color: #f6d038 !important;
    color: #0b254d !important;
    box-shadow: 0 0 13px #f6d038 !important
}

.booktrialbtn2 {
    background: #f2c202;
    border-color: #f2c202 !important;
    box-shadow: 0 6px 16px #f4da70;
    margin: 80px 80px 0;
    padding: 15px
}

.booktrialbtn2:hover {
    background: #f6d038 !important;
    border-color: #f6d038 !important;
    color: #0b254d !important;
    box-shadow: 0 0 13px #f6d038 !important
}

.booktrialbtn3 {
    background: #f2c202;
    border-color: #f2c202 !important;
    box-shadow: 0 6px 16px #f4da70;
    margin: 15px 0 0;
    padding: 15px
}

.booktrialbtn3:hover {
    background: #f6d038 !important;
    border-color: #f6d038 !important;
    color: #0b254d !important;
    box-shadow: 0 0 13px #f6d038 !important
}

a {
    text-decoration: none !important;
    color: #000
}

.gethired-stepsbg .nav-link {
    background: #dde1ec;
    margin-right: 10px;
    padding: 11px 40px;
    color: #000;
    font-weight: 700
}

.gethired-stepsbg .nav-link.active,
.gethired-stepsbg .show>.nav-link {
    background: linear-gradient(90deg, rgba(53, 106, 239, 1) 40%, rgba(45, 143, 230, 1) 100%);
    color: #fff
}

@media only screen and (max-width:767px) {
    .gethired-stepsbg .nav-link {
        font-size: 12px;
        padding: 10px
    }
}

#call_now_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    background: #3667cc;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    z-index: 9;
    box-shadow: 0 0 8px #687ca2
}

.allcoursemodal {
    z-index: 99999;
    background: rgba(0, 0, 0, .6)
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: none !important
}

.ourexprtsilder .owl-theme .owl-nav [class*=owl-prev] {
    top: 110%;
    left: 45%;
    position: absolute;
    background: url(../images/arrow01.png) left top no-repeat !important;
    width: 40px;
    height: 28px;
    text-indent: 50px
}

.ourexprtsilder .owl-theme .owl-nav [class*=owl-next] {
    top: 110%;
    right: 45%;
    position: absolute;
    background: url(../images/arrow02.png) left top no-repeat !important;
    width: 40px;
    height: 28px;
    text-indent: 50px
}

#pills-tab {
    justify-content: center;
    gap: 15px;
}

.faqbgnew {
    background: #f9f9f9;
    padding: 65px 0;
    float: left;
    width: 100%
}

.codejava {
    float: left
}

.codejava a {
    float: none !important;
    display: inline-block !important;
    margin: 0 10px !important
}

.morevidimg img {
    position: relative
}

.morevidimg .lockicon {
    color: #ffb941;
    font-size: 28px;
    position: absolute;
    left: 48%;
    top: 48%
}

.morevidimg .lockicon span {
    display: none;
    position: sticky;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

#MoreModal p {
    color: #0570ab;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600
}

#EnrollModal {
    z-index: 99999
}

.allcoursemodal {
    z-index: 999999
}

.quotesinner {
    height: 340px
}

.whats_app_number_mont::-webkit-input-placeholder {
    color: #666 !important
}

.whats_app_number_mont::-moz-placeholder {
    color: #666 !important
}

.whats_app_number_mont:-ms-input-placeholder {
    color: #666 !important
}

.whats_app_number_mont:-moz-placeholder {
    color: #666 !important
}

.whats_app_number_monthly::-webkit-input-placeholder {
    color: #666 !important
}

.whats_app_number_monthly::-moz-placeholder {
    color: #666 !important
}

.whats_app_number_monthly:-ms-input-placeholder {
    color: #666 !important
}

.whats_app_number_monthly:-moz-placeholder {
    color: #666 !important
}

.whats_app_number_yearly::-webkit-input-placeholder {
    color: #666 !important
}

.whats_app_number_yearly::-moz-placeholder {
    color: #666 !important
}

.whats_app_number_yearly:-ms-input-placeholder {
    color: #666 !important
}

.whats_app_number_yearly:-moz-placeholder {
    color: #666 !important
}

.col-lg-2.col-md-12.apply_yearly_discount_paypal {
    margin-left: 20px
}

.btnstyle002 {
    overflow: hidden;
    position: relative;
    background: #ffe500;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px 20px
}

.btnstyle002:hover {
    color: #000
}

.btnstyle002:after {
    -webkit-animation-direction: forward;
    animation-direction: forward;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveAfter;
    animation-name: moveAfter;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: linear-gradient(180deg, hsla(21, 63%, 73%, 0), hsla(0, 0%, 100%, .5) 50%, hsla(21, 63%, 73%, 0));
    bottom: -50%;
    content: "";
    left: -50%;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotate(60deg) translate(-5em, 7.5em)
}

@-webkit-keyframes moveAfter {
    to {
        -webkit-transform: rotate(60deg) translate(1em, -9em);
        transform: rotate(60deg) translate(1em, -9em)
    }
}

@keyframes moveAfter {
    to {
        -webkit-transform: rotate(60deg) translate(1em, -9em);
        transform: rotate(60deg) translate(1em, -9em)
    }
}

.liveclasses-dropdownbtn {
    padding-left: 4%
}

#booktry {
    z-index: 99999999
}

div#razorpay-affordability-widget iframe {
    width: 100%
}

.samplevideos {
    margin-bottom: 2px;
    padding: 5px;
    float: left;
    width: 100%;
}

.algorithm-bg-right {
    float: right;
    width: 60%;
    Height: 60%;
    position: relative
}

.algorithm-bg-left {
    float: left;
    width: 35%
}

@media only screen and (max-width:767px) {

    .algorithm-bg-right,
    .algorithm-bg-left {
        width: 100%
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .booktrial-features-btns a {
        min-width: 160px
    }

    .booktrial-coursedetails p {
        font-size: 12px
    }

    input#whatsapp_number_yaerly {
        width: 140px
    }

    #booktry {
        z-index: 999999999999
    }

    .booktrial-genraldetails-form .payment_form {
        width: 98%
    }

    .choose-lang-tab .w48 {
        width: 100%
    }
}

@media only screen and (max-width:599px) {
    .booktrial-features-btns a {
        margin: 5px 0;
        width: 100%
    }

    .booktrial-genraldetails-form p {
        width: 98%
    }

    .booktrial-coursedetails p {
        font-size: 12px
    }

    input#whatsapp_number_yaerly {
        width: 140px
    }

    #booktry {
        z-index: 999999999999
    }

    .booktrial-genraldetails-form .payment_form {
        width: 98%
    }

    .choose-lang-tab .w48 {
        width: 100%
    }

    .booktrial-features {
        background: #0d4a9b;
        padding: 20px
    }

    .booktrial-ordersummery {
        margin-top: 20px
    }

    .btnrightgrp {
        padding: 20px 0 0 0
    }
}

.open-button {
    background-color: #00205f;
    color: #FF0;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 0;
    right: 28px;
    width: 555px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    outline: none;
    z-index: 99
}

.open-button:focus {
    outline: none
}

.open-button span {
    font-size: 12px;
    font-weight: 400
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 28px;
    border: none;
    z-index: 999;
    width: 525px
}

.form-container {
    max-width: 525px;
    padding: 40px;
    background-color: #d9e6ff;
    border-radius: 10px 10px 0 0
}

.hidebtn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 13px
}

.hidebtn:focus {
    outline: none
}

.popuptexttop {
    float: left;
    width: 100%
}

.popuptexttop h1 {
    float: left;
    width: 70%;
    color: #1a3d3c;
    font-weight: 700;
    font-size: 25px;
    margin: 0
}

.popuptexttop span {
    float: right;
    width: 25%;
    text-align: right
}

.popuptexttop span img {
    max-width: 100%
}

.popuptextmid {
    float: left;
    width: 100%;
    padding: 25px 0
}

.popuptextmid p {
    color: #515151;
    margin-bottom: 5px
}

.attemptbtn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px
}

.attemptbtn a {
    display: inline-block;
    background: #00ccd0;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 600;
    box-shadow: 0 3px 0 #007779
}

.popup-powerdby {
    width: 100%;
    text-align: center;
    color: #515151;
    font-size: 14px
}

.popup-powerdby span {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #1652cf;
    vertical-align: middle
}

@media only screen and (max-width:599px) {
    .open-button {
        width: 350px
    }

    .open-button {
        font-size: 12px
    }

    .chat-popup {
        width: 350px
    }

    .popuptextmid p {
        text-align: left
    }

    .form-container {
        padding: 30px 20px
    }
}

.newsstrip {
    width: 100%;
    float: left;
    padding: 25px 0
}

.newsleftinfo {
    width: 100%;
    float: left;
    padding-top: 25%
}

.newsleftinfo h5 {
    width: 100%;
    font-size: 40px;
    color: #171717;
    font-weight: 700;
    float: left;
    position: relative
}

.newsleftinfo h5:before {
    width: 65px;
    border-bottom: solid 6px #2f0cb0;
    content: "";
    position: absolute;
    bottom: -20px
}

.newsrightdetails {
    width: 100%;
    float: left
}

.newsdetilsbox {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.newslogos {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.newsdetilsbox p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2d2e;
    font-weight: 600
}

@media only screen and (max-width:959px) and (min-width:768px) {
    .newsleftinfo {
        padding-top: 10%;
        margin-bottom: 30px
    }

    .newsdetilsbox {
        margin-bottom: 15px
    }

    .newsleftinfo h5 {
        font-size: 30px
    }

    .newsleftinfo h5 br {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .newsleftinfo {
        padding-top: 10%;
        margin-bottom: 30px
    }

    .algorithm-bg-left {
        width: 100%;
        margin-top: 20px
    }

    .algorithm-bg-right {
        width: 100%
    }

    .algorithm-bg-left p {
        text-align: left
    }

    .fewreviewsbg-left {
        width: 100%
    }

    .fewreviewsbg-right {
        width: 100%
    }

    .fewreviewsbg-left p {
        text-align: left
    }

    .newsdetilsbox {
        margin-bottom: 15px
    }
}

.newsdetilsbox p {
    text-align: left !important
}

.newsleftinfo h5 {
    text-align: left !important
}

.whatpeoplesaybg {
    float: left;
    width: 100%;
    padding: 50px 0
}

.whatpeoplesaybg h2 {
    font-weight: 700;
    text-align: center
}

.whatpeoplesaybg h4 {
    text-align: center;
    margin-bottom: 50px
}

.whatpeoplesaybox {
    border-radius: 15px;
    padding: 15px;
    position: relative;
    box-shadow: 0 0 15px #ccc;
    float: left;
    width: 96%;
    margin: 15px 2%
}

.whatpeoplesaybox-top {
    float: left;
    width: 100%
}

.hikebox {
    float: left;
    width: 100%;
    text-align: right
}

.hikebox span {
    display: inline-block;
    color: #1a923a;
    padding: .2rem;
    font-size: 14px;
    font-weight: 700;
    opacity: .88;
    border-radius: .5rem;
    border: solid .1rem #d3e8d8
}

.whatpeoplesaybox-top {
    float: left;
    width: 100%;
    display: flex;
    align-items: center
}

.whatpeoplesaybox-top img {
    float: left;
    width: 85px !important;
    height: 85px !important;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    margin-right: 15px
}

.whatpeoplesaybox-top h3 {
    font-weight: 700;
    font-size: 20px
}

.whatpeoplesaybox-mid {
    float: left;
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.scalerbox {
    display: block;
    align-items: center;
    color: #000;
    font-weight: 700;
    font-size: 12px
}

.scalerbox label {
    color: #91a1b7;
    margin: 0 15px 0 0;
    font-size: 12px
}

.scalerbox img {
    max-width: 110px
}

.scalerbox-arrow {
    text-align: center;
    font-size: 25px;
    margin-top: 0
}

.whatpeoplesaybox-bottom {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600
}

.whatpeoplesaybox-dec {
    float: left;
    width: 100%;
    border-left: solid 3px #395ca3;
    padding: 15px;
    margin-top: 15px
}

@media only screen and (max-width:969px) {
    .scalerbox {
        display: block;
        text-align: center
    }
}

.careerhike .scalerbox img {
    max-width: 60px
}

.careerhike .scalerbox label {
    margin: 0 5px 0 0;
    font-size: 11px
}

.careerhike .scalerbox-arrow {
    margin-top: 0
}

#time_counter {
    float: left;
    position: relative;
    background: #184ad2;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 6px 0
}

#time_counter button {
    background: #000;
    color: #fff;
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px;
    border-radius: 5px;
    margin-left: 30px
}

#time_counter h1 {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-right: 30px;
    vertical-align: middle
}

.days,
.hours,
.minutes,
.second {
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    vertical-align: middle
}

.days h3,
.hours h3,
.minutes h3,
.second h3 {
    display: inline-block;
    background: yellow;
    padding: 8px;
    margin: 0;
    border-radius: 5px;
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.days span,
.hours span,
.minutes span,
.second span {
    display: block;
    color: #fff;
    font-size: 13px
}

@media only screen and (max-width:600px) {
    #time_counter {
        position: relative
    }

    #time_counter h1 {
        display: block;
        margin: 0 0 10px 0
    }

    #time_counter button {
        margin: 5px 0 0 0
    }

    .days,
    .hours,
    .minutes,
    .second {
        margin: 0 10px
    }
}

.applyforcoun {
    margin-top: -7px
}

.applyforcoun a {
    padding: 7px 10px;
    background: #0d4a9b;
    text-align: center;
    border-radius: 5px;
    color: #fff !important
}

.applyforcoun a:hover {
    background: #043370
}

.counsellingpopupbg {
    float: left;
    width: 100%;
    font-family: 'Inter', sans-serif;
    position: relative
}

.counsellingpopupbg-img {
    float: left;
    width: 50%
}

.counsellingpopupbg-img img {
    width: 100%
}

.counsellingpopupbg-form {
    float: left;
    width: 50%;
    padding: 75px 40px
}

#counsellingpopup .modal-body {
    padding: 0
}

#counsellingpopup .modal-content {
    background: #ecedef;
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
    border: none
}

.counsellingpopupbg-form h1 {
    color: #0072bc;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 27px 0
}

.counsellingpopupbg-form select {
    background: url(../images/workexp-arrow.png) no-repeat 93% center #fff !important
}

.counsellingpopupbg-form .form-control {
    font-size: 16px;
    font-weight: 400;
    color: #50585b;
    height: 52px;
    border: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0);
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0);
    padding: 0 20px
}

.counsellingpopupbg-form .form-control::-webkit-input-placeholder {
    color: #50585b
}

.counsellingpopupbg-form .form-control::-moz-placeholder {
    color: #50585b
}

.counsellingpopupbg-form .form-control:-ms-input-placeholder {
    color: #50585b
}

.counsellingpopupbg-form .form-control:-moz-placeholder {
    color: #50585b
}

.submitbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0 25px;
    font-size: 15px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-weight: 500;
    color: #fff;
    border: none;
    background: #0072bc;
    margin: 0
}

.submitbtn:hover {
    background: #05acdf
}

.counsellingpopupbg-form .custom-control-label {
    color: #50585b;
    font-size: 14px
}

.counsellingpopupbg-form .custom-control-label::before {
    border: solid 2px #0072bc
}

.counsellingpopupbg-form .textlight {
    color: #a3a5a6;
    font-size: 13px;
    line-height: 18px;
    text-align: center
}

.counsellingpopupbg .close {
    color: #0072bc;
    opacity: 1;
    position: absolute;
    top: 10px;
    font-size: 30px;
    right: 20px;
    outline: none
}

#counsellingpopup {
    z-index: 999999
}

.counsellingpopupbg-form .form-control {
    margin: 0px !important
}

.counsellingpopupbg-form {
    padding: 50px 40px
}

.phone_field {
    padding-left: 0
}

.modal_width {
    max-width: 900px !important
}

.close_timecounter_ajax {
    position: relative;
    z-index: 999999;
    bottom: 16907px !important;
    right: 22% !important;
    background: none;
    color: red;
    font-size: 91px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-weight: 700
}

@media only screen and (min-width:960px) and (max-width:1140px) {
    #counsellingpopup .modal-dialog {
        max-width: 950px
    }

    #counsellingpopup {
        margin-top: 15px
    }

    .close_timecounter_ajax {
        bottom: 25px !important;
        right: 28% !important
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    #counsellingpopup .modal-dialog {
        max-width: 740px
    }

    .counsellingpopupbg-form {
        padding: 25px
    }

    #counsellingpopup {
        margin-top: 10px
    }

    .close_timecounter_ajax {
        bottom: 27px !important;
        right: 10% !important
    }
}

@media only screen and (max-width:767px) {
    .counsellingpopupbg-img {
        display: none
    }

    .counsellingpopupbg-form {
        width: 100%;
        padding: 20px
    }

    #counsellingpopup {
        margin-top: 10px
    }

    .close_timecounter_ajax {
        bottom: 91px !important;
        right: 6% !important
    }
}

.recurtstrip {
    width: 100%;
    float: left;
    padding: 78px 0 78px 0;
    box-shadow: #ccc 4px 4px 4px
}

.recurtstrip h2 {
    width: 100%;
    font-weight: 700;
    text-align: center;
    float: left
}

.recurtstrip h4 {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    float: left
}

.reclogoinfo {
    width: 100%;
    float: left
}

.reclogoinfo ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center
}

.reclogoinfo ul li {
    list-style-type: none;
    display: inline-block;
    width: 19%
}

.reclogdiv {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center
}

.reclogdiv img {
    height: 50px;
    margin: 0 auto;
    display: table
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .reclogoinfo ul li {
        width: 30%
    }

    .reclogdiv {
        padding: 5px 0
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .reclogoinfo ul li {
        width: 48%
    }

    .reclogdiv {
        padding: 5px 0
    }
}

@media only screen and (min-width:480px) and (max-width:599px) {
    .reclogoinfo ul li {
        width: 48%
    }

    .reclogdiv {
        padding: 5px 0
    }

    .reclogdiv img {
        height: 50px
    }
}

@media only screen and (max-width:479px) {
    .reclogoinfo ul li {
        width: 48%
    }

    .reclogdiv {
        padding: 5px 0
    }

    .reclogdiv img {
        height: 46px
    }
}

.signinpopupbg {
    background: rgba(26, 61, 60, .9);
    float: left;
    width: 100%;
    position: fixed;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    text-align: center
}

.signinpopupbg .container {
    max-width: 1100px
}

.signinpopupbg h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 300
}

.signup-using {
    padding: 50px 0;
    color: #fff
}

.signup-using {
    text-align: center
}

.googlelogin_text {
    display: inline-block;
    margin-top: 25px
}

.signup-using span img {
    width: 50px
}

.signup-using p {
    margin: 0
}

.signup-using p a {
    color: #fff
}

.signupboxbottom {
    border-radius: 15px;
    margin: 15px 0;
    padding: 25px;
    text-align: left;
    background: #1a696d;
    border: none
}

.signupboxbottom h3 {
    font-weight: 400;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 20px
}

.signup-using p {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.signinpopupbg h1 span {
    font-weight: 700
}

.signupboxbottom p {
    color: #fff
}

.closeicon0 {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 25px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .signup-using {
        padding: 20px 0
    }

    .signup-using span {
        margin: 15px 0
    }

    .signinpopupbg h1 {
        font-size: 20px;
        margin-top: 50px
    }

    .signupboxbottom {
        margin: 5px 0;
        padding: 15px 0;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    /* #welcomepopup {
        max-width: 370px !important;
        left: 8px;
        top: inherit;
        bottom: 20px;
        padding: 0 !important;
        border-radius: 20px;
        background: #00205f;
        height: auto;
        font-family: 'Open Sans', sans-serif;
    } */

    /* #welcomepopup .modal-header .close {
        position: 1;
        opacity: 1;
        color: #fff;
        box-shadow: none;
    } */

    /* #welcomepopup .modal-header {
        text-align: center;
        display: block;
        border: none;
    } */

    /* #welcomepopup .modal-footer {
        text-align: center;
        display: block;
        border: none;
        background: #fff;
    } */

    /* #welcomepopup .modal-body p {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
    } */
}

#welcomepopup {
    width: 485px;
    left: 20px;
    top: inherit;
    bottom: 20px;
    padding: 0 !important;
    border-radius: 10px;
    background: #00205f;
    height: auto;
    font-family: 'Open Sans', sans-serif;
}

#welcomepopup .modal-header .close {
    opacity: 1;
    color: #00205f;
    background-color: #fff;
    z-index: 99;
    box-shadow: none;
    width: 30px;
    position: relative;
    border-radius: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 10px;
}

.yallowbox {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    background: #fefe00;
    color: #000;
    font-weight: 700;
}

#welcomepopup .modal-header {
    text-align: center;
    display: block;
    border: none;
}

#welcomepopup .modal-footer {
    text-align: center;
    display: block;
    border: none;
    padding-bottom: 2rem;
    background: #fff;
}

#welcomepopup .modal-body p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.secondmenu .navbar-nav {
    margin: 0 auto !important;
}

.secondmenu_btn {
    width: 200px;
    padding: 8px 5px 8px 5px !important;
    text-align: center !important;
}

.right-btn {
    float: right;
    margin-top: 10px;
}

.sec-navbar {
    position: fixed;
    top: 55px;
    z-index: 222;
    float: left;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.121);
}

.sec-navbar nav ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
}

.sec-navbar nav ul li a {
    white-space: nowrap;
    padding: 18px 12px;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    letter-spacing: .3px;
    position: relative;
}

.sec-navbar nav ul li.active a {
    color: #1157b4;
}

.sec-navbar .enroll-btn {
    display: inline-block;
    border-radius: 6px;
    white-space: nowrap;
    /* width: 100%; */
    text-align: center;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    width: 200px;
    padding: 6px 0px 6px 0px;
}


.sec-navbar nav ul li.active a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

/* Set the width and height of the scrollbar */
.sec-navbar ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Set the background color of the scrollbar */
.sec-navbar ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Set the color and shape of the scrollbar thumb */
.sec-navbar ::-webkit-scrollbar-thumb {
    /*background-color: #888;*/
    border-radius: 5px;
}

.fixed-nav {
    position: fixed;
    z-index: 222;
}

@media screen and (min-width:767px) {
    .firstmenu .enroll-btn {
        display: none;
    }

    .sec-navbar {
        display: none;
    }

    .new_logo {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .navbar-brand {
        position: absolute;
        top: 5px;
        z-index: 999;
    }

    .navbar-brand img {
        width: 55px !important;
        margin-top: 10px;
    }
}

.navbar-brand .new_logo {
    width: 140px !important;
    margin-top: 6px;
}


.courses-slides-container,
.syllabus-slides-container {
    overflow: hidden;
}

.courses-slides-container .slide,
.syllabus-slides-container .slide {
    /* display: none; */
    height: 100%;
    padding: 12px;
    position: relative;
}

.slide-bottom .slide {
    height: 100%;
    padding: 12px;
    position: relative;
}

/* .courses-slides-container .slide-top .slide:first-of-type,
.syllabus-slides-container .slide:first-child {
    display: block;
} */





.courses-slides-container .slick-arrow,
.syllabus-slides-container .slick-arrow {
    position: fixed;
    top: 50%;
    display: none;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 0 !important;
    z-index: 555;
}

.courses-slides-container .slick-arrow.slick-disabled,
.syllabus-slides-container .slick-arrow.slick-disabled {
    display: none !important;
}

.courses-slides-container .slick-arrow.slick-prev,
.syllabus-slides-container .slick-arrow.slick-prev {
    left: 10px;
}

.courses-slides-container .slick-arrow.slick-next,
.syllabus-slides-container .slick-arrow.slick-next {
    right: 10px;
}

.courses-slides-container.show-buttons .slick-arrow,
.syllabus-slides-container.show-buttons .slick-arrow {
    display: inline-block;
    font: normal normal normal 2rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.courses-slides-container .slick-arrow.slick-prev:before,
.syllabus-slides-container .slick-arrow.slick-prev:before {
    content: "\f104" !important;
    font-size: 2rem !important;
    color: #000 !important;
    font-family: FontAwesome;
}

.courses-slides-container .slick-arrow.slick-next:before,
.syllabus-slides-container .slick-arrow.slick-next:before {
    content: "\f105" !important;
    font-size: 2rem !important;
    color: #000 !important;
    font-family: FontAwesome;
}

.slick-dots {
    bottom: 10px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* 
.courses-slides-container.show-buttons .btn-slide,
.syllabus-slides-container.show-buttons .btn-slide {
    display: inline-block;
    font: normal normal normal 2rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.courses-slides-container .btn-slide,
.syllabus-slides-container .btn-slide {
    position: fixed;
    top: 50%;
    display: none;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 2rem !important; 
}

.courses-slides-container .btn-slide.left-arrow:before{
    content: "\f104";
}
.courses-slides-container .btn-slide.right-arrow:before{
    content: "\f105";
} */



/* .courses-slides-container .btn-slide#prev-button,
.syllabus-slides-container .btn-slide#prev-button2 {
    left: 10px;
}

.courses-slides-container .btn-slide#next-button,
.syllabus-slides-container .btn-slide#next-button2 {
    right: 10px;
} */
/* 
.courses-slides-container .btn-slide#prev-button,
.syllabus-slides-container .btn-slide#prev-button2 {
    left: 10px;
}

.courses-slides-container .btn-slide#next-button,
.syllabus-slides-container .btn-slide#next-button2 {
    right: 10px;
} */

/* @media screen and (max-width:767px) {
    .slide .popularcourses-boxbg {
        background: #ffffff;
        box-shadow: 0 0 5px #0000001f;
    }

    .slide .popularcourses-boxbg-top {
        background: unset;
    }

    .slide .popularcourses-header {
        text-align: left;
    }

    .slide .popularcourses-boxbg-bottom-top ul li {
        background: unset;
    }
    .slide .popularcourses-header-text h2 {
        color: #0072bc;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 12px 0;
    }
    .slide .popularcourses-boxbg-top h4 {
        padding: 16px 0 16px 20px;
        color: #000;
        font-weight: 600;
        font-size: 18px;
        background-color: #ffe827;
    }
    .slide .popularcourses-boxbg-top h4.date-heading {
        padding: 16px 0 16px 20px;
        color: #000;
        font-weight: 600;
        font-size: 18px;
        background-color: #ffe827;
    }

} */

.slide .popularcourses-boxbg-top h4.date-heading {
    padding: 12px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    background-color: #ffe827;
}


.courses-dropdown {
    display: inline-block;
}

.courses-dropdown .btn-courses-dropdown {
    background-color: #0487d9;
    border-color: #0487d9;
    color: #fff;
}

.courses-dropdown .dropdown-menu {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 5px #00000014;
    width: 95vw;
    padding-top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.courses-dropdown .dropdown-menu .courses-dropdown-header {
    background-color: #0487d9;
    padding: 15px 15px;
    color: #fff;
}

.courses-dropdown .dropdown-menu .courses-dropdown-header h4 {
    margin-bottom: 0;
}

.courses-dropdown .dropdown-menu .courses-dropdown-container {
    padding: 10px 15px;
    height: 70vh;
    overflow: auto;
}

.courses-dropdown .dropdown-menu .courses-dropdown-container .courses-dropdown-container-inner .dropdown-item:not(:last-child) {
    margin-bottom: 10px;
}

.courses-dropdown .dropdown-menu .courses-dropdown-container .courses-dropdown-container-inner .dropdown-item {
    box-shadow: 0 0 5px #00000042;
    border-radius: 8px;
}

.courses-dropdown .dropdown-menu .courses-dropdown-container a .yellow-strip-dropdown {
    background-color: #ffe827;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.95rem;
    font-weight: 600;
}

.courses-dropdown .dropdown-menu .courses-dropdown-container .btn-link:focus,
.courses-dropdown .dropdown-menu .courses-dropdown-container .btn-link:hover {
    text-decoration: none;
}

.courses-dropdown .dropdown-menu .courses-dropdown-container .btn-link {
    color: #212529;
    display: flex;
    justify-content: space-between;
}

.courses-dropdown .dropdown-menu .courses-dropdown-container .btn-link:not(.collapsed) .fa-angle-down {
    transform: rotateZ(180deg);
}

.courses-dropdown .dropdown-menu .courses-dropdown-container .courses-dropdown-container-inner a span {
    color: #0487d9;
}


.slick-slide img {
    display: inline-block !important;
}


.tabs-container-view .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 16px;
    margin-block: 16px;
    gap: 10px;
}

.tabs-container-view .nav .nav-link {
    white-space: nowrap;
    border: 0;
    font-size: 0.85rem;
    border-bottom: 2px solid;
    border-color: transparent;
    background-color: transparent;
}

.tabs-container-view .nav .nav-link:focus,
.tabs-container-view .nav .nav-link.active {
    border: 0;
    border-bottom: 2px solid;
    outline: 0;
    border-color: #184ad2;
    background-color: #f0f8ff;
}


@media screen and (min-width: 768px) {

    .courses-slides-container .slick-arrow,
    .syllabus-slides-container .slick-arrow {

        display: none !important;
    }
}


@media screen and (max-width: 574px) {
    #welcomepopup {
        width: 100% !important;
        left: 0;
        right: 0;
        top: inherit;
        bottom: 50px;
        z-index: 998;
        overflow: hidden;
    }

    .faqcontent {
        padding: 0px;
    }

    .faqinside {
        padding: 5px;
    }

    .whitimg6 img,
    .blueimg2 img {
        width: 25px;
        margin: 5px 0;
    }

}

.review-courses-block {
    padding-block: 55px 0;
}

.review-courses-block .review-div {
    text-align: center;
}

.review-courses-block .review-div p span {
    color: #0487d9;
}

.review-courses-block .review-div .review-logo {
    width: 80%;
    margin-inline: auto;
}

.review-courses-block .review-div .review-logo img {
    width: 100%;
}

.courses-dropdown-heading {
    margin-bottom: 26px;
    padding-bottom: 8px;
    position: relative;
}

.courses-dropdown-heading::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 5px;
    width: 80px;
    background-color: #0487d9;
}

.courses-dropdown-container-inner {
    margin-bottom: 30px;
}

.counsellingpopupbgIframe {
    width: 100%;
    border: none;
    height: 580px;
}




.programfeenew {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.programfeenew h1 {
    color: #2e2e2e;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 35px 0;
}

.programfeenew-inner {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #cfd5d8;
    overflow: hidden;
}

.programfeenew-inner-left {
    float: left;
    width: 40%;
    position: relative;
    padding: 40px;
}

.programfeenew-inner-left::after {
    background: #1a64c0;
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.programfeenew-inner-price {
    border-radius: 10px;
    border: solid 1px #cfd5d8;
    background: #fff;
    padding: 35px 0;
    text-align: center;
    position: relative;
    z-index: 99;
}

.programfeenew-inner-price p {
    color: #0a4c9e;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.programfeenew-inner-price h2 {
    color: #2e2e2e;
    font-weight: 700;
    font-size: 44px;
    text-transform: uppercase;
    margin: 0;
}

.programfeenew-inner-right {
    float: left;
    width: 60%;
    padding: 32px 28px 32px 0;
}

.programfeenew-inner-right h5 {
    color: #1a64c0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.programfeenew-inner-right h4 {
    color: #37393b;
    font-size: 19px;
    font-weight: 700;
    margin: 12px 0;
}

.programfeenew-inner-right h4 span {
    font-weight: 500;
    font-size: 15px;
}

.programfeenew-inner-right a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    background: #29c95a;
}

.programfeenew-inner-right a:hover {
    background: #000;
    color: #fff;
}

.programfeenew-inner-right p {
    color: #37393b;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin: 15px 0;
}

.programfeenew-inner-right ul {
    padding: 0;
    margin: 0;
}

.programfeenew-inner-right li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin-left: 15px;
}


.eligibility-criteria-row {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.eligibility-criteria {
    float: left;
    width: 100%;
    border-radius: 15px;
    border: solid 1px #cfd5d8;
    padding: 35px;
    min-height: 255px;
}

.eligibility-criteria h2 {
    position: relative;
    color: #2a2c2d;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding-bottom: 18px;
}

.eligibility-criteria h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #1a64c0;
    width: 50px;
    height: 4px;
}

.eligibilitylist1 {
    padding: 0;
    margin: 0;
}

.eligibilitylist1 li {
    color: #37393b;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    list-style: none;
}

.eligibilitylist1 li span {
    display: inline-block;
    width: 45px;
    vertical-align: middle;
}

.eligibilitylist2 {
    padding: 0;
    margin: 0;
}

.eligibilitylist2 li {
    color: #37393b;
    font-size: 15px;
    font-weight: 500;
    background: url(../images/rightarrow-blue.png) no-repeat left 3px;
    padding-left: 20px;
    margin: 5px 0;
    float: left;
    width: 34%;
    list-style: none;
}


@media only screen and (max-width: 767px) {

    .programfeenew-inner-left {
        width: 100%;
    }

    .programfeenew-inner-right {
        width: 100%;
        padding: 20px;
    }

    .programfeenew-inner-left::after {
        width: 100%;
    }

    .eligibilitylist1 li,
    .eligibilitylist2 li {
        font-size: 1rem;
    }

    .eligibilitylist2 li {
        width: 100%;
    }

    .eligibilitylist1 li span {
        float: left;
        margin-bottom: 25px;
    }
}