: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;
    font-family: "Tw Cen MT" !important
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .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: #7e1b1b;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #7e1b1b;
    
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    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,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[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
}

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-wrap: 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,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

.row {
    display: -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%
}

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

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

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

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

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

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

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

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

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

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

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

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control: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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.5em + .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,
.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%;
    left: 0;
    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
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: right calc(.375em + .1875rem) center;
    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)
}

.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(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' 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)
}

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

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

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

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

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .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: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%;
    left: 0;
    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
}

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

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

.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(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #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)
}

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

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

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

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

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .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: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
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

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

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    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
}

.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%;
    min-width: 0;
    margin-bottom: 0
}

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

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

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

.input-group>.custom-select:not(: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;
    z-index: 1;
    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;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    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,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 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' width='4' height='4' 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' width='12' height='12' 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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
    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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.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,
.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: 1.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;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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 {
        -webkit-transition: none;
        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;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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 {
        -moz-transition: none;
        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;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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 {
        -ms-transition: none;
        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,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -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,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    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,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -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,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -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,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -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,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -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,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -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,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -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,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -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,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -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,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -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,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .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 {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    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-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;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

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

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

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

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

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

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

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -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 {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}

.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 {
    display: -ms-flexbox;
    display: flex
}

.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: 3;
    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: 3;
    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;
    line-height: 0;
    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;
    overflow: hidden;
    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;
    border-radius: .25rem
}

.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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #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
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    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);
    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);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.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.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.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-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

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

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

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

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

.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);
    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: opacity 0s .6s
}

@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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-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;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -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;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

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

.shadow-sm {
    box-shadow: 0 .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
}

.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: 0rem !important
    }

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

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 0rem !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
    }
}

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

.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: 600 !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
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    border-radius: 50%;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

body,
html {
    font-size: 16px;
    color: #383535;
    padding: 0 !important;
    margin: 0 !important
}

.h3,
h3 {
    font-size: 20px
}

.modal {
    overflow-y: auto !important
}

a {
    cursor: pointer !important
}

.modal-open {
    overflow: auto !important
}

.font-11 {
    font-size: 11px !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}

.font-22 {
    font-size: 22px !important
}

.font-26 {
    font-size: 26px !important
}

.color-red {
    color: #000000 !important
}

.color-green {
    color: #00bf2d !important
}

.color-pink-light {
    color: #ffd4d8 !important
}

.colorblack {
    color: #000 !important
}

.color-off-black {
    color: #212121 !important
}

.colorgrey {
    color: #767676 !important
}

.color-brown {
    color: #982a35 !important
}

.colorwhite {
    color: #fff !important
}

.colorbrown {
    color: #65A9FD !important
}

.text-yellow {
    color: gold !important
}

.bg-pink-light {
    background: #E7F1FF !important
}

.bg-brwon-extra-dark {
    background: #321a27 !important
}

.bg-pink {
    background: #f2f4f7 !important
}

.bg-green {
    background: #e1ffe8 !important
}

.bg-red {
    background: #a31b1b !important
}

.border-red-bottom {
    border-bottom: 1px solid #321a27 !important
}

.bg-brown {
    background: #b80001 !important
}

.bg-brown-dark {
    background: #FF6F00 !important
}

.bg-dark-marron {
    background: #321a27 !important
}

.bg-light-gray {
    background: #f8fafc !important
}

.h4,
h4 {
    font-size: 16px;
    color: #000
}

.h5,
h5 {
    font-size: 14px;
    color: #8a0a20
}

.h6,
h6 {
    font-size: 13px;
    color: #fff
}

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

.font-weight-semi {
    font-weight: 500 !important
}

.font-weight-semi-bold {
    font-weight: 600 !important
}

.header {
    height: 66px
}

.header .astroway-logo-ntext span {
    display: block
}

.header .astroway-logo-ntext span.astroway-logo-text {
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    color: #000
}

.header .astroway-logo-ntext span.astroway-logo-subtext {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    color: #000
}

.navbar-nav img {
    width: 20px
}

.icon-notification.dropdown-toggle::after {
    display: none
}

.navbar button[aria-expanded=true] .navbar-toggler-icon {
    content: "x";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNDM3LjUsMzg2LjZMMzA2LjksMjU2bDEzMC42LTEzMC42YzE0LjEtMTQuMSwxNC4xLTM2LjgsMC01MC45Yy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMEwyNTYsMjA1LjFMMTI1LjQsNzQuNSAgYy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjksMGMtMTQuMSwxNC4xLTE0LjEsMzYuOCwwLDUwLjlMMjA1LjEsMjU2TDc0LjUsMzg2LjZjLTE0LjEsMTQuMS0xNC4xLDM2LjgsMCw1MC45ICBjMTQuMSwxNC4xLDM2LjgsMTQuMSw1MC45LDBMMjU2LDMwNi45bDEzMC42LDEzMC42YzE0LjEsMTQuMSwzNi44LDE0LjEsNTAuOSwwQzQ1MS41LDQyMy40LDQ1MS41LDQwMC42LDQzNy41LDM4Ni42eiIvPjwvc3ZnPg==) !important;
    filter: invert(1)
}

.navbar button[aria-expanded=true]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .1);
    z-index: -1
}

.navbar {
    box-shadow: 0 3px 6px #ee4E5E33;
    background: #fff;
    padding: 3px 0 !important
}

.navbar .navbar-brand img {
    max-width: 53px
}

.navbar .btn-chat.active,
.navbar .btn-chat:active,
.navbar .btn-chat:focus,
.navbar .btn-chat:hover {
    background: #fff;
    border: 2px solid gold
}

.btn-block+.btn-block {
    margin-top: 0 !important
}

.btn-chat {
    background: gold;
    box-shadow: 0 2px 3px #ffd70080;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 20px;
    margin: 0 5px;
    white-space: nowrap
}

.btn-chat-profile {
    background: gold;
    box-shadow: 0 2px 3px #ffd70080;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    padding: 3px 20px;
    margin: 0 5px;
    white-space: nowrap;
    color: #000
}

.btn-chat-profile:hover {
    text-decoration: none
}

.astroway-blog a:hover {
    text-decoration: none
}

.btn-chat-profile span {
    padding: 4px;
    align-items: center
}

.btn-chat-profile span.separator {
    padding-left: 15px;
    border-left: 1px solid #eec800;
    margin-left: 15px
}

.notifications .fa-bell-o {
    font-size: 32px
}

.bell_badge {
    font-size: 12px;
    display: block;
    position: absolute;
    top: -7px;
    right: -6px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #4aac00;
    font-weight: 600;
    font-size: 11px
}

.user-options {
    min-width: 280x;
    border: 6px;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    padding: 0;
    overflow: hidden;
    top: 56px !important
}

.user-options ul {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 240px
}

.user-options ul .dropdown-item.active,
.user-options ul .dropdown-item:active {
    color: #000 !important
}

li.namedisplay img {
    width: 50px;
    height: 50px
}

li.namedisplay {
    padding: 15px 10px
}

li.namedisplay .name {
    background: #ee4e5e;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 15px;
    overflow: hidden !important;
    color: #fff
}

li.namedisplay h2 {
    font-weight: 500;
    color: #000;
    font-size: 16px
}

li.namedisplay h3 {
    font-weight: 400;
    color: #000;
    font-size: 13px;
    color: #ee4e5e
}

.user-options ul li {
    border-bottom: solid 1px #e4e4e4
}

.user-options ul li a {
    font-size: 13px;
    color: #000;
    background: 0 0 !important;
    padding: 12px 20px;
    font-weight: 500
}

.user-options ul li a.signout {
    background: 0;
    padding: 40px 20px 35px
}

.user-options ul li a.signout span {
    font-size: 14px;
    font-weight: 600;
    color: #ee4e5e;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #ee4e5e;
    background: #fff5f6
}

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

.astroway-menu ul::-webkit-scrollbar {
    width: 0
}

.astroway-menu .icon:hover>svg,
.astroway-menu .icon:hover>svg circle,
.astroway-menu .icon:hover>svg path {
    fill: #fff
}

.astroway-menu ul {
    overflow-x: auto;
    justify-content: space-between;
    scrollbar-width: none
}

.astroway-menu li {
    margin-right: 20px;
    min-width: 79px;
    text-align: center
}

.astroway-menu li.active .icon {
    background: #ee4e5e
}

.astroway-menu li::last-child {
    padding-right: 0
}

.astroway-menu li a {
    color: #000;
    transition: .45s
}

.astroway-menu li a:hover {
    text-decoration: none;
    color: #000
}

.astroway-menu .icon {
    display: block;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 8px 16px rgba(0, 0, 0, .1)
}

.astroway-menu .icon img {
    max-width: 150px
}

.astroway-menu span.icon-desc {
    font-size: 15px;
    font-weight: 500;
    padding-top: 5px;
    white-space: nowrap;
    margin-top: 15px
}

.astro-content h1.page-heading {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px
}

.astro-content h1.page-heading::after {
    content: "";
    width: 140px;
    height: 3px;
    background: #ee4e5e;
    position: relative;
    display: block;
    margin: 15px auto
}

h2.heading {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 30px !important
}

h2.heading::after {
    content: "";
    width: 140px;
    height: 3px;
    background: #65A9FD;
    position: relative;
    display: block;
    margin: 15px auto;
    margin-bottom: 0
}

h2.cat-heading {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase
}

h2.cat-heading::after {
    content: "";
    width: 136px;
    height: 3px;
    background: #65A9FD;
    position: relative;
    display: block;
    top: 10px;
    margin: 0 auto
}

.chatwindow.psyich-img {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px
}

.chatwindow.psyich-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: ""
}

.chatwindow .status-circle-available {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #60df00;
    bottom: 6px;
    right: 6px;
    left: auto;
    position: absolute
}

.astroway-astrologers .owl-carousel.owl-blur {
    display: flex;
    overflow-x: hidden
}

.astroway-astrologers .owl-carousel.owl-blur .item {
    min-width: 207px;
    text-align: center;
}

.astroway-astrologers .item {
    box-shadow: 0 3px 6px #65a9fd24;
    border: 1px solid #65A9FD;
    border-radius: 14px;
    margin: 8px;
    position: relative
}

.astroway-astrologers a:hover {
    text-decoration: none
}

.astroway-astrologers .astro-name {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0 !important
}

.astroway-astrologers .item .status-badge {
    position: absolute;
    top: 10px;
    right: 10px
}

.astroway-astrologers .owl-carousel .item img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%
}

.astroway-astrologers .owl-nav,
.astroway-blog .owl-nav,
.astroway-customer-stories .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 50px;
    color: #65A9FD
}

.astroway-astrologers .owl-nav button span,
.astroway-blog .owl-nav button span,
.astroway-customer-stories .owl-nav button span {
    display: none
}

.astroway-banner {
    padding-top: 30px;
    padding-bottom: 90px;
    background: #180d19
}

.astroway-banner .banner-privacy-content .separator {
    border-right: 1px solid #efb6bc;
    width: 0
}

.astroway-banner .banner {
    background: #ffc0c6;
    background: -moz-linear-gradient(90deg, #ffc0c6 0, #fff5f6 50%, #fff5f6 100%);
    background: -webkit-linear-gradient(90deg, #ffc0c6 0, #fff5f6 50%, #fff5f6 100%);
    background: linear-gradient(90deg, #ffc0c6 0, #fff5f6 50%, #fff5f6 100%);
    border-radius: 15px
}

.astroway-banner .banner .banner-content {
    width: 70%
}

.astroway-banner .banner .banner-content h1 {
    font-size: 35px;
    font-weight: 700;
    color: #130708
}

.astroway-banner .banner .banner-image {
    width: 30%
}

.astroway-banner .banner .banner-content p {
    font-size: 23px;
    font-weight: 600
}

.astroway-call-action .d-flex a {
    background: #fff;
    text-align: center;
    padding: 30px 0;
    box-shadow: 0 3px 30px #da5c6866;
    border: 1px solid #ee4e5e;
    border-radius: 20px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 465px;
    transition: 1.45s;
    z-index: 1
}

.astroway-call-action .d-flex a:first-child {
    margin-right: 20px
}

.astroway-call-action .d-flex a:hover {
    text-decoration: none;
    background: #fff6f7;
    box-shadow: 0 3px 30px #da5c68a8
}

.astroway-astrologers .item,
.psychic-card {
    transition: .45s
}

.astroway-call-action .d-flex a img {
    width: 50px;
    height: 50px
}

.astroway-astrologers .owl-nav button.owl-next::after,
.astroway-blog .owl-nav button.owl-next::after,
.astroway-customer-stories .owl-nav button.owl-next::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 9px;
    -webkit-text-stroke: 1px white;
    top: 2px
}

.astroway-astrologers .owl-nav button.owl-prev::after,
.astroway-blog .owl-nav button.owl-prev::after,
.astroway-customer-stories .owl-nav button.owl-prev::after {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 9px;
    -webkit-text-stroke: 1px white;
    top: 2px
}

.astroway-astrologers .owl-nav .owl-next,
.astroway-astrologers .owl-nav .owl-prev,
.astroway-blog .owl-nav .owl-next,
.astroway-blog .owl-nav .owl-prev,
.astroway-customer-stories .owl-nav .owl-next,
.astroway-customer-stories .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #65A9FD !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute
}

.astroway-astrologers .owl-nav .owl-next:focus,
.astroway-astrologers .owl-nav .owl-prev:focus,
.astroway-blog .owl-nav .owl-next:focus,
.astroway-blog .owl-nav .owl-prev:focus,
.astroway-customer-stories .owl-nav .owl-next:focus,
.astroway-customer-stories .owl-nav .owl-prev:focus {
    outline: 0
}

.astroway-astrologers .owl-nav .owl-prev,
.astroway-blog .owl-nav .owl-prev,
.astroway-customer-stories .owl-nav .owl-prev {
    left: -50px
}

.astroway-astrologers .owl-nav .owl-next,
.astroway-blog .owl-nav .owl-next,
.astroway-customer-stories .owl-nav .owl-next {
    right: -50px
}

.astroway-astrologers .astro-profile-btm {
    border-top: 1px solid #fcdbdf
}

.astroway-astrologers .astro-profile-btm p {
    font-size: 16px;
    font-weight: 400
}

.fa-star,
.fa-star-o {
    color: #ffc301
}

.fa-star {
    text-shadow: 0 0 #fda100
}

.btn.view-more {
    border-radius: 30px;
    font-size: 16px;
    padding: 8px 30px;
    box-shadow: 0 3px 6px #ee4e5e29;
    background: #ffd700
}

.btn.view-more:hover,
.btn.view-more:focus,
.btn.view-more:active {
    color: #ffffff !important;
    background: #b80001
}

.btn.view-more:hover svg path,
.btn.view-more:focus svg path,
.btn.view-more:active svg path {
    fill: #fff
}

.astroway-customer-stories .item {
    margin: 20px;
    background: #fff;
    height: 360px;
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    border: 1px solid #d9d9d9;
    border-radius: 0px 30px 0px 30px
}

span.d-block.colorblack.text-center.font-weight-semi-bold.pb-1 {
    padding: 15px 20px 15px 20px;
}

.astroway-astrologers .owl-theme .owl-nav [class*=owl-]:hover,
.astroway-blog .owl-theme .owl-nav [class*=owl-]:hover,
.astroway-customer-stories .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0;
    color: inherit
}

.astroway-blog .item {
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    border: 1px solid #d9d9d9;
    border-radius: 0px 30px 0px 30px;
    margin-right: 10px;
    margin-left: 10px
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    color: #630c0d !important;
    border: 1px solid #630c0d !important;

}

.content.p-3.bg-white {
    border-radius: 0px 0px 0px 30px !important;
    box-shadow: 0px 0px 13.73px 3.43px #00000012
}

.astroway-blog .item img {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px
}

.astroway-customer-stories .item img {}

.astroway-blog .item img {
    max-height: 170px
}

.astroway-blog .item .content,
.astroway-customer-stories .item .content {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px
}

.astroway-blog .item .content span,
.astroway-customer-stories .item .content span {
    font-size: 14px
}

.astroway-blog .item .content .category {
    font-size: 16px;
    line-height: 24px
}

.astroway-about #faq .card-header,
.chat-page-faq #faq .card-header {
    padding-left: 0
}

#accordion .panel.panel-default,
.astroway-about #faq .card,
.astroway-about #faq .card-header,
.chat-page-faq #faq .card,
.chat-page-faq #faq .card-header {
    border: 0;
    border-bottom: 1px solid #ccc
}

.card .card-body {
    font-size: 16px
}

.astroway-about .card-header {
    background: 0;
    border: 0
}

#accordion a.accordion-toggle {
    text-decoration: none
}

#accordion a.accordion-toggle,
.astroway-about #faq .card .card-header .btn-header-link,
.chat-page-faq #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #222;
    padding: 5px;
    font-weight: 600 !important;
    font-size: 20px;
    text-transform: capitalize;
    padding-right: 20px;
    position: relative
}

.faqsection a,
.faqsection ol li,
.faqsection p,
.faqsection ul li {
    font-size: 14px
}

#accordion a.accordion-toggle:after,
.astroway-about #faq .card .card-header .btn-header-link:after,
.chat-page-faq #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
    position: absolute;
    top: 10px;
    right: 0
}

.astroway-about #faq .card .card-header .btn-header-link:focus,
.chat-page-faq #faq .card .card-header .btn-header-link:focus {
    outline: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#accordion a.accordion-toggle.collapsed:after,
.astroway-about #faq .card .card-header .btn-header-link.collapsed:after,
.chat-page-faq #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107"
}

.astroway-about #faq .card .collapse,
.chat-page-faq #faq .card .collapse {
    border: 0
}

.astroway-about #faq .card .collapse.show,
.chat-page-faq #faq .card .collapse.show {
    color: #222
}

.expert-search-section-height {
    min-height: 800px
}

.height-vh {
    min-height: calc(100vh - 482px) !important
}

.expert-search-section-height-favourites {
    min-height: calc(100vh - 380px)
}

#expert-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: flex-start;
}

#expert-list .psychic-card {
    border-radius: 10px;
    padding: 10px;
    width: 32%;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    border: 1px solid #d9d9d9;
    border-radius: 0px 30px 0px 30px
}

#expert-list .psychic-card ul li.w-100 a,
#expert-list .psychic-card ul li.w-100 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%
}

#expert-list .psychic-card .d-flex.align-items-center a:hover {
    text-decoration: none
}

.psychic-card .checkmark {
    position: absolute;
    top: 13px;
    right: 10px;
    display: flex;
    align-items: center;
    line-height: 0
}

.psychic-card .checkmark img {
    width: 20px
}

.psychic-card .psyich-img {
    border-radius: 50%
}

.psychic-card .status-badge {
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 25px;
    right: 5px;
    background: #ccc;
    border-radius: 50%;
    border: 2px solid #fff
}

.psychic-card .status-badge-txt.text-center {
    margin-top: 5px;
    height: 20.5px
}

.psychic-card span.status-badge-txt {
    padding: 2px;
    color: #ee4e5e;
    border-radius: 30px;
    font-size: 11px;
    display: block;
    width: 100%
}

span.status-badge-txt.specific-Clr-Busy {
    color: #ee4e5e !important;
    background: #fff3f5 !important
}

span.status-badge-txt.specific-Clr-Online {
    color: #5bbe2a !important;
    background: #f2ffec !important
}

span.status-badge-txt.specific-Clr-Offline {
    color: rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.10) !important
}

.psychic-card .review-psy {
    line-height: 14px
}

.psychic-card .psy-review-section {
    min-width: 80px;
    text-align: center
}

.status-badge.specific-Clr-Busy {
    background: #ee4e5e !important
}

.status-badge.status-circleOffline {
    background: #ccc !important
}

.status-badge.specific-Clr-Online {
    background: #5bbe2a !important;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.psychic-card .fa-heart,
.psychic-card .fa-heart-o {
    border: 0;
    color: #9a8b8b;
    font-size: 18px;
    padding-right: 0;
    border-radius: 50%
}

.psychic-card .fa-heart {
    color: #ee4e5e !important
}

.psychic-card .btn {
    background: #fff;
    border: 2px solid #ee4e5e;
    border-radius: 30px;
    font-size: 18px;
    color: #ee4e5e;
    white-space: nowrap;
    width: 100px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.psychic-card .btn svg {
    margin-right: 5px
}

.psychic-card .btn svg,
.psychic-card .btn svg path {
    fill: #ee4e5e
}

.psychic-card .btn.offline {
    border-color: rgba(0, 0, 0, 0.50);
    color: rgba(0, 0, 0, 0.50)
}

.psychic-card .btn.callnow,
.psychic-card .btn.letschat {
    border-color: #5bbe2a;
    color: #5bbe2a
}

.psychic-card .btn.callnow:hover,
.psychic-card .btn.letschat:hover {
    background-color: #5bbe2a !important;
    border: 2px solid #5bbe2a !important
}

.psychic-card .btn.callnow svg,
.psychic-card .btn.callnow svg path,
.psychic-card .btn.letschat svg,
.psychic-card .btn.letschat svg path {
    fill: #5bbe2a
}

.psychic-card .btn:active,
.psychic-card .btn:focus,
.psychic-card .btn:hover {
    background-color: #65A9FD !important;
    color: #fff !important;
    box-shadow: 2px 2px 2px 0 #0003
}

.psychic-card .offline.btn:active,
.psychic-card .offline.btn:focus,
.psychic-card .offline.btn:hover {
    background-color: rgba(0, 0, 0, 0.50) !important;
    color: #fff !important;
    box-shadow: 2px 2px 2px 0 #0003
}

.psychic-card .btn.callnow:hover svg,
.psychic-card .btn.callnow:hover svg path,
.psychic-card .btn.letschat:hover svg,
.psychic-card .btn.letschat:hover svg path,
.psychic-card .btn:active svg,
.psychic-card .btn:active svg path,
.psychic-card .btn:focus svg,
.psychic-card .btn:focus svg path,
.psychic-card .btn:hover svg,
.psychic-card .btn:hover svg path {
    fill: #fff
}

.psychic-card .btn.offline {
    border-color: rgba(0, 0, 0, 0.50);
    color: rgba(0, 0, 0, 0.50)
}

.ataf-minutes {
    position: absolute;
    top: -21px;
    right: 0;
    font-size: 13px;
    font-weight: 600 !important
}

.expert-search-section {
    min-height: 86px
}

.search-box .search-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    color: #65A9FD;
    padding: 0
}

#expert-search .form-control {
    border: 1px solid #65A9FD;
    padding-right: 20px
}

#expert-search select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svgwidth="24"height="25"viewBox="002425"fill="none"xmlns="http://www.w3.org/2000/svg"><pathd="M410.127L1218.127L2010.127H4Z"fill="%23EE4E5E"/></svg>');
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 98%
}

#expert-search select.form-control:focus,
#expert-search select.form-control:hover {
    outline: 0;
    border: 1px solid #bbb
}

#expert-search select.form-control option {
    background-color: #fff
}

.header #dropdownMenuLink {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center
}

.header .psychic-img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

h2.heading span[aria-expanded=true] {
    display: none
}

h2.heading span[aria-expanded=false] .fa-chevron-down {
    border: 2px solid #65A9FD;
    border-radius: 50%;
    padding: 5px;
    -webkit-text-stroke: 2px #fff5f6;
    font-size: 24px
}

.astro-content .page-heading span[aria-expanded=true] {
    display: none
}

.astro-content h1.page-heading span[aria-expanded=false] .fa-chevron-down {
    border: 2px solid #ee4e5e;
    border-radius: 50%;
    padding: 5px;
    -webkit-text-stroke: 2px #fff5f6;
    font-size: 24px
}

.astro-content h2,
.chat-page-faq h2 {
    font-size: 24px;
    font-weight: 600
}

.astro-content h3,
.chat-page-faq h3 {
    font-size: 20px !important;
    font-weight: 600
}

.profile-page .profile-page-info {
    border-radius: 15px;
    border: 1px solid #ee4e5e;
    padding: 10px 30px
}

.profile-page .profile-page-info .border-top {
    border-top: 1px solid #f3b8be !important
}

.profile-page .profileDspName {
    font-size: 20px;
    font-weight: 600 !important;
    color: #212121 !important;
    margin-bottom: 7px
}

.profile-page .profileCatName .colorblack {
    color: #130708 !important
}

.profile-page .profile-page-info .w-25 {
    width: 15% !important
}

.profile-page .profile-page-info .w-75 {
    width: 85% !important
}

.profile-page .profile-page-info .profile-image {
    width: 120px;
    height: 120px
}

.profile-page .profile-page-info .profile-image img {
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff2f3;
    width: 120px;
    height: 120px
}

.profile-page .favorite-badge {
    position: absolute;
    right: 0;
    top: 10px
}

.profile-page .status-badge {
    width: 27px;
    height: 27px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid #fff
}

#CustomerPrefrence .form-control,
#CustomerPrefrence .ccode-number {
    border: 1px solid #ffd4d8;
    font-size: 15px;
    position: relative;
    height: calc(2.3em+.75rem+2px)
}

.cchat-btn,
.cchat-btn-init {
    background: gold;
    box-shadow: 0 5px 10px #ffd70080;
    border-radius: 27px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 14px 30px;
    min-width: 300px
}

.header-call-chat-btn .btn-chat {
    display: flex;
    width: 200px;
    height: 46px;
    align-items: center;
    justify-content: center
}

.header-call-chat-btn .btn-chat img {
    width: 18px;
    height: 18px;
    margin-right: 8px
}

#CustomerPrefrence .close {
    position: absolute;
    top: -13px;
    right: -13px;
    background: #ee4e5e;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 400;
    opacity: 1;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px
}

#CustomerPrefrence .close:active,
#CustomerPrefrence .close:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

#CustomerPrefrence .ccode {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#CustomerPrefrence .mobilenumber {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

input[type=time]::-webkit-calendar-picker-indicator {
    font-size: 30px;
    color: red;
    text-align: center;
    margin-left: 10px
}

#loginSignUp .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-left: 0;
    z-index: 20;
    padding-bottom: 4px
}

#loginSignUp .close:hover,
#loginSignUp .close:focus,
#loginSignUp .close:active {
    color: #000 !important;
    outline: 0;
    border: 1px solid #000 !important
}

#loginSignUp .inputform {
    border: 1px solid #d5d5d5;
    padding: 6px;
    border-radius: 10px
}

#loginSignUp .ccode {
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #ccc
}

#loginSignUp .mobilenumber {
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#loginSignUp .ccode:focus,
#loginSignUp .mobilenumber:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

#loginSignUp .field-validation-error {
    position: absolute;
    bottom: -19px;
    font-size: 12px
}

#loginSignUp a.backlink {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 27px;
    -webkit-text-stroke: 1px white
}

#loginSignUp .resendbtn {
    background: 0;
    border: 0
}

#VerifyOtp .form-control {
    background: #ebf5ff
}

#loginSignUp .viaemail .form-control {
    border: 0
}

#loginSignUp .viaemail .form-control:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

.inpage {
    background: #E7F1FF;
    border: 1px solid #65A9FD;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px
}

.inpage .form-control {
    border: 1px solid #65A9FD
}

.inpage .h2,
.inpage .page-heading {
    font-size: 26px;
    font-weight: 500 !important
}

.inpage .profile-img {
    border-radius: 50%;
    margin-right: 25px;
    width: 55px;
    height: 55px
}

.inpage .experts-content {
    overflow-x: auto
}

.inpage .astro-table,
.inpage .astro-table .tb-column-td p {
    width: 100%;
    display: table;
    font-size: 14px !important
}

.inpage .astro-table .tb-column-td,
.inpage .astro-table .tb-column-th {
    padding: 10px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis
}

.inpage .astro-table .tb-column-td:first-child,
.inpage .astro-table .tb-column-th:first-child {
    padding-left: 30px
}

.inpage .astro-table .tb-column-td:last-child,
.inpage .astro-table .tb-column-th:last-child {
    width: auto
}

.inpage .astro-table .tb-column-td:first-child img {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.inpage .tb-row {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap
}

.inpage .bordershowmore {
    font-size: 18px;
    border: solid 1px #ee4e5e;
    box-shadow: rgb(206 173 176 / 30%) 0 1px 3px;
    border-radius: 40px !important
}

.inpage .messagebox {
    background: #fff;
    border: solid 1px rgba(0, 0, 0, .2);
    padding: 14px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-radius: 0 15px 15px 15px
}

.inpage .text+a[class^=readMore] {
    display: block;
    clear: both;
    font-size: 13px;
    color: #81412f !important;
    font-weight: 500;
    cursor: pointer
}

.inpage .messagebox.darker {
    background: rgba(217, 218, 219, .5);
    border-radius: 15px 15px 0 15px;
    border: 0;
    text-align: right
}

.inpage .sendmessage-row {
    background: #d9dadb;
    padding: 20px
}

.inpage .btn-primary.bigorange {
    background: #ee4e5e !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border: 0
}

.inpage textarea.custom {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    border: 0
}

.inpage .bg-greylight {
    border-bottom: solid 1px #e4e4e4;
    background: #fcfdfd;
    margin-bottom: 0;
    padding: 14px 20px 10px
}

.inpage .summaryReadMore {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inpage .tb-column-th {
    width: 100%;
    padding: 10px 40px;
    background: #ee4e5e;
    color: #fff;
    font-weight: 600
}

.inpage a.border-bottom.borderbrown {
    position: relative
}

.inpage a.border-bottom.borderbrown::after {
    content: "";
    height: 5px;
    background: #65A9FD;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 6;
    border-radius: 30px
}

#Transactions .table th {
    vertical-align: middle
}

div#ChatInviteFailureModal .close {
    position: absolute;
    top: 5px;
    right: 10px
}

.custommodal {
    padding-right: 0 !important
}

.custommodal .close:focus,
.custommodal .close:hover {
    outline: 0;
    border: 0;
    box-shadow: none
}

.custommodal h4.modal-title {
    color: #8f2a00;
    font-size: 18px
}

.btn-primary.pinkcolor {
    background: #fff !important;
    color: #ee4e5e !important;
    font-weight: 400;
    font-size: 13px !important;
    padding: 6px 10px;
    border: solid 1px #ee4e5e
}

.custommodal .modal-footer,
.custommodal .modal-header {
    border: 0 !important;
    z-index: 99
}

#firechat-container {
    margin: 10px auto;
    position: relative;
    z-index: 3;
    height: 100%
}

.posab {
    margin: auto;
    top: 0;
    bottom: 0;
    left: -15px;
    position: absolute
}

.custommodal .modal-body h5 {
    color: #8f2a00;
    font-size: 18px;
    font-weight: 600
}

.whitebox {
    padding: 25px 30px 5px;
    background: #fff
}

.whitebox h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 500
}

.whitebox .with-state .inputstyle .form-control {
    height: calc(2 em+.75 rem+2 px);
    border: 1px solid #ababab;
    font-size: 15px
}

.addressElement {
    border-top-style: hidden !important;
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    border-bottom-style: solid
}

.whitebox .with-state .inputstyle {
    margin-bottom: 15px
}

.cookie-bar.visible {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    z-index: 9999999999
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
    width: 100%;
    max-width: 450px;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.cookie-bar .AVsizer {
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    margin-bottom: 0;
    max-width: 350px;
    border-radius: 0
}

.AVsizer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    max-width: 1290px;
    background: #ee4e5e !important;
    padding-left: 25px;
    padding-right: 25px
}

.cookie-bar p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

.cookie-bar .close {
    cursor: pointer;
    display: block;
    border: #fff solid 1px;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px
}

.cookie-bar a {
    color: #fff;
    text-decoration: underline
}

.inmobile-bottom img {
    width: 22px;
    height: 22px;
    margin-right: 7px
}

.inmobile-bottom .btn-chat {
    margin: 0;
    padding: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.breadcrumbs {
    font-size: 13px
}

.breadcrumbs .fa-chevron-right {
    -webkit-text-stroke: 1px #fff;
    color: #fff
}

.favorite-badge {
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.favorite-badge .fa {
    font-size: 22px
}

.profile-desc h3 {
    font-size: 20px !important;
    font-weight: 800 !important
}

#firechat-container #firechat-header {
    display: none
}

#firechat-container #firechat-footer {
    display: none
}

#firechat span.message-timestamp {
    display: block !important;
    bottom: -20px;
    position: absolute;
    right: 5px;
    font-size: 14px !important;
    color: #888 !important
}

#firechat #firechat-tab-list {
    display: none
}

#firechat #firechat-tab-content {
    border: 0 !important;
    border-top: 1px #d2d2d2 solid
}

#firechat .chat {
    border: 0 !important
}

.textarea-message-div {
    padding: 15px 10px 10px 10px !important;
    border-top: 1px solid #0000001A !important;
    background: #fff !important
}

.textarea-message-div label {
    display: none !important
}

#firechat textarea {
    height: 50px !important;
    padding: 15px !important;
    width: calc(100% - 60px) !important;
    border-radius: 25px !important;
    box-shadow: 0 3px 6px #0000000D !important;
    border: 1px solid #ebebeb !important
}

#firechat .icon.user-attachment-msg {
    width: 50px !important;
    height: 50px !important;
    top: 13px !important;
    line-height: 50px !important;
    background: url(https://cdn.anytimeastro.com/dashaspeaks/web/content/images/attachment.svg) no-repeat center center !important;
    right: 125px !important;
    transform: scaleX(-1) !important
}

#firechat .message {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 15px 15px 15px 0 !important;
    border: 0 !important;
    box-shadow: 0 1px 0 #0000000D !important
}

#firechat .message.message-self {
    background: #fff5f6 !important;
    color: #000 !important;
    border-radius: 15px 15px 0 15px !important;
    border: 0 !important;
    box-shadow: 0 1px 0 #00000029 !important
}

#firechat .message-content {
    font-weight: 400 !important;
    line-height: 1.4 !important;
    font-size: 14px !important
}

#firechat .icon.user-delete-msg {
    background: url(https://cdn.anytimeastro.com/dashaspeaks/web/content/images/trash.svg) no-repeat !important;
    width: 13px !important;
    height: 16px !important;
    opacity: 1 !important
}

.errorbox {
    padding: 70px;
    background: #fff;
    border-radius: 50px;
    margin: 40px auto 0
}

.errorbox h1 {
    font-size: 28px;
    color: #7a7a7a;
    font-weight: 600
}

.errorbox h2 {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 50px
}

.vibrate {
    animation: vibrate ease-in .5s forwards
}

.viewchatbutton {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400;
    margin-left: 3px
}

.viewchatbutton i {
    color: #d27013 !important;
    font-size: 14px !important;
    cursor: pointer;
    margin-right: 2px
}

.viewchatbutton:hover {
    color: #d27013 !important
}

.btn-primary.bigorange {
    background: #ee4e5e !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border: 0
}

.btn-primary.bigbrown {
    background: #8f2a00 !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border: 0
}

.btn-primary.bigorangeborder {
    background: #fff !important;
    color: #ff8b00 !important;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border: solid 1px #ff8b00
}

.btn-default.bigwhite {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 30px
}

.chathistory .modal-content,
.chathistory .modal-dialog {
    height: 80%
}

.chathistory .modal-body {
    background-color: #fff5f6 !important;
    max-height: calc(100% - 120px);
    overflow-y: scroll
}

.chathistory-column {
    background: #fff !important;
    color: #000 !important;
    border-radius: 5px !important;
    padding: 8px 12px !important;
    border: 0 !important;
    margin-bottom: 20px;
    float: left;
    clear: both
}

.chathistory-column.self {
    background: #ee4e5e !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 8px 12px !important;
    border: 0 !important;
    text-align: left;
    float: right;
    clear: both
}

.chathistory-column.noChat {
    background: #d27013 !important;
    color: #fff !important;
    border-radius: 15px 15px 15px 15px !important;
    padding: 20px 40px !important;
    border: 0 !important;
    text-align: center;
    margin-left: 36%;
    margin-top: 30%
}

.chatname span {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    margin-left: 2px
}

.chathistory-column.self .chatname {
    color: #fff
}

.chathistory-column.self .chatmssage {
    text-align: right;
    color: #fff
}

.chathistory-column .chatmssage {
    text-align: right
}

.highlighthired {
    background: #fafbfb
}

.highlighthired .hiredrow {
    background: #fff;
    padding: 10px 0;
    border: solid 1px #8f2a00
}

#firechat .message a.icon-attachment {
    font-size: 13px;
    color: #000 !important;
    font-weight: 500;
    padding: 1px 0 1px 20px;
    background: url(https://cdn.anytimeastro.com/dashaspeaks/web/content/images/view-attachment.svg) no-repeat left center !important;
    display: block
}

#firechat .message.message-self a.icon-attachment {
    color: #000 !important;
    background: url(https://cdn.anytimeastro.com/dashaspeaks/web/content/images/add-attachment-dark.svg) no-repeat left center !important
}

#firechat .message span:nth-child(2) {
    display: none
}

#firechat .message.message-self .icon-attachment span:nth-child(2) {
    display: inline
}

.hiredcase {
    background: #fffbf6;
    margin: 20px -8px -25px !important;
    width: calc(100%+16px);
    padding: 20px 10px;
    font-size: 14px
}

::placeholder {
    font-size: 14px
}

.form-control.inputtext {
    padding: .5rem 1rem;
    font-size: 14px
}

.form-control.inputselect {
    padding: .5rem 1rem;
    font-size: 14px
}

.form-control.inputtextarea {
    padding: .5rem 1rem
}

.bell_badge {
    font-size: 12px;
    display: block;
    position: absolute;
    top: -7px;
    right: -6px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #4aac00;
    font-weight: 600;
    font-size: 11px
}

.notify-count {
    font-size: 11px;
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #ff8b00;
    font-weight: 600;
    font-style: normal;
    padding: 0 5px
}

.notify-count:empty {
    display: none !important
}

.custommodal .modal-content {
    border: 0 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.custommodal h4.modal-title {
    color: #8f2a00
}

.custommodal .modal-body {
    padding-bottom: 0;
    padding-top: 40px
}

.custommodal .modal-body h5 {
    color: #8f2a00;
    font-size: 18px;
    font-weight: 600
}

.custommodal .modal-footer,
.custommodal .modal-header {
    border: 0 !important;
    z-index: 99
}

.custommodal.chathistory .modal-header {
    box-shadow: #982a35 0 1px 7px -3px
}

.custommodal.chathistory .modal-footer {
    box-shadow: #982a35 0 1px 6px -1px
}

.custommodal.chathistory .modal-header .close {
    position: absolute;
    right: 3px;
    top: 2px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    box-shadow: #9c9898 0 2px 4px;
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px
}

.custommodal.chathistory .modal-header .close:focus,
.custommodal.chathistory .modal-header .close:hover {
    outline-style: none;
    opacity: 1
}

.bgwhite-row {
    background: #fff;
    padding: 10px 0;
    text-align: center;
    margin-left: -16px;
    width: calc(100%+32px)
}

.bgwhite-row span {
    color: #8f2a00
}

.custommodal .modal-footer {
    background: #f1f2f3
}

.custommodal button.border-outline {
    background: 0;
    border: solid 1px #9e9fa0;
    color: #8c8c8c;
    width: 180px;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 400
}

.custommodal .modal-footer button.gradient {
    background: 0;
    border: solid 0 transparent;
    color: #fff;
    width: 180px;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(121deg, #ffa62e 0, #ea4d20 100%)
}

.custommodal .modal-footer input.gradient {
    background: 0;
    border: solid 0 transparent;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(121deg, #ffa62e 0, #ea4d20 100%)
}

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

ul.chatsummary li {
    font-size: 14px;
    color: #2f353a;
    padding: 4px 10px
}

ul.chatsummary li span {
    float: right;
    color: #2f353a;
    font-weight: 500;
    text-align: right
}

.coloryellow {
    color: #ff9f00 !important
}

.colorbrownlight {
    color: #ee4e5e !important
}

.colorblack {
    color: #000 !important
}

.colorwhite {
    color: #fff !important
}

.bordergrey {
    border: solid 1px #8b8b8b;
    background: 0;
    border-radius: 3px;
    padding: 7px 10px;
    width: 100%
}

.lesspadd {
    padding: 7px 20px !important
}

.alertify-notifier .ajs-message {
    background: #fff !important;
    border: 0 solid rgba(0, 0, 0, .15) !important;
    border-radius: 5px !important;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15) !important;
    text-shadow: none !important;
    color: #193643 !important;
    display: flex;
    align-items: center;
    position: relative;
    width: 335px !important;
    text-align: left !important;
    right: 335px !important;
    bottom: 10px !important;
    padding: 15px 15px 20px !important;
    font-size: 13px !important;
    overflow: hidden
}

.ajs-message.ajs-success.ajs-visible div {
    width: calc(100% + 50px)
}

.alertify-notifier .ajs-message:before {
    content: "";
    margin: 0 5px 0 5px !important;
    width: 80px;
    height: 35px;
    background-repeat: no-repeat !important
}

.alertify-notifier .ajs-message.ajs-success:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAA3NCSVQICAjb4U/gAAABp1BMVEUAAAAA/4AA/4AAzGYA/2Yz/5kq1YAk25Ig34AA41Uc444A2GIx24Yg1YAz1oUa03sw1YUw2Ycx14Yw14gu1YYw14cV0XUT0nQZ03Mz1Ycy14cy14Yx1Ych1X4z1Ycz14Ya0Hcc0nsz1YYV0HQz1Ycy1Ycy1YYTznMy1YcRz3My1ocRz3MRz3Ia0XgSz3Mz1ocU0XQZ0Xcz1Ycy1ocTz3MRz3Mz1oYR0HIz1ocy1Ycz1ocz1oYy1ocy1oYz1Ycy1oYy1ocz1oYLzW8Lzm8Qz3IOznEMzm8NzXANzm8z1oYUz3Uz1ocR0HIHzW4Hzm0FzG0GzW0JzW4FzWwGzWwFzGsEzGsDzGoAzGkBzGkBzGoDzGsEzGwJzm4Qz3IV0HQY0HcY0Xcb0nkc0Xkc0nkd0nog0nsl034m038o04Aq1IEu1YMv1YQv1YUw1YUx1YUz1oc+2I0/2I5A2Y5M25ZQ3JhZ3Z1g36Fi36Nm4KVw4qt/5bSM6Lul7cqm7cuw79Cy8NKz8NLL9eHM9eHQ9uPT9+XY9+jZ+Onl+vDv/PXw/Pby/ffz/fj///8BqhHgAAAAV3RSTlMAAgQFBQUGBwgJCQ0VGBkdMDU5Oj1ASE9SVWBlaHNzeH6Hh4iMk5iipKaor7Cytrm7wcPFyczNzs7Q2Nnf4OPk5ebn6enr7Ozs7O7w8/b4+fn5+/v8/f7uHcTtAAABlElEQVQ4y5XUZVfDMBQG4Dvc3d3d3d2Ge4AxfDgEG+4u/dEkbZrdbj2cw/ulkufEEwBXIrOqmq3U2lydEwUmscSUDh9SmfbcWIu7SJ0gKxSnI9lofCvnCdmhxhQEIRHeQwixUfc0hEnh1c8EsXsQWuelkxouyLInoXlCZKqCbJgQmqKKwCmNOMxIiz8nheQPQtM5GRVk3VDkdGrPNibihSBLWNwpyoP2FgFQppNFJK4VFtlSt07IrlH8aO/lAGOSrMp+fHNyrX00Acxq5eefnxcHWNwIPwQwp5Ev9vf2iP87/uDiUbYaADMuoryeMvFmFKyWEdEQL1C+L+kzf74fS8L60iU6e6bWozy5CT6iYn1ABy+KyM+pcQXi5KDt90I48Tyz2YVxaciVSi6x6OTLmO8i5ORLThleae9JZOxnjk0sWv3UPZVNcBb2MEkUO7MeE4fZ3gWfPtQSFlXyBEBory5s+0g0hqCz5lMryBoSRQHGQ50xrZJt15lO8rgagksmGNkSoC0tyOz+gISKgUHtfomG/+UXz5Jh6lmloRUAAAAASUVORK5CYII=')
}

.alertify-notifier .ajs-message.ajs-error:before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAA3NCSVQICAjb4U/gAAAA6lBMVEUAAADPQEDvUEDeQjrnSEjjTEziTUnZQ0PhS0viSkrhTErhS0vWQT/XREDiS0vjTErVQz/XRELiTErVQ0HXREHiTEviTErVQkHhS0rcR0XbR0XWQ0LhS0rhS0rTQUDWQ0LTQUDVQ0LhTEvTQkHhS0rUQkHTQUDRQT/RQUDRPz7SQT/RQD/RQD/SQD/SQT/TQUDVQ0HVQ0LWQ0LWRELXREPYRUPYRUTZRkTaRkTbRkXbR0XcR0XdSEbfSUjgS0riTEvjV1blYmHnbWzpeHfpeXj0u7v0vLz409L63t786Oj86en+9PP+9PT////2y7A/AAAALHRSTlMAEBAfIEBQV19gb3Bxh4+QnaavsLi/wMHP09TW3+Dn5+jo7/Dw9Pf8/P39/tbovqcAAAFwSURBVDjLlZTpVsIwEIWngoAsCkLFBTcQRRjBKgoqMEXLotD3fx2TNDTpgud4/zQn+c5N5k5SAKVk1jTrVDfNbBJilTkmpVomCuzWKKhaKkTsU1T7hgbsHFKcThIKiSeILn2fgy0EjS42J6Wt6hU9RNZif2lrn7b4vLXFVnuSWLkzn5i7K8GMscwRmZjjuj4zZ2NHjB7aPHXS5mf+aOFNPmIeIEdhhn+X9gapAhxRiNEJGmIjgIjVb52gF7wDqFOI0Qm2EQIEs/phxEoRHnITdVH5EHIkfJa1zowQm5GKlvZcY/rIK8qFCD3DSRexEkrXq8VnhuwoadaBc9lbrVrZI27S0ju9dhe2clxPiZ6YSUncF2ljO1ptzpQnK00AUvE37oMRWPjr7nIPPNtcb+M0AkyeOdFUjyRxPQoCg64gtHcExlXvfeyn3heA2kWq2MGuZQ1eLQs9tQqRd2+UO6jUKsX/PvLVxj1bvm1U0vA//QIuIMu0bRPZzQAAAABJRU5ErkJggg==')
}

.alertify-notifier .ajs-message div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0
}

.alertify-notifier .ajs-message div:before {
    position: absolute;
    right: 10px;
    font-family: FontAwesome !important;
    content: "\f00d";
    font-size: 14px;
    color: #000;
    top: 4px;
    opacity: .4;
    font-weight: 400;
    cursor: pointer
}

.alertify-notifier .ajs-message:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 5s;
    animation-fill-mode: forwards
}

.alertify-notifier .ajs-message p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px !important
}

.alertify-notifier .ajs-message.ajs-success div:after {
    background: rgba(0, 204, 105, .15)
}

.alertify-notifier .ajs-message.ajs-success:after {
    background: #00cc69
}

.alertify-notifier .ajs-message.ajs-error div:after {
    background: rgba(254, 53, 90, .15)
}

.alertify-notifier .ajs-message.ajs-error:after {
    background: #fe355a
}

.bordershowmore {
    font-size: 18px;
    border: solid 1px #ee4e5e;
    box-shadow: rgba(206, 173, 176, .3) 0 1px 3px;
    border-radius: 40px !important
}

.redbutton {
    background: rgba(226, 0, 22, .15) !important;
    color: #e20016 !important;
    font-weight: 500;
    font-size: 15px !important;
    padding: 10px 20px;
    border: 0
}

.redbutton:hover {
    background: #e20016 !important;
    color: #fff !important
}

.alertify .ajs-dialog {
    background-color: #f1f2f3 !important;
    border-radius: .3rem !important;
    overflow: hidden !important
}

.alertify .ajs-header {
    color: #8f2a00 !important;
    font-weight: 500 !important;
    background: #fff !important;
    border-bottom: #eee 0 solid !important
}

.alertify .ajs-footer {
    background: #fff !important;
    border-top: #eee 0 solid !important;
    border-radius: 0 0 2px 2px !important
}

.alertify .ajs-body .ajs-content {
    padding: 16px 0 !important
}

.ajs-buttons.ajs-primary {
    display: flex !important;
    justify-content: flex-end !important
}

.ajs-button {
    font-size: 15px !important;
    font-weight: 500 !important;
    min-height: inherit !important;
    border-radius: .25rem !important;
    text-transform: none !important;
    padding: 8px 0 !important;
    outline: 0 !important
}

.ajs-button.ajs-ok {
    border: solid 0 transparent !important;
    color: #fff !important;
    background: linear-gradient(121deg, #ffa62e 0, #ea4d20 100%) !important;
    order: 2 !important
}

.ajs-button.ajs-cancel {
    background: 0 0 !important;
    border: solid 1px #9e9fa0 !important;
    color: #8c8c8c !important
}

#review.form-control:disabled,
#review.form-control[readonly] {
    background-color: transparent
}

.aboutbox {
    height: 396px;
    background: url(http://cdn.anytimeastro.com/dashaspeaks/web/content/images/aboutus-bg.png) no-repeat;
    padding: 0 50px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 10%);
    margin-bottom: -200px
}

blockquote.aboutpage {
    color: #e46f00;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    width: 98%;
    padding: 60px 0 30px;
    font-weight: 500;
    font-style: italic;
    border-top: solid 1px #e9d4cb;
    border-bottom: solid 1px #e9d4cb;
    margin-bottom: 20px;
    overflow: hidden
}

blockquote.aboutpage:before {
    content: '\201C';
    position: absolute;
    top: 45px;
    left: 0;
    font-size: 82px;
    font-style: normal;
    color: #b57458;
    font-family: Arial
}

blockquote.aboutpage:after {
    content: '\201C';
    position: absolute;
    bottom: 40px;
    right: 10px;
    font-size: 82px;
    font-style: normal;
    color: #b57458;
    transform: scale(-1);
    font-family: Arial
}

.uploadpopup .modal-dialog {
    max-width: 460px !important
}

.uploadpopup .modal-content {
    border: solid 1px #ee4e5e !important;
    border-radius: 6px;
    overflow: hidden
}

.uploadpopup .modal-content .modal-header {
    background: #ee4e5e;
    justify-content: center
}

.uploadpopup .modal-content .modal-header .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    opacity: .5;
    display: flex
}

.uploadpopup .modal-content .modal-header .modal-title img {
    margin-right: 8px
}

.uploadpopup .modal-content .modal-body {
    background: #fff;
    text-align: center;
    padding: 35px
}

.uploadpopup .modal-content .modal-body p {
    font-size: 14px;
    color: #000;
    margin-top: 10px
}

.uploadpopup .modal-content .modal-body p span {
    color: #d27013;
    font-weight: 500
}

.uploadpopup .modal-content .modal-body .progress {
    background: #f1f2f3 !important;
    height: 12px !important;
    border-radius: 10px !important;
    margin-top: 25px
}

.noreview {
    font-size: 13px;
    opacity: .5
}

.fixwidth {
    flex: 0 0 70px;
    min-height: 55px
}

.addfundplanbuttonactive p {
    color: #fff !important
}

.addfundplanbuttonactive span {
    color: #fff
}

h3.planname {
    font-size: 13px;
    color: #8f2a00;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.addfundplanbuttonactive {
    padding: 8px 15px !important
}

.addfundplanbuttonactive h3.planname {
    color: #fff
}

.addfundplanbutton .imgPlanPage {
    fill: grey
}

.addfundplanbuttonactive .imgPlanPage {
    fill: white
}

.addfundplanbutton {
    padding: 8px 15px
}

.contactbox {
    background: #fff;
    padding: 0 50px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: -300px;
    margin-bottom: 40px
}

.contactbox input.form-control {
    height: auto !important;
    padding: .5rem .75rem !important;
    font-weight: 500
}

.content-para {
    font-size: 14px !important
}

.content-para .h3 {
    font-size: 18px;
    font-weight: 600 !important
}

.addressmap iframe {
    border-radius: 10px
}

.contactbox .h2,
.contactbox h2 {
    font-size: 24px;
    color: #000
}

.astroway-call-action-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ee4e5e;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    width: 250px;
    box-shadow: 0 3px 6px #ee4E5E26
}

.astroway-call-action-inner a:hover {
    text-decoration: none
}

.astroway-call-action-inner a:first-child {
    margin-right: 10px
}

.astroway-call-action-inner img {
    width: 28px
}

#VerifyOtp .form-control {
    text-align: center !important;
    width: 45px;
    height: 45px
}

#pdbcd ul.ui-autocomplete {
    z-index: 1100;
    top: 80px;
    left: 18px
}

#POBPartner ul.ui-autocomplete {
    z-index: 1100;
    top: 80px;
    left: 18px
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    border-bottom: 1px solid #ccc;
    font-size: 15px
}

.ui-menu .ui-menu-item:hover {
    background: #007fff;
    border: 1px solid #003eff;
    color: #fff
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #003eff;
    background: #007fff !important;
    font-weight: 400;
    color: #fff
}

.pro1 {
    width: 150px
}

.pro2,
.pro3 {
    width: calc(100% - 150px)
}

#frmUpdateProfile .validation-summary-errors {
    width: 100% !important;
    margin-bottom: 20px !important
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ebc7cb;
    border-radius: 20px;
    text-align: center;
    padding: 3px;
    font-size: 13px;
    margin-top: 10px
}

.validation-summary-errors ul li {
    font-size: 13px
}

.psychic-specialization {
    border-radius: 10px;
    margin-top: 10px
}

.spinner-border {
    color: #ee4e5e
}

.add-plan.r-btn .spinner-border {
    color: #fff
}

.paymentClose:hover {
    color: #000
}

.astro-content p {
    font-size: 14px
}

.imgCards {
    float: right
}

p#card-errors:not(:empty) {
    margin-bottom: 0;
    color: #dc3545 !important;
    margin-top: 15px;
    text-align: center;
    background: rgba(220, 53, 69, .1) !important;
    border: solid 1px rgba(220, 53, 69, .6) !important;
    padding: 7px 0;
    font-size: 13px;
    animation: vibrate ease-in .5s forwards
}

#ShowMore span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ee4e5e;
    display: inline-flex;
    margin: 0 2px;
    display: none
}

#ShowMore span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#ShowMore span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.chat-call-section h2 {
    font-size: 30px;
    font-weight: 600 !important;
    padding-bottom: 24px
}

.chat-call-section h2::after {
    content: "";
    width: 140px;
    height: 3px;
    background: #fff;
    position: relative;
    display: block;
    top: 18px
}

.chat-call-section .btn-chat {
    min-width: 120px;
    font-weight: 700
}

.chat-call-section img {
    max-width: 80px
}

.other-country-show span:nth-child(2) {
    display: block !important
}

.inpage table td:first-child,
.inpage table th:first-child {
    padding-left: 30px
}

.inpage table th {
    font-size: 14px;
    padding: 10px !important;
    white-space: nowrap
}

.inpage table td {
    font-size: 14px;
    padding: 10px !important;
    white-space: nowrap
}

.inpage table td:first-child,
.inpage table th:first-child {
    padding-left: 30px !important
}

.inpage table td p {
    padding: 0 !important;
    margin-bottom: 0 !important
}

.steps-container {
    max-width: 60%;
    margin: 0 auto
}

.steps-container .step {
    z-index: 5;
    position: relative
}

.steps-container .step a {
    position: absolute;
    width: 100%;
    height: 83%;
    top: 0;
    left: 0;
    z-index: 5
}

.steps-wizard {
    display: flex;
    justify-content: space-between;
    position: relative
}

.steps-wizard::before {
    content: "";
    background: #ee4e5e;
    height: 1px;
    width: 75%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    left: 16%;
    top: 32%
}

.expert-search-section {
    border: 1px solid #65A9FD
}

.steps-wizard .step .step-in {
    width: 59px;
    height: 59px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative
}

.steps-wizard .step p {
    padding-right: 20px;
    padding-left: 20px
}

body.not-logged-in.insufficient-balance .steps-wizard .step .step-in.step-1 {
    animation: shadow-pulse 2s infinite
}

body.logged-in.insufficient-balance .steps-wizard .step .step-in.step-1 svg circle {
    fill: #ee4e5e
}

body.logged-in.insufficient-balance .steps-wizard .step .step-in.step-1::after {
    content: "\f00c";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: #3bb54a;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: FontAwesome;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

body.logged-in.insufficient-balance .steps-wizard .step .step-in.step-1 svg {
    fill: #fff
}

body.logged-in.insufficient-balance .steps-wizard .step .step-in.step-2 {
    animation: shadow-pulse 2s infinite
}

body.logged-in.sufficient-balance .steps-wizard .step .step-in.step-3 {
    animation: shadow-pulse 2s infinite
}

body.logged-in.sufficient-balance .steps-wizard .step .step-in.step-2 svg circle {
    fill: #ee4e5e
}

body.logged-in.insufficient-balance .steps-wizard .step .step-in.step-2::after {
    content: "\f00c";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: #3bb54a;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: FontAwesome;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

body.logged-in.insufficient-balance .steps-wizard .step .step-in.step-2 svg {
    fill: #fff
}

body.logged-in.insufficient-balance .steps-wizard .step .step-in.step-2 {
    animation: shadow-pulse 2s infinite
}

.steps-wizard .step .step-in.active {
    animation: shadow-pulse 2s infinite
}

@keyframes shadow-pulse {
    0 {
        box-shadow: 0 0 0 0 rgba(238, 78, 94, .5)
    }

    100% {
        box-shadow: 0 0 0 30px transparent
    }
}

.steps-wizard .step .step-in.done svg circle {
    fill: #ee4e5e
}

.steps-wizard .step .step-in.done svg {
    fill: #fff
}

.step-in.done::after {
    content: "\f00c";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    z-index: 5;
    background: #3bb54a;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: FontAwesome;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

.astroway-astro-data-table .data-row-body,
.astroway-astro-data-table .data-row-head {
    display: flex;
    padding: 8px 30px;
    align-items: center
}

.astroway-astro-data-table .data-row-head {
    background: #ee4e5e;
    color: #fff;
    font-weight: 600
}

.astroway-astro-data-table .data-row-body {
    background: #fff;
    color: #212121;
    border-bottom: 1px solid #ffd4d8
}

.astroway-astro-data-table .data-row-body .inner,
.astroway-astro-data-table .data-row-head .inner {
    display: flex;
    width: 100%;
    align-items: center
}

.astroway-astro-data-table .data-column-body,
.astroway-astro-data-table .data-column-head {
    width: 100%
}

.astroway-astro-data-table .data-column-body.last,
.astroway-astro-data-table .data-column-head.last {
    width: 40%;
    display: flex;
    font-weight: 600
}

.astroway-astro-data-table .text-success {
    color: #5bbe2a !important
}

.astroway-astro-data-table .data-column-body.last span:first-child {
    width: 40%
}

.astroway-astro-data-table .data-row-body .credit {
    color: #5bbe2a !important
}

.astroway-astro-data-table .data-row-body .debit {
    color: #ee4e5e !important
}

.astroway-astro-data-table .data-row-body .text-success {
    background: #5bbe2a;
    color: #fff !important;
    text-align: center;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 5px
}

#historydate .input-group-addon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    background: #ffd4d8;
    justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#historydate .input-group-addon .fa-calendar {
    color: #ee4e5e;
    font-size: 22px
}

#expert-list .psychic-card:hover,
.astroway-astrologers .item:hover {
    box-shadow: 0 3px 6px #65a9fd24;
    border: 1px solid #65A9FD
}

body.english .english.talk-to-banner,
body.hindi .hindi.talk-to-banner {
    display: block !important
}

@media(min-width:992px) {

    body.english .english.talk-to-banner,
    body.hindi .hindi.talk-to-banner {
        display: flex !important
    }
}

@media(max-width:1199px) {
    .header-call-chat-btn .btn-chat {
        width: 170px
    }

    .header .astroway-logo-ntext span.astroway-logo-text {
        font-size: 26px;
        line-height: 32px
    }

    .header .astroway-logo-ntext span.astroway-logo-subtext {
        font-size: 10px
    }

    .btn-chat {
        font-size: 13px;
        padding: 8px 10px
    }

    .astroway-menu .icon img {
        max-width: 35px
    }

    .astroway-menu .icon {
        width: 70px;
        height: 70px
    }

    .astroway-menu .icon svg {
        width: 35px;
        height: 35px
    }

    .astroway-menu span.icon-desc {
        white-space: break-spaces
    }

    .astroway-menu span.icon-desc.merital-life {
        margin: 0 10px
    }

    .astroway-call-action .d-flex a {
        font-size: 24px;
        max-width: 360px;
        padding: 24px 0
    }

    .astroway-call-action .d-flex a img {
        width: 30px;
        height: 30px
    }

    #expert-list .psychic-card {
        width: 49%
    }
}

@media(max-width:991px) {
    .astroway-astro-data-table .data-row-body {
        font-size: 12px
    }

    .steps-container {
        max-width: 90%
    }

    .steps-container svg,
    .steps-wizard .step .step-in {
        width: 50px;
        height: 50px
    }

    .header .astroway-logo-ntext span.astroway-logo-text {
        color: #000
    }

    .header .astroway-logo-ntext span.astroway-logo-subtext {
        color: #000
    }

    .copyright {
        padding-bottom: 60px
    }

    .profile-page .profile-page-info .profile-image {
        width: 90px;
        height: 90px
    }

    .profile-page .profile-page-info .profile-image img {
        border-radius: 50%;
        box-shadow: 0 0 0 8px #fff2f3;
        width: 90px;
        height: 90px
    }

    .profile-page .profile-page-info {
        padding: 10px 20px
    }

    .profile-page .profile-page-info .w-25 {
        width: 130px !important
    }

    .profile-page .profileDspName {
        width: 100% !important
    }

    .header {
        height: 65px
    }

    .notificationmenu svg,
    .usericon svg {
        fill: #fff
    }

    .navbar .userprofileicon a.dropdown-toggle::after {
        color: #fff !important
    }

    .navbar .userprofileicon {
        width: 110px;
        justify-content: flex-end
    }

    .navbar .icon-notification .fa-bell-o {
        color: #fff
    }

    .navbar {
        background: #b12b38;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .navbar-light .navbar-toggler {
        border: 0;
        padding: 0;
        display: none !important;
    }

    .navbar-light .navbar-toggler:focus {
        outline: 0
    }

    @*.navbar-nav.pb-3 {
        border-bottom: 1px solid #e38690
    }

    *@.navbar-collapse {
        position: fixed;
        top: 78px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 40%;
        height: 100%;
        padding-top: 20px;
        background: #fff
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 18px;
        padding-bottom: 14px
    }

    .navbar-collapse.collapsing {
        left: -60%;
        transition: height 0 ease
    }

    .navbar-collapse.show {
        left: 0;
        transition: left .3s ease-in-out;
        box-shadow: 0 6px 6px #00000029
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left .5s ease-in-out
    }

    .astroway-call-action .d-flex {
        justify-content: center
    }

    .astroway-call-action .d-flex a {
        font-size: 22px;
        padding: 20px 0
    }

    .astroway-banner {
        padding-bottom: 65px
    }

    .astroway-call-action .d-flex {
        top: -54px !important
    }

    .astroway-menu span.icon-desc {
        white-space: normal
    }

    .astroway-menu .icon {
        width: 64px;
        height: 64px
    }

    .astroway-menu .icon img {
        max-width: 35px
    }

    .astroway-call-action-inner a {
        font-size: 14px;
        width: 210px
    }

    .astroway-call-action-inner img {
        width: 20px
    }

    .astroway-banner .banner .banner-content h1 {
        font-size: 24px
    }

    .astroway-banner .banner .banner-content p {
        font-size: 16px
    }

    .astroway-banner .banner .banner-image {
        width: 40%;
        padding-left: 13px
    }

    .astroway-banner .banner .banner-content .w-75 {
        width: 100% !important
    }

    .astroway-banner .banner .banner-content .w-75.pt-3 {
        padding-top: 0 !important;
        width: 90% !important
    }

    .astroway-banner .banner .banner-content .font-22 {
        font-size: 18px !important
    }

    .astroway-banner .banner .banner-content .font-16 {
        font-size: 12px !important;
        line-height: 20px
    }

    .inmobile-bottom .btn-groups {
        width: 100%;
        display: flex
    }

    .inmobile-bottom .btn-chat {
        margin: 0;
        padding: 9px;
        width: 100%
    }

    .inmobile-bottom .btn-chat:first-child {
        margin-right: 7px
    }

    .inmobile-bottom .btn-groups img {
        width: 20px
    }

    .aboutbox {
        background-size: cover;
        height: 250px
    }
}

@media(max-width:850px) {
    .pro3 {
        width: 100%
    }

    .profile-page .profile-page-info .border-top {
        border: none !important
    }
}

@media(max-width:767px) {
    .steps-wizard::before {
        top: 29%
    }

    .astroway-astro-data-table .data-column-body.last,
    .astroway-astro-data-table .data-column-head.last,
    .astroway-astro-data-table .data-row-body .inner,
    .astroway-astro-data-table .data-row-head .inner {
        display: block
    }

    .astro-content h2,
    .chat-page-faq h2 {
        font-size: 18px;
        font-weight: 600
    }

    .astro-content h3,
    .chat-page-faq h3 {
        font-size: 16px !important;
        font-weight: 600
    }

    .astroway-astro-data-table #ShowMoreDiv {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .astroway-astro-data-table #ShowMoreDiv .btn {
        border-radius: 40px !important;
        width: 170px !important;
        font-size: 14px;
        white-space: nowrap;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .astroway-astro-data-table .data-row-body,
    .astroway-astro-data-table .data-row-head {
        padding: 8px 15px
    }

    .astroway-astro-data-table .data-column-body.last,
    .astroway-astro-data-table .data-column-head.last {
        text-align: center
    }

    .astroway-astro-data-table .data-column-body.last {
        text-align: center;
        font-size: 18px
    }

    .steps-container {
        max-width: 100%
    }

    .steps-container svg,
    .steps-wizard .step .step-in {
        width: 50px;
        height: 50px
    }

    .unhidden {
        display: block
    }

    #appStore {
        visibility: hidden;
        transition: .3s;
        z-index: 9;
        opacity: 0;
        background-color: #ffd200 !important;
        background-color: rgba(255, 210, 0, .9) !important
    }

    #appStore.active {
        top: 55px;
        visibility: visible;
        opacity: 1
    }

    #CustomerPrefrence .ccode {
        width: 60px !important
    }

    .cat-pages .row.py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .astroway-astrologers .owl-carousel.owl-mobile,
    .astroway-banner .owl-carousel,
    .astroway-blog .owl-carousel,
    .astroway-customer-stories .owl-carousel {
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none
    }

    .astroway-astrologers .owl-carousel.owl-mobile::-webkit-scrollbar,
    .astroway-blog .owl-carousel::-webkit-scrollbar,
    .astroway-customer-stories .owl-carousel::-webkit-scrollbar {
        width: 0
    }

    .astroway-astrologers .owl-carousel.owl-mobile .item {
        min-width: 207px;
        text-align: center
    }

    .astroway-blog .item,
    .astroway-customer-stories .item {
        min-width: 220px;
        text-align: center
    }

    .astroway-banner .banner-privacy-content .separator {
        margin-left: 15px;
        margin-right: 15px
    }

    #accordion a.accordion-toggle,
    .astroway-about #faq .card .card-header .btn-header-link,
    .chat-page-faq #faq .card .card-header .btn-header-link {
        font-size: 16px !important
    }

    .inpage .astro-table .tb-column-td:first-child,
    .inpage .astro-table .tb-column-th:first-child {
        padding-left: 15px
    }

    .navbar-collapse {
        top: 66px
    }

    .header {
        height: 65px
    }

    .navbar .navbar-brand img {
        max-width: 50px
    }

    .header .astroway-logo-ntext span.astroway-logo-text {
        font-size: 24px;
        line-height: 30px
    }

    .header .astroway-logo-ntext span.astroway-logo-subtext {
        font-size: 10px
    }

    .astroway-banner {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .chat-call-section p.font-22 {
        font-size: 17px !important
    }

    .chat-call-section h2::after {
        margin: 0 auto;
        top: 15px
    }

    .expert-search-section {
        background: #fff !important;
        display: flex;
        align-items: center
    }

    .pro1 {
        width: 130px
    }

    .pro2 {
        width: calc(100% - 130px)
    }

    .astroway-astrologers .item {
        margin: 10px
    }

    .btn-chat-profile {
        font-size: 16px;
        padding: 3px 10px
    }

    .astroway-astrologers .owl-carousel .item img {
        width: 80px;
        height: 80px
    }

    .astroway-astrologers .astro-name {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .astroway-astrologers .astro-profile-btm p {
        font-size: 16px;
        font-weight: 400
    }

    .astroway-astrologers .owl-theme .owl-dots .owl-dot span,
    .astroway-blog .owl-theme .owl-dots .owl-dot span,
    .astroway-customer-stories .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 4px;
        background: #ee4e5e;
        opacity: .5
    }

    .astroway-astrologers .owl-theme .owl-dots .owl-dot.active span,
    .astroway-astrologers .owl-theme .owl-dots .owl-dot:hover span,
    .astroway-blog .owl-theme .owl-dots .owl-dot.active span,
    .astroway-blog .owl-theme .owl-dots .owl-dot:hover span,
    .astroway-customer-stories .owl-theme .owl-dots .owl-dot.active span,
    .astroway-customer-stories .owl-theme .owl-dots .owl-dot:hover span {
        background: #ee4e5e;
        width: 8px;
        opacity: 1
    }

    .profile-page .favorite-badge {
        top: 0
    }

    .navbar-collapse {
        width: 50%
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-size: 14px;
        padding-bottom: 10px
    }

    .astroway-menu .icon {
        width: 50px !important;
        height: 50px !important;
    }

    .astroway-menu .icon svg {
        max-width: 30px
    }

    .astro-content h1.page-heading {
        font-size: 22px !important
    }

    h2.heading {
        font-size: 22px !important
    }

    h2.heading::after {
        display: none
    }

    .astroway-call-action .d-flex a {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 18px;
        align-items: center;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 6px #ee4E5E26
    }

    .astroway-call-action .d-flex a img {
        height: 30px;
        width: 30px;
        margin-bottom: 0
    }

    .astroway-astrologers.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    h2.cat-heading {
        font-size: 28px;
        text-align: center
    }

    h2.cat-heading::after {
        margin: 0 auto
    }

    .expert-search-form {
        border: 1px solid #f9c5ca;
        border-radius: 7px
    }

    .astroway-blog .item .content .category {
        font-size: 15px
    }

    .astroway-about-mobile .col-4 {
        border-right: 1px solid #ffc8cd
    }

    .astroway-about-mobile .col-4:last-child {
        border: 0
    }

    .astroway-call-action-inner a {
        font-size: 14px;
        width: 230px
    }

    .astroway-call-action-inner img {
        width: 20px
    }

    .profile-page .status-badge {
        width: 20px;
        height: 20px
    }
}

@media (min-width: 450px) and (max-width: 767.98px) {
    .container {
        max-width: 100% !important;
    }
}

@media(max-width:575px) {
    #expert-list {
        display: block
    }

    #expert-list .psychic-card {
        width: 100%
    }

    .step-in.done::after {
        bottom: 0;
        right: 0;
        width: 15px;
        height: 15px;
        font-size: 8px;
        line-height: 14px
    }

    .steps-wizard .step p {
        font-size: 14px !important
    }

    .astroway-astro-data-table .data-row-body .text-success {
        font-size: 9px
    }

    .steps-container .font-18 {
        white-space: nowrap
    }

    .steps-container svg,
    .steps-wizard .step .step-in {
        width: 45px;
        height: 45px
    }

    .steps-container .font-18 {
        font-size: 16px !important
    }

    .aboutbox {
        height: 220px;
        padding: 0 20px
    }

    #CustomerPrefrence .close {
        top: 5px;
        right: 5px
    }

    #CustomerPrefrence .form-control {
        height: calc(1.7em+.75rem+2px)
    }

    #CustomerPrefrence .form-group {
        margin-bottom: .5em !important
    }

    h2.cat-heading {
        font-size: 22px
    }

    .content-para.p-4 {
        padding: 10px 3px !important
    }

    .astroway-banner {
        background-image: none !important;
        background: 0 0 !important;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .astroway-banner .banner {
        border: 1px solid #ee4e5e;
        padding: 15px !important
    }

    .astroway-call-action .d-flex a:first-child {
        margin-right: 5px !important
    }

    .astroway-banner .banner .banner-content h1 {
        font-size: 20px
    }

    .astroway-banner .banner .banner-content .w-75.pt-4 {
        padding-top: 0 !important
    }

    .astroway-banner .banner .banner-content p {
        font-size: 13px;
        margin-bottom: 5px
    }

    .astroway-banner .banner .banner-content .font-22 {
        font-size: 13px !important
    }

    .astroway-banner .banner .banner-content .font-16 {
        font-size: 12px !important;
        font-weight: 700 !important
    }

    .astroway-banner .banner-privacy-content .separator {
        margin-left: 7px;
        margin-right: 7px
    }

    .chat-call-section img {
        max-width: 70px
    }

    .chat-call-section h2 {
        font-size: 20px
    }

    .inpage .btn-100 {
        width: 100% !important;
        margin-left: 0 !important
    }

    .profile-page .psychic-badge .list-inline-item {
        width: 100%
    }

    .btn-chat-profile span {
        justify-content: center
    }

    #loginSignUp {
        padding-right: 0 !important
    }

    #VerifyOtp .form-control {
        text-align: center !important;
        width: 35px;
        height: 35px
    }

    #VerifyOtp .otp-list .mr-3 {
        margin-right: .2rem !important
    }

    #divTimer,
    #loginSignUp a,
    .otpheader,
    .otpheader a,
    .resendbtn {
        font-size: 12px
    }

    #VerifyOtp .form-control {
        padding: 0 !important;
        margin-right: 7px !important
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding-bottom: 10px
    }

    .astroway-astrologers .astro-name {
        font-size: 16px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px !important
    }

    .astroway-astrologers .owl-carousel .item img {
        width: 67px;
        height: 67px
    }

    .astroway-astrologers .item {
        margin: 6px
    }

    .psychic-card .status-badge {
        width: 12px;
        height: 12px
    }

    .astroway-menu li {
        margin-right: 10px
    }

    .navbar-collapse {
        width: 60%
    }

    .astroway-call-action .d-flex a img {
        max-width: 20px
    }

    .copyright p {
        font-size: 10px
    }

    .astroway-astrologers.py-5,
    .astroway-customer-stories.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: .5rem !important
    }

    .astroway-customer-stories .content.p-2 {
        padding: 10px !important
    }

    .astro-content h1.page-heading,
    h2.heading {
        font-size: 20px !important
    }

    .astroway-call-action p {
        font-size: 16px
    }

    .astroway-menu span.icon-desc {
        font-size: 12px;
        margin-top: 15px !important
    }

    .profile-page-info .fa-star,
    .profile-page-info .fa-star-o {
        font-size: 14px
    }

    .astroway-call-action .d-flex a img {
        width: 28px;
        height: 28px
    }

    .astroway-call-action .d-flex a {
        padding: 8px;
        border-radius: 6px;
        align-items: center;
        margin: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 6px #ee4E5E26
    }

    .btn.view-more {
        font-size: 12px
    }

    .inmobile-bottom .btn-groups img {
        width: 18px
    }

    .inmobile-bottom .btn-chat {
        margin: 0;
        width: 100%;
        font-size: 16px
    }

    .astroway-astrologers p,
    .astroway-blog p,
    .astroway-customer-stories p {
        font-size: 14px
    }

    .astroway-blog p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding-bottom: 0 !important
    }

    .astroway-blog p {
        -webkit-line-clamp: 2
    }

    .astroway-astrologers .astro-profile-btm p,
    .astroway-blog .item .content span,
    .astroway-customer-stories .item .content span {
        font-size: 14px
    }

    .astroway-call-action-inner a {
        font-size: 14px;
        width: 210px
    }

    .astroway-call-action-inner img {
        width: 20px
    }

    .pro1 {
        width: 120px;
        padding-top: 12px
    }

    .pro2 {
        width: calc(100% - 120px)
    }

    .btn-chat-profile {
        font-size: 13px;
        padding: 3px 5px
    }

    .btn-chat-profile img {
        width: 16px
    }

    .profile-page .profileDspName {
        font-size: 20px
    }

    .profile-page-info .font-16 {
        font-size: 15px !important
    }

    .profile-page .profile-page-info {
        padding: 10px
    }

    .profile-page .status-badge {
        width: 15px;
        height: 15px
    }

    .header .psychic-img,
    .notificationmenu svg,
    .usericon svg {
        width: 30px;
        height: 30px
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em
    }

    .liwidth li {
        width: 100% !important
    }

    .astroway-customer-stories .item {
        padding: 10px
    }

    .aboutbox .w-50 {
        width: 75% !important
    }
}

@media(max-width:480px) {
    .steps-wizard::before {
        top: 26%
    }

    .steps-container {
        max-width: 100%
    }

    .steps-container .h2 {
        font-size: 20px !important
    }

    .steps-container .font-18 {
        font-size: 14px !important;
        white-space: nowrap
    }

    .astroway-banner .banner .banner-image {
        padding-left: 23px
    }

    .inpage {
        padding: 10px !important
    }

    .astroway-banner .banner-privacy-content .separator {
        margin-left: 7px;
        margin-right: 7px
    }

    .astroway-banner .banner .banner-content h1 {
        font-size: 15px
    }

    .astroway-banner .banner .banner-content p {
        font-size: 11px
    }

    .astroway-banner .banner .banner-content p {
        margin-bottom: 7px
    }

    .pro1 {
        width: 100px;
        padding-top: 12px
    }

    .pro2 {
        width: calc(100% - 115px);
        margin-left: 15px
    }

    .profile-page .profile-page-info .profile-image {
        width: 75px;
        height: 75px;
        margin: 0 auto
    }

    .profile-page .profile-page-info .profile-image img {
        width: 75px;
        height: 75px
    }

    .profile-buttons {
        display: block !important
    }

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

    .btn-chat-profile {
        font-size: 20px;
        padding: 4px 20px
    }

    .btn-chat-profile img {
        width: 20px
    }

    .astroway-astrologers .astro-profile-btm p {
        font-size: 11px;
        font-weight: 400;
        white-space: nowrap
    }

    .astroway-astrologers .item {
        padding: 5px !important
    }

    .inmobile-bottom .btn-groups img {
        width: 16px
    }

    .inmobile-bottom .btn-chat {
        font-size: 14px
    }

    .navbar-collapse.collapsing {
        left: -80%
    }

    .profile-page .profile-page-info .font-18 {
        font-size: 15px !important;
        text-align: center !important
    }

    .profile-page .profile-page-info {
        padding: 10px
    }

    .profile-page .profile-page-info .font-16 {
        font-size: 14px !important
    }

    .astroway-customer-stories .item .content p {
        padding: 0 !important
    }

    .astroway-call-action-inner a {
        width: 190px
    }

    .astroway-banner .banner .banner-content .font-16 {
        font-size: 9px !important;
        line-height: 13px;
        font-weight: 700 !important
    }

    .header .astroway-logo-ntext span.astroway-logo-text {
        font-size: 22px;
        line-height: 28px
    }

    .header .astroway-logo-ntext span.astroway-logo-subtext {
        font-size: 8.7px
    }
}

@media(max-width:400px) {
    .astroway-customer-stories .item {
        max-height: 330px
    }

    .user-options {
        top: 50px !important
    }

    .steps-wizard::before {
        bottom: 77%
    }

    .navbar-collapse {
        top: 54px
    }

    .header {
        height: 54px !important
    }

    .navbar .navbar-brand img {
        max-width: 44px
    }

    .header .astroway-logo-ntext span.astroway-logo-text {
        font-size: 20px;
        line-height: 26px
    }

    .header .astroway-logo-ntext span.astroway-logo-subtext {
        font-size: 8px
    }

    .inmobile-bottom img {
        width: 16px;
        height: 16px
    }

    .aboutbox .w-50 {
        width: 100% !important
    }

    .astroway-banner .banner .banner-content .font-16 {
        font-size: 7px !important
    }

    .astroway-banner .banner-privacy-content .separator {
        margin-left: 5px;
        margin-right: 5px
    }

    .astroway-banner .banner .banner-content p {
        margin-bottom: 0 !important
    }

    .profile-page-info .fa-star,
    .profile-page-info .fa-star-o {
        font-size: 15px
    }

    .profile-page .profileDspName {
        font-size: 18px !important
    }

    .astroway-banner .banner {
        padding: 15px !important
    }

    .astroway-banner .banner .banner-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .inmobile-bottom .btn-chat {
        margin: 0;
        font-size: 13px;
        padding: 10px;
        width: 100%;
        width: 100%
    }

    .astroway-call-action-inner a {
        font-size: 11px
    }

    .astroway-call-action-inner img {
        width: 16px
    }

    .astroway-astrologers p,
    .astroway-blog p,
    .astroway-customer-stories p {
        font-size: 12px !important;
        line-height: 18px !important
    }

    .astroway-call-action .d-flex a img {
        width: 17px;
        height: auto
    }

    .astroway-call-action p {
        font-size: 12px;
        margin-left: 10px !important
    }

    .astroway-astrologers .astro-profile-btm p,
    .astroway-blog .item .content span,
    .astroway-customer-stories .item .content span {
        font-size: 11px
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding-bottom: 7px
    }
}

@media(max-width:370px) {
    .user-options {
        top: 47px !important
    }

    .navbar .navbar-brand img {
        max-width: 36px
    }

    .header #dropdownMenuLink {
        width: 30px;
        height: 45px;
        display: flex;
        align-items: center
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em
    }

    .header .psychic-img,
    .notificationmenu svg,
    .usericon svg {
        width: 25px;
        height: 25px
    }

    .header {
        height: 54px
    }

    .header .astroway-logo-ntext span.astroway-logo-text {
        font-size: 20px;
        line-height: 26px
    }

    .header .astroway-logo-ntext span.astroway-logo-subtext {
        font-size: 8px
    }
}

@media(min-width:768px) {
    #appStore {
        position: static !important
    }

    #CustomerPrefrence .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto
    }

    .astroway-call-action .d-flex {
        position: absolute;
        top: -70px;
        z-index: 0;
        width: 100%;
        justify-content: center
    }

    .cat-pages .astroway-astrologers {
        margin-top: 0
    }

    .astroway-astrologers .owl-dots,
    .astroway-blog .owl-dots,
    .astroway-customer-stories .owl-dots {
        display: none
    }

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

@media(min-width:992px) {

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

@media(min-width:1199px) {

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

    #CustomerPrefrence .modal-lg,
    #CustomerPrefrence .modal-xl {
        max-width: 1100px
    }
}

.hidden {
    display: none !important
}

#main_nav {
    left: 0;
    right: 0;
    top: 69px;
    background: #cf3544;
    color: #fff !important
}

#main_nav a {
    color: #fff !important
}

#main_nav a:focus-visible {
    outline: 0
}

#main_nav .dropdown-menu {
    background-color: transparent;
    position: relative !important;
    border: 0
}

#main_nav .dropdown-menu .dropdown-item {
    padding: .25rem 0
}

#main_nav .dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

@media(min-width:992px) {
    #main_nav .dropdown-menu {
        display: block
    }

    #main_nav .dropdown-toggle::after {
        display: none
    }

    .navbar button[aria-expanded="true"]::before,
    .navbar button[aria-expanded="false"]::before {
        display: none
    }

    .navbar button[aria-expanded="true"],
    .navbar button[aria-expanded="false"] {
        outline: 0
    }

    .navbar button span.navbar-toggler-icon {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: brightness(0) sepia(1) hue-rotate(180deg) saturate(5) !important
    }
}

@media(max-width:991px) {
    #main_nav {
        width: 40%;
        top: 69px;
        background: #fff;
        height: calc(100vh - 69px);
        color: #000 !important;
        overflow-y: auto
    }

    #main_nav a {
        color: #000 !important
    }

    #main_nav.navbar-collapse.collapsing {
        left: -70%;
        transition: height 0 ease
    }

    #main_nav.navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
        box-shadow: 0 6px 6px #00000029
    }

    .navbar-toggler.collapsed~#main_nav.navbar-collapse {
        transition: left 500ms ease-in-out
    }

    @*#main_nav {
        border-bottom: 1px solid #e38690
    }

    *@#main_nav .dropdown-item.active, .dropdown-item:active {
        color: #000;
        background-color: #f1f1f1
    }
}

@media(max-width:767px) {
    #main_nav {
        width: 65%;
        top: 65px;
        padding: 0;
        height: calc(100vh - 65px)
    }

    #main_nav a.font-14 {
        font-size: 12px !important
    }
}

@media(max-width:400px) {
    #main_nav {
        width: 65%;
        top: 54px;
        padding: 0;
        height: calc(100vh - 54px)
    }

    .header .navbar {
        height: 54px
    }
}

@media(min-width:992px) {
    .navbar button.navbar-toggler[aria-expanded="true"]::before {
        content: "x";
        display: inline-block;
        height: 35px;
        background: #fff;
        width: 100%;
        font-size: 26px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #000
    }
}






/* Add new css in this file */


.my-full-width {
    padding-left: 0px;
    padding-right: 0px;
}

.owl-carousel .owl-item img {
    border-radius: 0px 30px 0px 0px !important;
}



/* After menu new bar */


.icon-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
}

.icon-item {
    text-align: center;
    color: #7e1b1b;
    font-size: 17px;
    font-weight: 600;

}

.icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.pujaName1 {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 4px;
}

/* Tablet View */
@media (max-width: 768px) {
    .pujaName1 {
        margin-top: 8px;
        margin-bottom: 0px;
        font-size: 15px;
    }
    .pujaName{
        margin-top: 8px !important;
        margin-bottom: 12px !important;
        font-size: 15px !important;
    }
    p.card-text{
        font-size: 15px !important;
    }

    .mobilr-mynew {
        height: 0px !important;
    }

    .astroway-menu .icon {
        box-shadow: unset !important;
    }

    .astroway-menu ul {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 40px !important;
    }

    .icon-menu {
        gap: 30px;
    }

    .icon-item {
        font-size: 13px;
    }

    .icon img {
        width: 60px;
        height: 60px;
    }
}

/* Mobile View */
@media (max-width: 480px) {
    .icon-menu {
        gap: 40px;
    }

    .icon-item {
        font-size: 12px;
        width: 80px;
        /* Reduce width for smaller screens */
    }

    .icon img {
        width: 50px;
        height: 50px;
    }
}

/* end bar */





/* main style css */





button.enquiry_verify_otp.btn.bg-red.w-100.text-white.text-center {
    background-color: #7e1515;
}

button.btn-close {
    background-image: none;
}

a.nav-link.nav-color {
    padding: .5rem 1rem;
    font-weight: 500;
}

.dropdown-menu li {
    font-size: 14px !important;
    color: #6c6c6c;
}

.dropdown-menu li a:hover {
    /* background-color: #7e1515;
    color: #fff !important;
    padding-left: 5px; */
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .dropdown-menu.show {
        max-height: 400px;
        overflow-y: auto;
    }
}

.dropdown-menu.show {
    height: 100%;
    border-top: 10px solid #910002;
}

.header_allPujas {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}

section.all-pujass-section.mt-0.mt-lg-2.all-pujass-section_1 {
    top: 77px !important;
}

.all-pujass-section_1 .puja_sticker {
    display: none;
}

.all-pujass-section {
    background-color: #fff;
    position: sticky;
    top: 0px;
    z-index: 9;
    width: 100%;
}

section.homeSlider {
    margin-top: 120px;
}

.user_name_profile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.main_header_ul {
    display: flex;
    align-items: center;
}

.mobile_bottom_menu {
    display: none;
}

.main_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: #fff;
    padding: 12px;
}

.mobile_menu_heading {
    background: #F0E7E7;
    padding: 25px 25px;
}

.mobile_menu_heading p {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}

.login_icon_text {
    background-color: #fff;
    border-radius: 5px;
    border: 1px dashed #7F7B7A;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
}

.login_icon {
    border: 1px solid #2f0808;
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    justify-content: center;
    color: #7E1515;
    font-size: 18px;
}

.mobile_menu_items_content {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    border-bottom: 1px solid #D4D3D3;
    text-decoration: none;
}

.left_items_content,
.right_items_content {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.android_ios_app {
    padding: 25px;
}

.android_ios_app p {
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #292321;
}

.mobile_menu_close {
    color: #000;
}

.mobile_menu_close i {
    font-size: 20px;
}

.user_name_profile {
    background: #fff;
    padding: 10px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}

.user_name,
.user_profile_icon {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
}

.logo span {
    font-size: 24px;
    color: #E63946;
    font-weight: bold;
    margin-left: 10px;
}

.search input {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 200px;
}

.location,
.language {
    font-size: 14px;
    color: #333;
}

.menu-icon {
    flex-direction: column;
    cursor: pointer;
}

.menu-icon .bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
}

.mobile_loction {
    display: none;
}

#mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 1s ease;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.mobile_menu_items {
    overflow-y: auto;
}

#mobile-menu ul {
    list-style: none;
    padding: 20px;
}

#mobile-menu ul li {
    margin-bottom: 20px;
}

#mobile-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

@media (max-width: 767px) {
    .recent_posts_carousel .owl-nav {
        display: none;
    }

    #feedbackCarousel .owl-item {
        padding: 0px !important;
    }

    #mediaCarousel .owl-item {
        padding: 0px !important;
    }

    .recent_posts_carousel .item {
        padding: 0px !important;
    }

    .search input {
        width: 120px;
    }

    .menu-icon {
        display: flex;
    }

    header .search,
    header .location,
    header .language {
        display: none;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

.panditContainer {
    padding-right: 5rem;
    padding-left: 5rem;
    width: auto;
    box-shadow: 4px 4px 4px 0px #00000021;
}

.panditContainer-2 {
    margin-left: 5rem;
    margin-right: 5rem;
    width: auto;
}

.panditContainer-3 {
    margin-left: 5rem;
    margin-right: 5rem;
    width: auto;
}

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

li#menu-item-6108 {
    position: relative;
}

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: max-content;
}

.navbar {
    padding: 10px 0;
    box-shadow: 0px 4px 4px 0px #00000021;
    background-color: #ffff;
}

.navbar-collapse {
    flex-grow: unset;
}

.searchbarInput {
    border: 0;
    color: #7F7B7A;
    transition: padding 0.4s ease;
    padding-left: 0px;
}

.searchbarInput:focus {
    outline: 0;
    box-shadow: none;
}

.searchbarInput::placeholder {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0);
    opacity: 1;
}

.searchbarInput:focus::placeholder {
    transform: translateY(-20px);
    opacity: 0;
}

.slide-up {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s, transform 0.4s;
}

.slide-down {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.4s, transform 0.4s;
}

.slide-up::placeholder {
    transform: translateY(-20px);
    opacity: 0;
}

.slide-down::placeholder {
    transform: translateY(0);
    opacity: 1;
}

.magnifying-glass-xmark {
    position: absolute;
    top: 13px;
}

.search_span_input {
    display: flex;
    margin-left: 30px;
    align-items: center;
}

span#searchLabel {
    width: 100%;
    color: #7F7B7A;
    max-width: max-content;
}

.headerSearchbar {
    align-items: center;
    border: 1px solid #D4D3D3;
    border-radius: 25px;
    padding: 5px 10px;
    width: 30%;
    position: relative;
    height: max-content;
    display: flex;
}

.headerSearchbar i {
    font-size: 20px;
}

.headerLogo img {
    width: a;
}

.header-nav-link {
    font-size: 18px;
    font-weight: 500;
}

.dropdown-menu {
    /* display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000; */
}

.dropdown-menu span {
    font-weight: bold;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-menu ul li:hover {
    background-color: #f0f0f0;
}

div#trendingPujas {
    padding: 15px;
    border: 0;
    border-radius: 20px;
    box-shadow: 1px 7px 12px 4px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    overflow: auto;
    height: 400px;
}

.trending-Pujas h4 {
    font-weight: 700;
    font-size: 18px;
}

.all-trending-Pujas {
    display: flex;
    flex-wrap: wrap;
}

.all-trending-Pujas p {
    margin: 10px 10px;
    border: 1px solid #D4D3D3;
    padding: 6px 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px !important;
}

.all-trending-Pujas p a {
    color: #000;
}

.all-puja-offcanvas-bottom {
    border-radius: 50px 50px 0px 0px;
    top: 100px;
    height: 100% !important;
}

.offcanvas-header.all-puja-offcanvas {
    padding-right: 60px;
    padding-top: 0px;
}

.all-pujass-row::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    display: none;
}

.all-pujass-row::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 5px;
    display: none;
}

.all-pujass-row::-webkit-scrollbar-thumb {
    background: #7E1515;
    border-radius: 5px;
    display: none;
}

.all-pujass-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 15px 0px;
}

.all_puja_modal {
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
}

.all_puja_modal_2 {
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
}

.puja-name {
    font-family: "Tw Cen MT" !important;
    font-size: 14.64px;
    font-weight: 500;
    line-height: 20.5px;
    color: #7E1515;
    margin-top: 10px;
}

.all-pujass-section {
    padding: 0px 0px;
    background-color: #fff;
}

.all-pujass-section.is-sticky {
    box-shadow: 0px 4px 4px 0px #00000021;
}

.all-puja-item .all_puja_modal .puja-name {
    color: #7E1515;
    margin-top: 8px;
}

/*ALL Puja section*/

/*home slider sction*/

.carousel-item {
    /* height: 500px;    */
}

.carousel-item img {
    height: auto;
    object-fit: cover;
}

.pandit_mobile_slider {
    display: none !important;
}

.pandit_decktop_slider {
    display: block;
}

/*home slider sction*/

/*popula pujas section*/

.pujas_cards::-webkit-scrollbar {
    height: 0px
}

.pujas_cards::-webkit-scrollbar-track {
    display: 0px
}

.pujas_cards {
    display: flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: space-between
}
.mob-ile_right {
    padding-left: 12px
}

.col_pujas_cards {
    display: inline-block;
    flex-shrink: 0
}

.popular-pujas {
    background-color: #FFF8EF;
    padding: 50px 0;
    padding-bottom: 20px
}

.supcoming-pujas {
    background-color: #FFFEEA
}

.mukti-karma-pujas {
    background-color: #FFFEEA
}

.card {
    background-color: transparent;
    border: none
}

.card-img-top {
    border-radius: 10px
}

.popular-pujas-card {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.popular-pujas-card:hover {
    box-shadow: none;
    cursor: pointer
}

.popular-pujas-card-img {
    overflow: hidden
}

.popular-pujas-card img {
    transition: transform 0.8s;
    height: 160px;
}


.popular-pujas-card:hover .upload-white {
    display: none
}

.upload-black {
    display: none
}

.popular-pujas-card:hover .upload-black {
    display: block
}

.popular-pujas-card:hover img {
    transform: scale(1.1)
}

.popular-puja-tag {
    background-color: #fff;
    width: max-content;
    padding: 2px 18px;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    top: 24px;
    left: 24px;
    color: #000;
    font-weight: 500
}

.include-tags ul li {
    font-size: 14px !important;
    font-family: "Tw Cen MT" !important;
    color: #544F4D;
    font-family: "Tw Cen MT" !important;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.popular-puja-tag p {
    font-size: 12px !important
}

.pujashareIcon {
    position: absolute;
    top: 22px;
    right: 20px
}

.pujas-heading {
    font-family: "Tw Cen MT" !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px;
    color: #544F4D
}

.pujas-tagLine {
    color: #7F7B7A
}

.seeAllBtn {
    color: #000;
    border: 1px solid #000;
    font-weight: 700;
    padding: 3px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 5px
}

.pujaName {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 4px
}

p.card-text {
    margin-bottom: 5px;
}

.totalPuja {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #646464
}

.pujas-tagLine {
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #7F7B7A
}

/*popular pujas section*/

/*shop-99pandit css*/

.shop-99pandit {
    background-color: #EAE9D0;
    padding: 50px 0px;
}

.shop_item_img {
    border-radius: 15px;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 20px !important;
    box-shadow: 0px 4.58px 13.73px 3.43px #00000026;
}

#feedbackCarousel .owl-nav [class*=owl-] {
    border-radius: 20px !important;
    box-shadow: none;
}

button.owl-prev {
    position: absolute;
    top: 40%;
    left: -45px;
    background-color: #fff !important;
    height: 38px;
    width: 38px;
    font-size: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-prev span {
    font-size: 32px;
    font-weight: 600;
}

button.owl-next {
    position: absolute;
    top: 40%;
    right: -45px;
    background-color: #fff !important;
    height: 38px;
    width: 38px;
    font-size: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-next span {
    font-size: 32px;
    font-weight: 600;
}

.owl-nav button span {
    position: relative;
    bottom: 1px;
    left: 1px;
}

/*shop-99pandit css*/

/*how-it-works*/

.how-it-works-content {
    background: #F1F1D9;
    padding: 50px 0;
    overflow: hidden;
}

.how-it-work-card-header h3 {
    font-family: "Tw Cen MT" !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
}

.how-it-work-card-body {
    cursor: pointer;
    justify-content: center;
    display: flex;
    transition: .8s;
    transition: transform .8s;
}

.border-img {
    display: none;
}

.how-it-work-card-body img {
    transition: .8s;
    transition: transform .8s;
}

.how-it-work-card-body:hover .no-border-img {
    display: none;
    transition: opacity .5s ease-in-out;
}

.how-it-work-card-body {
    position: relative;
}

.no-border-img,
.border-img {
    transition: opacity .5s ease-in-out;
}

.how-it-work-card-body img:hover {
    transform: scale(1.2);
}

.how-it-work-card-body:hover .border-img {
    display: block;
    transition: 1s;
}

.second-img {
    display: inline-block;
    overflow: hidden;
}

.how-it-work-card-body:hover .second-img {
    border-radius: 10px;
    border: 3px solid #B10819;
}

.how-it-work-card-body:hover .first-img {
    opacity: 0;
}

.first-img {
    border-radius: 10px;
    border: 3px solid #F1F1D9;
}

.how-it-work-line img {
    width: 100%;
}

.progress {
    background: #32D8514A;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 0;
    display: flex;
    height: 10px;
    width: 75%;
    margin: 0 auto;
}

.progress-value {
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #E0FA9E;
    height: 10px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.check-progress {
    position: relative;
}

.check,
.check-1,
.check-2,
.check-3 {
    display: none;
}

.check {
    position: absolute;
    top: -21px;
    left: 10%;
}

.check-1 {
    position: absolute;
    top: -21px;
    left: 35%;
}

.check-2 {
    position: absolute;
    top: -21px;
    right: 35%;
}

.check-3 {
    position: absolute;
    top: -21px;
    right: 11%;
}

/*how-it-works*/

/*why-choose-us*/

.puja_clash_img_row {
    position: relative;
    padding: 70px 0px;
    overflow: hidden;
}

.puja_clash_img {
    position: absolute;
    top: 0;
    overflow: hidden;
}

.why-choose-us-content {
    padding: 50px 0px;
    overflow: hidden;
    background-color: #F7F8E2;
}

.choose-card-img img {
    max-width: max-content;
}

.why-choose-us-cards {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #F4D59A;
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

.choose-card-txt h5 {
    color: #544F4D;
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: bolder;
    line-height: 25.2px;
    text-align: left;
}

.choose-card-txt p {
    color: #7F7B7A;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.why-choose-cards-1 {
    animation: fadeInLeft 3s ease-in-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-300px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.why-choose-cards-2 {
    animation: fadeInRight 2s ease-in-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.why-choose-cards-3 {
    animation: fadeToLeft 3s ease-in-out forwards;
}

@keyframes fadeToLeft {
    from {
        opacity: 0;
        transform: translateX(0px);
    }

    to {
        opacity: 1;
        transform: translateX(-200px);
    }
}

.why-choose-cards-4 {
    animation: fadeToRight 3s ease-in-out forwards;
}

@keyframes fadeToRight {
    from {
        opacity: 0;
        transform: translateX(0px);
    }

    to {
        opacity: 1;
        transform: translateX(200px);
    }
}

.puja_clash_img {
    animation: fadeInBottom 2s ease-in-out 1.5s forwards;
    opacity: 0;
    overflow: hidden;
    width: auto;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.why-choose-us-cards-2 {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #F4D59A;
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    padding: 30px 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.product-about-txt strong {
    font-family: "Tw Cen MT" !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #7e1515;
}

.product-about-txt p {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #7e1515;
}

/*why-choose-us*/

/*customerFeedback*/

.customerFeedback {
    background-color: #fff;
    padding: 50px 0px;
}

.scroll-icon {
    display: flex;
    align-items: center;
    border: 1px solid #133240;
    border-radius: 5px;
    padding: 2px 4px;
    font-size: 14px;
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.scroll-icon span {
    font-size: 20px;
}

#feedbackCarousel .owl-dots {
    position: absolute;
    right: 100px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-align: center;
    max-width: 7%;
    width: 100%;
}

.owl-item {
    border: 0px !important;
}

#feedbackCarousel .owl-nav {
    position: absolute;
    top: -30%;
    right: 0;
}

#feedbackCarousel .owl-prev:hover {
    color: #000;
}

#feedbackCarousel .owl-next:hover {
    color: #000;
}

#feedbackCarousel .owl-nav .owl-prev {
    position: absolute;
    left: -190px;
}

#feedbackCarousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.scroll-icon span:hover {
    color: #000;
}

#feedbackCarousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.feedback-cards {
    background: #FFFFFF;
    border: 1px solid #E7EAEC;
    box-shadow: 0px 0px 6.73px 1.43px #00000012;
    border-radius: 10px;
    padding: 15px 40px;
    height: 320px;
}

.feedback-cards-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback-cards-header img {
    width: auto !important;
}

.star-rating {
    display: flex;
}

.feedback-cards-body h6 {
    font-family: "Tw Cen MT" !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.feedback-cards-body p {
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: justify;
    color: #7F7B7A;
}

#feedbackCarousel .owl-item {
    padding: 15px;
    box-sizing: border-box;
}

/*customerFeedback*/

/*media news section*/

#mediaCarousel .owl-item {
    padding: 15px;
    box-sizing: border-box;
}

.mediaNews_tittle {
    text-overflow: ellipsis;
    white-space: unset;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 6em;
}

.mediaNews-cards {
    background: #FFFFFF;
    border: 1px solid #E7EAEC;
    box-shadow: 0px 0px 6.73px 1.43px #00000012;
    border-radius: 10px;
}

.mediaNews-cards-header,
.mediaNews-cards-footer {
    padding: 20px 40px;
}

.mediaNews-cards-footer {
    height: 200px;
}

#mediaCarousel .owl-nav {
    display: block;
}

.mediaNews-cards-footer a {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.mediaNews-cards-header {
    align-items: center;
}

.mediaNews-cards-header h6 {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #292321;
}

.websitelink {
    justify-content: space-between;
    align-items: center;
}

.websitelink a {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #7F7B7A;
}

/*media news section*/

/*recent post section*/

.recentPost {
    padding: 50px 0px;
}

.recent_posts_carousel .owl-dots {
    display: none;
}

.recent_posts_carousel .owl-nav {
    display: none;
}

.recent_posts_carousel .item {
    padding: 10px;
}

.recentPost-cards {
    background: #FFFFFF;
    border: 1px solid #E7EAEC;
    box-shadow: 0px 0px 6.73px 1.43px #00000012;
    border-radius: 10px;
    padding: 30px 30px;
}

.festival-name {
    background-color: #7E1515;
    padding: 4px 25px;
    border-radius: 26px;
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #fff;
    margin: 0 auto;
    width: max-content;
    margin-top: 15px;
}

.recentPost-cards-body img {
    width: 100%;
}

.blog_thumbnail_img {
    border-radius: 15px;
}

.recentPost-cards-footer a {
    font-family: "Tw Cen MT" !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.post-tittle {
    text-overflow: ellipsis;
    white-space: unset;
    overflow: hidden;
    height: 7em;
}

.post-tittle {
    box-sizing: border-box;
    padding-right: 50px;
}

.recentPost-websitelink {
    justify-content: space-between;
    align-items: center;
}

.recentPost-websitelink a {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #7F7B7A;
}

.recentPost-websitelink span {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #7F7B7A;
}

/*recent post section*/

/*download app section*/

.appSection {
    padding: 50px 0px;
    padding-top: 0;
}

.cta-new-panditt {
    padding-top: 30px;
}

.productApp img {
    width: 100%;
}

/*modals css*/

#Eventservice ul:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 0;
}

#Eventservice {
    margin-bottom: 0;
}

#Eventservice ul:nth-child(2) li {
    font-family: 'Noto Sans', sans-serif;
    /* Ensure a fallback font is specified */
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #544F4D;
}

/*all puja modal*/

/* FORM */

.loader {
    display: flex;
    justify-content: space-between;
    width: 82px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.loader span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    animation: fill-color 2s infinite;
}

.loader span:nth-child(1) {
    animation-delay: 0.3s;
}

.loader span:nth-child(2) {
    animation-delay: 0.7s;
}

.loader span:nth-child(3) {
    animation-delay: 1.1s;
}

@keyframes fill-color {

    0%,
    100% {
        background-color: #ccc;
    }

    50% {
        background-color: #333;
    }
}

.all_puja_modal,
.all_puja_modal_2 {
    cursor: pointer;
}

#close-modal:hover {
    color: black;
}

.form-open {
    top: 0 !important;
}

i.fa.fa-times {
    color: #ada7a7;
    font-size: 33px;
}

.filters-by-categories {
    border: 1px solid #CBA1A1;
    border-radius: 6px;
    padding: 10px;
}

.filters-categories-header {
    border-bottom: 1px solid #7E1515;
    width: 80%;
    margin: 0 auto;
}

.filters-categories-header p {
    color: #7E1515;
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.filters-categories-item {
    border: 1px solid #292321;
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #544F4D;
    border-radius: 5px;
    width: max-content;
    padding: 6px 12px;
    margin-left: 10px;
    cursor: pointer;
}

.filters-categories-item.active {
    background-color: #7E1515;
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #fff;
    border-radius: 5px;
    width: max-content;
    padding: 6px 10px;
    border: 1px solid #7E1515;
}

.filters-categories-body {
    display: flex;
    flex-wrap: wrap;
}

.modal-puja-categories {
    overflow-y: auto;
    height: 700px;
    padding: 10px;
}

.allpujas_modal {}

.allpujas_modal-body {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-x: hidden;
    max-height: 700px;
}

.modal-puja-categories::-webkit-scrollbar {
    width: 10px;
}

.modal-puja-categories::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 5px;
}

.modal-puja-categories::-webkit-scrollbar-thumb {
    background: #7e1515;
    border-radius: 5px;
}

.allpujas_modal-body::-webkit-scrollbar {
    width: 10px;
}

.allpujas_modal-body::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 5px;
}

.allpujas_modal-body::-webkit-scrollbar-thumb {
    background: #7e1515;
    border-radius: 5px;
}

.allpujas_modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allpujas_modal-header-mobile {
    display: none;
}

.modalSearchbar {
    position: relative;
    right: 60px;
    display: flex;
}

.modalsearchbarInput {
    border: 0;
    color: #D4D3D3;
}

.modalsearchbarInput:focus {
    outline: 0;
    box-shadow: none;
}

.modal-pujas-heading {
    font-family: "Tw Cen MT" !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    text-align: left;
}

/*loction modal*/

div#loctionModal {
    overflow: hidden;
}

.modal.bottom-slide-up .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 10%;
    margin: 0;
    width: 100%;
    animation: slide-up 0.8s ease;
    margin: 0 auto;
}

.modal.bottom-slide-up-2 .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0;
    width: 100%;
    animation: slide-up 0.8s ease;
    margin: 0 auto;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.modal-content.loction-modal-content {
    border-radius: 22px;
    box-shadow: 0px 5.05px 15.15px 3.79px #00000026;
    padding: 0;
}

.location-search-input {
    border: 1.1px solid #D4D3D3;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 4px 15px;
}

.location-searchBar {
    border: 0;
    border-radius: 25px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.compass-marker {
    font-size: 16px;
    font-weight: 700;
    line-height: 21.62px;
    text-align: left;
    color: #34ABF4;
    display: flex;
    align-items: center;
}

.compass-marker i {
    font-size: 22px;
    margin-right: 8px;
}

.loction-modal-dialog .modal-header {
    border-bottom: 0;
}

.location-name {
    list-style: none;
}

.location-group {
    border: 1.5px solid #D4D3D3;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.loction-footer h6 {
    padding-left: 25px;
    font-size: 16px;
}

.loction-footer h6 i {
    font-size: 16px;
}

.location-modal-body {
    padding: 10px 25px;
}

/*login signup modal*/

.modal-dialog {
    margin-right: auto;
    margin-left: auto;
}

.login-modal-content {
    border-radius: 15px;
}

.btn-google,
.btn-facebook {
    text-align: left;
    padding-left: 50px;
    position: relative;
    text-align: center;
    background-color: #FAFAFA;
    border: 0.95px solid #EEEEEE;
    color: #616161;
    font-size: 14px;
    padding: 12px 0px;
}

.btn-google:hover {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    color: #616161;
}

.btn-facebook:hover {
    background-color: #FAFAFA !important;
    border: 0.95px solid #EEEEEE;
    color: #616161 !important;
}

.btn-google:active {
    background-color: #FAFAFA !important;
    border: 1px solid #EEEEEE;
    color: #616161 !important;
}

.btn-facebook:active {
    background-color: #FAFAFA;
    border: 0.95px solid #EEEEEE;
    color: #616161;
}

.btn-google::before,
.btn-facebook::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-google::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%234285F4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23EA4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/><path fill="none" d="M1 1h22v22H1z"/></svg>');
}

.btn-facebook::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%23039be5" d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256z"%3E%3C/path%3E%3C/svg%3E');
}

.loginModal_h4 {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.02px;
    text-align: left;
}

.login-modal-body {
    padding: 0px 0px 0px 40px;
}

.login-modal-content {
    background-image: url(../img/om_logo.png);
    background-size: contain;
}

.right-login-content {
    border: 1px solid #D4D3D3;
    border-radius: 24px;
    padding-right: 40px;
}

.right-login-content {
    border: 1px solid #D4D3D3;
    border-radius: 24px;
    padding: 20px 40px 20px 0px;
    background-color: #fff;
}

.left-login-content {
    padding: 40px 40px 0px 40px;
}

.login-nav-link.active {
    background-color: #F0312D !important;
    color: #fff;
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.login-nav-link {
    background: #D4D3D3;
    color: #fff;
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding: 10px 55px;
    border-radius: 0 !important;
}

.login-nav-link:hover {
    color: #fff;
}

.user-login-content {
    padding: 20px 50px 0px 50px;
}

.email-phone-input {
    border: 1px solid #7F7B7A;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 12px;
}

.email-phone-input:focus {
    border-color: #f0312d;
    outline: 0;
    box-shadow: none;
}

.lable-input:focus-within label {
    color: #f0312d;
}

.lable-input {
    position: relative;
}

.lable-input label {
    position: absolute;
    background-color: #fff;
    top: -8px;
    left: 30px;
    font-size: 12px;
    z-index: 99;
    padding: 0px 5px;
}

.eye-btn {
    position: absolute;
    top: 13px;
    right: 14px;
}

.login-btn {
    background-color: #F0312D !important;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.or-text {
    position: relative;
}

.or-text:after {
    content: "";
    background-color: #D4D3D3;
    height: 1px;
    position: absolute;
    width: 42%;
    top: 13px;
    right: 6px;
}

.or-text:before {
    content: "";
    background-color: #D4D3D3;
    height: 1px;
    position: absolute;
    width: 42%;
    top: 13px;
    left: 6px;
}

.sign-up-txt {
    font-family: "Tw Cen MT" !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 24.1px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.sign-up-txt_2 {
    font-family: "Tw Cen MT" !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 24.1px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.down-text {
    font-family: "Tw Cen MT" !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.pandit-login-content:not(.show) {
    opacity: 0;
    display: none;
}

.pandit-login-content {
    padding: 20px 50px 0px 50px;
}

.user-login-content:not(.show) {
    opacity: 0;
    display: none;
}

.modal-body.signup-modal-body {
    padding: 0px 40px 40px 40px;
}

.signUp-h4 {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: left;
    color: #000;
}

/*puja details modal*/

/*.puja-details-modal-dialog {    max-width: 50%;}*/

#Eventcontent h2 {
    font-size: 22px;
    margin-bottom: 0;
}

#Eventservice ul {
    margin-bottom: 0;
}

.puja-details-modal-dialog .modal-header {
    border-bottom: 0;
    display: block;
    text-align: right;
}

.puja-name-details h3 {
    font-family: "Tw Cen MT" !important;
    font-size: 24px;
    font-weight: 800;
    line-height: 26.4px;
    text-align: left;
    color: #7E1515;
}

.see_more_detiles {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #7e1515;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-left: 8px;
}

.puja-name-details p {
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #544F4D;
}

.include-tags h4 {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 25.2px;
    text-align: left;
    color: #544F4D;
}

.include-tags p {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 19.6px;
    text-align: left;
    color: #7F7B7A;
}

.our-promise {
    border: 1px solid #CBA1A1;
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 10px;
}

.our-promise h5 {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #544F4D;
}

.our-promise p {
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.detiles_modals_header {
    padding-right: 0;
}

.details-book-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.details-btn {
    gap: 10px;
    border-radius: 5px;
    opacity: 0px;
    border: 0;
    background-color: #FBBC58;
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #fff;
    padding: 10px 50px;
    width: 50%;
}

.puja_service_list {
    display: flex;
    flex-wrap: wrap;
}

.puja_service_list li {
    width: max-content !important;
    font-size: 14px !important;
}

.book-pandits-btn {
    gap: 10px;
    border-radius: 5px;
    opacity: 0px;
    border: 0;
    background-color: #7E1515;
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #fff;
    padding: 10px 50px;
    width: 50%;
}

.puja-name-img button {
    border: 1px solid #A9A7A6;
    background: #FFFFFF;
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    border-radius: 9px;
    margin-top: 35px;
    padding: 4px 10px;
    color: #7F7B7A;
    display: block;
}

.puja-name-img img {
    width: 100%;
}

.puja-name-img button img {
    width: auto;
}

.modal-content.puja-details-modal-content {
    padding: 0px 30px 30px 30px;
}

/*slider section custom code*/

.slider-custom-code {
    background-color: #410F0F;
    padding: 30px;
}

.slider-left-right img {
    width: 100%;
}

.slider-left-right-txt {
    background: linear-gradient(180deg, #7E1515 0%, #630C0D 100%);
    border-radius: 0px 0px 10px 10px;
    padding: 50px 30px;
    text-align: center;
    height: 260px;
}

.slider-left-right-txt h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
    color: #fff;
}

.slider-left-right-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.order-now-btns {
    background: #FF0909;
    padding: 10px 30px;
    border-radius: 52px;
    font-size: 15.83px;
    font-weight: 700;
    line-height: 22.17px;
    text-align: center;
    color: #FFFBFB;
    border: 0;
}

.slider-middles {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 60px 50px;
}

.slider-middles-txt h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 35.2px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.book-now-btns {
    background: #FF0909;
    padding: 15px 30px;
    border-radius: 52px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.17px;
    text-align: center;
    color: #FFFBFB;
    border: 0;
}

.slider-middles img {
    margin-bottom: 30px;
}

.pandits-informations {
    background: #630C0D;
    border-radius: 10px;
    padding: 70px 50px;
    margin-top: 20px;
}

.pandit-joined h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    color: #F4D59A;
}

.pandit-joined p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #F4D59A;
}

.puja-conducted h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    color: #F4D59A;
}

.puja-conducted p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #F4D59A;
}

/*corporate page css*/

.workspace_section {
    background: #FFF2F2;
    padding: 50px 0px;
}

.corporate_puja_banner {
    position: relative;
}

.corporate_puja_banner h1 {
    position: absolute;
    top: 40%;
    color: #fff;
    font-family: Berkshire Swash;
    font-size: 77.73px;
    font-weight: 400;
    line-height: 85.5px;
    text-align: left;
    left: 90px;
}

.round_cricle_girl {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.round_cricle {
    width: 100%;
}

.round_cricle img {
    animation: animName 16s linear infinite;
}

.workspace_girl {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
}

.workspace_h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 61.6px;
    text-align: left;
    color: #B10819;
}

.workspace_p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #544F4D;
}

.workspace_register_btn {
    padding: 14px 20px 14px 20px;
    gap: 10px;
    border-radius: 8px;
    opacity: 0px;
    border: 0;
    background: #B10819;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.why-choose {
    padding: 50px 0px;
    overflow: hidden;
}

.card-body.why-choose-card-body {
    padding: 30px 30px;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}

.why-choose-card {
    box-shadow: 0px 4.58px 13.73px 3.43px #00000026;
}

.card-body.why-choose-card-body:hover {
    cursor: pointer;
    border: 2px solid #7E1515;
}

.why-choose-card-body h5 {

    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #B10819;
}

.why-choose-card-body p {

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #544F4D;
}

.why-choose .pujas-heading {
    color: #B10819;
}

.all-corporate-pujas {
    background-color: #EDEDED;
    padding: 50px 0px;
}

.all-corporate-pujas-body {
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}

.all-corporate-pujas-body h5 {

    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #B10819;
}

.corporate-pujas-text {
    padding: 20px;
}

.list-unstyled li {

    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #544F4D;
}

.morning-text {

    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    color: #B10819;
    position: relative;
}

.evening-text {

    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    position: relative;
}

.morning-text:before {
    content: "";
    background-color: #B10819;
    height: 1.4px;
    position: absolute;
    width: 35%;
    top: 10px;
    left: 6px;
}

.morning-text:after {
    content: "";
    background-color: #B10819;
    height: 1.4px;
    position: absolute;
    width: 35%;
    top: 10px;
    right: 6px;
}

.evening-text:before {
    content: "";
    background-color: #B10819;
    height: 0.4px;
    position: absolute;
    width: 35%;
    top: 10px;
    left: 6px;
}

.evening-text:after {
    content: "";
    background-color: #B10819;
    height: 0.4px;
    position: absolute;
    width: 35%;
    top: 10px;
    right: 6px;
}

.otherPuja_services li {
    border-bottom: 1px solid #fff;
    padding: 20px;

    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: #B10819;
}

.otherPuja_services li:hover {
    background-color: #B10819;
    color: #fff;
    transition: 0.5s;
}

.corporate_enquiry {
    background-color: #B10819;
    color: #fff;
    font-family: "Tw Cen MT" !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;
    border: 1px solid #B10819;
}

.corporate_enquiry:hover {
    background-color: #7E1515;
    color: #fff;
    border: 1px solid #7E1515;
}

.corporate_enquiry:active {
    background-color: #7E1515 !important;
    color: #fff !important;
    border: 1px solid #7E1515;
}

.otherPuja_services {
    background-color: #F1F1F1;
    padding: 0;
    border-top: 1px solid #BBB7B7;
    overflow-y: auto;
    height: 100%;
    max-height: 724px;
}

.otherPuja_services::-webkit-scrollbar {
    width: 5px;
}

.otherPuja_services::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 5px;
}

.otherPuja_services::-webkit-scrollbar-thumb {
    background: #C1BFBF;
    border-radius: 5px;
}

.clients_review_section {
    padding: 50px 0px;
}

.clients_review-card {
    border: 1px solid #E5D0D0;
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    width: 100%;
    border-radius: 10px;
    padding: 35px;
    max-width: 900px;
    padding-left: 0;
    min-width: 900px;
    margin: 10px;
}

.clients_reviews {
    display: flex;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
}

.clients_reviews:active {
    cursor: grabbing;
}

.clients_reviews::-webkit-scrollbar {
    width: 0px;
}

.video_review-card {
    box-shadow: 0px 0px 13.73px 3.43px #00000012;
    width: 100%;
    border-radius: 10px;
    max-width: max-content;
    padding-left: 0;
    min-width: max-content;
    margin: 10px;
}

.videos_reviews {
    display: flex;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
}

.videos_reviews:active {
    cursor: grabbing;
}

.videos_reviews::-webkit-scrollbar {
    width: 0px;
}

.clients_images {
    display: flex;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
}

.clients_images:active {
    cursor: grabbing;
}

.clients_images::-webkit-scrollbar {
    width: 0px;
}

.client_name {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #0F33EE;
}

.client_post {
    font-family: "Tw Cen MT" !important;
    font-size: 15.63px;
    font-weight: 400;
    line-height: 18.75px;
    color: #000000;
}

.fa-solid.fa-quote-left {
    font-size: 36px;
}

.fa-solid.fa-quote-right {
    font-size: 36px;
}

.client_text {
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    padding: 0px 50px;
    color: #544F4D;
}

.clientRaing {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #544F4D;
}

.fas.fa-star {
    color: #FF5C00;
}

.enquiry-form-section {
    padding: 50px 0px;
    background: #F5EBE9;
}

.enquiry-form-input {
    border-radius: 6px;
    border: 0;
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    border: 2px solid #fff;
}

.enquiry-form-input:focus {
    border: 2px solid #fdc8b6;
    color: #000;
}

.countery_number {
    display: flex;
    background-color: #fff;
    width: 100%;
    border-radius: 6px 0px 0px 6px;
}

.enquiry-form-select {
    box-shadow: 0px 0px 13.73px 3.43px #00000008;
    border-right: 1px solid #D4D3D3 !important;
    width: 12%;
    border-radius: 6px 0px 0px 6px;
    border: 0;
}

.enquiry-form-select:focus {
    box-shadow: none;
}

.enquiry-form-submit {
    border-radius: 8px;
    padding: 6px 20px;
    background: #B10819;
    font-family: "Tw Cen MT" !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}

.address_info {
    display: flex;
    background-color: #fff;
    width: 100%;
    border-radius: 6px 0px 0px 6px;
    align-items: center;
    padding: .375rem .75rem;
    padding-left: 0;
    cursor: pointer;
}

.videos_reviews_tittle {
    padding: 20px;
}

.videos_reviews_tittle h5 {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

.videos_reviews_tittle h5 span {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.clients_review-videos {
    position: relative;
}

.clients_review-videos span {
    background: #B10819CC;
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    padding: 5px;
    color: #fff;
    position: absolute;
    right: 0;
}

.video_play {
    position: absolute;
    left: 43%;
    right: 50%;
    bottom: 0;
    top: 27%;
}

.clients_company_name h5 {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.clients_company_name p {
    font-family: "Tw Cen MT" !important;
    font-size: 15.63px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #000;
}

.clients_company_info {
    display: flex;
    align-items: center;
}

.clients_star_rating {
    text-align: center;
}

.clients_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.our-clients-section {
    padding: 50px 0px;
}

.our_clients_review_card {
    width: 100%;
    max-width: max-content;
    padding-left: 20px;
}

/*user login pages css*/

.closeFormBtns {
    text-align: right;
    margin-bottom: 25px;
}

.closeFormBtns button {
    border: 0;
    background-color: transparent;
    font-size: 24px;
}

.user_name-loction {
    border: 1px solid #A9A7A6;
    box-shadow: 0px 0px 4.73px 0px #00000012;
    border-radius: 10px;
}

.userName {
    padding: 20px;
    border-bottom: 1px solid #A9A7A6;
}

.userName span {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.userLoction {
    padding: 20px;
}

.userLoction span {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.loction_bottom_txt {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #544F4D;
}

.loction_change {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.phone_checkout_page {
    border: 1px solid #D4D3D3;
    border-radius: 10px;
    padding: 20px;
}

.phoneNumber {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.phoneNumber_bottom_text {
    font-family: "Tw Cen MT" !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #292321;
}

.updates_mothed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.updates_mothed label {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
}

.checkbox_input_lable lable {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
}

.updates_mothed_input:checked {
    background-color: #B10819;
    border-color: #B10819;
}

.updates_mothed_input {
    border-color: #B10819;
    height: 20px;
    width: 20px;
}

.updates_mothed_input:focus {
    box-shadow: none;
    border-color: #B10819;
}

.checkbox_input_lable label {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
}

.updates_mothed_email {
    border: 1px solid #A9A7A6;
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    border-radius: 10px;
    padding: 10px 20px;
}

.email_bottom_text {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #7F7B7A;
    margin-top: 4px;
}

.checkbox_input_lable {
    display: flex;
    align-items: center;
}

.user_address_detiles {
    border: 1px solid #D4D3D3;
    border-radius: 10px;
}

.user_address_header {
    border-bottom: 1px solid #A9A7A6;
    padding: 20px;
    display: flex;
    align-items: center;
}

.user_address_header span {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #292321;
}

.edit_address {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.user_detiles_section {
    padding-bottom: 50px;
}

.add_new_address {
    border: 1px solid #D4D3D3;
    box-shadow: 0px 0px 4px 0px #00000017;
    background-color: #EEEEEE;
    padding: 15px 20px;
    cursor: pointer;
}

.add_new_address_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D4D3D3;
    box-shadow: 0px 0px 4px 0px #00000017;
    background-color: #EEEEEE;
    padding: 15px 20px;
    cursor: pointer;
}

.save_ddress {
    background: #B10819;
    border-radius: 8px;
    font-family: "Tw Cen MT" !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #fff;
    border: 0;
    padding: 8px 20px;
}

.user_all_address {
    padding: 20px;
}

.address_check_box {
    background-color: transparent !important;
    border: 2px solid #092C4C !important;
    height: 20px;
    width: 20px;
}

.address_check_box:focus {
    box-shadow: none;
    border-color: #B10819;
}

.address_check_box:checked[type=radio] {
    background-image: url(../img/check_cricle.svg);
    filter: brightness(0.1);
    height: 20px;
    width: 20px;
    margin: 0;
}

.place_booking_mobile {
    display: none;
}

.user_selected_pujas {
    border: 1px solid #D4D3D3;
    border-radius: 10px;
}

.user_selected_pujas_header {
    padding: 20px;
    border-bottom: 1px solid #A9A7A6;
}

.user_selected_pujas_header h5 {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
}

.puja_name_detiles {
    padding: 20px;
}

.pujas_Name {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
    color: #000000;
}

.pujas_Name_text {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: left;
    color: #4D596A;
}

.puja_counting {
    border: 1px solid #D4D3D3;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.counting_icon {
    border-left: 1px solid #D4D3D3;
    background-color: #EFEEEE;
    border: 0;
    font-size: 20px;
}

.countingNumber {
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #000000;
}

.place_booking_btn {
    background: #B10819;
    font-family: "Tw Cen MT" !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
    animation-timing-function: ease-out;
    animation-duration: 300ms;
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
}

.confirmBooking_lable {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #000;
}

.pujas_date {
    border: 1px solid #D4D3D3;
    background: #5D759814;
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.0125em;
    text-align: left;
    color: #647896;
}

.add-alternate-select-input {
    display: flex;
    align-items: center;
    border: 1px solid #A9A7A6;
    border-radius: 10px;
    width: 88%;
}

.alternate-form-select {
    width: 12%;
    border: 0;
    border-right: 1px solid #A9A7A6;
    border-radius: 10px 0px 0px 10px;
}

.alternate-form-select:focus {
    box-shadow: none;
}

.alternate-number-input {
    border: 0;
    border-radius: 0px 10px 10px 0px;
}

.add-alternate-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-alternate-number-btn {
    width: 10%;
    background: #B10819;
    border-radius: 8px;
    font-family: "Tw Cen MT" !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
    border: 0;
    padding: 5px 0px;
    color: #fff;
}

.change-number-select-input {
    display: flex;
    align-items: center;
    border: 1px solid #A9A7A6;
    border-radius: 10px;
    width: 88%;
}

.change-form-select {
    width: 12%;
    border: 0;
    border-right: 1px solid #A9A7A6;
    border-radius: 10px 0px 0px 10px;
}

.change-form-select:focus {
    box-shadow: none;
}

.change-number-input {
    border: 0;
    border-radius: 0px 10px 10px 0px;
}

.change-numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.change-number-btn {
    width: 10%;
    background: #B10819;
    border-radius: 8px;
    font-family: "Tw Cen MT" !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
    border: 0;
    padding: 5px 0px;
    color: #fff;
}

/*book pandit modal*/

.book_pujas_lable {
    font-family: "Tw Cen MT" !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: left;
    color: #544F4D;
}

.book_pujas_select {
    background-color: #e1e0e0;
    border: 1px solid #A9A7A6;
    font-family: "Tw Cen MT" !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding: 8px;
}

.book_pujas_select:focus {
    box-shadow: none;
}

.book_puja_number_input {
    border: 1px solid #A9A7A6;
    border-radius: 10px;
}

.book_puja_cuntory_code {
    border: 0;
    border-right: 1px solid #A9A7A6;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

.book_pandit_input {
    border: 0px;
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
}

.pandit_book_checkbox {
    border: 2px solid #828282;
    height: 20px;
    width: 20px;
}

.pandit_book_checkbox:checked {
    background-color: #000000;
    border-color: #000000;
}

.pandit_book_checkbox:focus {
    box-shadow: none;
    border: 2px solid #828282;
}

.pandit_book_checkbox_input label {
    font-family: "Tw Cen MT" !important;
    font-size: 17.58px;
    font-weight: 400;
    line-height: 34.45px;
    text-align: center;
}

.pandit_book_checkbox_input {
    display: flex;
    align-items: center;
}

.book_pandit_proceedBtn {
    background: #7E1515;
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
}

.pandit_book_loction {
    font-family: "Tw Cen MT" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #544F4D;
}

.book_pandits_modal_body {
    padding: 0px 40px 50px 40px;
}

.book_pandit_otp_input {
    border: 1px solid #A9A7A6;
    padding: 10px;
    border-radius: 10px;
}

.book_pandit_email_input {
    border: 1px solid #A9A7A6;
    padding: 10px;
    border-radius: 10px;
}

/*media responsive  css*/

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

@media (max-width: 991px) {
    .daterangepicker.dropdown-menu {
        z-index: 999999 !important;
    }
}

@media (max-width: 768px) {

    .navbar .userprofileicon{
        display: none !important;
    }

    #google_translate_button{
        margin-left: 60px;
    }
    .daterangepicker {
        width: 90% !important;
        left: 5% !important;
    }

    .modal.fade.show {
        z-index: 999999;
    }

    div#form-wrap {
        bottom: 0px;
        box-shadow: 0px -7px 4px -1px #00000021;
        padding: 0px 20px !important;
        border-radius: 0px 0px 0px 0px;
    }

    .filter-icon {
        border: 1px solid #D4D3D3;
        padding: 7px 30px;
        border-radius: 10px;
        font-size: 16px;
        width: 100%;
        max-width: max-content;
    }

    .puja-categories-filtter {
        display: none;
        padding: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    .allpujas_modal {
        padding: 0px;
        padding-top: 0;
    }

    .allpujas_modal-header-mobile {
        padding: 20px;
    }

    .allpujas_modal-header-decktop {
        display: none;
    }

    .allpujas_modal-header-mobile {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header_allPujas.is-sticky .all-pujass-section {
        display: none;
    }

    .puja-name-img {
        display: none;
    }

    .shop_carousel .owl-dots .owl-dot.active span {
        background: #DA8787 !important;
        width: 30px;
        border-radius: 20px !important;
    }

    .shop_carousel .owl-dots .owl-dot span {
        background: #d7c8c8 !important;
    }

    .shop_carousel .owl-dots .owl-dot:first-child span {
        border-radius: 10px 0px 0px 10px !important;
    }

    .shop_carousel .owl-dots .owl-dot:last-child span {
        border-radius: 0px 10px 10px 0px !important;
    }

    #mediaCarousel .owl-dots .owl-dot.active span {
        background: #DA8787 !important;
        width: 30px;
        border-radius: 20px !important;
    }

    #mediaCarousel .owl-dots .owl-dot span {
        background: #d7c8c8 !important;
    }

    #mediaCarousel .owl-dots .owl-dot:first-child span {
        border-radius: 10px 0px 0px 10px !important;
    }

    #mediaCarousel .owl-dots .owl-dot:last-child span {
        border-radius: 0px 10px 10px 0px !important;
    }

    .shop_carousel .owl-dots .owl-dot span {
        margin: 5px 0px !important;
        border-radius: 0px !important;
    }

    #mediaCarousel .owl-dots .owl-dot span {
        margin: 5px 0px !important;
        border-radius: 0px !important;
    }

    #feedbackCarousel .owl-dots .owl-dot.active span {
        background: #DA8787 !important;
        width: 30px;
        border-radius: 20px !important;
    }

    .corporate-pujas .owl-dots .owl-dot.active span {
        background: #DA8787 !important;
        width: 30px;
        border-radius: 20px !important;
    }

    .recent_posts_carousel .owl-dots .owl-dot.active span {
        background: #DA8787 !important;
        width: 30px;
        border-radius: 20px !important;
    }

    .language_loction {
        display: none;
    }

    .mobile_loction {
        display: block;
    }

    .main_header {
        display: inline-block;
    }

    .mobile_bottom_menu {
        display: none;
        justify-content: space-around;
        background-color: #fff;
        position: fixed;
        width: 100%;
        bottom: 0;
        padding: 12px;
        flex-direction: row;
        z-index: 999;
        box-shadow: 0px 5px 14px 4px #00000026;
    }

    .bottom_menu_item img {
        display: block;
        margin: 0 auto;
    }

    .bottom_menu_item span {
        font-family: "Tw Cen MT" !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
        color: #544F4D;
    }

    .all_puja_modal .all_puja_modal_2 {
        margin-right: 40px;
    }

    .panditContainer,
    .panditContainer-2 {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-left: 0;
        margin-right: 0;
    }

    .headerSearchbar {
        width: 100%;
    }

    .headerSearchbar-2 {
        width: auto;
    }

    .col_pujas_cards {
        width: 40%;
        margin-right: 25px;
    }

    .user_login_row {
        flex-direction: column-reverse;
    }

    .place_booking_decktop {
        display: none;
    }

    .place_booking_mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .slider-custom-code {
        background-color: #410F0F;
        padding: 30px 5px;
    }

    .slider-middles {
        padding: 70px 20px;
    }

    .slider-middles-txt h4 {
        font-size: 26px;
    }

    .slider-owl .owl-item img {
        border-radius: 20px;
    }

    .slider-owl .owl-item {
        padding: 0px 20px;
    }

    .book_pujas_select,
    .book_puja_cuntory_code,
    .book_pandit_email_input,
    .book_pandit_input {
        font-size: 14px;
    }

    .all-puja-offcanvas-bottom {
        top: 40px;
    }

    .fa-solid.fa-quote-left,
    .fa-solid.fa-quote-right {
        font-size: 24px;
    }

    .main_header {
        padding: 20px 15px;
    }

    .change-form-select {
        width: 35%;
    }

    .alternate-form-select {
        width: 37%;
    }

    .change-number-btn,
    .add-alternate-number-btn {
        width: 30%;
        margin-top: 12px;
    }

    .change-numbers,
    .add-alternate-number {
        display: block;
    }

    .mobile-header .headerLogo,
    .mobile-header .mobile_loction {
        display: none;
    }

    body {
        background-color: #F3F3F3;
    }

    .clients_review_section {
        padding: 0px 0px;
    }

    .mediaNews,
    .recentPost {
        padding: 20px 0px;
        background-color: #fff;
    }

    .all-puja-offcanvas-bottom {
        border-radius: 0;
    }

    .offcanvas-header.all-puja-offcanvas {
        padding-right: 30px;
        padding-bottom: 0;
    }

    .modal-puja-categories {
        padding: 5px;
    }

    section.user_detiles_section {
        padding-bottom: 30px;
    }

    .client_text {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 70px;
    }

    .why-choose-cards-3 {
        animation: fadeToLeft 3s ease-in-out forwards;
    }

    @keyframes fadeToLeft {
        from {
            opacity: 0;
            transform: translateX(-300px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .why-choose-cards-4 {
        animation: fadeToRight 3s ease-in-out forwards;
    }

    @keyframes fadeToRight {
        from {
            opacity: 0;
            transform: translateX(300px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .puja_clash_img_row {
        padding: 0px 0px;
        overflow: visible;
    }

    .modal-puja-categories {
        height: 550px;
    }

    .headerSearchbar {
        width: 100%;
    }

    .allpujas_modal-header {
        display: block;
    }

    .modalSearchbar {
        right: 0;
        top: 20px;
    }

    section.homeSlider {
        margin-top: 0px;
        background-color: #fff;
        padding: 20px 0px;
        padding-top: 0;
    }

    section.all-pujass-section.mt-0.mt-lg-2.all-pujass-section_1 {
        top: 122px !important;
    }

    .all-pujass-section {
        position: sticky;
        top: 122px !important;
    }

    .how-it-work-card-header h3 {
        font-size: 18px;
    }

    .how-it-work-card-body:hover .second-img {
        border-radius: 10px;
        border: 0;
    }

    .second-img {
        border-radius: 10px;
    }

    .second-img:hover {
        border: 3px solid #B10819 !important;
        border-radius: 10px;
    }

    .border-img {
        display: block;
        border: 3px solid #B10819;
        border-radius: 10px;
    }

    .first-img {
        display: none;
    }

    .how_works_slider::-webkit-scrollbar {
        height: 0px;
        display: none;
    }

    .how_works_slider::-webkit-scrollbar-track {
        display: none;
    }

    .how_works_slider {
        white-space: nowrap;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
    }

    .how_works_col {
        width: 100%;
        flex: 0 0 100%;
    }

    .updates_mothed_email {
        padding: 8px 10px;
    }

    .address_check_box:checked[type=radio] {
        height: 18px;
    }

    .place_booking_btn {
        font-size: 16px;
        padding: 5px 20px;
    }

    .add_new_address_2 label {
        font-size: 14px;
    }

    .pujas_date {
        width: 70%;
    }

    span#searchLabel {
        width: 30%;
        font-size: 14px;
        color: #7F7B7A;
    }

    .magnifying-glass-xmark {
        position: absolute;
        top: 4px;
    }

    .updates_mothed {
        display: block;
    }

    .pujas_Name {
        font-size: 15px;
    }

    .pujas_Name_text {
        font-size: 12px;
    }

    .user_selected_pujas_header {
        padding: 10px;
    }

    .user_selected_pujas_header h5 {
        font-size: 16px;
    }

    .puja_name_detiles {
        padding: 10px;
    }

    .counting_icon {
        font-size: 14px;
    }

    .countingNumber {
        font-size: 16px;
    }

    .corporate_puja_banner h1 {
        position: absolute;
        top: 23%;
        font-size: 32px;
        left: 18px;
    }

    .why-choose-card-body h5 {
        font-size: 16px;
    }

    .why-choose-card-body p {
        font-size: 16px;
    }

    .all-corporate-pujas-body h5 {
        font-size: 16px;
    }

    .list-unstyled li {
        font-size: 16px;
    }

    .puja_clash_img {
        display: none;
    }

    .workspace_register_btn {
        padding: 8px 15px 8px 15px;
    }

    .workspace_p {
        font-size: 16px;
        text-align: justify;
    }

    .workspace_h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .panditContainer-3 {
        margin-left: 0rem;
        margin-right: 0rem;
        width: auto;
    }

    .login_icon {
        height: 25px;
        width: 25px;
        font-size: 16px;
    }

    .login_icon_text {
        font-size: 14px;
    }

    .mobile_menu_heading {
        padding: 25px 10px;
    }

    .loction-modal-dialog {
        padding: 0px 15px;
    }

    .headerSearchbar i,
    .searchbarInput {
        font-size: 14px;
    }

    .headerLogo img {
        width: 35%;
    }

    .headerSearchbar {
        padding: 5px 10px;
    }

    .all_puja_modal,
    .all_puja_modal_2 {
        margin-right: 20px;
    }

    .puja-name {
        font-size: 14px !important;
    }

    .android_ios_app_img a img {
        width: 100px;
    }

    .left_items_content,
    .right_items_content,
    .user_name,
    .user_profile_icon {
        font-size: 16px;
        line-height: normal;
    }

    #mobile-menu {
        width: 75%;
    }

    .how-it-works-content {
        background-color: #fff;
        padding: 30px 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .shop-99pandit {
        padding: 20px 0px;
        background-color: #fff;
    }

    .popular-pujas {
        padding: 20px 0px;
        background-color: #fff;
    }

    .why-choose-us-content {
        padding: 30px 0px;
        background-color: #fff;
    }

    .mediaNews-cards-footer a {
        font-size: 16px;
    }

    .recentPost-cards-footer a {
        font-size: 20px;
    }

    .recentPost-websitelink span {
        font-size: 16px;
    }

    .recentPost-websitelink a {
        font-size: 16px;
    }

    .puja-details-modal-body {
        padding: 0;
    }

    .pujashareIcon img {
        width: 25px;
    }

    .pujashareIcon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .col_pujas_cards {
        width: 50%;
        margin-right: 10px;
    }

    .carousel-item {
        padding: 0px 20px;
    }

    .pandit_mobile_slider {
        display: block !important;
    }

    .pandit_decktop_slider {
        display: none !important;
    }

    .check-progress {
        display: none;
    }

    .popular-puja-tag {
        top: auto;
        left: 5px;
        font-size: 10px !important;
        bottom: 79px;
        border-radius: 0;
        width: 93%;
        text-align: center;
    }

    .popular-puja-tag p {
        font-size: 10px !important;
    }

    .owl-carousel .owl-item img:nth-child(1) {
        height: auto !important;
        width: -webkit-fill-available;
    }

    #mediaCarousel .owl-nav {
        display: none;
    }

    .pujaName {
        font-size: 13px;
        line-height: 13px;
    }

    .totalPuja {
        font-size: 11px !important;
        line-height: 5px;
    }

    .mobile_menu_items {
        overflow-y: auto;
    }

    .nav-icon img {
        width: 40px;
    }

    .modal.bottom-slide-up .modal-dialog {
        top: 5%;
        padding: 0px 20px;
    }

    .modal.bottom-slide-up-2 .modal-dialog {
        top: 30%;
    }

    .pujas-heading {
        font-size: 24px;
        line-height: normal;
    }

    .pujas-tagLine {
        font-size: 12px !important;
        line-height: 16px;
    }

    .seeAllBtn img {
        width: 20px;
    }

    .seeAllBtn {
        font-size: 12px;
    }

    .header-nav-link {
        font-size: 14px;
    }

    .PanditNavbar {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        padding: 50 0px;
        left: 0;
    }

    .PanditNavbar .nav-item {
        margin: 10px;
    }

    .panditContainer-2 {
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    button.owl-prev {
        position: absolute;
        top: auto;
        left: 38%;
        bottom: -55px;
    }

    button.owl-next {
        position: absolute;
        top: auto;
        right: 38%;
        bottom: -55px;
    }

    #feedbackCarousel .owl-nav .owl-prev {
        display: none;
    }

    #feedbackCarousel .owl-nav .owl-next {
        display: none;
    }

    #feedbackCarousel .owl-dots {
        right: 0;
        left: 0;
        width: 100%;
        max-width: 26%;
        margin: 0 auto;
        text-align: right;
    }

    .panditContainer {
        padding-right: 0;
        padding-left: 0;
    }

    .puja-details-modal-dialog {
        max-width: 100%;
        overflow: auto !important;
    }

    .puja-name-details {
        margin-top: 0px;
    }

    .book-pandits-btn {
        margin-left: 0px;
        margin-top: 15px;
        width: 100%;
        padding: 10px 45px;
    }

    .details-btn {
        width: 100%;
    }

    .left-login-content {
        display: none;
    }

    .login-modal-body {
        padding: 0px 0px 0px 0px;
    }

    .login-nav-link {
        padding: 10px 35px;
    }

    /*corporate pages css*/
    .round_cricle img {
        width: 100%;
    }

    .workspace_girl img {
        width: 230px;
    }

    .workspace_girl {
        position: absolute;
        top: 55px;
    }

    .morning-text:before {
        content: "";
        width: 35%;
    }

    .morning-text:after {
        content: "";
        width: 35%;
    }

    .evening-text:before {
        content: "";
        width: 35%;
    }

    .evening-text:after {
        content: "";
        width: 35%;
    }

    .clients_review-card {
        min-width: 300px;
        padding: 20px 15px;
    }

    .clients_review-videos img {
        width: 100%;
    }

    .video_play {
        width: auto !important;
    }

    .video_review-card {
        min-width: 300px;
    }

    .videos_reviews_tittle h5 {
        font-size: 15px;
    }

    .videos_reviews_tittle h5 span {
        font-size: 17px;
    }

    .clients_info {
        display: block;
    }

    .clients_star_rating {
        text-align: center;
        margin-top: 15px;
    }

    .enquiry-form-select {
        width: 30%;
    }

    .puja-name-img img {
        width: 100%;
    }

    .why-choose-us-cards-2 {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .details-book-btn {
        display: block;
        align-items: center;
        gap: 0px;
    }

    .how-it-work-line img {
        width: 100%;
        height: 28px;
        display: none;
    }

    .customerFeedback {
        padding: 60px 0px;
        margin-top: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 375px) {
    .workspace_girl img {
        width: 185px;
    }

    .pujas_date {
        width: 90%;
    }

    .puja_counting {
        position: relative;
        right: 16px;
    }

    .userLoction span {
        font-size: 16px;
    }

    .loction_bottom_txt {
        font-size: 12px;
    }

    .phoneNumber {
        font-size: 16px;
    }

    .loction_change {
        font-size: 16px;
    }

    .userName span {
        font-size: 16px;
    }

    span#searchLabel {
        width: 100%;
        font-size: 14px;
        max-width: max-content;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .why-choose-us-cards {
        padding: 15px 15px;
    }

    .post-tittle {
        padding-right: 0px;
    }

    .recentPost-cards-footer a {
        font-size: 18px;
    }

    .recentPost-websitelink span,
    .recentPost-websitelink a {
        font-size: 16px;
    }

    .filters-categories-item {
        font-size: 14px;
        padding: 6px 6px;
    }

    .filters-categories-item.active {
        font-size: 14px;
        padding: 6px 6px;
    }

    .filters-categories-header p {
        font-size: 16px;
        line-height: 18px;
    }

    .col_pujas_cards {
        width: 25%;
        margin-right: 25px;
    }

    #mobile-menu {
        width: 35%;
    }
}

@media (min-width: 1025px) and (max-width: 1399px) {
    .col_pujas_cards {
        width: 23%;
        margin-right: 15px;
    }

    .recentPost-cards-footer a {
        font-size: 20px;
    }

    #mobile-menu {
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .allpujas_modal-body {
        height: 660px;
    }

    #mediaCarousel .owl-nav {
        display: none;
    }

    #feedbackCarousel .owl-dots {
        max-width: 19%;
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .mediaNews-cards-footer {
        height: 200px;
    }

    .owl-carousel .owl-item img:nth-child(1) {
        height: auto !important;
        width: -webkit-fill-available;
        margin: unset !important;
    }

    .owl-dots,
    .services-carousel .owl-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 30px !important;
    }

    .all-pujass-section {
        top: 215px;
    }

    section.all-pujass-section.mt-0.mt-lg-2.all-pujass-section_tab {
        top: 135px !important;
    }

    .puja_clash_img_row {
        padding: 0px 0px;
    }

    .why-choose-cards-3 {
        animation: fadeToLeft 3s ease-in-out forwards;
    }

    @keyframes fadeToLeft {
        from {
            opacity: 0;
            transform: translateX(-300px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .why-choose-cards-4 {
        animation: fadeToRight 3s ease-in-out forwards;
    }

    @keyframes fadeToRight {
        from {
            opacity: 0;
            transform: translateX(300px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .puja_clash_img {
        display: none;
    }

    .modal-puja-categories {
        height: 480px;
    }

    section.all-pujass-section.mt-0.mt-lg-2.all-pujass-section_1 {
        top: 120px !important;
    }

    .panditContainer-3 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .enquiry-form-select {
        width: 25%;
    }

    #mobile-menu {
        width: 50%;
    }

    span#searchLabel {
        width: 100%;
        color: #7F7B7A;
        max-width: max-content;
    }
}

@media (max-width: 500px) {

    .left_items_content,
    .right_items_content,
    .user_name,
    .user_profile_icon {
        font-size: 14px;
        line-height: normal;
    }

    .login-nav-link {
        padding: 10px 25px;
    }

    .android_ios_app_img a img {
        width: 90px;
    }

    .details-btn {
        padding: 10px 40px;
    }

    .book-pandits-btn {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .all_puja_modal,
    .all_puja_modal_2 {
        margin-right: 70px;
    }

    .PanditNavbar {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        padding: 50px 0px;
        left: 0;
    }

    .PanditNavbar .nav-item {
        margin: 10px;
    }

    button.owl-prev {
        position: absolute;
        top: auto;
        left: 43%;
        bottom: -55px;
    }

    button.owl-next {
        position: absolute;
        top: auto;
        right: 43%;
        bottom: -55px;
    }

    .morning-text:before,
    .morning-text:after {
        height: 1px;
    }

    #feedbackCarousel .owl-nav .owl-prev {
        display: none;
    }

    #feedbackCarousel .owl-nav .owl-next {
        display: none;
    }

    #feedbackCarousel .owl-dots {
        right: 0;
        left: 0;
    }

    .left-login-content {
        display: none;
    }

    .login-modal-body {
        padding: 0px 0px 0px 0px;
    }

    .login-nav-link {
        padding: 10px 35px;
    }

    .puja-name-details {
        margin-top: 30px;
    }

    .book-pandits-btn {
        width: 50%;
        padding: 10px 10px;
    }

    .details-btn {
        width: 50%;
        padding: 10px 10px;
    }

    .puja-name-img img {
        width: 100%;
    }

    .puja-name-img button img {
        width: auto;
    }

    .clients_review-card {
        min-width: 660px;
        padding: 20px 15px;
    }

    .round_cricle img {
        width: auto;
    }

    .why-choose-us-cards-2 {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .enquire_now {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 99999 !important;
    }

    .navbar-nav li {
        text-align: left;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .modal-puja-categories {
        height: 700px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .modal-puja-categories {
        max-height: 450px;
        height: 100%;
    }

    .allpujas_modal-body {
        max-height: 400px;
        height: 100%;
    }

    .why-choose-us-cards {
        height: 290px;
    }

    .slider-middles {
        padding: 40px 50px;
    }

    .slider-left-right-txt {
        height: 280px;
    }

    .pandits-informations {
        padding: 35px 50px;
    }

    .recentPost-websitelink span {
        font-size: 16px;
    }

    .recentPost-cards-footer a:nth-child(2) {
        font-size: 16px;
    }

    .post-tittle {
        height: 5em;
        padding-right: 0px;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    .modal-puja-categories {
        max-height: 500px;
        height: 100%;
    }

    .allpujas_modal-body {
        max-height: 500px;
        height: 100%;
    }

    .why-choose-us-cards {
        height: 290px;
    }

    .slider-middles {
        padding: 40px 50px;
    }

    .slider-left-right-txt {
        height: 280px;
    }

    .pandits-informations {
        padding: 35px 50px;
    }

    .recentPost-websitelink span {
        font-size: 16px;
    }

    .recentPost-cards-footer a:nth-child(2) {
        font-size: 16px;
    }

    .post-tittle {
        height: 5em;
        padding-right: 0px;
    }
}

.daterangepicker {
    width: min-content !important;
    padding-left: 0.5rem !important;
    padding-right: 1.5rem !important;
}

#daterangp {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.login_button {
    background-color: #7e1515;
    color: #fff;
}

.login_button:hover {
    background-color: #7e1515;
    color: #fff;
}

html {
    margin-top: 0px !important;
}


/* end main style css */



/* header */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* header */
.header {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0px 0px 0px;
    background: antiquewhite
}

.header .item-left {
    flex: 0 0 17%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 100%;
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 0;
    padding: 0px 20px 0px 20px;
}

li.menu-item-has-children:hover {
    color: #410f0f;
}

._active-home:hover {
    color: #410f0f;
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 600;
    color: #7e1b1b;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

ul.menu-main {
    padding: 0;
    display: flex;
    justify-content: center;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 50px 15px;
}

._puja-servces {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
}

._puja-servces a {
    color: #660d0e !important;
}

._mega-sep-box {
    padding: 20px;
    border-radius: 15px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border: 1px solid #e9e9e9;

}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;


}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #ea4636;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {

    ul.menu-main {
        display: unset !important;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}


/* end header */



/* new css start here */
@font-face {
    font-family: 'Tw Cen MT';
    src: url('../fonts/tw_cen_mt-webfont.woff2') format('woff2'), url('../fonts/tw_cen_mt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


a {
    cursor: pointer !important;
}

/* Navbar  */


/* Home */

.homewrp {
    background: url(../images/Homepage.png) no-repeat center center/cover;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.homewrp:before {
    content: '';
    background: #f2f4f5;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.homeganeshtexttraditioncon {
    padding-left: 30px;
    margin-left: 30px;
}

.homeganeshheadwrp {
    display: flex;
    padding: 0 70px;
    justify-content: start;
    align-items: center;
    height: 600px;
}

.hommshivcontentWRp {
    background: #f2f4f5;
    position: relative;
    z-index: 1;
}

.hommshivcontentWRp:before {
    content: '';
    background-image: url(../images/flowrRight.png);
    position: absolute;
    right: 0;
    top: 310px;
    height: 100vh;
    width: 20vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.hommshivcontentWRp:after {
    content: '';
    background-image: url(../images/flowrLeft.png);
    position: absolute;
    left: 0;
    bottom: 200px;
    height: 60vh;
    width: 20vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.homepojatext h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #d00009;
    margin-bottom: 20px;
}

.homeshivwrp {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 2;
    transform: translate(0, -50%);
}

.homeshivwrp ul {
    margin: 0;
}

.homeshivwrp ul li {
    list-style: none;
    cursor: pointer;
}

.homeform1con {
    position: absolute;
    top: 0;
    right: 0;
}

.homeform1con input {
    min-height: 50px;
    padding: 0 51px 0 27px;
}

.homerowWRPmain {
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

.homepojatextcon {
    display: flex;
}

.homeganeshtextcon {
    margin-bottom: 60px;
}

.homepojatextpara p {
    font-weight: 400;
    font-size: 36px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #910002;
}

.homepojatextceleb p {
    font-weight: 400;
    font-size: 36px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #910002;
    margin-right: 10px;
}

.homeshivwrp ul li span {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.homeshivwrp ul li.active span {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: block;
    padding: 10px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.homenotiinputwrp input {
    padding: 11px 19px 11px 19px;
    width: 100%;
    justify-content: flex-start;
}

.homeinfosubmitcon.contactus {
    position: relative;
    bottom: 10px;
}

.homeinfosubmitcon.number {
    margin-bottom: 9px;
}

.homeshivwrp ul li {
    list-style: none;
    background: #910002;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    padding: 9px;
    border-bottom: 1px solid #fff;
}

.main_app {
    width: 100%;
}

.tabContent {
    width: 324px;
    height: 100%;
    background-color: #fff;
    border: 1px solid gray;
    padding: 15px 18px;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    right: -350px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.tabContent.inputfield {
    background: none;
    border: 0;
    padding: 0;
}

.homeshivwrp ul {
    position: relative;
    z-index: 1;
}

.homeshivwrp ul li:hover .tabContent {
    right: 50px;
}

.navselectcon.langu select {
    margin-right: 2px;
}

.homeinptabcon {
    margin-bottom: 10px;
}

.homeinptabcon input,
.homeselectinfocon select,
.homeinptabWRP input {
    height: 40px;
}

.homeinfosubmitcon button {
    background: #910002;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 6px;
    width: 70%;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    padding: 7px 0;
    cursor: pointer;
    border: 0;
}

.homeinfosubmitcon {
    margin-top: 5px;
}

.homenoticallbackcon {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #910002;
    margin-bottom: 15px;
}

.homenotiinputwrp form {
    background: #fff;
    min-height: 125px;
    padding: 15px 23px;
    height: 100%;
    border: 1px solid gray;
}

.homepojatexttradition {
    padding: 0 8px;
}

.homepojatexttradition h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #d00009;
}

.homerowWRP {
    padding: 8px 0;
    position: relative;
}

.homeyagyatextwrp {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.homeservicetextcon h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #910002;
}

.homeservicetextcon h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #910002;
}

.headersigndropdownwrp:hover .headersigndropdownwrp .dropdown img {
    filter: invert(1);
}

.homeservicetextParacon p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    width: 420px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.homebrowsecon {
    background: #910002;
    border: 1px solid #910002;
    border-radius: 25px;
    width: 282px;
    padding: 12px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}

.homebrowsewrp {
    display: flex;
    justify-content: center;
}

.homebrowsewrp a {
    text-decoration: none;
}

.homeupcomewrp {
    width: 100%;
    margin-bottom: 16px;
}

.homeupcometext {
    width: 13%;
}

.homeupcometext p {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    margin: 0;
    color: #ffffff;
}

.homeupcomecon {
    background: #910002;
    box-shadow: 30px 20px 0px 0px rgba(204, 6, 6, 1);
    width: 98%;
    display: flex;
    padding: 45px 0;
    align-items: center;
    justify-content: center;
}

.homeholiconwrp {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: calc(100% - 196px);
    flex-wrap: wrap;
}

/* .homeholiconwrp {
   display: flex;
} */

.blogcardboxcon.recentblog.card {
    width: 89%;
    margin: 0 auto;
    border: 0;
}

.homeupholitext h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

.homeupholitextmarch p {
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.homeholicon a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.homeholicon a:hover::before,
.homeholicon.active a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 9px solid #ffffff;
    border-style: double;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: initial;
    animation: spin 10s linear infinite;
}

.homeholicon a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 135px;
    height: 135px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    font-size: 14px;
}

.homepoojacardwrp {
    padding: 77px 0;
}

.homeselenatext p {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.homeselenaimgcon {
    margin-bottom: 14px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 50%;
}

.homeselenaimgcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.homeTestimonialscon {
    text-align: center;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 25px;
    width: 100% !important;
    margin-bottom: 20px;
}

.homeTestimonialscon:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.homeselenaparatext p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    color: #000000;
}

.homepoojacardselenawrp {
    background: #fff;
    padding: 77px 0;
}

.homeoffertextcon h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    margin-bottom: 33px;
}

.homeoffertextcon.home h4 {
    margin-bottom: 14px;
}

.homeoffertextparacon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.homehappyconWRP {
    display: flex;
    justify-content: space-evenly;
}

.homehappycon {
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}

.homehappynum {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #910002;
    margin-bottom: 18px;
}

.homeheadimgcon {
    margin-bottom: 18px;
}

.homeyogiImgcon img {
    border: 2px solid red;
}

.homehappytext {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #910002;
}

.homefooterwrp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #910002;
    padding: 30px;
}

.navselectcon select:focus {
    outline: none;
    border: 0;
    box-shadow: 0 0 0;
}

.homefooterwrpcon {
    display: flex;
    align-items: center;
    width: 70%;
    padding: 0 40px;
    max-width: 900px;
}

.footerliwrpcon {
    width: 100%;
}

.container-fluid .row>* {
    /* padding-right: calc(var(--bs-gutter-x) * 0); */
}

.homefooterbox1 {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    margin: 0 0px;
    border-bottom: 1px solid #ffffff;
    justify-content: space-between;
}

.homefooterbox2 {
    display: flex;
    align-items: center;
    /* padding: 22px 0; */
    padding: 0px 0;
    margin-top: 18px;
    justify-content: center;
}

.footerinpcon {
    display: flex;
}

.homefooterbox ul li {
    list-style: none;
    margin-bottom: 18px;
}

.homefooterbox ul {
    margin: 0;
    padding: 0;
}

.homefooterbox ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.homefooterbox ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.homefooterformcon .row {
    display: flex;
    justify-content: end;
}

.homefooterfollowcon {
    padding: 0 25px 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.homefootericoncon a img {
    padding: 0 10px;
}

.footerinpconbox1 {
    margin-bottom: 0px;
}

.formformikinpcon select {
    color: rgb(132, 127, 127);
}

.footerinpconbox1 input {
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    font-size: 18px;
}

.footerinpconbox2 {
    margin-bottom: 12px;
}

.footerinnerinpwrp .row {
    display: flex;
    justify-content: space-between;
}

.footerinnerinp input:focus {
    outline: none;
    box-shadow: 0 0 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
}

.footerinnerinp {
    margin-bottom: 2px;
}

.footerinnerinp .form-control {
    height: 0;
}

.footerinnerinp input {
    padding: 18px 7px;
}

.footerinpconbox2 input {
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
}

.footerinpconbox3 a {
    text-decoration: none;
}

.footerinpconbox3 {
    display: flex;
    justify-content: center;
}

.footerinpconbox3 button {
    background: #d00009;
    border-radius: 25px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    border: 0;
    font-weight: 700;
}

.footernewspapertext {
    background: #ffffff;
}

.footernewspapertext h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.4em;
    color: #d00009;
    text-align: center;
    padding: 8px 0;
}

.footerhomeWRP .row .col-lg-10 {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}

.footerhomeWRP .row .col-lg-2 {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}

/* Video clip  */

.homepanditconimgwrp {
    position: relative;
    margin-bottom: 36px;
    margin-left: 45px;
    margin-top: 34px;
}

.homepanditconimgRightwrp {
    position: relative;
    margin-bottom: 38px;
    margin-right: 45px;
    margin-top: 38px;
}

.homepoojaleftcon1 {
    position: absolute;
    top: 15%;
    bottom: -12%;
    border-left: 3px solid #910002;
}

.homepoojaleftcon2 {
    border-bottom: 3px solid #910002;
    position: absolute;
    left: -7%;
    right: 3px;
    bottom: -2px;
}

.homepoojaleftcon3 {
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 16%;
    border-right: 6px solid #d3cece;
}

.homepoojaleftcon4 {
    border-top: 6px solid #d3cece;
    position: absolute;
    left: 2px;
    right: 0;
    width: 100%;
}

.homepoojarightcon1 {
    position: absolute;
    top: 15%;
    bottom: -6px;
    left: -3px;
    border-left: 6px solid #d3cece;
}

.homepoojarightcon2 {
    border-bottom: 6px solid #d3cece;
    position: absolute;
    left: 0;
    right: 3px;
    bottom: -6px;
}

.homepoojarightcon3 {
    position: absolute;
    top: -10%;
    right: 1px;
    bottom: 11%;
    border-right: 3px solid #910002;
}

.homepoojarightcon4 {
    border-top: 3px solid #910002;
    position: absolute;
    left: 3px;
    top: 1%;
    right: -7%;
}

.homepanditconimg {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepanditconimg video {
    height: 100%;
    width: 99%;
}

/* [[[[[[[[[  Home Play Page Start  ]]]]]]]]]]] */

/* [[[[[[[[[  Home Play Page End  ]]]]]]]]]]] */

.homeganeshtextcon.play {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(../images/homeganesha.png); */
}

.homeshivwrp.play {
    padding-top: 90px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.homeplayheadtextcon {
    text-align: center;
}

.homepojatext.play h2 {
    font-size: 36px;
}

.homepojatextpara.play p {
    width: 340px;
    margin: 0 auto;
    padding-bottom: 26px;
}

.homeplayheadimgcon {
    text-align: center;
}

.homerowWRP.play {
    padding: 8px 0;
}

.homeupcomewrp.play {
    margin-top: 20px;
}

.homeupcomecon.play {
    background: #d00009;
    width: 100%;
    box-shadow: 0 0 0;
}

.homepoojacardwrp.play {
    padding: 30px 0;
}

/* Home Search Page  */

.homesearchbreadcrumbwrp {
    background: #fff;
}

.homesearchcardmainWRP {
    background: #e5e5e5;
}

.homesearchWRp {
    background: #e5e5e5;
}

.homesearchbreadcrumbwrp nav ol {
    margin-bottom: 0;
}

.homesearchtextconwrp {
    min-height: 358px;
}

.homesearchtextcon h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    color: #910002;
    padding: 30px;
}

.homesearchNoResulttextcon h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    padding-left: 30px;
    margin: 0;
}

/* Home Search card container  */

.homesearchcardbox {
    display: flex;
    justify-content: center;
    box-shadow: 0 0 0;
    height: 95%;
    /* min-height: 415px; */
}

.homesearchcardbox:hover {
    box-shadow: 0px 0px 0px;
}

.homesearchcardbox .card {
    width: 83%;
}

.homesearchcardtextcon h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 2px !important;
}

.servicecardtextcon {
    /* padding-bottom: 14px; */
    /* border-bottom: 1px solid #c4c4c4; */
}

.homesearchcardtextcon p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.homesearchcardbookcon {
    border-top: 1px solid #c4c4c4;
}

.homesearchcardstartingtext {
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #910002;
    background: #ffffff;
    border: 1px solid #910002;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0px;
    width: 64%;
}

.homesearchcardbookcon a {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    /* width: 100%; */
    justify-content: center;
    color: #ffffff;
    background: #910002;
    border-radius: 15px;
    text-decoration: none;
    color: #fff !important;
}

.slideerWrp .slick-prev:before {
    font-size: 40px;
    z-index: 0;
}

.slideerWrp .slick-next:before {
    font-size: 40px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    top: calc(50% - 10px);
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    background: #fff;
}

.slick-slider .slick-list {
    max-width: calc(100% - 76px);
    margin: 0 auto;
}

.slick-slider .slick-prev {
    /* left: 25px; */
    left: 0px;
    z-index: 1;
}

.slick-slider .slick-next {
    /* right: 25px; */
    right: 0px;
    z-index: 1;
}

.SlidItem {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: block !important;
}

.homeTestimonialswrp .slick-prev:before {
    font-size: 40px;
    z-index: 0;
}

.homeTestimonialswrp .slick-next:before {
    font-size: 40px;
}

.homesearchcardtextcon.ganeshpooja a {
    font-size: 12px;
    padding: 8px 0;
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
}

.homesearchcardbox.ganeshpooja .card {
    width: 96%;
}

.homesearchcardmainWRp {
    max-width: 100%;
    margin: 0 auto;
}

/* Pooja Service Page  */

.homesearchcardbookcon {
    display: flex !important;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    padding-top: 14px;
}

.poojaserviceconmain {
    padding: 30px 0;
}

.poojaservepoojatextcon h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #910002;
    margin: 0;
    margin-bottom: 18px;
}

.poojaservepoojatextcon h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #910002;
    margin: 0;
    margin-bottom: 18px;
}

.poojaserveinputcon {
    position: relative;
    max-width: calc(100% - 76px);
    margin: auto;
}

.poojaserveinputcon input {
    padding-left: 30px;
    margin-bottom: 18px;
}

.poojaserveinputcon img {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 25px;
    right: 0;
}

.poojaserveinputconservice {
    position: relative;
}

.poojaserveinputconservice input {
    padding-left: 30px;
    margin-bottom: 18px;
}

.poojaserveinputconservice img {
    position: absolute;
    top: 13px;
    bottom: 0;
    left: 13px;
    right: 0;
}

.poojaservedataimgcon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.poojaservedataimgcon.pujamarrage {
    margin-bottom: 0;
    float: right;
    z-index: 0;
    display: flex;
    justify-content: end;
}

.poojaservicesmainwrpbtn {
    display: flex;
    justify-content: end;
}

.poojaserveselectcon select:focus {
    border: 0;
    background-color: none;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.poojaserveselectcon select {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    background-color: #f2f4f5;
    padding: 10px;
}

.selectcoutrycon {
    margin-bottom: 60px;
}

.selectcoutrycon .delhincr-note {
    margin-bottom: 0px;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
}

.selectcoutrycon.mode {
    padding-bottom: 28px;
    margin-bottom: 37px;
    border-bottom: 1px solid #c4c4c4;
}

.poojaservicecon {
    background: #f2f4f5;
    height: 100%;
}

/* Ganesh Pooja Page  */



.blogcategorytextcon h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    padding: 20px 0;
}

.blogresultwrp {
    min-height: 183px;
}

.blogresultcon h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color: #000000;
}

.ganeshpoojatabswrp ul {
    box-shadow: 0 0 0;
    background: none;
    margin-bottom: 30px;
}

.ganeshpoojatabswrp ul li {
    margin-left: 10px;
    /* margin-bottom: 10px; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.cartheadtextwrp.cart {
    padding-top: 0;
}

.ganeshpoojatabswrp ul li button {
    width: 100%;
    border-radius: 10px !important;
}

.formmapclass {
    position: absolute;
    top: 16px;
    height: 98% !important;
}

.ganeshpoojaradioPaycon.cart label input {
    margin-left: 2px;
}

.ganeshpoojatabswrp ul li .nav-link.active {
    width: 100%;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background: #910002;
    color: #ffffff;
    padding: 10px 20px;
    border: none !important;
}

.ganeshpoojatabswrp ul li button {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    padding: 10px 20px;
}

.ganeshpoojanextcolWRPcon {
    background: #ffffff;
}

.poojaganeshbreadcumbsparacon {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    margin-bottom: 40px;
    border-radius: 15px;
}

.poojaganeshflowercon {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #c4c4c4;
}

.ganeshpoojaimgcon {
    background: #fff;
}

.poojaganeshflowertext {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #ea6900;
}

.poojaganeshloremocon {
    padding: 16px;
}

.poojaganeshloremocon p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.poojaganeshvenetdetailswrp {
    display: flex;
    justify-content: end;
    padding-top: 0px;
    padding-bottom: 60px;
}

.poojaganeshvenetdetailswrp a {
    text-decoration: none;
}

.poojaganesheventdetailscon {
    text-align: center;
    padding: 15px 0;
    background: #ffd700;
    border-radius: 25px;
    width: 230px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.poojaganeshsimilarwrp {
    padding-top: 10px;
    padding-bottom: 30px;
}

.poojaganeshsimilartext h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.homesearchcardstartingtext.ganeshpooja {
    max-width: 178px;
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 0;
    color: #910002;
}

.homesearchcardtextcon.ganeshpooja p {
    padding: 0;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.homesearchcardstartingtext.ganeshpooja .homesearchcardtextcon.ganeshpooja p {
    padding: 3px 0;
    margin-bottom: 12px;
}

.ganeshpoojanextcolWRP {
    height: 100%;
}

.ganeshpoojaheadtextcon h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 12px;
}

.ganeshpoojaheadtextcon h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    text-align: left;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 12px;
}

.ganeshpoojapackagetxetcon {
    background: #630C0D;
    border: 1px solid #f2f4f5;
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 25px;
}

.ganeshpoojapackagetxetcon p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 25px 0;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.ganeshpoojapricetextwrp {
    padding: 30px 0;
}

.ganeshpoojapricetext p {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #c4c4c4;
}

.ganeshpoojanumtextcon h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    color: #910002;
    margin-bottom: 14px;
}

.ganeshpoojainclusivetext p {
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    color: #000000;
}

.ganeshpoojadelevarytext {
    padding-left: 24px;
    padding-right: 25px;
}

.ganeshpoojadelevarytext p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin: 0;
    color: #910002;
}

.ganeshpoojaselectdatewrp {
    display: flex;
}

.ganeshpoojaselectdatecon {
    display: flex;
    background: #630C0D;
    border: 1px solid #f2f4f5;
    width: 50%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ganeshpoojaselectdatetext {
    width: 100%;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.mybookinggethelptext.trackprog.right button:focus:not(:focus-visible) {
    border: 1px solid #c4c4c4;
}

.mybookinggethelptext.trackprog button:focus:not(:focus-visible) {
    border: 1px solid #c4c4c4;
}

.ganeshpoojaselectdatetext input {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    background: transparent;
    text-align: left;
    border: 0;
    outline: none;
    padding: 2px 5px;
}

.ganeshpoojaselectdatetext input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-size: 18px;
    opacity: 1;
    /* Firefox */
}

.ganeshpoojaselectdatetext input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.ganeshpoojaselectdatetext input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.ganeshpoojaselectdatecon select {
    background-color: #630c0d;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

.ganeshpoojaaddOneswrp {
    background: #910002;
    border: 1px solid #f2f4f5;
}

.ganeshpoojaaddOneswrp p {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    margin: 0;
    padding: 19px 0;
    text-align: center;
    color: #ffffff;
}

.ganeshpoojafruitswrp {
    padding: 0px 12px;
}

.ganeshpoojafruitswrpconbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ganeshpoojafruittext h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.ganeshpoojafruitsinp input {
    width: 30px;
    height: 30px;
    padding: 0 0;
    border: 2px solid #000;
    border-radius: 5px;
    text-align: center;
}

.ganeshpoojafruittextinpcon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ganeshpoojafruitminus {
    color: #000000;
    font-size: 20px;
}

.datecalimgocn img {
    filter: brightness(0) invert(1);
    width: 27px;
    position: absolute;
    top: 15px;
    right: 11px;
}

.ganeshpoojafruitsinp {
    margin: 0 10px;
}

.ganeshpoojafruittextpara p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 14px;
    margin: 0;
}

.ganeshpoojaradioPaycon label .form-check-input:checked[type="radio"] {
    background-image: none;
}

.poojaganesgpayNowwrp {
    padding: 17px 15px;
    background: #fff;
    margin-bottom: 25px;
}

.poojaganesgpayNowwrpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
    padding: 13px 0;
}

.poojaganesgpayNowwrpbox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.ganeshpoojaradioPaycon {
    padding-right: 10px;
}

.ganeshpoojaradioPaycon label {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-right: 26px;
    display: flex;
    align-items: center;
}

.ganeshpoojaradioPaycon label input {
    margin-top: 0px;
    margin-right: 10px;
}

.raiseticketinclusiontext.ganesh {
    border-bottom: 1px solid;
    padding: 8px 24px;
}

.raiseticketinclusioncon.ganesh {
    border-bottom: 1px solid;
    padding: 8px 24px;
}

.raiseticketinclusionswrp.ganesh {
    padding: 0;
}

.ganeshpoojaradioPaycon.ganesh label input {
    margin-left: 1px;
}

.poojaganesgpayNowthousand {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    color: #000000;
}

.ganeshpoojaradioPaywrp {
    display: flex;
    align-items: center;
}

.ganeshpoojaspanSavetext {
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #057d35;
}

.ganeshpoojaNotecon p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}

.homesearchcardbookcon.ganesh {
    display: flex;
    justify-content: space-between;
}

.ganeshpoojaAddCartwrp {
    margin-bottom: 10px;
}

.ganeshpoojaAddCartwrp a {
    text-decoration: none;
}

.homesearchcardbookcon.ganesh a.btn.btn-primary:hover {
    background-color: #002046;
}

.ganeshpoojaAddCartcon {
    background: #ffd700;
    border: 1px solid #ffd700;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #1e2f59;
    padding: 15px 0;
    width: 100%;
}

.ganeshpoojaAddCartcon:hover {
    background: #b80001;
    color: #ffffff;
}

.ganeshpoojabookingwrp {
    padding: 18px 0;
}

.ganeshpoojabookingwrp textarea {
    padding: 15px;
    width: 100%;
}

.ganeshpoojabookingwrp input {
    padding: 12px;
    width: 100%;
}

.ganeshpoojabookingtext h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

/* Cart Page  */

.cartmainWRP {
    background: #e5e5e5;
}

.cartheadtextwrp {
    display: flex;
    align-items: center;
    padding: 26px 0;
}

.cartheadtextcon h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    display: flex;
    align-items: center;
    margin: 0;
    color: #000000;
    padding-left: 15px;
}

.cartgroup {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.cartgrandtotalwrp {
    background-color: white;
}

.cartganeshpoojacon {
    background: #910002;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.selectAddress {
    background: gray;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.selectAddress:hover {
    background-color: #910002 !important;
}

.addressChecked {
    background-color: #910002 !important;
}

.cartganeshpoojatext h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #ffffff;
    margin: 0;
}

.cartpackageconwrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartpackageHourcon {
    display: flex;
    align-items: center;
}

.cartganeshpoojaDetailswrp {
    background: #ffffff;
    /* padding: 15px; */
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px;
}

.cartpackageconWRP,
.cartPackageWRP,
.cartBookingnotesWRP {
    padding-left: 15px;
    padding-right: 15px;
}

.cartpackageconWRP {
    background-color: #F9F3F3;
    padding: 7px 15px;
    margin-bottom: 10px;
}

.cartpackagecontextcon {
    width: 100%;
}

.cartaddonesitemscon .cartfruitstextconbox:nth-child(odd) {
    width: 40%;
    padding-right: 0px;
}

.cartaddonesitemscon .cartfruitstextconbox:nth-child(even) {
    position: relative;
}

.cartaddonesitemscon .cartfruitstextconbox:nth-child(even)::after {
    content: "";
    background: #c4c4c4;
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
}

.cartsummarypoojaservicecon {
    background-color: #f9f3f3;
}

.cartpackagecontextcon h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.cartitemgroup .cartItemQty {
    position: relative;
}

.cartitemgroup .cartItemQty::after {
    content: "";
    background: #c4c4c4;
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
}

.cartitemgroup .no-border.cartItemQty::after {
    width: 0;
}

.cartitemfooter {
    border-top: 1px solid gray;
}

.cartpackageHourtext p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    margin: 0;
    color: #000000;
    padding-left: 10px;
}

.cartSamagriescon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.cartaddonesitemscon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cartfruitstextconbox {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
    padding: 0px 28px 0px 0px;
}

.cartfruitstextcon {
    align-items: center;
    display: flex;
    padding-right: 80px;
}

.cartitemsfruits {
    padding-left: 40px;
}

.cartitemsfruits>p {
    width: 100px;
}

.cartfruitstext p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.cartlocationWRP {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    background: #ffffff;
}

.cartlocationjaipurcon {
    display: flex;
    align-items: center;
}

.cartjaipurtext h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin: 1px 0;
    padding-left: 12px;
}

.cartjaipurpara p {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

.cartthouandcon h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    display: flex;
    color: #910002;
    margin: 0;
}

.cartlocationjaipurcon a {
    padding-left: 18px;
    padding-bottom: 5px;
}

.cartganeshpoojaWRP {
    padding: 35px 0;
}

.cartganeshpoojawrp {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.cartordersummaryWRP {
    /* background: #ffffff; */
    padding: 0 0;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.cartheadtextcon.cart h1 {
    justify-content: center;
    padding: 15px 0;
}

.cartparticularwrp {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
}

.cartquantitywrp {
    display: flex;
    width: 55%;
    padding: 0 15px;
    justify-content: space-between;
}

.cartganeshpoojacon.cart {
    padding: 15px 15px;
}

.cartpoojaitemswrp .cartitemgroup {
    padding: 0px 15px;
}

.cartpoojaitemsconWRP {
    display: flex;
    width: 50%;
    justify-content: space-around;
    padding: 0 20px;
}

.cartsummarypoojaservicecon p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 10px;
    color: #000000;
    padding: 8px 15px;
    margin: 0;
}

.cartpoojaitemscon ul {
    margin: 0;
}

.cartpoojaitemscon ul li {
    list-style: none;
}

.cartsummarypoojaservicewrp {
    padding: 0px 0px 0 0;
}

.cartpoojaitemscon ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.cartgrandtotalcon:last-child {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.cartgrandtotalcon {
    display: flex;
    margin: 0px;
    /* padding: 10px 16px; */
    margin-bottom: 0;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
    justify-content: space-between;
}

.cartgrandtotalthosandtext p {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    color: #000000;
    margin: 0;
}

.cartparticularcon h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    color: #000000;
    margin: 0;
    padding: 14px 0;
}

.ganeshpoojaAddCartwrp.cart {
    margin-bottom: 50px;
}

/* Checkout Page  */

.cartlocationjaipurcon.checkout {
    margin-bottom: 6px;
}

.cartjaipurpara.checkout p {
    padding-left: 6px;
}

.cartheadtextcon.checkout h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
}

.ganeshpoojaradioPaycon.checked label {
    color: #ffffff;
}

.checkoutpersonalwrp {
    display: flex;
    justify-content: space-between;
}

.cartlocationjaipurconWRP.checkout {
    padding-right: 50px;
    margin-bottom: 0px;
}

.checkoutdeleteimgcon {
    text-align: right;
    border-top: 1px solid #c4c4c4;
    padding-top: 12px;
}

.cartganeshpoojaDetailswrp.checkout {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.checkoutadddetailswrp a {
    text-decoration: none;
}

.checkoutadddetailscon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 15px 0;
    background: #ffffff;
    border: 1px solid #910002;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
}

.checkoutadddetailstext {
    padding-right: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #910002;
}

.checkoutmainWRP {
    background: #e5e5e5;
}

/* Address Page  */

.addressmainwrp {
    width: 100%;
    width: 100%;
    z-index: 9;
    position: relative;
    opacity: 9;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.addressmaincon {
    margin: 0 auto;
    background: #ffffff;
}

/* Pandit Info Page   */

.panditinfonametextcon h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    margin: 0;
    padding: 18px 0;
}

.addresswrp.modal-body {
    padding: 0rem;
    margin: 0;
}

.modal-content {
    border: 0px;
}

.poojaganeshbreadcumbsparacon.panditinfo {
    margin-top: 0;
}

.ganeshpoojaimgcon.panditinfo {
    background: none;
    text-align: center;
}

.poojaganeshsimilartext.panditinfo {
    padding: 16px 0;
}

.formformikinpbox1con .css-1hwfws3 {
    padding: 8px 10px;
}

.panditinfocardcon {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.panditinfothousandtext {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #910002;
    background: #ffffff;
    border: 1px solid #910002;
    border-radius: 15px;
    padding: 6px;
    display: inline-block;
}

.panditinfocardcon a {
    text-decoration: none;
}

.panditinfobooknowtext {
    width: 100;
    background: #910002;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 6px 0;
}

.ganeshpoojaselectdatecon.panditinfo {
    margin-bottom: 0;
}

.ganeshpoojaNotecon.panditinfo p {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

.homesearchcardbox.panditinfo .card img {
    padding: 18px 45px;
}

.homesearchcardbox.panditinfo {
    display: contents;
    border: 1px solid #c4c4c4;
}

/* Puja Marriage Page  */

.pujamarriageimggallWRP {
    display: flex;
}

.pujamarriageimggallwrp {
    text-align: center;
    padding-left: 15px;
}

.pujamarriageimggallcon {
    text-align: center;
}

.pujmarriagemenuwrp {
    background: #ffffff;
    height: 100%;
}

.pujamarriageaccordianbuttoncon button {
    background: #910002;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin-left: 12px;
    padding: 16px 10px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.pujamarriageaccordianbuttoncon button:focus {
    background: #910002;
    color: #ffffff;
    box-shadow: 0 0 0;
}

.pujamarriageaccordianbuttonwrp .accordion-item {
    border: 0;
    margin-bottom: 25px;
}

.pujamarrageaccordianitemscon a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: start;
    color: #000000;
}

.serviceHead {
    background: #910002;
    border: 1px solid #910002;
    box-sizing: border-box;
    height: 10px;
}

.serviceHead h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 20px;
    margin: 0;
}

.pujamarrageWRP {
    background: #e5e5e5;
}

.poojaservepoojatextcon.pujamarrage h3 {
    margin-bottom: 0;
}

.poojaservepoojatextcon.pujamarrage h1 {
    margin-bottom: 0;
}

.pujamarrageheaderwrp {
    padding: 35px 0;
}

.poojaserveinputcon.pujamarrage input {
    margin-bottom: 0;
    padding: 10px 30px;
    margin-left: 20px;
    border-radius: 10px;
}

.homesearchcardbox.pujamarrage .card {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

.poojaserveinputcon.pujamarrage img {
    top: 19px;
    margin-left: 20px;
}

/* Blog Page  */

.poojaserveinputcon.blog {
    margin-bottom: 30px;
}

.poojaserveinputcon.blog input {
    padding: 10px 30px 10px 50px;
    top: 15px;
    max-width: 100%;
    margin: 0px auto;
}

.worksdownloadcon h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    margin: 0;
}

.blogcardboxcon a {
    text-decoration: none;
}

.blogcardboxcon a .card img {
    padding: 0px;
    margin-top: 14px;
}

.blodcarddatewrp {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.blodcarddatewrp:hover .blodcarddatecon {
    position: absolute;
    left: 0px;
}

.blodcarddatecon {
    position: absolute;
    top: 38px;
    left: -118px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    background: #910002;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 115px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.poojaserveinputcon.blog img {
    top: 19px;
}

.blogroundallcon li {
    margin-right: 20px;
    margin-bottom: 30px;
}

.blogroundallcon ul {
    box-shadow: 0 0 0;
}

.blogroundallcon .nav-pills .nav-link {
    background-color: #ffffff;
    border: 1px solid #910002;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 10px 40px;
    color: #002046;
}

.blogroundallcon .nav-pills .nav-link.active {
    background: #910002;
    color: #ffffff;
}

.blogtext h2 {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    padding: 30px 0;
}

.blogtext h1 {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    padding: 30px 0;
}

.blogcardbodycon h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding-top: 6px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.blogcardbodyconview {
    margin-left: 15px !important;
}

.blogcardbodycon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.blogcardboxcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.blogcardboxcon .card {
    border: 2px solid #c4c4c4;
    margin-right: 10px;
    margin-right: 5px;
    margin-left: 5px;
    min-height: 335px;
}

.blogcardboxcon:hover .card {
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* Reacent Blog Page  */

.recentblogimgcon {
    display: flex;
    justify-content: center;
}

.ganeshpoojaradioPaycon.selectcountry {
    padding-right: 0;
}

.recentblogimgcon img {
    width: 100%;
    height: 527px;
    object-fit: cover;
}

.recentblogbackgroundcon {
    padding: 30px 42px;
}

.recentblogcolwrp {
    background: #ffffff;
    margin: 31px 0;
}

.recentblogWRP {
    background: #e5e5e5;
}

.recentblogh1textcon {
    margin: 30px 0;
}

.recentblogh1textcon h1 {
    background: #ffffff;
    padding: 14px;
    margin: 0;
    font-weight: 700;
}

.recentblogdatewrp {
    display: flex;
    align-items: center;
}

.blogcardboxcon.recentblog.recentcard .card .card-body {
    padding: 10px 0px 7px 25px;
}

.blogcardboxcon.recentblog:hover {
    box-shadow: 0 0 0;
}

.recentblogsharecon {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.recentblogsharecon .recentblogankercon a {
    text-decoration: none !important;
    color: #002046;
    display: flex;
    align-items: center;
}

.storyaccordianwrp {
    margin-bottom: 15px;
}

.recentblogsharecon a {
    text-decoration: none;
    color: #002046;
}

.recentblogshareparatext.recentblog {
    padding-top: 0px;
}

.recentblogheadtextcon h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.recentblogshareparatext p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.storysummarylinktxetcon h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    /* text-align: center; */
    padding: 30px 0px 40px 60px;
    color: #000000;
}

.recentblogpara p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    /* padding-top: 10px;
   padding-bottom: 10px; */
}

.recentblogcaltext {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #6f6d71;
}

.recentblogtextshare {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #910002;
    padding-right: 12px;
    padding-top: 4px;
}

.recentblogcalendardowncon h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    margin: 0;
    padding: 10px 0;
}

.recentblogcalendardowncon h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    margin: 0;
    padding: 10px 0;
}

.recentblogdatewrp img {
    padding-right: 12px;
}

.recentblogankercon img {
    padding-right: 12px;
}

.recentblognextconwrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 25px; */
}

.recentblogprevioustext a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #910002 !important;
    text-decoration: none;
}

.recentblogprevioustext:hover a {
    color: #314d92 !important;
}

/* Story Page  */

.storyWRP {
    background: #e5e5e5;
    padding-bottom: 83px;
}

.storyheadmaintextcon h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    padding: 36px 0px;
    margin: 0;
}

.storyheadmaintextcon.advanatge h1 {
    padding: 25px 20px;
}

.storymainimgcon {
    text-align: center;
}

.storymainimgcon img {
    width: 100%;
}

.storycon {
    background: #ffffff;
    padding: 48px 0;
}

.storyh1text h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.storydatecon button,
.storydatecon .tablLink {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    color: #00000040;
    padding: 30px 0px 40px 60px;
    position: relative;
    cursor: pointer;
}

.storydatecon button:before,
.storydatecon .tablLink:before {
    content: "";
    position: absolute;
    right: -11px;
    border-radius: 50%;
    height: 20px;
    border: 3px solid #dfdfdf;
    width: 20px;
    background-color: #ffff;
}

.storydatecon {
    position: relative;
}

.storydatecon::before {
    content: "";
    position: absolute;
    right: -3px;
    top: 47px;
    width: 3px;
    background: #dfdfdf;
    bottom: 47px;
}

.storydatecon button.active::after,
.storydatecon .tablLink.active:after {
    content: "";
    position: absolute;
    right: -6.2px;
    top: 35px;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #910002;
}

.storydatecon .nav .nav-link.active {
    background: none;
    color: #910002;
}

.storydatecon .nav {
    box-shadow: 0 0 0;
}

.storyjournytext h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 25px;
}

.storymantracon {
    background: #ffffff;
    border: 1px solid #000000;
    margin-top: 45px;
    transition: all 1s;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.notificationcon:nth-child(6) {
    border-bottom: 0;
}

.storymantracon:hover {
    background-color: rgb(236, 231, 231);
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
}

.storymantracon p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #031421;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.storyjourneymaincon {
    padding: 40px;
    padding-top: 10px;
}

.upchardisclaimertextcon {
    margin-bottom: 30px;
}

.wroksparaimgcon img {
    height: 75px;
}

.wroksparaimgcon.upchar {
    height: 38px;
}

/* Works Page  */

.worksWRP {
    background: #e5e5e5;
}

.homefooterbox.main ul li {
    margin-bottom: 0px;
}

.workpujaheadtext {
    background: #910002;
    /* border: 1px solid #910002; */
}

.workpujaheadtext.set {
    height: 10px;
}

.worksserviceswrp {
    background: #fff;
    height: 100%;
}

.workpujaheadtext h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 12px 20px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.worksserviceslinkcon ul {
    padding: 0;
    padding: 28px 0;
}

.worksserviceslinkcon ul li {
    list-style: none;
}

.worksserviceslinkcon ul li a {
    list-style: none;
    /* margin: 0 14px 25px 18px; */
    margin: 0 10px 10px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0;
    background: transparent !important;
    color: #910002;
}

.workdowncon {
    background-color: #910002;
    color: #fff;
    height: 40px;
}

.worksmenuimgcon {
    margin-right: 14px;
    border: 1px solid #910002;
    /* padding: 0px 4px; */
    border-radius: 3px;
}

.worksmenuimgcon.works {
    border: 1.2px solid black;
    padding: 4.3px 4.6px;
    border-radius: 3px;
}

.worksmenuimgcon.downwork img {
    padding: 4.3px 7px;
    height: 40px;
    max-width: 43px;
    border-radius: 3px;
    border: 1.2px solid black;
    background-color: #ffff;
    filter: invert(1);
}

.worksmenuimgcon.downwork img.active {
    filter: invert(0);
    background-color: #002046;
    border-radius: 5px;
}

.worksserviceslinkcon ul li span {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: block;
    border-radius: 5px;
    width: 100%;
    padding: 11px 15px;
    color: #002046;
    border: 1px solid #910002;
}

.worksserviceslinkcon ul li span.workdowncon {
    color: #fff;
}

.worksserviceslinkcon ul li span:hover,
.worksserviceslinkcon ul li a.active span {
    color: #fff !important;
    background-color: #910002 !important;
}

.workdowncon {
    background-color: #910002;
}

.worksserviceslinkcon .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #002046 !important;
}

.worksparawrp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    position: relative;
    z-index: 1;
}

.worksparaMainWrp {
    padding-top: 38px;
}

.wroksparaimgcon {
    width: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    height: 100px;
    background: #ffffff;
    margin-right: 25px;
    /* box-shadow: 0px 5px 5px rgb(0 0 0 / 50%); */
    text-decoration: none !important;
}

.worksfaqwrp {
    padding-left: 30px;
}

.storyheadmaintextcon.work {
    margin-bottom: 10px;
}

.worksparatextcon {
    background: #ffffff;
    border: 1px solid #979797;
    padding: 17px 10px;
    /* height: 146px; */
    width: calc(100% - 104px);
}

.worksparatextcon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
    color: #000000;
    margin: 0;
}

.wroksparaimgcon {
    /* position: relative; */
}

.wroksparaimgcon::after {
    content: "";
    position: absolute;
    width: 3px;
    background: #d3d3d3;
    height: 100%;
    top: 50%;
    bottom: 0;
    z-index: -1;
}

.worksparawrp:nth-last-child(1) .wroksparaimgcon::after {
    content: none;
}

.storyheadmaintextcon.faq h1 {
    margin-top: 20px;
}

.storyfaqWRPcon {
    padding-bottom: 30px;
}

.storyaccordianwrp .accordion-item {
    /* margin-bottom: 20px; */
    border: 1px solid #979797;
}

.storyaccordianwrp .accordion-item button {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 12px;
    color: #031421;
}

.storyaccordianwrp .accordion-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.storyparacon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    color: #031421;
}

/* Media Corner  */

.blogcardboxcon.mediacoorner .card {
    width: 100%;
}

.mediacornerlastcardcon {
    margin-bottom: 30px;
}

/* Upchar Page  */

.upcharWRP {
    background: #e5e5e5;
}

.upcharlinkwrp {
    background: #fff;
    height: 100%;
}

.worksserviceslinkcon.upchar ul {
    padding: 28px 20px;
}

.worksserviceslinkcon.upchar ul li a {
    padding: 0;
    border: none;
    box-shadow: 0 0 0;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    color: #000000;
}

.wroksparaimgcon.upchar {
    width: 65px;
    height: 65px;
}

.wroksparaimgcon.upchar::after {
    top: 65px;
    height: 52px;
}

.worksserviceslinkcon.upchar ul li:nth-last-child(1) .wroksparaimgcon::after {
    content: none;
}

.upcharfolklorparaconwrp {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.upcharetrivatextparacon {
    padding: 15px;
}

.upcharfolklorwrp {
    background: #fff;
    margin-bottom: 20px;
}

.upcharfolklorparacon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    /* padding: 20px 15px; */
    /* max-width: 420px; */
}

.upcharfolklorimgcon {
    /* padding: 20px 35px; */
}

.upcharfolklorimgcon .card {
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.workpujaheadtextWRP {
    display: flex;
    justify-content: space-between;
}

.upcharfolklorparacon.upchar p {
    /* min-height: 302px; */
}

.upcharetrivatextparacon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    /* padding: 20px; */
}

.homesearchcardbox.search .card:hover {
    background-color: rgb(251, 247, 247);
}

.upchardisclaimertextcon {
    background: #ffffff;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    text-align: justify;
    font-size: 14px;
    color: grey;
    padding: 18px;
}

.upchardisclaimertextcon p {
    /* font-weight: 700; */
    font-size: 14px;
    line-height: 17px;
    color: grey;
    margin: 0;
    /* padding: 18px; */
    text-align: justify;
}

/* Advantage Page  */

.advantageWRP {
    background: #e5e5e5;
}

.advantagepremiumcon a {
    text-decoration: none;
    text-align: center;
    background: #fff;
    padding: 34px 0;
    min-height: 250px;
    display: inline-block;
    width: 88%;
    border: 1px solid #c4c4c4;
    margin-bottom: 36px;
}

.advantagepremiumcon {
    display: flex;
    justify-content: center;
}

.advantagepremiumcon a:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.advantagepremiumcon img {
    margin-bottom: 25px;
}

.advantagepriemuimtext {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.advantagelorempara {
    background: #ffffff;
    border-radius: 27px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 25px;
    margin-bottom: 50px;
}

.advantagelorempara p {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}

.advantagestechucon {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.advantagestechuconpara {
    max-width: 550px;
}

.advantagestechuconpara p {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.advantagestechucon {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 50px;
}

.advantagestechuimgcontext {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    padding-top: 10px;
}

/* SignIn Number Page  */

.signinnumberWRP {
    background: #e5e5e5;
}

.signinnumberCON {
    background: #ffffff;
}

.signinnumbercon {
    padding: 0 30px;
}

.signinnumbermantratext {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 534px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.signinnumbermantratext h3 {
    font-weight: 400;
    padding: 20px 0;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-top: -46px;
}

.signinotpchangemobile {
    padding-top: 12px;
    color: #910002;
}

.signinnumbersigntext h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #000000;
}

.signinnumbersigntext h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #000000;
}

.signinnumbersigntextpara.signinnum {
    margin-bottom: 24px;
}

.signinnumbersigntext.signinnum {
    margin-bottom: 20px;
}

.signinnumbersigntextpara {
    max-width: 377px;
    margin: 0 auto;
}

.signinnumbersigntextpara p {
    font-weight: 400;
    padding: 8px 0;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.signinnumbercodetext {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #c4c4c4;
    padding-bottom: 6px;
}

.signinNumberinpcon select {
    border-radius: 0;
    border: 1px solid #c4c4c4;
    padding: 12px 10px;
}

.signinNumberinpcon input {
    border-radius: 0;
    border: 1px solid #c4c4c4;
    margin-bottom: 10px;
}

.signinnumberbtn {
    text-align: center;
    padding: 15px 0;
    padding-bottom: 0;
}

.signinnumberbtn button {
    background: #910002;
    border-radius: 25px;
    color: #fff;
    padding: 7px 76px;
    border: 0;
}

.blogcardbodycon.blog h5 {
    margin-bottom: 5px;
}

.blogcardbodycon.blog p {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
}

.blogcardbodycon.blog {
    padding: 0 10px;
}

/* Signin Otp Page  */

.signinotpchangecon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signinotpchangemobile a {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #910002;
}

/* Create Account Page  */

.createaccountcheckboxcon label input {
    margin-right: 10px;
}

.createaccountcheckboxcon label {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.createaccountcheckboxcon label a {
    color: #2d498f;
}

/* Accountheaderpopup Page  */

.headersigndropdowncon .dropdown button {
    border: 0;
    background-color: #fff;
    padding: 0;
    /* padding-bottom: 4px; */
}

.headersigndropdowncon.headernoti .dropdown img {
    padding-left: 12px;
    vertical-align: top;
}

.headersigndropdowncon.headernoti .dropdown .dropdown-item {
    border: 0;
    background: none;
    padding: 0;
    white-space: pre-wrap;
    text-align: right;
}

.headersigndropdowncon.headernoti .dropdown-menu {
    padding: 0;
    width: 472px;
    left: -482px !important;
    top: 29px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.headersigndropdowncon .dropdown-menu {
    top: 29px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border: 0;
}

.headersigndropdowncon .dropdown-item {
    background: #fff;
    padding: 0;
}

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

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

.headersigndropdowncon .dropdown button:focus {
    box-shadow: 0 0 0 !important;
    border: 0;
    background-color: #fff;
}

.headersigndropdowncon .dropdown img {
    height: 17px;
    vertical-align: top;
}

/* Notification  */

.accountnotipara p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    padding: 0px 13px;
    margin: 0;
    text-align: left;
}

.accountnotipara {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.accountheaderdatecon {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #c4c4c4;
    margin-bottom: 2px;
    text-align: right;
}

.accountnotificationcon {
    position: relative;
    margin: 0px;
    border-bottom: 1px solid gray;
    padding: 0 18px;
    width: 100%;
}

.accountnotificationcon::before {
    position: absolute;
    left: 10px;
    top: 14px;
    border: 1px solid black;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.accountnotificationcon.active::before {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: red;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.accountsignoutAccounttext img {
    padding-right: 20px;
}

.accountviewAllcontext {
    background: #910002;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    padding: 12px 0;
}

.accountviewAllcon {
    width: 100%;
    text-align: center;
}

.accountsignoutAccounttext {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding: 8px 55px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.accountsignoutAccounttext:hover {
    width: 100%;
    background: antiquewhite;
    filter: invert(1);
}

/* Account Save Page  */

.signinnumbercodetext {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #c4c4c4;
    padding: 0px 15px 6px 15px;
}

.accountinpcon .form-floating input {
    margin-bottom: 14px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}

.accountinpcon .form-floating input .form-control:disabled,
.form-control[readonly] {
    background: #fff;
}

.accountinpcon input:focus {
    box-shadow: 0 0 0;
}

.accountinpcon select:focus {
    box-shadow: 0 0 0;
}

.accountinpcon .form-floating select {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid gray;
    margin-bottom: 14px;
}

.accountshareimgcon.account {
    padding: 3.8px 12px;
}

.accountpencildeleteimgcon .btn-primary {
    background-color: #f2f4f5;
    border: none;
}

.addresswrp.modal-content {
    border: none;
}

.accountWRP {
    background: #e5e5e5;
}

.accountheadtextcon h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    padding: 35px 0;
    margin: 0;
}

.accountprofileWRP {
    background: #fff;
    padding: 40px 18px;
    margin-bottom: 30px;
}

.accountpencildeleteimgcon a img {
    cursor: pointer;
}

.accountaddnewAddresscon .btn-primary {
    background-color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #910002;
    text-align: center;
    text-decoration: none;
}

.accountaddnewAddresscon {
    text-align: center;
}

.accounymyprofilecon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
    padding: 0 15px 28px 15px;
}

.accounymyprofilecon a img {
    cursor: pointer;
}

.accounymyprofiletext h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
}

.accountprofilemainimg {
    text-align: center;
    position: relative;
    width: 20%;
    margin: 0 auto;
    padding: 18px 0;
}

.homesatiyaimgcon {
    height: 101px;
    width: 99px;
    margin: 0 auto;
}

.accountprofileminiImg {
    position: absolute;
    width: 26px;
    top: 80px;
    right: 18px;
    height: 26px;
    background: #910002;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accountprofileminiImg a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accountopenticketcon {
    background: #fff;
    text-align: center;
    padding: 50px 0;
}

.accountnumtext h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    color: #000000;
    margin-bottom: 30px;
}

.accountOpentickettext h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 22px;
}

.accountALLtickettext a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #910002;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.accountopenticketconbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.accountopentext {
    width: 50%;
}

.accountopentext a {
    border: 1px solid black;
    background: #fff;
    text-align: center;
    font-weight: 700;
    color: #002046;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0;
    border-right: 0;
    width: 100%;
    text-decoration: none;
}

.accountclosetext {
    width: 50%;
}

.accountclosetext a {
    border: 1px solid black;
    background: #fff;
    color: #002046;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
}

.accountopentext a:hover {
    background: #002046;
    color: #fff;
}

.accountclosetext a:hover {
    background: #002046;
    color: #fff;
}

.accounymyprofiletext.account {
    padding-left: 15px;
    margin: 0;
}

.accountaddressWRP {
    padding: 40px 0px 26px 20px;
    background: #fff;
    border-bottom: 1px solid gray;
}

.accounthomedefaultcon {
    /* padding: 16px 20px; */
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #c4c4c4;
    margin-bottom: 25px;
}

.accounthomedefaultcon.active {
    background: #f2f4f5;
}

.accounthomebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.accounthomeboxtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #a5a5a5;
    /* margin-left: 25px; */
}

.accounthomeboxtext a {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #910002;
}

.accounthomeboxtext a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #910002;
    /* text-decoration: underline; */
    /* margin-left: 25px; */
}

.accounthomelocationimgcon {
    display: flex;
    align-items: center;
}

.accounthomelocationimgcon img {
    padding-right: 10px;
}

.accounthomelocationimgcon span {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.accounthomelocationimgcon {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    color: #000000;
}

.accountmobilenumbercon {
    display: flex;
    justify-content: space-between;
}

.accountpencildeleteimgcon img {
    margin: 0 10px;
}

.accountreferearnwrp {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 34px;
}

.accountrefertextcon h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
}

.accountreferpara p {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #333333;
}

.accountrefersharewrp {
    display: flex;
    justify-content: space-between;
}

.accountrefersharewrpcon {
    display: flex;
    align-items: center;
}

.accountasdedsharetext {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #910002;
    border: 1px solid #c4c4c4;
}

.accountshareimgcon {
    border: 1px solid #c4c4c4;
    border-left: 0;
    padding: 10px 12px;
}

.smallTicket-buttons ul li button#noanim-tab-example-tab-open {
    border-radius: 0;
    border: 1px solid #910002;
}

.smallTicket-buttons ul li button#noanim-tab-example-tab-closed {
    border: 1px solid #910002;
    border-left: 0;
    border-radius: 0;
}

.accountseeallrefercon a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #910002;
    text-decoration: none;
}

.accountsavewrP button {
    background: #910002;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    padding: 12px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

.headersigndropdownWRP {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hederimgcon {
    width: 42px;
    height: 10px;
    text-align: center;
}

/* Validation CSS */

.useformikerrormsg {
    color: red;
    text-align: start;
    padding-bottom: 2px;
    margin-top: -0px;
    font-size: 13px;
}

.formformiknavcon {
    padding: 15px 20px;
    color: #ffffff;
    margin-bottom: 27px;
    background-color: rgb(5, 5, 49);
}

.mybookinggethelptext .btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #f2f4f5;
}

.formformikinpbox1con {
    position: relative;
}

.formformikinpbox1con input {
    padding: 10px;
}

.formformikinpbox1con img {
    position: absolute;
    top: 15px;
    right: 13px;
    bottom: 0;
}

.mybookingWRP.booking {
    padding-bottom: 30px;
}

.formformikinpcon.address select {
    font-size: 15px;
}

.formformikinpcon.address input {
    font-size: 15px;
}

.formformikinpcon input {
    padding: 10px;
    color: rgb(120, 115, 115);
}

.formformikmapcon {
    height: 400px;
    width: 100%;
    position: relative;
}

.formaddresscon h1 {
    font-size: 30px;
    font-weight: 700px;
    line-height: 40px;
    margin: 0;
}

.formformikcontentwrp {
    width: 100%;
}

.formformikcontentcon {
    max-width: 660px;
    margin: 0 auto;
}

.formformikinpbox1con {
    display: flex;
}

.formformikinpbox1con img {
    padding-left: 5px;
}

.formformiksavecon a {
    text-align: center;
    text-decoration: none;
    color: red;
}

.formformiksaveconwrp {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.formformiksaveconwrp a {
    text-decoration: none;
}

.formformiktextareacon input {
    padding: 10px;
    margin-top: 0px;
}

.formformiktextareacon input:focus {
    box-shadow: 0 0 0;
}

.formformikinpcon input:focus {
    box-shadow: 0 0 0;
}

.formformiksavecon {
    margin-bottom: 30px;
}

.formformiksavecon button {
    background-color: #910002;
    width: 62%;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 85px;
    border-radius: 25px;
    color: #f2f4f5;
    border: 0;
}

.formformiksavecon a {
    display: flex;
    justify-content: center;
    align-items: center;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

.formformikinpbox1con .css-2b097c-container {
    width: 100%;
}

/* HelpoDesk Page  */

.helpdeskWRP {
    background: #e5e5e5;
}

.helpdesktabWRP {
    display: flex;
    justify-content: space-between;
}

.helpdesktabcon {
    background: #fff;
    width: 46%;
    margin-bottom: 30px;
}

.helpdesktabconWRP {
    padding: 0 25px 25px 25px;
}

.accounthomebox.helpdesk {
    border-bottom: 1px solid gray;
    padding: 20px 25px;
    align-items: center;
}

.helpdeskmainheadcon h1 {
    padding: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
}

.helpdeskHelpwrp {
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    padding: 35px 30px 35px 40px;
}

.helpdeskHelpbothimgwrp {
    display: flex;
    align-items: center;
}

.helpdeskHelpbothimgcon a {
    /* width: 48px; */
    height: 48px;
    /* background: #910002; */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.helpdeskHelpbothimgconticket a {
    width: 48px;
    height: 48px;
    background: #910002;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.helpdeskHelptext h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 15px;
}

.helpdeskHelptextpara p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #910002 !important;
    margin: 0;
}

.helpdeskopenticketwrp ul {
    box-shadow: 0 0 0;
    background: #e5e5e5;
    padding: 10px 0;
}

.helpdeskopenticketwrp ul li {
    width: 50%;
    display: flex;
    justify-content: center;
}

.helpdeskopenticketwrp .nav-link {
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    position: relative;
    border-bottom: 2px solid #d4cfcf;
    width: 100%;
}

.helpdeskopenticketwrp .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #080909;
    background-color: #e5e5e5;
    border-color: #000;
    width: 98%;
    padding: 20px 0;
}

.helpdesktabconWRP.hep .accounthomelocationimgcon {
    flex-wrap: wrap;
}

.helpdeskopenticketwrp .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 4px solid #910002;
}

.hepdeskimgsizewrp {
    padding: 0 20px;
    padding-top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

/* RaiseTicket Page  */

.raiseTicketWRp {
    background: #e5e5e5;
    padding-bottom: 80px;
}

.raiseticketCON {
    background: #fff;
    padding: 35px 40px;
}

.raiseticketmainheadtextcon h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    padding: 40px;
    margin: 0;
}

.raiseticketbookingtext {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #c4c4c4;
    padding: 10px;
}

.raiseticketbookingcon input,
.raiseticketbookingcon select {
    margin-bottom: 20px;
}

.raiseticketbookingcon input:focus {
    box-shadow: 0 0 0;
}

.raiseticketbookingcon textarea {
    margin-bottom: 20px;
    padding-bottom: 64px;
    padding-top: 10px;
    overflow: hidden;
}

.raiseticketbookingcon select:focus {
    box-shadow: 0 0 0;
}

.raiseticketfilewrp {
    margin-bottom: 20px;
}

.raiseticketSubmit {
    padding: 6px 0;
}

.raiseticketbookingcon .useformikerrormsg {
    position: relative;
    bottom: 10px;
}

.raiseticketSubmit a {
    background: #910002;
    border-radius: 25px;
    padding: 10px 76px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.raiseticketfilewrp {
    position: relative;
}

.raiseticketfilewrp input {
    position: absolute;
    /* right: 11px;
   top: 9px; */
    right: 0px;
    top: 0px;
    width: 63px;
    z-index: 1;
    opacity: 0;
}

.raiseticketfilewrp {
    /* display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 20px; */
    display: flex;
    justify-content: flex-start;
    width: 50px;
    cursor: pointer;
}

/* Helpdeskform Page  */

.raiseticketCON.helpdeskform {
    padding: 0;
    margin-bottom: 30px;
}

.helpdeskformtickettext {
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
}

.accounthomebox.helpdeskform {
    align-items: center;
    border-bottom: 1px solid gray;
    padding: 20px;
}

.accounthomelocationimgcon.helpdeskform {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.accounthomelocationimgcon.helpdeskform span {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.helpdexkformbookingcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.helpdexkformbookingpara p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin: 0;
}

.accounthomelocationimgcon.helpdeskform.flex {
    align-items: flex-start;
}

.helpdeskformloremparatext span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.helpdeskformredsatiyacon {
    border: 1px solid black;
    border-radius: 20px;
    width: 31px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.helpdeskformviewattachmentcon {
    background: #910002;
    border-radius: 12px;
    max-width: 200px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    justify-content: space-between;
    margin-top: 18px;
}

.helpdeskformviewattachmentcon input {
    position: absolute;
    left: 39px;
    opacity: 0;
    z-index: 1;
    width: 234px;
}

.helpdeskformviewtext {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.helpdeskformtextarea {
    background: #fff;
    margin-bottom: 30px;
}

.helpdeskformtextarea h4 {
    font-weight: 400;
    padding: 25px;
    border-bottom: 1px solid black;
    font-size: 24px;
    line-height: 18px;
    color: #000000;
    margin: 0;
}

.helpdeskformtextarea textarea {
    padding: 10px 26px;
    min-height: 200px;
}

.helpdeskformuploadcon .raiseticketfilewrp {
    /* padding: 35px 24px; */
    padding: 8px 8px;
}

.raiseticketSubmit.helpdeskform {
    padding: 0;
}

.raiseticketuploadtext.helpdeskform {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ababab;
}

/* My Booking Page  */

.mybookingganeshgethelptextcon {
    display: flex;
    align-items: center;
}

.mybookingganeshgethelptextcon img {
    padding-right: 10px;
    padding-bottom: 5px;
}

.mybookingviewbookingimgcon {
    width: 20px;
    height: 20px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-right: 10px;
}

.mybookingWRP {
    background: #e5e5e5;
}

.mybookingganeshpoojaWRP {
    background: #fff;
    padding: 30px;
    display: flex;
    /* margin-bottom: 20px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.mybookingganeshimgcon {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mybookingviewwrp {
    width: 50%;
}

.mybookingganeshtextcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mybookingganeshtext h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #910002;
}

.mybookingganeshtextprice h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #910002;
}

.mybookingganeshstatusMainWRP {
    display: flex;
    justify-content: space-between;
    background: #c3c0c0;
    margin-bottom: 10px;
}

.mybookingganeshstatusWRP {
    width: 50%;
}

.mybookingganeshstatuscon {
    text-align: center;
    border: 1px solid #8f8383;
    border-left: 0;
}

.mybookingganeshIDcon {
    text-align: center;
    border: 1px solid #8f8383;
    border-right: 0;
}

.nybookingstatustext {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    padding-top: 20px;
    margin-bottom: 5px;
}

.nybookingbookedtext {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #333333;
    height: 33px;
    padding-bottom: 20px;
}

.mybookinggethelpwrp {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 11px;
}

.mybookinggethelpcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.mybookinggethelpcon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
    border: 1px solid #8f8383;
    border-right: 0;
    color: #002046;
}

.mybookinggethelpcon a:hover {
    background-color: blanchedalmond;
    color: rgb(3, 3, 3);
    filter: invert(1);
}

.mybookinggethelpviewbookingcon {
    width: 50%;
    display: flex;
    justify-content: center;
}

.mybookinggethelpviewbookingcon a {
    display: flex;
    color: #002046;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    border: 1px solid #8f8383;
}

.mybookinggethelpviewbookingcon a:hover {
    background-color: blanchedalmond;
    color: rgb(9, 6, 6);
    filter: invert(1);
}

.mybookinggethelpcon img {
    padding-right: 10px;
}

.mybookinggethelptext button {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #333333;
    padding: 10px 0px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    width: 100%;
    border-radius: 0;
}

.mybookinggethelptext button:hover {
    background-color: #002046;
    color: #fff;
    border-radius: 0;
    border: 1px solid #910002;
}

/* .mybookinggethelptext {
   border: 1px solid gray;
} */

.mybookinggethelptext:hover {
    border: 0;
}

.mybookinggethelptext .btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 !important;
}

.mybookinggethelptext.book {
    border: 0;
}

.resaduialbodycon.modal {
    /* top: 24%;
   transform: translate(0, -50px); */
    bottom: 0;
    left: 0;
    right: 0;
}

.raiseticketeventwrpcon.tragprogress {
    padding-bottom: 0px;
}

.mybookinggethelptext.trackprog {
    width: 100%;
}

.mybookinggethelptext.trackprog.right {
    border-right: 0;
}

/* Raise Ticket Page  */

.resaduialbodycon .modal-body {
    padding: 0;
}

.raiseTicketwrp {
    background: #fff;
}

.raiseticketheadwrp {
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
}

.raiseticketheadwrptext h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
}

.raiseticketheadwrptext.raiseticket {
    padding-top: 26px;
    padding-bottom: 15px;
}

.raiseticketmainWRP {
    padding: 28px;
    margin-bottom: 40px;
}

.raiseticketheadcon {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.raiseticketheadconcommunity .raiseticketimgcon {
    width: 22%;
}

.raiseticketbookgeneratertext p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.raiseticketbookgeneratertext a {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #910002 !important;
    text-decoration: underline !important;
    margin-top: -20px;
    position: relative;
    bottom: 14px;
}

.mybookingganeshpoojaWRP.raiseticket {
    box-shadow: 0 0 0;
}

.mybookingganeshimgcon img {
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.raiseticketpackagetext {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.raiseticketpackagetext span {
    font-weight: 400;
}

.raieticketproductwrp {
    display: flex;
    flex-wrap: wrap;
}

.raieticketproductcon {
    width: 50%;
    margin-bottom: 26px;
}

.raieticketproductcon.bookingfeedback {
    margin-bottom: 0;
}

.raiseticketinclusiontext {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 10px;
}

.raiseticketheadwrptext {
    padding: 10px 0;
}

.raiseticketinclusiontext span {
    font-weight: 400;
}

.raiseticketinclusioncon {
    display: flex;
    justify-content: space-between;
}

.raiseticketinclusionconul ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.raiseticketinclusionconul {
    width: 50%;
}

.raisetickettimeslotcon {
    display: flex;
}

.raisetickettimeslotwrp {
    width: 50%;
}

.raiseticketinclusiontext.raiseticket {
    padding-top: 10px;
}

.raiseticketlocationwrp {
    border-bottom: 1px solid gray;
}

.raieticketpaymentwrp {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.raiseticketinviocecon a {
    background: #910002;
    border-radius: 23px;
    padding: 13px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block;
}

.raiseticketbookingrightcon {
    width: 25px;
    background: #e8eaee;
    height: 25px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.raiseticketimgcon {
    position: relative;
    width: 12%;
}

.raiseticketbookingrightcon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 27px;
    left: 29px;
    background-color: #000;
}

.ganeshpoojaselectdatetext.setcal button {
    position: absolute;
    right: 0;
    bottom: -6px;
}

.raiseticketimgcon:last-child .raiseticketbookingrightcon:before {
    display: none !important;
}

.raiseticketbookingrightcon.active {
    background: #910002;
}

/* TrackProgressPanditDetails Page  */

.trackProgressPanditDetailsinviocecon {
    display: flex;
    align-items: center;
}

.raiseticketinviocecon.trackProgressPanditDetails a {
    margin-left: 20px;
    border: 1px solid #910002;
}

.raiseticketinviocecon.trackProgressPanditDetails a:hover {
    background-color: #2d498f;
    color: #fff;
}

.raiseticketinviocecon a:hover {
    background-color: #2d498f;
    color: #fff;
}

.raiseticketeventwrpcon {
    border-bottom: 1px solid gray;
    padding-bottom: 30px;
}

.raieticketproductwrpcon,
.raiseticketpanditdetailimgcon {
    display: flex;
    align-items: center;
}

.raiseticketpanditdetailsmainWRP {
    display: flex;
    justify-content: space-between;
    width: 50%;
    background: #e8eaee;
    padding: 20px;
    align-items: center;
}

.raiseticketpanditdetailheadcontext {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #910002;
    margin-bottom: 5px;
}

.raieticketproductwrpcon img {
    padding-right: 12px;
}

.raiseticketpanditdetailimgtext {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
}

.raiseticketpanditdetailsviewallWRP {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.raiseticketpanditdetailsviewallcon {
    width: 50%;
}

/* Booking FeedBack Page  */

.raiseticketpanditdetailsviewallWRP.bookingfeedback {
    border-bottom: 1px solid gray;
    padding: 30px 0;
}

.raiseticketheadwrptext.bookingfeedback h2 {
    margin: 0;
}

.bookingfeedbackconstarcon .checked {
    color: #002046;
    font-size: 22px;
}

.bookingfeedbackconstarcon .star {
    border: #002046;
    color: #c2bcbc;
    font-size: 22px;
}

.bookingfeedbackconstarcon span {
    padding: 8px 2px;
}

.bookingfeedbackcon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bookingfeedbackconpara p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #333333;
    padding: 8px 0;
}

.bookingfeedbackheadtext h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
    padding: 20px 0;
    margin: 0;
}

.bookingfeedbackinpcon {
    margin-bottom: 22px;
}

.raiseticketinclusionswrp {
    padding-top: 25px;
}

/* Booink Meeting  */

.raiseticketpanditdetailsviewallWRP.bookingMeeting {
    padding: 20px 0;
}

.bookingmeetingjionwrp {
    display: flex;
    padding: 26px 0;
}

.bookingmeetingjioncon {
    width: 50%;
}

/* MyReferral Page  */

.myreferralWRP {
    background: #e5e5e5;
}

.myreferralearnprofitcon a {
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    line-height: 20px;
    color: #000000;
}

.myreferralearnprofitcon {
    margin-bottom: 30px;
}

.myreferraltotalpara {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    color: #910002;
    margin-bottom: 12px;
}

.accountreferearnwrp.myrefferal {
    padding: 50px 40px;
    margin-bottom: 34px;
}

.accountasdedsharetext.myreferral {
    padding: 10px 10px 10px 15px;
    display: flex;
    justify-content: space-between;
    width: 362px;
}

.accountasdedsharetext.myreferral.ref {
    padding: 12.2px 10px 10px 15px;
    width: 190px;
}

.accountshareimgcon.myreferral {
    padding: 10.3px 17px;
}

.myrefferaltablewrp {
    background: #ffffff;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.myrefferaltablewrp tr th {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.myreferralcopycon span {
    padding-left: 5px;
}

.myrefferaltablewrp .table>thead {
    vertical-align: middle;
}

.myrefferalstatuscon h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    margin: 0;
    padding-bottom: 20px;
}

.myrefferalstatuscon {
    border-bottom: 2px solid black;
}

.myrefferaltablewrp .table> :not(caption)>*>* {
    padding: 15px 0;
    text-align: center;
}

/* Notification Page  */

.notificationwrp {
    background: #fff;
    padding: 30px 40px;
    padding-bottom: 4px;
    margin-bottom: 40px;
}

.worksdownbackcon {
    font-size: 18px;
    line-height: 20px;
    color: #910002;
}

.storyaccordianwrp .accordion-button {
    z-index: 0;
    background-color: #fff;
}

.notificationcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 15px;
    position: relative;
}

.storyaccordianwrp.works .accordian-item .accordian-body {
    padding: 10px;
}

.storyparacon.works p {
    font-size: 16px;
    /* padding: 8px 12px; */
}

.headersigndropdowncon .dropdown-toggle::after {
    margin-left: 0;
    height: 0;
    border-top: 0;
}

.notificationcon::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 15px;
    border: 1px solid gray;
    left: 2px;
    top: 12px;
}

.notificationcon.active::before {
    background-color: red;
}

.notificationparacon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #333333;
    padding: 0 24px;
}

.notificationdatecon p {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #333333;
}

/* Conditions Page  */

.condtionWRP {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.condtionheadparawrp {
    border-bottom: 1px solid gray;
}

.condtionheadparacon p {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #333333;
}

.conditionunderstandingtextpara.conditionotherheadpara p {
    padding: 25px 0;
}

.conditionunderstcount {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 26px;
}

.conditionunderstandingtext h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #910002;
    margin-bottom: 40px;
}

.raiseticketinviocecon.pandit a {
    padding: 13px 52px;
}

.conditionunderstandingtextpara.conditionparacon {
    padding: 15px 0;
}

.conditionunderstandingtextpara p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.conditionunderstandingwrp {
    padding: 40px 0;
    border-bottom: 1px solid gray;
}

/* CancilBooking page  */

.cancilbookingWRP {
    background: rgba(0, 0, 0, 0.59);
    padding: 80px 0;
}

.cancilbookingcon {
    background: #fff;
    max-width: 688px;
    margin: 0 auto;
    padding: 50px 0;
}

.cancilbookingheadtext {
    text-align: center;
}

.cancilbookingheadtext h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 20px;
}

.accounthomelocationimgcon.helpdesk {
    font-size: 20px;
}

.cancilbookingpara p {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #910002;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.cancilbookingyesnocon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancilbookingyesnocon button {
    text-decoration: none;
    border: 2px solid #910002;
    background-color: transparent;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    /* color: #f2f4f5; */
    padding: 15px 80px;
    margin-right: 10px;
    /* border: 0; */
    margin-top: 15px;
}

.cancilbookingyesnocon button:hover {
    background-color: #910002;
    color: white;
}

.cancilbookingpara.reschedule p {
    max-width: 500px;
}

.arrow-down {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.220115 0.1912C0.361098 0.0687746 0.552285 0 0.751634 0C0.950983 0 1.14217 0.0687746 1.28315 0.1912L5.00454 3.42372L8.72592 0.1912C8.86771 0.0722442 9.05762 0.00642175 9.25474 0.00790964C9.45186 0.00939752 9.64042 0.0780765 9.77981 0.199154C9.91919 0.320232 9.99826 0.484021 9.99997 0.655244C10.0017 0.826468 9.92591 0.991425 9.78896 1.11459L5.53606 4.8088C5.39508 4.93123 5.20389 5 5.00454 5C4.80519 5 4.614 4.93123 4.47302 4.8088L0.220115 1.11459C0.0791756 0.992127 0 0.826055 0 0.652894C0 0.479733 0.0791756 0.313661 0.220115 0.1912Z' fill='black'/%3E%3C/svg%3E");
    background-size: 10px;
    width: 10px;
    height: 5px;
    background-repeat: no-repeat;
    display: inline-block;
}

.iconsMenu {
    width: 20px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconsMenu.loc img {
    width: 12px;
}

.menuslidecon ul li i {
    width: 20px;
    text-align: center;
}

.homeganeshtextconbox1 {
    padding-top: 70px;
}

.menublock {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menusWrapr ul li {
    list-style: none;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.menusWrapr ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.menusWrapr.leftMenu ul li:nth-child(1) {
    padding-left: 0;
}

.menusWrapr ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.arrowMenu {
    margin-left: 8px;
}

.menusWrapr.rightMenu ul {
    justify-content: end;
    align-items: center;
}

.menusWrapr.rightMenu ul li:nth-last-child(1) {
    padding-right: 0;
}

.headerWrapper {
    background: #ffffff;
    /* box-shadow: 0px 4px 10px rgb(0 0 0 / 25%); */
    border-bottom: 2px solid #c6c6c6;
    z-index: 3;
    padding: 4px 0px;
    position: sticky;
    top: 0;
}

.modalCountrySelect .modal-body {
    padding: 40px 60px;
}

.selectcountryheadtext h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 36px;
    /* position: relative; */
    padding-bottom: 18px;
}

.selectcountryheadtext h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 5px;
    width: 100px;
    transform: translate(-50%, 0);
    background: #910002;
}

.selectradiocon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}

.selectcountryimgwrp {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.selectcountryimgcon {
    padding: 6px;
    width: 120px;
}

.selectcountryimgcon input:checked~.selectcountryimgbox {
    border: 1px solid #910002;
}

.selectcountryimgbox img {
    padding: 10px;
}

.notification div h4 {
    margin: 0;
}

.selectcountryimgcon input:checked~.selectcountryimgbox .selectimgtextcon {
    background: #910002;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 25px;
    align-items: center;
}

.selectcountryimgcon input {
    display: none;
}

.selectimgtextcon {
    font-size: 18px;
    text-align: center;
    color: #031421;
    font-weight: 400;
    line-height: 20px;
}

.lanqesbox {
    background: linear-gradient(180deg, #ffffff 0%, #c4c4c4 100%);
    width: calc(100% - 20px);
    margin: 10px auto;
    height: 86px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.btn-thm-1 {
    background: #910002;
    color: #fff;
    border-color: #910002;
}

.btn-thm-1:hover {
    background: #fff;
    color: #910002;
    border-color: #910002;
}

.submitBtn {
    text-align: center;
}

.submitBtn button {
    min-width: 232px;
    font-size: 18px;
    font-weight: 700;
}

.br-25 {
    border-radius: 25px;
}

.worksmenuimgcon img {
    width: 55px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.worksserviceslinkcon ul li a.active .worksmenuimgcon {
    background: #ffffff;
}

.worksmenuimgcon.downwork {
    padding: 0px;
    border: 0;
}

.worksserviceslinkcon ul li a.active {
    color: #fff !important;
}

.menusWrapr .dropdown-menu {
    width: 400px;
    top: calc(100%) !important;
    padding: 0;
}

.cus_btn {
    display: block;
    text-align: center;
    width: 100%;
    background: #910002;
    color: #fff;
    border-radius: 0;
}

.dropdownWrp .dropdown-toggle {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}

.dropdownWrp .dropdown-toggle:focus {
    border: 0;
    outline: none;
    box-shadow: 0 0 0;
}

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

.circleImage {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    position: relative;
}

.circleImage input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.edit-pen-container {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0;
    bottom: 0px;
    background: #910002;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.circleImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.accountinpcon {
    position: relative;
}

.inputIcons {
    position: absolute;
    right: 0;
    /* z-index: 9; */
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 14px;
}

.inputIcons.verify,
.inputIcons.verified {
    right: 50px;
    font-weight: 500;
}

.inputIcons.inputEdit {
    right: 15px;
}

.inputIcons.verify {
    color: #d00009;
}

.inputIcons.verified {
    color: #057d35;
}

.otpBoxinput input {
    width: 100% !important;
    height: 100%;
    border: 1px solid #e1e1e1;
}

.otp-varify {
    width: 40px;
    margin: 0 2px;
    height: 40px;
}

.otpBoxinput {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.removeModal {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

.serviceBoxWrp {
    background: #fff;
}

.servLstHead {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.servLstHead img {
    margin-right: 10px;
    border-radius: 5px !important;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 1px solid #910002;
}

.servLstHead.header h4 {
    margin: 0;
}

.servLstHead h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #910002;
    color: #910002;
    padding: 12px 10px !important;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0;
}

.serviesListGroup.active .servLstHead h4 {
    background: #910002;
    color: #fff;
}

.srvLstBody {
    display: none;
}

.serviesListGroup.active .srvLstBody {
    display: block;
    margin-bottom: 10px;
}

.serviesList {
    padding-top: 14px;
    margin-bottom: 20px;
}

.srvLstBody {
    padding: 10px 0;
    border-bottom: 2px solid #d9d9d9;
}

.srvLstBody ul {
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
}

.pujamarragetop {
    height: 100%;
    border-top: 10px solid #910002;
}

.srvLstBody ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    display: block;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 8px;
    background: #f2f4f5;
}

.srvLstBody ul li a:hover,
.srvLstBody ul li a.active {
    background: #f2f4f5;
    border-color: #1e2f58;
    color: #1e2f58;
}

.homesearchcardtextcon a {
    text-decoration: none;
}

.notification-container {
    padding: 5px 40px 5px;
    background-color: #fff;
    height: auto;
    margin-bottom: 34px;
}

.notification {
    /* border-bottom: 1px solid gray;
   padding-bottom: 20px;
   margin-bottom: 10px; */
    /* padding: 10px 0 20px; */
    font-size: 18px;
}

.notification-dot {
    font-size: 10px;
    margin: auto;
    margin-right: 15px;
    color: gray;
}

.notification-dot-active {
    color: #d00009;
}

.notification-message {
    margin: 0;
    display: flex;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.notification_box {
    background: #eff4f9;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #00000029;
}

.notification-date {
    width: 170px;
    text-align: right;
    margin-left: 10px;
    font-size: 15px;
}

.notification-point {
    width: 10px;
    margin-right: 10px;
}

.notification-description {
    width: calc(100% - 200px);
    text-align: left;
    font-size: 18px;
}

.raiseticketmainheadtextcon-notification h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    font-family: "Tw Cen MT";
    margin: 0;
    padding: 30px 0;
}

.homesearchcardbox img {
    width: 100%;
    aspect-ratio: 1.5;
    border-radius: 10px;
    /* object-fit: contain; */
}

.form-control:disabled,
.form-control[readonly],
.form-select:disabled,
.form-select[readonly] {
    background: transparent;
    opacity: 0.5;
}

.menuLIstwrp ul {
    display: block;
}

.menuLIstwrp ul li a i {
    margin-right: 10px;
}

.menuLIstwrp ul li a {
    padding: 10px 35px;
}

.menuLIstwrp ul li a:hover {
    background: #910002;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.menuLIstwrp ul li a:hover i {
    filter: invert(1);
}

.userder button {
    padding: 0;
}

.userder button:after {
    content: none;
}

.userder button:focus {
    box-shadow: 0 0 0;
}

.menusWrapr .menuLIstwrp ul li {
    padding: 0;
}

.menusWrapr .userder .dropdown-menu {
    width: 250px;
}

.icons {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-booking {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8499 7.3385H9.48278C9.17896 7.34153 8.87972 7.26551 8.61533 7.1181C8.35094 6.9707 8.13078 6.75716 7.97713 6.49907C7.82347 6.24099 7.74178 5.94752 7.74031 5.64836C7.73883 5.3492 7.81764 5.05497 7.96874 4.79543L9.04216 3.00005H4.78129V4.38466C4.78129 4.65396 4.67265 4.91222 4.47925 5.10264C4.28586 5.29307 4.02356 5.40004 3.75006 5.40004C3.47656 5.40004 3.21426 5.29307 3.02087 5.10264C2.82747 4.91222 2.71883 4.65396 2.71883 4.38466V3.00005H0.843857C0.732307 2.9988 0.621635 3.01959 0.518387 3.06119C0.415139 3.10279 0.321412 3.16435 0.242748 3.24223C0.164084 3.32012 0.102081 3.41274 0.0604071 3.51463C0.0187328 3.61652 -0.00176691 3.72561 0.000120491 3.83543V14.1646C-0.00174183 14.2725 0.0180003 14.3797 0.0582191 14.4801C0.098438 14.5805 0.158346 14.672 0.234521 14.7496C0.310695 14.8272 0.401645 14.8892 0.502175 14.9322C0.602705 14.9752 0.710845 14.9982 0.82042 15H14.1796C14.2892 14.9982 14.3973 14.9752 14.4978 14.9322C14.5984 14.8892 14.6893 14.8272 14.7655 14.7496C14.8417 14.672 14.9016 14.5805 14.9418 14.4801C14.982 14.3797 15.0017 14.2725 14.9999 14.1646V7.32927L14.8499 7.3385ZM3.75006 12.2308H2.81258V11.3077H3.75006V12.2308ZM3.75006 9.9231H2.81258V9.00003H3.75006V9.9231ZM3.75006 7.61542H2.81258V6.69234H3.75006V7.61542ZM6.56252 12.2308H5.62503V11.3077H6.56252V12.2308ZM6.56252 9.9231H5.62503V9.00003H6.56252V9.9231ZM6.56252 7.61542H5.62503V6.69234H6.56252V7.61542ZM9.37497 12.2308H8.43748V11.3077H9.37497V12.2308ZM9.37497 9.9231H8.43748V9.00003H9.37497V9.9231ZM12.1874 12.2308H11.2499V11.3077H12.1874V12.2308ZM12.1874 9.9231H11.2499V9.00003H12.1874V9.9231Z' fill='black'/%3E%3Cpath d='M3.5 5C3.63261 5 3.75979 4.94732 3.85355 4.85355C3.94732 4.75979 4 4.63261 4 4.5V1.5C4 1.36739 3.94732 1.24021 3.85355 1.14645C3.75979 1.05268 3.63261 1 3.5 1C3.36739 1 3.24021 1.05268 3.14645 1.14645C3.05268 1.24021 3 1.36739 3 1.5V4.5C3 4.63261 3.05268 4.75979 3.14645 4.85355C3.24021 4.94732 3.36739 5 3.5 5Z' fill='black'/%3E%3Cpath d='M11.9512 0.304428L9.11034 5.03926C9.04425 5.13305 9.00631 5.24271 9.00072 5.35608C8.99513 5.46945 9.02212 5.58211 9.07869 5.68155C9.13526 5.781 9.21921 5.86337 9.32122 5.91952C9.42324 5.97566 9.53934 6.00341 9.65666 5.99967H15.3433C15.4607 6.00341 15.5768 5.97566 15.6788 5.91952C15.7808 5.86337 15.8647 5.781 15.9213 5.68155C15.9779 5.58211 16.0049 5.46945 15.9993 5.35608C15.9937 5.24271 15.9558 5.13305 15.8897 5.03926L13.0488 0.304428C12.9928 0.211775 12.9126 0.134921 12.8164 0.0815118C12.7201 0.0281026 12.611 0 12.5 0C12.389 0 12.2799 0.0281026 12.1836 0.0815118C12.0874 0.134921 12.0072 0.211775 11.9512 0.304428Z' fill='black'/%3E%3C/svg%3E%0A");
}

.icon-user {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3 15C1.3 15 0 15 0 13.75C0 12.5 1.3 8.75 6.5 8.75C11.7 8.75 13 12.5 13 13.75C13 15 11.7 15 11.7 15H1.3ZM6.5 7.5C7.53434 7.5 8.52633 7.10491 9.25772 6.40165C9.98911 5.69839 10.4 4.74456 10.4 3.75C10.4 2.75544 9.98911 1.80161 9.25772 1.09835C8.52633 0.395088 7.53434 0 6.5 0C5.46566 0 4.47367 0.395088 3.74228 1.09835C3.01089 1.80161 2.6 2.75544 2.6 3.75C2.6 4.74456 3.01089 5.69839 3.74228 6.40165C4.47367 7.10491 5.46566 7.5 6.5 7.5Z' fill='black'/%3E%3C/svg%3E%0A");
}

.icon-help {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.5888 0 0 3.5888 0 8C0 12.4112 3.5888 16 8 16C12.4112 16 16 12.4112 16 8C16 3.5888 12.4112 0 8 0ZM8.8 12.8H7.2V11.2H8.8V12.8ZM9.5808 8.892C9.424 9.0184 9.2728 9.1392 9.1528 9.2592C8.8264 9.5848 8.8008 9.8808 8.8 9.8936V10H7.2V9.8664C7.2 9.772 7.2232 8.9248 8.0208 8.1272C8.1768 7.9712 8.3704 7.8128 8.5736 7.648C9.1608 7.172 9.5464 6.8248 9.5464 6.3464C9.5371 5.94226 9.37 5.5578 9.08085 5.27529C8.7917 4.99279 8.40346 4.83467 7.99921 4.83478C7.59496 4.83488 7.2068 4.9932 6.9178 5.27585C6.62879 5.55851 6.46189 5.94305 6.4528 6.3472H4.8528C4.8528 4.612 6.2648 3.2 8 3.2C9.7352 3.2 11.1472 4.612 11.1472 6.3472C11.1472 7.6248 10.204 8.3872 9.5808 8.892Z' fill='black'/%3E%3C/svg%3E%0A");
}

.icon-earn {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.8 5.40351H8.4V3.2807C8.4 3.17408 8.3105 3.08772 8.2 3.08772H7.8605C7.742 3.08772 7.62625 3.12149 7.52775 3.18493L7.1445 3.43147C7.12264 3.44551 7.10387 3.46357 7.08925 3.48462C7.07463 3.50567 7.06445 3.52929 7.0593 3.55413C7.05414 3.57898 7.05411 3.60456 7.05921 3.62941C7.06431 3.65427 7.07443 3.67791 7.089 3.69899L7.311 4.02007C7.32555 4.04116 7.34427 4.05927 7.36608 4.07338C7.3879 4.08749 7.41238 4.09731 7.43812 4.10228C7.46387 4.10725 7.49038 4.10728 7.51614 4.10236C7.5419 4.09745 7.5664 4.08768 7.58825 4.07362L7.6 4.06614V5.40351H7.2C7.0895 5.40351 7 5.48987 7 5.59649V5.98246C7 6.08908 7.0895 6.17544 7.2 6.17544H8.8C8.9105 6.17544 9 6.08908 9 5.98246V5.59649C9 5.48987 8.9105 5.40351 8.8 5.40351ZM15.2 0H0.8C0.35825 0 0 0.34568 0 0.77193V8.49123C0 8.91748 0.35825 9.26316 0.8 9.26316H15.2C15.6418 9.26316 16 8.91748 16 8.49123V0.77193C16 0.34568 15.6418 0 15.2 0ZM1.2 8.10526V6.5614C2.08375 6.5614 2.8 7.25252 2.8 8.10526H1.2ZM1.2 2.70175V1.15789H2.8C2.8 2.01064 2.08375 2.70175 1.2 2.70175ZM8 7.33333C6.6745 7.33333 5.6 6.12357 5.6 4.63158C5.6 3.13934 6.6745 1.92982 8 1.92982C9.3255 1.92982 10.4 3.13934 10.4 4.63158C10.4 6.12406 9.325 7.33333 8 7.33333ZM14.8 8.10526H13.2C13.2 7.25252 13.9163 6.5614 14.8 6.5614V8.10526ZM14.8 2.70175C13.9163 2.70175 13.2 2.01064 13.2 1.15789H14.8V2.70175Z' fill='black'/%3E%3C/svg%3E%0A");
}

.icon-sign-out {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 0.166992C2.03587 0.166992 1.59075 0.351367 1.26256 0.679555C0.934375 1.00774 0.75 1.45286 0.75 1.91699V10.0837C0.75 10.5478 0.934375 10.9929 1.26256 11.3211C1.59075 11.6493 2.03587 11.8337 2.5 11.8337H6C6.46413 11.8337 6.90925 11.6493 7.23744 11.3211C7.56563 10.9929 7.75 10.5478 7.75 10.0837V1.91699C7.75 1.45286 7.56563 1.00774 7.23744 0.679555C6.90925 0.351367 6.46413 0.166992 6 0.166992H2.5ZM8.50425 3.25458C8.61364 3.14522 8.76199 3.08378 8.91667 3.08378C9.07135 3.08378 9.21969 3.14522 9.32908 3.25458L11.6624 5.58791C11.7718 5.6973 11.8332 5.84565 11.8332 6.00033C11.8332 6.155 11.7718 6.30335 11.6624 6.41274L9.32908 8.74608C9.21907 8.85233 9.07171 8.91113 8.91877 8.9098C8.76582 8.90847 8.61951 8.84713 8.51136 8.73897C8.4032 8.63082 8.34185 8.48451 8.34052 8.33156C8.33919 8.17861 8.39799 8.03126 8.50425 7.92124L9.84183 6.58366H4.83333C4.67862 6.58366 4.53025 6.5222 4.42085 6.4128C4.31146 6.30341 4.25 6.15504 4.25 6.00033C4.25 5.84562 4.31146 5.69724 4.42085 5.58785C4.53025 5.47845 4.67862 5.41699 4.83333 5.41699H9.84183L8.50425 4.07941C8.39489 3.97002 8.33346 3.82167 8.33346 3.66699C8.33346 3.51231 8.39489 3.36397 8.50425 3.25458Z' fill='black'/%3E%3C/svg%3E%0A");
}

.smallTicket-buttons {
    position: relative;
    padding-bottom: 25px;
    background-color: #fff;
}

.smallTicket-buttons>ul {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
    left: 0;
    right: 0;
}

.smallTicket-buttons .nav-item {
    width: 50%;
}

.smallTicket-button-closed {
    background-color: #ffffff !important;
    color: #910002 !important;
    width: 100%;
}

.smallTicket-button-selected {
    background-color: #910002 !important;
    color: white !important;
    width: 100%;
}

.formformiksaveconwrp button {
    margin-left: 115px;
}

.formformikinpcon .form-select {
    line-height: 2.2;
}

.ganeshpoojaimgcon img {
    width: 100%;
    object-position: center;
    aspect-ratio: 1.8;
}

.ganeshpoojatabswrp .nav.nav-tabs {
    /* position: absolute; */
    top: -65px;
    border: 0;
    margin-top: -369px;
}

.servPackWRp {
    z-index: 2;
    position: relative;
}

.accordion-button {
    /* background-image: url(../images/Vector.png); */
}

.cartganeshpoojatext h5 time {
    margin-left: 5px;
}

.cartitemgroup {
    width: 100%;
    margin: 0px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.cartItemName {
    width: 45%;
}

.cartItemQty {
    width: 25%;
    text-align: left;
}

.cartItemPrcie {
    width: 30%;
    text-align: right;
}

.ganeshpoojaradioPaycon label .form-check-input:checked {
    background-color: #fff !important;
    border: 1px solid #000000;
    padding: 2px;
    position: relative;
}

.ganeshpoojaradioPaycon label .form-check-input:checked::before {
    content: "";
    background-color: #910002;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 10px;
    top: 2px;
    left: 2px;
}

.upcharimgparatext {
    /* overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   line-clamp: 2;
   -webkit-box-orient: vertical; */
    width: 122px;
}

.similrOfferWrp .homesearchcardbookcon {
    display: grid;
    justify-content: center;
}

.similrOfferWrp .homesearchcardbookcon a {
    margin-top: 10px;
}

.similrOfferWrp .homesearchcardbox img {
    height: 128px;
}

.reffertTable {
    width: 100%;
    display: flex;
    overflow: auto;
    height: 500px;
    flex-direction: column;
}

.add_new_card_contant i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 26px;
    color: #02519e;
    cursor: pointer;
}

.shareHeasing h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.shareinPbpx button {
    margin: 0 3px;
}

.shareinPbpx {
    text-align: center;
}

.smallTicket-buttons .nav-link {
    width: 100%;
    color: #910002 !important;
}

.smallTicket-buttons .nav-link.active {
    background-color: #910002 !important;
    color: #fff !important;
}

.promocodeWrp {
    position: relative;
    margin-bottom: 10px;
}

.promocodeWrp a {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
}

.promocodeWrp.applied {
    border: 1px dashed #8bc34a;
}

.promocodeWrp.applied input {
    color: #8bc34a;
}

.menusliderwrp {
    position: relative;
}

.menuslidecon {
    background: #fff;
    padding: 63px 20px 15px;
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0;
    right: 0;
    z-index: 2;
    width: 280px;
    display: flex;
    flex-direction: column;
}

.menuslidecon ul {
    padding: 0 10px;
    margin: 0;
}

.spimage img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    padding-right: 0;
}

.spimage {
    margin-right: 20px;
}

.menuslidecon ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: normal;
}

.menuslidecon ul li a {
    color: #000000;
    text-decoration: none;
}

.nameMenu.menu {
    padding-left: 12px;
}

.slidemeniimgcon {
    position: absolute;
    top: 14px;
    left: 20px;
}

.menuslidecon ul li i.icons {
    background-size: 67%;
    margin-right: 12px;
}

.skiptranslate {
    display: none !important;
}

.skiptranslate.goog-te-gadget {
    display: block !important;
    height: 46px;
    overflow: hidden;
    margin-bottom: 40px;
}

.skiptranslate.goog-te-gadget>span {
    display: none;
}

.skiptranslate.goog-te-gadget>div {
    height: 100%;
}




#google_translate_element {
    position: fixed;
    top: 28px;
    right: calc(((100% - 1320px) / 2) + 135px);
    z-index: 2;
}

.nameMenu select {
    width: 70px;
    opacity: 0;
    border: 0 !important;
}

.nameMenuselect {
    width: 57px;
    opacity: 0;
    border: 0 !important;
}

.poojaservedataimgcon.btn-primary:hover {
    background: #fff;
    border-color: #e1e1e1;
}

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

.slick-slider .slick-dots li button:before {
    content: none !important;
}

.slick-slider .slick-dots li button {
    background: #C4C4C4;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 !important;
}

.slick-slider .slick-dots li {
    width: auto;
    height: auto;
}

.slick-slider .slick-dots li.slick-active button {
    background: #910002;
}

.upevercosntwr {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.homeupcometext {
    width: 196px;
}

.homeholicon {
    margin: 0 10px;
}

.homesignconWRP a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.menubackdrop.active {
    background: rgb(0 0 0 / 28%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.accountaddress {
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 0px !important;
}

.cusEventHead h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.cusEventHead h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.cusEventHead {
    padding: 20px 0 55px;
}

.evntGrioup {
    padding: 25px;
    background: #fff;
    border: 1px solid #C4C4C4;
    margin-bottom: 25px;
}

.evntGrioup select {
    font-size: 18px;
    border: 1px solid #910002;
    height: 50px;
    color: #910002;
    padding-right: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231E2F59' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.eventEmtinst img {
    /* background: #C4C4C4CC;
    box-shadow: 0px 4px 4px 0px #00000040; */
    height: 224px;
    width: 100%;
}

.eventEmtinst {
    margin-bottom: 25px;
}

.entDetail h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.entDetail h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}

.entDetail h6 img {
    margin-right: 10px;
}

.entnpicwbot {
    border: 1px solid #910002;
    height: 265px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pricewtnt {
    max-width: 200px;
    text-align: center;
}

.pricewtnt h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #C4C4C4;
    margin-bottom: 14px;
}

.pricewtnt h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #910002;
    margin-bottom: 13px;
}

.pricewtnt h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.pricewtnt p {
    color: #910002;
    font-size: 14px;
    line-height: 15px;
}

.bookignotes {
    margin-top: 22px;
}

.bookignotes label {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.bookignotes textarea {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    background: #F2F4F5;
    outline: none;
    border: 1px solid #EDEDED;
}

.cancel_booking {
    background-color: grey !important;
    cursor: not-allowed !important;
}

.creatEntbrn {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    width: 100%;
    color: #910002;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #C4C4C4;
    cursor: pointer;
}

.creatEntbrn svg {
    margin-left: 10px;
}

.checkbtnst a {
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #910002;
    border-radius: 50px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
}

.checkbtnst {
    margin: 22px 0 0;
}

.custosswRpar {
    padding-bottom: 50px;
}

.custoHead {
    background: #910002;
    border: 1px solid #F2F4F5;
    text-align: center;
    padding: 19px 25px;
}

.custoHead h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.homeselenatime p {
    margin-right: 0 !important;
}

.custoiNcrbody {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cuspnPngrp {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    margin-bottom: 10px;
}

.lableOfucstp span {
    margin-right: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.lableOfucstp .desc {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.entCusaddmwrp .poojaganesgpayNowwrp {
    background: #FFFFFF;
    border: 1px solid #910002;
    padding: 10px 15px;
    margin: 30px 0 0;
}

.eventbtnst a {
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #910002;
    border-radius: 50px;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    text-decoration: none;
}

.eventbtnst {
    margin: 74px 0 0;
}

.serviesListGroup a {
    text-decoration: none;
}

.react-datepicker__month-dropdown-container,
.react-datepicker__year-dropdown-container {
    border: 1px solid #910002 !important;
    padding: 0 20px 0 7px !important;
    position: relative !important;
    border-radius: 4px !important;
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
    top: 4px !important;
    border-color: #910002 !important;
}

.react-datepicker__current-month {
    display: none !important;
}

.homefooterbox {
    padding-right: 15px;
}

.homefooterbox:nth-last-child(1) {
    padding-right: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
    width: calc(100% + 2px) !important;
    left: -1px !important;
    right: 1px !important;
    top: -1px !important;
    border: 1px solid #910002 !important;
    border-radius: 5px !important;
}

.react-datepicker__navigation--years-upcoming {
    position: relative;
    text-indent: 0 !important;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
    left: 3px !important;
}

.react-datepicker__navigation--years-upcoming:before {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    color: #000;
    font-size: 18px;
}

.react-datepicker__navigation--years-previous:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    color: #000;
    font-size: 18px;
    text-indent: initial;
}

.react-datepicker__navigation--years-previous {
    text-indent: 0;
    top: -2px;
}

.slick-track {
    min-width: 100%;
}

.homeshivwrp ul li:hover span .sideMenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.homeshivwrp ul li span .sideMenu {
    display: inline;
    margin-left: 15px;
}

.homesearchcardtextcon div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* height: 122px; */
    color: #333;
    -webkit-line-clamp: 3;
    -ms-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
}

.homesearchcardbookcon span {
    text-align: center;
    /* margin-left: 15px; */
    display: block;
}

.menusWrapr ul li a span:hover .btn {
    color: #ffffff !important;
}

.cus_btn:hover {
    color: #ffffff !important;
}

.cartganeshpoojawrp .cartganeshpoojacon .ganeshpoojaradioPaycon .form-check-label {
    /* background-color: #910002 !important; */
    /* border: 2px solid #ffffff !important; */
}

/* .poojaganeshsimilarwrp .homesearchcardbookcon .homesearchcardstartingtext span{
   font-size: 9px;
   padding: 7px 9px;
} */

/* .poojaganeshsimilarwrp .homesearchcardbookcon a{
   font-size: 9px !important;
   padding: 7px 9px;
} */

.eventImage img {
    margin: 0 auto;
    display: block;
}

.howtiImage {
    justify-content: center;
    display: flex;
}

.worksserviceslinkcon.upchar ul li a {
    position: relative !important;
    z-index: 1 !important;
}

.poojaganeshflowertextTitle p {
    margin-bottom: 0 !important;
}

.poojaganeshflowertextTitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #ea6900;
}

.cuspnPn {
    display: flex;
    align-items: center;
}

.equalHeight {
    min-height: calc(100% - 15px);
}

.homenotiinputwrp svg {
    display: none !important;
}

.upcharfolklorparaconwrp p {
    margin-bottom: 0;
}

.upcharetrivatextparacon p {
    margin-bottom: 0;
}

.condtionWRP p {
    margin-bottom: 0;
}

.storyh1text p {
    margin-bottom: 0;
}

.homesearchcardtextcon p {
    margin-bottom: 0;
}

.homesearchcardbox .pujamarrage card-body {
    padding: 0;
}

.homesearchcardtextcon .marrage .ql-editor {
    padding: 0 !important;
}

.recentblogsharewrp .recentblogshareparatext p {
    margin-bottom: 0 !important;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-huge {
    font-size: 2.5em;
}

.ql-size-small {
    font-size: .88em;
}

.poojaganeshflowercon .poojaganeshflowertextTitle .ql-editor {
    padding: 0;
}

.calendrIcon {
    position: absolute;
    right: 8px;
    z-index: -1;
}

/* .ganeshpoojaselectdatecon.datepicker {
   position: relative;
   z-index: 1;
   padding: 0 0;
   display: block;
} */

.ganeshpoojaselectdatetext input {
    padding: 2px 20px;
}

.homeselenadiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeselenadiv p {
    margin-right: 10px;
    font-weight: 600;
}

.css-26l3qy-menu .searchbox a {
    text-decoration: none !important;
}

.accordion-body {
    padding: 0;
}

.storyparacon.works div {
    font-size: 16px;
    padding: 8px 12px;
}

.dispatchDetails {
    text-align: center;
    border-width: 2px !important;
}

.ql-editor .ql-indent-1 {
    margin-left: 15px;
}

.ql-editor .ql-indent-2 {
    margin-left: 30px;
}

.ql-editor .ql-indent-3 {
    margin-left: 45px;
}

.ql-editor .ql-indent-4 {
    margin-left: 60px;
}

.ql-editor .ql-indent-5 {
    margin-left: 75px;
}

.raiseticketpanditdetailimgtext p {
    margin: 0 5px 0 0;
}

.userder button {
    display: flex;
    align-items: center;
}

.userder p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.ql-editor .ql-align-right {
    text-align: right;
}

.ql-editor .ql-align-center {
    text-align: center;
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}

.poojaganeshloremocon p span {
    display: inline;
}

.ganeshpoojatabli ul li {
    margin-bottom: 10px;
}

.poojaganeshloremocon ul.listingIncl li {
    margin-bottom: 0px !important;
}

.blogroundallcon p {
    font-size: 40px;
    font-weight: 700;
}

.badge {
    /* padding: 6px !important; */
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn .badge {
    top: -9px;
    left: 6px;
}

.scroller {
    height: 300px;
    overflow-y: scroll;
}

.accountnotipara button {
    background: #910002;
    border-radius: 0px;
    padding: 0px 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex;
    margin-top: 2px;
    border-radius: 4px;
}

.accountnotificationcon.deactive::before {
    position: absolute;
    left: 10px;
    top: 6px;
    background-color: gray;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.addressmainwrp .removeModal h1 {
    color: #fff !important;
    font-size: 36px !important;
}

.zenButton {
    border: 0;
}

.zendiv button:hover {
    background: #fff;
    border: 0;
}

.homeshivwrp ul li span .zendiv button {
    background: #910002;
}

.homeshivwrp ul li:hover span .zendiv button {
    background: #fff !important;
}

.homeshivwrp ul li:hover span .sideMenu2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.storyaccordianwrp .accordion-item h2 button p {
    margin-bottom: 0;
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px !important;
}

.homeshivwrp ul li span .sideMenu2 {
    display: inline;
    margin-left: 15px;
}

.homeshivwrp ul li span .sideMenu3 {
    display: none;
}

.homeshivwrp ul li span i {
    font-size: 20px;
}

.cartnotification {
    top: 20px;
    position: absolute;
    margin-left: 15px;
}

.markAllReadbutton {
    background: yellow;
    /* justify-content: right;
    align-items: end;
    text-align: right; */
    padding: 2px 6px;
    margin: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.blogcardboxcon .card-body {
    padding: 2px !important;
}

.resudelconfirmcon {
    display: flex !important;
}

.cancilbookingyesnoconcancle button {
    text-decoration: none;
    background: #fff;
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    /* color: #d00009; */
    padding: 15px 80px;
    margin-right: 10px;
    border: 2px solid #910002;
    margin-top: 15px;
}

.cancilbookingyesnoconcancle button:hover {
    background-color: #910002;
    color: #fff;
}

.mybookingcountzero {
    background: #fff;
    padding: 10px;
}

.helpdeskHelpbothimgconpandit a {
    width: 48px;
    height: 48px;
    background: #910002;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.referearnpage {
    margin-top: 17px;
}

.accounthomeboxedit {
    display: flex !important;
}

.removeimageicon {
    display: flex !important;
}

.deleteImage {
    margin-left: -15px;
    color: black;
    font-weight: 700;
}

.coupnslit {
    font-size: 14px;
}

.parnamstyle {
    /* margin-right: 5px; */
    font-size: 16px;
    color: gray;
    font-weight: 600;
    text-transform: capitalize;
    /* position: absolute;
   top: -10px;
   left: 33px; */
}

.ganeshpoojaselectdatecon select:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.copyMsg {
    border: 1px solid #c4c4c4;
    border-left: 0;
    padding: 10.3px 12px;
    width: 52px;
}

.recentblogcalendardowncon .tagsdata {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #910002 !important;
    padding-right: 10px;
}

.recentblogcalendardowncon {
    /* margin-bottom: 10px; */
}

.iconsMenu2 {
    /* width: 20px;
   margin-right: 12px;
   text-align: center; */
    display: inline-block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
    /* border-radius: 0.3rem;
  background-color: #3dcc4a; */
    color: red !important;
    background-color: #fff !important;
    font-weight: 800 !important;
}

.ganeshpoojaselectdatecon.datepicker label button .css-i4bv87-MuiSvgIcon-root {
    color: #910002 !important;
}

fieldset.MuiOutlinedInput-notchedOutline.css-1d3z3hw-MuiOutlinedInput-notchedOutline {
    border: none;
}

.css-1bn53lx.Mui-error .MuiOutlinedInput-notchedOutline {
    border: 0;
}

.css-1uvydh2 {
    color: white;
}

.css-1uvydh2 {
    padding: 16.5px 0px 16.5px 6px;
}

.MuiPickersDay-root:focus {
    background-color: transparent !important;
}

.MuiPickersDay-root:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.MuiButtonBase-root {
    border-radius: 0% !important;
}

.css-bkrceb-MuiButtonBase-root-MuiPickersDay-root:focus {
    background-color: white !important;
    /* color: #fff !important; */
}

.css-bkrceb-MuiButtonBase-root-MuiPickersDay-root:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.css-195y93z-MuiButtonBase-root-MuiPickersDay-root:not(.Mui-selected):not(.MuiPickersDay-today) {
    border: 0px !important;
}

.css-bkrceb-MuiButtonBase-root-MuiPickersDay-root.Mui-selected {
    color: #fff !important;
    background-color: #910002 !important;
}

/* .ganeshpoojaselectdatecon .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input {
   width: 2000px !important;
   color: #fff !important;
} */

.envtSelect.pojdate {
    border: 1px solid #910002;
    color: #910002;
    width: 100% !important;
    border-radius: 5px;
}

.ganeshpoojaselectdatecon.padset {
    padding: 0 23px;
}

.envtSelect.pojdate input {
    padding: 13px 12px;
    color: #910002 !important;
}

.envtSelect.pojdate input::placeholder {
    color: #910002 !important;
    opacity: 1;
    font-size: 15px;
}

.css-1u3bzj6-MuiFormControl-root-MuiTextField-root {
    width: 100% !important;
}

.envtSelect {
    width: 100% !important;
}

.card.custompadding .row {
    align-items: center;
}

.ganeshpoojaselectdatecon.datepicker input {
    font-weight: bold !important;

}



.ganeshpoojaselectdatecon.datepicker input::placeholder {
    font-size: 15px !important;
}

.entnPreviwrp .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input {
    color: #000 !important;
}

.ganeshpoojaselectdatetext .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input {
    color: #fff !important;
    width: 100% !important;
}

.ganeshpoojaselectdatecon .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input::placeholder {
    color: #fff !important;
    font-weight: 700 !important;
}

.ganeshpoojaselectdatecon .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input::-ms-input-placeholder {
    color: #fff !important;
}

.ganeshpoojaselectdatecon .css-nxo287-MuiInputBase-input-MuiOutlinedInput-input::-ms-input-placeholder {
    color: #fff !important;
}

.css-igs3ac {
    border: 0px !important;
}

/* .MuiDayPicker-weekContainer .css-wed0tz:not(.Mui-selected) {
   border: 0 !important;
} */

.MuiDayPicker-weekContainer .css-ub1r1.Mui-selected {
    color: #fff !important;
    background-color: #910002 !important;
}

.ganeshpoojaselectdatecon.datepicker button {
    color: #fff !important;
}

.ganeshpoojaselectdatecon.datepicker input::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #fff !important;
}

.ganeshpoojaselectdatecon.datepicker input:-ms-input-placeholder {
    opacity: 1 !important;
    color: #fff !important;
}

.ganeshpoojaselectdatecon.datepicker input::placeholder {
    opacity: 1 !important;
    color: #fff !important;
}

.ganeshpoojaselectdatecon .ganeshpoojaselectdatetext button {
    color: #fff !important;
}

.ganeshpoojamuharat {
    display: flex;
    background: #df0101;
    border: 1px solid #f2f4f5;
    width: 100%;
    /* padding: 0 15px; */
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

/* .MuiInputBase-root {
   padding: 0;
   position: relative;
}

.MuiInputAdornment-root {
   position: absolute;
   right: 0;
   width: 0;
}

fieldset {
   display: none;
}

.MuiFormControl-root {
   width: 100%;
} */

.listingInclmuharat {
    list-style-type: none;
}

ul.listingInclmuharat {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    background: #fff;
    margin-top: -1px;
}

ul.listingInclmuharat li {
    width: 50%;
    padding: 15px 15px;
    background: #eeeeee;
    color: #910002;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
}

span.muharatName {
    font-size: 18px;
    font-weight: bold;
    color: #5f5f5f;
    line-height: 22px;
}

ul.listingInclmuharat li time {
    font-size: 16px;
}

ul.listingInclmuharat li:hover {
    background: #ef8080;
    color: #fff;
}

.homefootericoncon>a>img {
    height: 28px;
}

.raiseticketheadcon2 {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.raiseticketheadcon2:before {
    width: 87%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    top: 27px;
}

ul.listingInclmuharat li:hover span.muharatName {
    color: #fff;
}

.muharatname {
    display: flex;
}

.muhratImg {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.muharatdate {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.nofound {
    text-align: center;
    padding: 30px 0;
    min-height: "100vh";
    display: "flex";
    align-items: "center";
    justify-content: "center";
}

.MuiFormControl-root.MuiTextField-root.css-i44wyl {
    width: 100% !important;
}

#google_translate_element {
    position: static !important;
}

#google_translate_element2 {
    position: static !important;
}



.loading_service {
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogimgMainWRP {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blogimgMainWRP img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.sortMenuswrp {
    background: #F2F4F5;
    padding: 4px 0;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    /* border-top: 2px solid #c6c6c6; */
}

.quikLinkWrp ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.quikLinkWrp ul li {
    width: 25%;
    text-align: center;
    border-right: 2px solid #000;
}

.quikLinkWrp ul li a {
    color: #910002;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
    padding: 0px 6px;
    display: block;
    border: 5px solid transparent;
}

.quikLinkWrp ul li:nth-last-child(1) {
    border-right: 0;
}

.homeupcomecon {
    position: relative;
}

.homeupcomecon:before {
    content: '';
    background-image: url('../images/upcomingFest.png');
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.homepoojacardwrp {
    background: #f2f4f5;
    position: relative;
}

.homepoojacardwrp:before {
    content: '';
    background-image: url('../images/Sale.png');
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.promotionalWrpp {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.promotionalWrpp:before {
    content: '';
    background: #910002;
    clip-path: polygon(0 100%, 0 0, 200% 0);
    height: 360px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 53px;
    right: 53px;
}

.homepoojaimgcon img {
    display: block;
    -webkit-filter: drop-shadow(0 16px 5px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 16px 5px rgba(0, 0, 0, 0.4));
}

.homeoffertextcon.promHead h4 {
    color: #fff;
}

.homeoffertextcon.testiMonial h4 {
    text-align: center;
    margin-bottom: 21px;
}

.homeoffertextparacon.testiMonial p {
    text-align: center;
    justify-content: center;
}

.testiMonilaCardWrp {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-bottom: 25px;
}

.testMobImage img {
    width: 100%;
    /* height: 200px; */
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 89%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    object-fit: cover;
}

.testimContent {
    padding: 30px 20px 20px;
}

.testimContent p {
    margin-bottom: 0;
    line-height: 16px;
}

.testimContent h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.testimContent h6 .citystm {
    margin-right: 12px;
}

.testimContent h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

.testibodywrp {
    position: relative;
}

.testibodywrp:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -79px;
    height: 150px;
    background-image: url('../images/testHeading.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.homehappyWRP {
    background: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.homehappyconWRP {
    background: #f2f4f5;
}

.homehappyWRP:before {
    content: '';
    background: #910002;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    z-index: -1;
}

.hoempageWrpa {
    background: #fff;
}

.menusWrapr .skiptranslate.goog-te-gadget {
    margin: 0;
    height: a;
}



.parnamstyle {
    text-align: left !important;
    line-height: 18px !important;
    display: inline-block;
}

.homenotiinputwrp {
    height: 100%;
}

.quikLinkWrp ul li a:hover {
    /* color: #fff;
   text-shadow: -1.5px -1.5px rgba(1,1,1,1.5), 0.5px 1.5px rgba(255,255,255,1.5);
   border: ridge 5px darkgrey;
   background: #910002; */
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.map-gps-btn {
    width: 35px;
    height: 35px;
    position: absolute;
    border: 1px solid darkgray;
    right: 10px;
    top: 10px;
    background: #fcfcfc;
    color: dimgray;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
}

.map-gps-btn:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    color: #000;
}

.city-disable-img {
    filter: brightness(0.55) contrast(1);
}

.city-comingSoon {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    text-align: center;
    font-weight: bold;
    transform: translate(-50%, -50%);
}

.launch-popup-dialog {
    justify-content: center;
    max-width: 400px !important;
    width: fit-content;
    height: auto;
    /* aspect-ratio: 4/7; */
}

.launch-popup-dialog .modal-content {
    background-color: transparent;
}

.launch-popup-dialog {
    margin-left: auto;
    margin-right: auto;
}

.launch-popup-close {
    position: absolute;
    top: -30px;
    right: -20px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

.launch-popup-dialog .carousel-item {
    text-align: center;
}

.launch-popup-dialog .modal-content {
    overflow: unset !important;
}

.launch-popup-progress-bar {
    background-color: rgb(161 159 159) !important;
}

.launch-popup-progress-bar>span {
    background-color: white;
}

.launch-popup-modal {
    z-index: 1057;
}

.launch-popup-modal.modal-backdrop {
    z-index: 1056;
}

.disable-anim>span {
    transition: none !important;
}

@media screen and (max-width: 575px) {
    .launch-popup-dialog {
        max-width: 85% !important;
    }

    .launch-popup-close {
        top: -30px;
        right: -20px;
        font-size: 1.5rem;
    }
}

.homeSEODescriptionSection {
    background-color: #f2f4f5;
    position: relative;
}

.homeSEODescriptionSection .container {
    background-color: #f2f4f5;
}

.homeSEODescriptionSection::before {
    content: '';
    background: #910002;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
}

.homeSEODescription {
    background-color: #fefefe;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    padding: 20px 20px;
}

.homeSEODescription p {
    margin-bottom: 0px;
}

.ql-align-center {
    text-align: center;
}

.ganeshpoojadesctextcon {
    padding: 10px;
}

.note-div {
    text-align: center;
    margin-bottom: 10px;
}

.note-div p {
    text-align: center;
}

.note-div h4 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    color: rgb(30, 47, 89);
}

.floating-btn {
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 9;
    background-color: #25D366;
    border-radius: 50px;
    padding: 10px;
    animation: pulse-animation 2s infinite;
    animation-delay: 5s;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.floating-btn .wa-icon {
    width: 22px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.customEnwModal {
    padding: 20px 0px;
}

.custom-enquiry-radio-div {
    text-align: left;
}

.custom-enquiry-radio .form-check-input {
    margin-right: 10px;
}

.custom-enquiry-radio {
    font-weight: normal !important;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.eventDate-lbl {
    font-size: large;
    font-weight: bold;
}

.customEnqBtn {
    display: flex;
    align-items: center;
}

.customEnqBtn div {
    display: flex;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.customEnqBtn:disabled {
    background: #5b6682;
}

.cusEventEnqDateLabel {
    width: 30%;
    align-self: center;
    font-weight: bold;
}

.speech-bubble-container {
    position: fixed;
    right: 20px;
    bottom: 95px;
    z-index: 9;
    animation: bounce 2s ease;
    --bg: #25d266;
    --shadow: rgba(0, 0, 0, 0.8);
    --text: white;
    --border: #25d266;
    --text-size: 16px
}

.speech-bubble-container.light {
    --bg: #fff;
    --shadow: rgba(37, 210, 102, 0.9);
    --text: #25d266;
    --border: #25d266;
    --text-size: 14px
}

.speech-bubble {
    display: flex;
    align-items: center;
    background: var(--bg);
    margin: 0 auto;
    width: 160px;
    height: 61px;
    position: relative;
    border: 1px solid var(--border);
    box-shadow: var(--shadow) 6px 6px 0px;
    border-radius: 10px;
    transform: perspective(45px) rotateY(1deg);
    padding: 5px 8px;
    transition: all 500ms;
}

.speech-bubble-text {
    font-size: var(--text-size);
    transition: color 200ms;
    color: var(--text);
    margin-bottom: 0px;
}

.speech-bubble:after {
    transition: all 200ms;
    content: "";
    position: absolute;
    box-shadow: var(--shadow) 7px 2px 0px;
    transform: rotate(13deg) skewX(18deg) skewY(37deg);
    bottom: -10px;
    right: 30px;
    border-width: 11px;
    border-style: solid;
    border-color: transparent var(--bg) var(--bg) transparent;
    transition: all 500ms;
}

.speech-bubble-container .close-btn {
    position: absolute;
    right: 0px;
    top: -15px;
    z-index: 9;
    width: 12px;
    cursor: pointer;
}

@keyframes bounce {
    0% {
        transform: translateY(0%);
    }

    10% {
        transform: translateY(-15%);
    }

    20% {
        transform: translateY(0%);
    }

    25% {
        transform: translateY(-7%);
    }

    27% {
        transform: translateY(0%);
    }

    29% {
        transform: translateY(-3%);
    }

    30% {
        transform: translateY(0);
    }
}

.wa-icon-active {
    background: #25D366;
    border-radius: 50%;
}

.startupIndiaFooter {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    max-width: 500px;
}

.nav-startup-div {
    flex: 1;
    align-items: end;
}

.nav-startup-div .one {
    border-right: 1px solid rgb(204, 204, 204);
    padding-right: 0.2rem;
    width: 50%;
}

.nav-startup-div .two {
    align-self: center;
    margin-left: 0.2rem;
    width: 50%;
}

.strikeprice {
    color: #8a8a8a !important;
}

.strikethrough {
    position: relative;
    padding: 5px;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.service-img-carousel {
    height: 100%;
    width: 100%;
}

.service-img-carousel .carousel-inner {
    height: 100%
}

.mark-read-btn {
    text-wrap: nowrap;
    height: 20px;
    align-items: center;
}






._selct-date {
    display: flex;

}

._date-level {
    font-size: 15px;
    color: white;
    font-weight: 600;
}

.input_date {
    background-color: transparent;
    /* Background to blend with design */
    padding: 15px;
    border: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM7 12h5v5H7z"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    /* Icon size */
    background-position: right;
    cursor: pointer;
    color: white;

}

.input_date::-webkit-calendar-picker-indicator {
    opacity: 0;
    /* Hide the default calendar icon */
}

.input_date:focus-visible {
    border-color: none !important;
    box-shadow: unset !important;
}

@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

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

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

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

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

hr:not([size]) {
    height: 1px;
}

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

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

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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

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

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

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

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

a>code {
    color: inherit;
}

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

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

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

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

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

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

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

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

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

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

textarea {
    resize: vertical;
}

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

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

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

legend+* {
    clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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

@media (min-width: 1400px) {

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

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

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

.col {
    flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:hover {
    color: #212529;
}

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

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

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

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

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

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

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

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

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

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

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

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

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

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

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

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

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

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

.btn-info:disabled,
.btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

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

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

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

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

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

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

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

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

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

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

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    min-height: 470px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link:hover,
.nav-link:focus {
    color: #0a58ca;
}

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

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

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

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

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

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

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

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

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

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

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

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

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-primary .alert-link {
    color: #06357a;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert-dark .alert-link {
    color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container> :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0
        /* rtl:ignore */
    ;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

/* rtl:end:ignore */

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #0d6efd;
}

.link-primary:hover,
.link-primary:focus {
    color: #0a58ca;
}

.link-secondary {
    color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64;
}

.link-success {
    color: #198754;
}

.link-success:hover,
.link-success:focus {
    color: #146c43;
}

.link-info {
    color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3;
}

.link-warning {
    color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39;
}

.link-danger {
    color: #dc3545;
}

.link-danger:hover,
.link-danger:focus {
    color: #b02a37;
}

.link-light {
    color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb;
}

.link-dark {
    color: #212529;
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .ganeshpoojamainWRP {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

/*# sourceMappingURL=bootstrap.css.map */

/* during development css */

.pageloaderWrp {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -999;
    background: rgb(255 255 255 / 56%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.loading_page .pageloaderWrp {
    opacity: 1;
    z-index: 9999;
}

.imageUploaderBox {
    width: 50px;
    height: 50px;
    position: relative;
}

.trash {
    background: #ff6873;
    width: 19px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    -webkit-border-bottom-right-radius: 18%;
    -webkit-border-bottom-left-radius: 18%;
    -moz-border-radius-bottomright: 18%;
    -moz-border-radius-bottomleft: 18%;
    border-bottom-right-radius: 18%;
    border-bottom-left-radius: 18%;
    border: 0;
    margin-top: 4%;
    cursor: pointer;
}

.trash span {
    position: absolute;
    height: 20%;
    background: #ff6873;
    top: -29%;
    left: -20%;
    right: -25%;
    border-top-left-radius: 90%;
    border-top-right-radius: 90%;
    transform: rotate(0deg);
    transition: transform 250ms;
    transform-origin: 19% 100%;
}

.trash span:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 90%;
    background: #ff6873;
    top: -102%;
    border-top-left-radius: 90%;
    border-top-right-radius: 90%;
    transform: rotate(0deg);
    transition: transform 250ms;
    transform-origin: 19% 100%;
    left: 22%;
}

.trash i {
    position: absolute;
    width: 10%;
    background: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    top: 10%;
    left: calc(50%);
    bottom: 10%;
}

.trash i:after {
    content: "";
    background: #fff;
    position: absolute;
    left: -260%;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.trash i:before {
    content: "";
    background: #fff;
    position: absolute;
    right: -240%;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.trash:hover span {
    transform: rotate(-45deg);
    transition: transform 250ms;
}

.imageUploaderBox.product {
    width: 100px;
    height: auto;
}

.imageUploaderBox input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.imageUploaderBox i {
    position: absolute;
    top: -6px;
    right: -10px;
}

.imageUploaderBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.imageUploaderBox.product img {
    border-radius: 0%;
}

.form-radio-lg {
    width: 30px;
    height: 30px;
}

.form-radio-md {
    width: 25px;
    height: 25px;
}

.form-radio-sm {
    width: 20px;
    height: 20px;
}

.privewCoordinate {
    position: relative;
    overflow: hidden;
    height: 100px;
}

.privewCoordinate img {
    position: absolute;
}

.form-check span {
    padding: 0 0 0 15px;
}

.form-check label {
    margin: 0;
    display: flex;
    align-items: center;
}

.form-check label a {
    text-decoration: underline;
    color: #02519e;
    padding: 0 5px;
}

.form-check input {
    margin: 0;
    position: static;
}

.form-check {
    padding-left: 0;
}

.corpbtnwpr {
    padding: 15px 0;
    display: flex;
    display: -webkit-flex;
    margin-left: -15px;
    margin-right: -15px;
}

.cropbtnGroup {
    padding: 0 15px;
}

.answrrbox {
    min-height: 55px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.answrrbox span {
    width: 100%;
    display: block;
    background: #5e971d;
    color: #fff;
    padding: 3px 15px;
    position: relative;
    text-align: center;
}

.answrrbox span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    border-width: 13px 10px 13px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.answrrbox span:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    width: 20px;
    border-width: 13px 0px 13px 14px;
    border-style: solid;
    border-color: #ffffff #ffffff #ffffff #5e971d;
}

.react-confirm-alert-overlay {
    z-index: 9999 !important;
}

.react-confirm-alert-body>h1 {
    font-size: 24px !important;
    margin-bottom: 21px !important;
}

.react-confirm-alert-body {
    font-size: 14px;
    text-align: center !important;
}

.react-confirm-alert-button-group {
    justify-content: center !important;
}

.boxOption {
    padding: 10px 10px;
    background: #e9e9e9;
    align-items: center;
}

.minHeighbox {
    min-height: 55px;
}

.errorMsg {
    font-size: 13px;
    color: red;
    margin-bottom: 15px;
}

.qsnNotype {
    padding: 4px 7px;
    margin-right: 5px;
    background: #1160c1;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 10px #00000024;
    font-size: 12px;
}

.tagsListWrp {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.tagsList {
    margin-right: 35px;
    margin-bottom: 5px;
    background: #faf0ea;
    padding: 3px 10px;
    border-radius: 5px;
    color: #4c4a4a;
    position: relative;
    font-weight: 600;
}

.tagRemove {
    position: absolute;
    right: -18px;
    top: 8px;
    bottom: 0;
    width: 12px;
    height: 15px;
}

.caseQussn p {
    margin-bottom: 0;
}

/* for new css */

.desc_exam {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.categoryBox img {
    width: auto;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    display: block;
}

.col-desgin-4.categoryBox {
    display: block;
    text-align: center;
    height: 258px;
}

.col-desgin-4.categoryBox {
    border: 0px solid #fff;
}

.col-desgin-4.categoryBox:hover {
    border: 0px solid #fff;
}

.packImgWrp {
    position: relative;
    width: calc(100% - 45px);
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.packImg:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    overflow: hidden;
}

.packImg:nth-child(2) {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.packImg:nth-child(3) {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.packImg {
    box-shadow: 0 10px 10px #00000026;
    background: #fff;
    width: 100%;
    height: 100%;
}

.packImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.examImg img {
    height: 150px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.categoryBox {
    max-width: 246px;
    margin: 0 auto;
}

.examTablistWRp .nav-tabs {
    display: inline-flex;
    border: 1px solid #02519e;
    border-radius: 11px;
}

.examTablistWRp .nav-tabs li {
    padding: 0;
}

.examTablistWRp .nav-tabs li button.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 8px;
    color: #02519e;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    padding: 13px 21px;
    width: 250px;
    border: 0;
    box-shadow: 0 0 0;
    margin-bottom: 0;
}

.examTablistWRp .nav-tabs li button.nav-link.active {
    background: #02519e;
    color: #fff;
}

.userActive .nav-btn {
    color: #02519e;
}

.profileicon {
    margin-right: 5px;
}

/* Neelam */

.codeVeryfy {
    font-size: 13px;
    background: #1e2f59;
    color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 0;
    width: 100px;
}

.couponWrapper {
    position: relative;
}

.couponWrapper input {
    border-radius: 0;
    border: 0;
}

form .coupActive input.form-control {
    background: #f8fff9;
    border: 1px solid #90f3a0;
    border-radius: 0;
}

form .coupActive input.form-control {
    background: #f8fff9;
    border: 1px solid #90f3a0;
    border-radius: 0;
}

.coupinpyt {
    width: 100%;
    position: relative;
}

.coupinpyt a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
}

.aply_cpuoWrp {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    position: relative;
    background: #f1fff1;
    border: 1px dashed #8bc34a;
    padding: 5px 0;
    align-items: center;
}

.coupicon {
    width: 50px;
    text-align: center;
}

.coupi_remove {
    width: 50px;
    text-align: center;
}

.coupicodebox {
    width: calc(100% - 100px);
    /* padding: 5px 15px; */
    font-weight: bold;
}

.couponListwrp {
    position: absolute;
    right: 110px;
    font-size: 13px;
    top: 16px;
}

.summer_box01 {
    position: relative;
}

.modal-gray.modal {
    background-color: #f6f8f9;
}

/*=============================================================
                    apply_coupon                    
============================================================= */

.apply_coupon .apply_coupon_contant {
    box-shadow: 0px 5px 6px #00000029;
}

.apply_coupon .apply_coupon_contant i.fa-times-circle {
    font-size: 30px;
    color: #1e2f59;
    position: absolute;
    right: 15px;
    top: 15px;
}

.apply_coupon .apply_coupon_contant h5 {
    text-align: center;
}

.apply_coupon .apply_coupon_contant form div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.apply_coupon .apply_coupon_contant form div input {
    background-color: #fff;
    width: 100%;
    padding-left: 55px;
    transition: 0.3s;
    box-shadow: 0px 5px 6px #0000000a;
}



.apply_coupon .apply_coupon_contant form div i {
    position: absolute;
    left: 15px;
    top: 17px;
    font-size: 20px;
    color: #1e2f59;
}

.apply_coupon .apply_coupon_contant .coupon_code {
    padding: 12px 20px;
}

.apply_coupon .apply_coupon_contant .coupon_code li.off {
    max-width: 45px;
}

.apply_coupon .apply_coupon_contant .coupon_code .edit a {
    color: #1e2f59;
    font-weight: 600;
}

.coupon_code li {
    list-style: none;
}

/*=============================================================
                    Coupan Code
============================================================= */

.coupon_code {
    padding: 35px 25px;
    overflow: hidden;
    background-color: #fdffe1;
    border: 1px solid #f6f8f9;
    position: relative;
}

.coupon_code ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.coupon_code ul li.off {
    order: 0;
    width: 20%;
    max-width: 70px;
}

.coupon_code ul li.content {
    order: 1;
    width: 55%;
    font-size: 14px;
}

.coupon_code ul li.edit {
    order: 2;
    width: 25%;
    text-align: center;
}

.coupon_code ul li.edit i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    background-color: #1e2f59;
    text-align: center;
    cursor: pointer;
}

.coupon_code::before,
.coupon_code::after {
    display: block;
    content: "";
    width: 50px;
    height: 60px;
    border-radius: 30%;
    background-color: #fff;
    border: 1px solid #f6f8f9;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.coupon_code::after {
    right: -40px;
}

.coupon_code::before {
    left: -40px;
}

.searchbox {
    color: #0e0e0e;
    justify-content: left !important;
    text-decoration: none !important;
}

.searchbox a {
    color: #0e0e0e;
    text-align: left;
    text-decoration: none;
}

.accounthomedefaultcon-makedefault {
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
}

.raiseticketSubmit button {
    background: #1e2f59;
    border-radius: 25px;
    padding: 10px 76px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border: 0;
}

.accounthomelocationimgcon span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-left: 5px;
}

.accounthomelocationimgcon.helpdeskform span {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-family: "Tw Cen MT" !important;
}

.fileUpldoBx_show {
    width: 100px;
    height: 100px;
    display: flex;
}

.helpdeskformviewtext a {
    text-decoration: none;
    color: #fff;
}

.pin {
    margin-left: 20px;
}

.inputimage {
    height: 65px;
    width: 65px;
    object-fit: cover;
}

.helpdeskHelpbothimgcon button {
    background-color: #1e2f59 !important;
    border-radius: 15px;
    height: 48px;
    border-color: #1e2f59 !important;
    margin-right: 10px;
}

.cartgrandtotalcon.bortm {
    border-bottom: 0;
    padding-bottom: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.viewticketattachment {
    background: #1e2f59;
    border-radius: 12px;
    max-width: 200px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    justify-content: space-between;
    margin-top: 20px;
}

.accounthomelocationimgcon img {
    padding-right: 0 !important;
}

.chatimage {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.inputimage2 {
    height: 100%;
    /* width: 50px; */
    width: 200px;
    object-fit: cover;
}

.pin2 {
    margin-left: 10px;
    margin-right: 20px;
}

.ticketid {
    margin-left: 10px;
}

.helpdeskformviewtext a {
    margin-left: 2px;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.mybookingganeshimgcon img {
    width: 100%;
    margin-right: 30px;
    max-height: 300px;
    max-width: 385px;
    object-fit: cover;
}

.blogcardboxcon a {
    width: 100%;
}

.blogWRP {
    background: #e5e5e5;
    min-height: 100vh;
}

.blogcardboxcon .card img {
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.add_new_card_contant i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 26px;
    color: #02519e;
    cursor: pointer;
}

.shareinPbpx button {
    margin: 0 3px;
}

.shareinPbpx {
    text-align: center;
}

.shareHeasing h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.recentblogankercon .recentblogtextshare a span {
    text-decoration: none !important;
}

.recentblogshareparatext {
    /* margin-top: 15px; */
}

.smallTicket-buttons .nav-link {
    width: 100%;
    color: #1e2f59 !important;
}

.smallTicket-buttons .nav-link.active {
    background-color: #1e2f59 !important;
    color: #fff !important;
}

.homeupholitextmarch {
    color: #ffffff;
}

.upchardisclaimertextcon p span {
    font-weight: 400;
}

.worksserviceslinkcon.upchar.last ul li:hover .upchar {
    /* background-color: #1e2f59; */
}

.upcharimgparatext {
    text-decoration: none;
}

.selectcountryimgbox img {
    padding: 10px 12px;
    height: 106px;
    object-fit: cover;
}

.homeshivwrp ul li:hover span {
    background-color: #ffffff;
}

.homeshivwrp ul li span i {
    color: #fff;
}

.homeshivwrp ul li:hover span i {
    color: #1e2f59;
}

.slick-prev:before {
    color: #1e2f59 !important;
}

.slick-next:before {
    color: #1e2f59 !important;
}

.bookingfeedbackconstarcon span {
    padding: 0;
}

.css-jue3ft-MuiRating-root {
    color: #002046 !important;
}

.raiseticketinviocecon button {
    background: #1e2f59;
    border-radius: 23px;
    padding: 13px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block;
    border: 0;
}

.raiseticketmakepayment a {
    background: #ffffff;
    border-radius: 23px;
    padding: 13px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #1e2f59 !important;
    text-decoration: none !important;
    display: inline-block;
    border: #1e2f59 solid 1px;
    margin-left: 10px !important;
}

.raiseticketmakepayment a:hover {
    background-color: #1e2f59;
    color: #ffffff !important;
}

.raiseticketpanditdetailsviewall.bookingfeedback {
    padding: 10px 0;
}

.raiseticketpanditdetailsviewall {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.raiseticketinviocecon a {
    margin-top: 10px;
}

.css-1lauo1g-MuiRating-root {
    color: #1e2f59 !important;
}

.bookingfeedbackconpara span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #333333;
    padding: 8px 0;
}

.cancilbookingyesnocon .cancelyes {
    background: #1e2f59;
    border-radius: 23px;
    padding: 10px 70px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block;
}

.cancilbookingyesnocon .cancelno {
    background: #d00009;
    border-radius: 23px;
    padding: 10px 70px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block;
    margin-left: 10px;
}

.homesearchcardtextcon p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.servicecardtextcon>div {
    height: 55px;
}

.ganeshpoojatabswrp ul li>button {
    border: 1px solid #c4c4c4 !important;
    border-radius: 10px;
}

.accounymyprofileconbank {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
    padding: 0 15px 28px 15px;
    margin-bottom: 22px;
}

.accounymyprofileconbank a img {
    cursor: pointer;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.raiseticketinviocecon a {
    margin-top: 10px;
}

.raiseticketinviocecon h3 {
    background: #e8eaee;
    border-radius: 23px;
    padding: 13px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #333333 !important;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 10px;
}

.resaduialbodycon .modal-body {
    padding: 20px !important;
}

@media (max-width: 999px) {
    .lableOfucstp span {
        margin-right: 0px !important;
        font-size: 14 px !important;
    }

    .cuspnPngrp {
        width: 100%
    }

    .coupon_code {
        margin-bottom: 15px;
    }

    .coupon_code ul li.off {
        width: 15%;
    }

    .coupon_code ul li.edit {
        width: 30%;
    }
}

.ganeshpoojatabswrp ul.listingIncl {
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 6px 15px;
    list-style: disc;
    overflow-y: unset;
    height: unset;
}

.ganeshpoojatabswrp ul.listingIncl li {
    width: calc(50% - 30px);
    display: list-item;
    margin-left: 20px;
}

.poojaganeshflowertext img {
    margin-right: 10px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
    display: none;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
    display: none;
}

.react-datepicker {
    border-radius: 0;
    padding: 15px;
    border: 0;
    box-shadow: 0 0px 8px 3px #b9b5b5;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.react-datepicker__month-read-view--selected-month {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-right: 16px !important;
}

.react-datepicker__day--selected {
    border-radius: 50% !important;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
    background-color: #fff !important;
}

.react-datepicker__year-read-view--selected-year {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    margin: 9px !important;
}

.react-datepicker__month-dropdown-container,
.react-datepicker__year-dropdown-container {
    border: 0 !important;
}

.react-datepicker__header__dropdown.react-datepicker__header__dropdown--scroll {
    padding-bottom: 12px;
    display: grid;
    justify-content: space-between;
    grid-auto-flow: column;
}

.react-datepicker__month-read-view--down-arrow {
    top: 8px !important;
}

.react-datepicker__year-read-view--down-arrow {
    top: 7px !important;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
    margin: 0 15px !important;
    margin-left: 0 !important;
}

.react-datepicker__year-read-view {
    text-align: left !important;
}

.react-datepicker__header {
    background-color: #fff !important;
    border-bottom: 0 !important;
    padding-bottom: 15px !important;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    border-radius: 50% !important;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
    border-radius: 50% !important;
}

.videoPartBlk {
    width: 55%;
}

.contntPartBlk {
    width: 45%;
}

.pageBodywrp {
    min-height: 100vh;
    background: #e5e5e5;
}

/* .custom-image{
   width: 475px !important;
   height: 284px;
   padding: 10px;
   max-width: 475px;
} */

.customcreatenow a {
    font-weight: 700;
    font-size: 18px;
    /* line-height: 15px; */
    display: flex;
    align-items: center;
    text-align: center;
    padding: 7px 15px;
    width: 55%;
    justify-content: center;
    color: #ffffff;
    background: #1e2f59;
    border-radius: 25px;
    text-decoration: none;
    color: #fff !important;
    margin-top: 25px;
}

.custompoojaservepoojatextcon h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
    margin-bottom: 0px;
}

.custompoojaservepoojatextcon h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
    margin-bottom: 0px;
}

.customhomesearchcardtextcon p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

.customhomesearchcardtextcon p {
    text-decoration: none !important;
    width: 260px;
}

.customservicecardtextcon {
    padding-bottom: 14px;
    border-bottom: 1px solid #c4c4c4;
    width: 260px;
}

.communityervicecardtextcon {
    padding-bottom: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.customhomesearchcardtextcon a {
    text-decoration: none !important;
    color: #000000;
}

.customhomesearchcardtextcon a .customcreatenow {
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.custompadding {
    padding: 20px;
}

.raiseticketinclusionswrp .raiseticketinclusionconul ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.raiseticketinclusionswrp .raiseticketinclusionconul ul li {
    width: 50%;
}

.raiseticketinclusionconul {
    width: 100% !important;
}

.advantagepremiumcon.active a {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

/* .tab-content > .tab-pane {
   display: block !important;
}
.fade:not(.show) {
   opacity: 1 !important;
} */

.worksserviceslinkcon ul li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    cursor: text !important;
}

.blogroundallcon .slick-track {
    /* width: 100% !important; */
}

.raiseticketimgcon.cancledProcces {
    width: 83%;
}

.raiseticketpanditdetailheadcon {
    width: calc(100% - 120px);
}

.custom-heading {
    font-weight: 700;
}

.lableOfucstp img {
    display: none;
}

.deltebtnwrp {
    display: flex;
    justify-content: flex-end;
}

.delete-custom-card {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D00009;
    font-size: 12px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servdeatils {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-bottom: 30px;
}

.ganeshpoojaimgcon.serManiAMWR {
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
}

.ganeshpoojaimgcon.serManiAMWR img {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 15px;
}

.servPackWRp {
    /* margin-top: 40px; */
    margin-top: 20px;
}

/* 
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
   top: 11px !important;
}

.react-datepicker__navigation:hover {
   background: #d1d1d1 !important;
   border-radius: 50%;
}

.react-datepicker__navigation-icon--next::before {
   left: -4px !important;
}

.react-datepicker__navigation:hover *::before {
   border-color: #fff !important;
}

.react-datepicker__navigation-icon--previous::before {
   right: -4px !important;
}

.react-datepicker__navigation {
   width: 26px !important;
   height: 26px !important;
   top: 6px !important;
   right: 4px !important;
}

button.react-datepicker__navigation.react-datepicker__navigation--previous {
   left: 4px !important;
} */

.helpdesk_previmage {
    display: flex;
    flex-wrap: wrap;
}

.helpdesk_previmage>div {
    margin: 0px 10px 15px 10px;
}

.close_previmage {
    color: red;
    font-weight: bolder;
    position: absolute;
    cursor: pointer;
    right: 7px;
    top: 4px;
}

.helpdesk_previmage .removeimageicon {
    position: relative;
}

.removeimageicon {
    height: 200px;
    width: 200px;
}

.removeimageicon>img {
    object-fit: cover;
}

.helpdesk_prev_attachment {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.help_attach_icon {
    font-size: 30px;
    cursor: pointer;
    margin-left: 16px;
}

.raise_ticket_attachment {
    display: flex;
    gap: 3px;
    margin-left: -3px;
}

.search_left {
    text-align: left;
}

.pagination_steps_btn {
    background-color: #e5e5e5 !important;
}

.pagin_currentPage {
    background-color: #1E2F59;
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px 0px 3px;
}

.custom_delte_btn {
    width: 100%;
    height: 50px;
}

span.booking_puja_img {
    position: relative;
}

span.booking-puja-status {
    position: absolute;
    left: 0;
    top: 4px;
    background: #040303;
    padding: 2px 16px;
    color: white;
    font-weight: 00;
}

.imgwrpmainboking {
    max-width: 385px;
    width: 100%;
    position: relative;
}

.searchsideimgwrp {
    width: 20px;
}

.homesearchcardtextcon.marrage.ql-editor {
    flex-direction: column;
    display: flex;
    padding: 0px !important;
    flex: 1;
}

.langauage_dropdown {
    width: 100%;
    padding: 10px;
}

.select.goog-te-combo {
    border: 1px solid black !important;
    width: 100% !important;
}



.page-item.active .page-link {
    background-color: #1e2f59 !important;
    color: white !important;
}

.page-link {
    color: #1e2f59 !important;
}

.modal_close {
    float: right;
    color: #1e2f59;
    font-weight: bolder;
    position: relative;
    top: -23px;
    right: -33px;
}

.modal_close i {
    cursor: pointer;
}

.no_service_found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    width: 100%;
    text-align: justify;
}

.no_service_found h5 {
    font-weight: bold;
}

.ql-editor .ql-align-justify {
    text-align: justify;
}

.ql-editor .ql-align-left {
    text-align: justify;
}

.ql-editor .ql-align-right {
    text-align: right;
}

.ql-editor .ql-align-center {
    text-align: center;
}

.customcreatenow .communitystart {
    color: #1e2f59 !important;
    font-size: 16px;
}

.community-card .div-1 {
    width: 45%;
}

.community-card .div-2 {
    width: 3%;
}

.community-card .div-3 {
    width: 52%;
}

@media only screen and (max-width: 600px) {
    .community-card .div-1 {
        width: unset;
    }

    .community-card .div-2 {
        width: unset;
    }

    .community-card .div-3 {
        width: unset;
    }
}

@media screen and (min-width: 992px) {
    .web-puja-left {
        position: absolute;
        left: 0;
        top: 803px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #google_translate_element {
        right: calc(((100% - 1140px) / 2) + 135px);
        top: 22px;
    }

    .homesearchcardstartingtext {
        width: 60%;
    }

    .raiseticketbookingrightcon::before {
        left: 26px;
    }

    .customcreatenow a {
        width: 66%;
    }

    .blogcardbodycon h5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .poojaserveinputcon.blog input {
        padding: 10px 30px;
        top: 15px;
        max-width: 855px;
        margin: 0px auto;
    }

    .cartnotification {
        top: 5px !important;
        position: absolute;
        margin-left: 15px;
    }

    .worksparatextcon {
        padding: 4px !important;
    }

    .worksparatextcon {
        width: calc(100% - 128px);
        height: 128px;
    }

    .cartfruitstextconbox {
        padding-right: 25px;
    }

    .cartitemsfruits {
        padding-left: 25px;
    }

    .cartitemsfruits>p {
        width: 80px;
    }

    .worksparatextcon img {
        display: block;
        width: 100%;
        height: 118px !important;
        object-fit: cover !important;
    }

    .customcreatenow a {
        width: 88%;
    }

    .ganeshpoojaradioPaycon label .form-check-input:checked::before {
        width: 10px !important;
        height: 10px !important;
    }

    #google_translate_element {
        right: calc(((100% - 960px) / 2) + 114px);
        top: 16px;
    }

    .homepojatext h2 {
        font-size: 40px;
    }

    .homepojatextpara p {
        font-size: 32px;
    }

    .homepojatext h2 {
        margin-bottom: 14px;
    }

    .homesearchtextcon h2 {
        font-size: 32px;
        padding: 22px 28px;
        margin: 0;
    }

    .cartjaipurpara.checkout p {
        padding-left: 14px;
    }

    .storydatecon::before {
        right: -22px;
    }

    .storydatecon button:before,
    .storydatecon .tablLink:before {
        right: -30px;
    }

    .storydatecon button.active::after,
    .storydatecon .tablLink.active:after {
        right: -25.2px;
    }

    .homeganeshtextcon {
        margin-bottom: 42px;
    }

    .homeganeshheadwrp {
        height: 522px;
    }

    .cartheadtextcon h1 {
        font-size: 32px;
    }

    .cartganeshpoojatext h5 {
        font-size: 17px;
    }

    .cartSamagriescon p {
        font-size: 16px;
    }

    .cartjaipurtext h5 {
        font-size: 17px;
    }

    .cartthouandcon h5 {
        font-size: 18px;
    }

    .cartheadtextwrp.cart {
        padding-top: 0px;
        padding-bottom: 13px;
    }

    .worksdownloadcon h2 {
        font-size: 28px;
        line-height: 16px;
        text-align: center;
    }

    .ganeshpoojaimgcon.serManiAMWR {
        height: 410px;
    }

    .worksserviceslinkcon ul li span {
        font-size: 15px;
        line-height: 18px;
    }

    .homeganeshtextconbox1 {
        padding-top: 24px;
    }

    .ganeshpoojaimgcon {
        padding-bottom: 43px;
    }

    .cartjaipurpara p {
        font-size: 15px;
    }

    .cartthouandcon img {
        height: 16px;
    }

    .cartganeshpoojaDetailswrp {
        padding-bottom: 4px;
    }

    .cartganeshpoojaDetailswrp.checkout {
        padding-bottom: 15px;
        margin-bottom: 28px;
    }

    .cartpackageHourtext p {
        font-size: 16px;
    }

    .advantagepriemuimtext {
        font-size: 22px;
    }

    .cartparticularcon h5 {
        font-size: 16px;
    }

    .smallTicket-buttons {
        margin-top: 0;
    }

    .formformiksaveconwrp button {
        margin-left: 0;
    }

    .cartheadtextcon.cart h1 {
        padding: 6px 0;
        font-size: 28px;
    }

    .myreferralearnprofitcon {
        margin-bottom: 21px;
    }

    .cartquantitywrp {
        padding: 0;
    }

    .servLstHead img {
        margin-right: 7px;
    }

    .serviesListGroup {
        padding: 15px 8px;
        padding-bottom: 8px;
    }

    .servicecardtextcon>div {
        height: 58px;
    }

    .servLstHead h4 {
        font-size: 13px;
        padding: 11px 10px !important;
    }

    .formformiksavecon {
        margin-bottom: 20px;
        text-align: center;
    }

    .cartsummarypoojaservicecon p {
        font-size: 16px;
    }

    .homesearchcardtextcon.ganeshpooja a {
        width: 99%;
        margin-top: 7px;
        border-radius: 8px;
        font-size: 13px;
    }

    .ganeshpoojaradioPaycon.cart label input {
        margin-left: 2px;
    }

    .ganeshpoojaNotecon.cart p {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 18px;
    }

    .blogcardboxco.mediacoorner .card .card-body {
        padding-top: 0;
        padding-bottom: 6px;
    }

    .cartpoojaitemscon ul li {
        font-size: 16px;
    }

    .selectradiocon {
        margin-bottom: 16px;
    }

    .selectcountryheadtext h2 {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .selectcoutrycon {
        margin-bottom: 22px;
    }

    .modalCountrySelect .modal-body {
        padding: 30px 60px;
    }

    .poojaganeshloremocon p {
        font-size: 16px;
        padding: 8px 24px;
    }

    .poojaganeshflowertext {
        font-size: 17px;
    }

    .signinnumberbtn.create {
        margin-bottom: 36px;
    }

    .ganeshpoojatabswrp ul li {
        margin-left: 11px;
        border-radius: 8px;
    }

    .cartheadtextcon.checkout h1 {
        font-size: 26px;
    }

    .poojaganeshbreadcumbsparacon {
        margin-bottom: 22px;
    }

    .ganeshpoojaradioPaycon label {
        font-size: 16px;
    }

    .poojaganesgpayNowthousand {
        font-size: 16px;
    }

    .upcharfolklorparacon p {
        margin: 0;
        padding: 20px 40px 28px 20px;
    }

    .poojaganeshvenetdetailswrp {
        padding-bottom: 14px;
        padding-top: 47px;
    }

    .poojaganeshsimilartext h2 {
        margin: 45px 0 10px 0;
        font-size: 22px;
    }

    .ganeshpoojaselectdatetext {
        font-size: 16px;
    }

    .similrOfferWrp .homesearchcardbookcon a {
        margin-top: 0px;
    }

    .ganeshpoojaheadtextcon h2 {
        font-size: 32px;
    }

    .ganeshpoojaheadtextcon h1 {
        font-size: 32px;
    }

    .upcharfolklorimgcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .advantagestechucon {
        margin-bottom: 36px;
    }

    .poojaganesheventdetailscon {
        width: 160px;
        font-size: 16px;
    }

    .worksdownbackcon.active {
        padding: 12px 6px;
        font-size: 16px;
    }

    .raiseticketSubmit {
        padding: 1px 0;
    }

    .serviceHead h3 {
        font-size: 20px;
    }

    .srvLstBody {
        padding: 0;
    }

    .serviesList {
        padding-top: 5px;
    }

    .storyheadmaintextcon.faq h1 {
        margin-top: 0;
    }

    .storydatecon .nav::before {
        height: 651px;
    }

    .storyfaqWRPcon {
        padding-bottom: 18px;
    }

    .ganeshpoojaselectdatecon {
        width: 50%;
        padding: 0px 13px;
        justify-content: space-between;
    }

    .ganeshpoojaselectdatecon select {
        padding-right: 10px;
        font-size: 16px;
    }

    .homesearchcardbox.ganeshpooja .card-body {
        padding: 0 10px 10px 10px;
    }

    .ganeshpoojaAddCartcon {
        padding: 12px 0;
    }

    .raiseticketinclusiontext.ganesh {
        font-size: 16px;
    }

    .raiseticketinclusionconul.ganesh ul li {
        font-size: 16px;
    }

    .homesearchcardbox.ganeshpooja {
        padding: 0;
    }

    .homesearchcardbox.ganeshpooja .card {
        width: 100%;
    }

    .homesearchcardtextcon.ganeshpooja p {
        padding: 3px 0;
        margin-bottom: 3px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .accountasdedsharetext.myreferral.ref {
        min-width: 182px;
        padding: 13.2px 10px 10px 15px;
    }

    .homeupcomecon {
        padding: 33px 20px;
    }

    .homesearchcardstartingtext.ganeshpooja {
        max-width: 126px;
        padding: 6px 0;
        font-size: 12px;
        margin: 0 auto;
        line-height: 15px;
        border-radius: 8px;
        text-align: center;
        margin-bottom: 0px;
    }

    .homesearchcardstartingtext.ganeshpooja a {
        padding: 8px 0;
    }

    .poojaservepoojatextcon h3 {
        font-size: 30px;
    }

    .poojaservepoojatextcon h1 {
        font-size: 30px;
    }

    .poojaserveinputcon.pujamarrage img {
        top: 20px;
    }

    .pujmarriagemenutextwrp h3 {
        font-size: 20px;
    }

    .pujamarriageaccordianbuttoncon button {
        font-size: 16px;
        padding: 10px 6px;
    }

    .homerowWRPmain {
        padding: 18px 0;
    }

    .pujamarraigeimgcon img {
        height: 49px;
    }

    .pujamarrageaccordianitemscon a {
        font-size: 16px;
    }

    .ganeshpoojaAddCartwrp.cart {
        margin-bottom: 30px;
    }

    .ganeshpoojafruittextpara p {
        margin-bottom: 0;
    }

    .homesearchcardbox.pujamarrage .card-body {
        padding: 0 10px;
        padding-bottom: 13px;
    }

    .homesearchcardtextcon p {
        padding: 5px 0;
        margin-bottom: 4px;
        font-size: 16px;
    }

    .blogcardbodycon h5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .worksmenuimgcon img {
        width: 38px;
        height: 32px;
    }

    .homesearchcardbookcon {
        display: grid !important;
        justify-content: center;
        padding-top: 8px;
        height: 70px;
    }

    .homesearchcardstartingtext {
        /* margin-bottom: 10px; */
        margin-right: 0;
        width: 100%;
        padding: 7px 18px;
    }

    .homesearchcardbookcon a {
        margin: 0 auto;
        padding: 8px 0;
        font-size: 13px;
        width: 100%;
        margin-top: 3px;
    }

    .homesearchcardtextcon h5 {
        font-size: 22px;
        margin: 0;
    }

    .accountheadtextcon h1 {
        padding: 25px 0;
        font-size: 32px;
    }

    .accounymyprofiletext h2 {
        font-size: 30px;
    }

    .cartItemPrcie {
        width: 24%;
    }

    .advantagepremiumcon a {
        padding: 35px 0;
        min-height: 206px;
    }

    .accounymyprofilecon {
        padding: 0 15px 12px 15px;
    }

    .storymantracon {
        margin-top: 18px;
    }

    .poojaganeshbreadcumbsparacon.ganesh {
        margin-top: 16px;
    }

    .accountprofileWRP {
        padding: 16px 18px;
    }

    .poojaganesgpayNowwrp {
        padding: 3px 14px;
    }

    .accountopentext {
        font-size: 16px;
        padding: 7px;
    }

    .accountclosetext {
        font-size: 16px;
        padding: 7px;
    }

    .accountOpentickettext h5 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .accountshareimgcon {
        padding: 10px 12px;
    }

    .accountinpcon .signinnumbercodetext {
        padding: 0px 15px 0px 15px;
    }

    .advantagelorempara p {
        font-size: 18px;
    }

    .accountALLtickettext a {
        font-size: 16px;
        margin-bottom: 0;
    }

    .accountnumtext h2 {
        font-size: 50px;
        margin-bottom: 9px;
    }

    .accountopenticketcon {
        padding: 15px 0;
    }

    .accountALLtickettext {
        margin-bottom: 26px;
    }

    .homeupcometext p {
        font-size: 24px;
        line-height: 30px;
    }

    .advantagestechuconpara p {
        font-size: 18px;
    }

    .advantagestechuimgcon img {
        height: 140px;
    }

    .advantagelorempara {
        margin-bottom: 38px;
    }

    .workpujaheadtext.upchar h2 {
        font-size: 18px;
        padding: 8px 18px;
    }

    .workpujaheadtext h2 {
        font-size: 18px;
        padding: 8px 18px;
    }

    .worksmenuimgcon {
        margin-right: 11px;
        padding: 6px 10px;
    }

    .worksserviceslinkcon.upchar ul {
        padding: 23px 0;
    }

    .wroksparaimgcon.upchar {
        width: 65px;
        height: 65px;
    }

    .wroksparaimgcon img {
        height: 30px;
    }

    .wroksparaimgcon {
        margin-right: 22px;
        width: 90px;
        height: 90px;
    }

    .storysummarylinktxetcon h2 {
        font-size: 32px;
    }

    .storyjournytext h3 {
        font-size: 32px;
    }

    .recentblogh1textcon h1 {
        padding: 25px;
    }

    .recentblogcalendardowncon h2 {
        font-size: 32px;
    }

    .recentblogcalendardowncon h1 {
        font-size: 32px;
    }

    .blogcardbodycon h5 {
        font-size: 22px;
    }

    .blogcardbodycon.blog h5 {
        margin-bottom: 14px;
    }

    .blogtext h2 {
        font-size: 32px;
        padding: 20px 0;
    }

    .blogtext h1 {
        font-size: 32px;
        padding: 20px 0;
    }

    .blogresultcon h2 {
        font-size: 40px;
    }

    .poojaserveinputcon.blog {
        margin-bottom: 15px;
    }

    .poojaserveinputcon.blog img {
        top: 19px;
    }

    .accounthomebox.helpdesk {
        padding: 12px 25px;
    }

    .mybookingganeshpoojaWRP.raiseticket {
        align-items: center;
    }

    .helpdeskmainheadcon h1 {
        padding: 30px 0;
        font-size: 32px;
    }

    .helpdeskHelpwrp {
        padding: 25px 30px 25px 40px;
    }

    .helpdeskHelptext h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .helpdeskopenticketwrp .nav-link {
        font-size: 30px;
    }

    /* Home search card  */
    /* Home search card  */
    .raiseticketbookingrightcon::before {
        width: 87%;
    }

    .poojaganesgpayNowwrp {
        padding: 8px 20px;
    }

    .cartgrandtotalthosandtext p {
        font-size: 16px;
    }

    .ganeshpoojaNotecon p {
        font-size: 16px;
    }

    .condtionWRP {
        padding: 25px;
        padding-bottom: 5px;
    }

    .conditionunderstandingtextpara.conditionotherheadpara p {
        padding: 10px 0;
    }

    .conditionunderstandingtextpara.conditionparacon {
        padding: 0;
    }

    .conditionunderstcount {
        margin-bottom: 16px;
    }

    .conditionunderstandingtext h2 {
        margin-bottom: 14px;
    }

    .conditionunderstandingwrp {
        padding: 25px 0;
        padding-bottom: 0px;
    }

    .storyjourneymaincon {
        padding: 10px 40px;
    }

    .navpraywrp ul li {
        padding: 0 5px;
    }

    .storyheadmaintextcon h1 {
        font-size: 32px;
    }

    .navdisplay {
        display: none;
    }

    .nav .container {
        display: none;
    }

    .accounthomedefaultcon {
        margin-bottom: 13px;
    }

    .worksserviceslinkcon ul li a {
        padding: 0;
        font-size: 16px;
    }

    .signinnumbermantratext h3 {
        font-size: 20px;
    }

    .signinnumbersigntext h3 {
        font-size: 30px;
        line-height: 25px;
    }

    .signinnumbersigntext h1 {
        font-size: 30px;
        line-height: 25px;
    }

    .signinnumbersigntextpara p {
        line-height: 19px;
        font-size: 14px;
    }

    .wroksparaimgcon::after {
        top: 90px;
        height: 94px;
    }

    .wroksparaimgcon.upchar::after {
        height: 94px;
        top: 66px;
    }

    .signinnumbersigntextpara.signinnum {
        margin-bottom: 25px;
    }

    .storyaccordianwrp .accordion-item button {
        font-size: 20px;
    }

    .homerowWRP {
        padding: 12px 0;
    }

    .homepoojacardwrp {
        padding: 30px 0;
    }

    .footerinnerinpwrp {
        padding: 0px;
    }

    .homepanditconimgwrp {
        margin-top: 52px;
    }

    .homepanditconimgRightwrp {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .homebrowsecon {
        font-size: 22px;
    }

    /* .notification start  */
    .homeserchcon1 {
        top: 35%;
        right: 0;
    }

    .homeserchcon2 {
        top: 48%;
        right: 0;
    }

    .homeserchcon3 {
        top: 61%;
        right: 0;
    }

    .homeserchcon4 {
        top: 74%;
        right: 0;
    }

    /* .notification end  */
    /* .notification end  */
    .homeservicetextParacon p {
        margin-bottom: 20px;
        width: 360px;
    }

    .homeselenaparatext p {
        width: 100%;
        margin: 0;
    }

    .homeservicetextcon h2 {
        margin-bottom: 15px;
    }

    .homeservicetextcon h1 {
        margin-bottom: 15px;
    }

    .homeselenatext p {
        margin: 10px 0;
    }

    .homeTestimonialscon {
        padding: 20px;
        width: 95% !important;
        margin-bottom: 8px;
    }

    .homepoojacardselenawrp {
        padding-bottom: 38px;
    }

    .homeholicon {
        margin: 5px 10px;
        justify-content: center;
    }

    /* Footer  */
    .homeyogiImgcon {
        margin: 4px;
    }

    .homefooterwrpcon {
        width: 85%;
    }

    .homefooterwrp {
        padding: 15px 20px;
    }

    .homefooterbox ul li {
        margin-bottom: 8px;
    }

    .homefooterbox ul li a {
        line-height: 26px;
        font-size: 16px;
    }

    .raiseticketmainheadtextcon h1 {
        font-size: 32px;
        padding: 28px;
        margin: 0;
    }

    .mybookingganeshtextprice h4 {
        font-size: 28px;
    }

    .mybookingganeshtext h4 {
        font-size: 22px;
    }

    .mybookingganeshtextcon {
        margin-bottom: 0;
    }

    .nybookingbookedtext {
        font-size: 15px;
    }

    .mybookingganeshIDcon {
        padding: 0 5px;
    }

    /* track Progress  */
    .mybookingganeshpoojaWRP.raiseticket {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .raiseticketbookgeneratertext a {
        bottom: 10px;
    }

    .accountrefertextcon h2 {
        font-size: 32px;
    }

    .accountreferearnwrp.myrefferal {
        padding: 26px 25px;
        margin-bottom: 34px;
    }

    .myrefferaltablewrp .table> :not(caption)>*>* {
        padding: 12px 0;
    }

    .accountasdedsharetext {
        font-size: 22px;
    }

    .accountreferpara p {
        line-height: 139%;
    }

    .myrefferalstatuscon h2 {
        font-size: 30px;
        padding-bottom: 12px;
    }

    .accountshareimgcon.myreferral {
        padding: 10px 17px;
    }

    .accountreferearnwrp {
        padding: 26px 30px;
    }

    .accountprofileminiImg {
        right: 6px;
    }

    .nameMenu {
        font-size: 14px;
    }

    .menusWrapr .skiptranslate.goog-te-gadget>div select {
        font-size: 14px;
    }

    .homeupcomecon {
        background: #1e2f59;
        box-shadow: 30px 20px 0px 0px rgb(204 6 6);
        width: 98%;
        display: flex;
        padding: 45px 20px;
        align-items: center;
        justify-content: center;
    }

    .homeupcometext {
        width: 130px;
    }

    .homeholiconwrp {
        width: calc(100% - 130px);
        justify-content: flex-start;
    }

    .menusWrapr ul li {
        padding: 0px 8px;
    }

    /* .homeselenaimgcon .slick_img {
      margin-left: 60px;
   } */
    .slick_img2 {
        width: 95%;
    }

    .delete-custom-card {
        width: 35px !important;
        height: 35px !important;
    }

    .poojaserveinputcon img {
        left: 15px !important;
    }

    .homepoojacardwrp:before {
        width: 6vw;
    }

    .promotionalWrpp:before {
        height: 240px;
    }

    .testibodywrp:before {
        bottom: -39px;
        height: 80px;
    }
}

@media screen and (max-width: 991.99px) {
    .testimContent {
        padding: 10px;
    }

    .testimContent h3 {
        font-size: 15px;
    }

    /* .testMobImage img{height: 145px;} */
    .testimContent p {
        font-size: 14px;
        line-height: 16px;
    }

    .poojaserveinputcon.blog input {
        padding: 10px 30px;
        top: 15px;
        max-width: 655px;
        margin: 0px auto;
    }

    .quikLinkWrp ul li a {
        font-size: 14px;
    }

    .poojaserveinputcon img {
        left: 15px !important;
    }

    .worksparatextcon img {
        display: block;
        width: 100%;
        height: 100px;
        object-fit: cover !important;
    }

    .customcreatenow {
        margin-top: 20px !important;
        width: 250px !important;
    }

    .ganeshpoojaradioPaycon label .form-check-input:checked::before {
        width: 8px !important;
        height: 8px !important;
    }

    .helpdeskHelpbothimgcon {
        margin-right: 10px;
    }

    .servicecardtextcon>div {
        height: 70px;
    }

    .servdeatils {
        margin-bottom: 25px;
    }

    .servPackWRp {
        margin-top: 0;
    }

    .ganeshpoojaradioPaycon {
        padding-right: 0px;
    }

    .ganeshpoojatabswrp .nav.nav-tabs {
        position: static;
        top: 0;
        border: 0;
        margin-top: -15px;
    }

    .ganeshpoojatabswrp ul li {
        margin-left: 0;
        border: 0;
        margin-right: 5px;
    }

    #google_translate_element {
        right: calc(((100% - 960px) / 2) + 184px);
        top: 25px;
    }

    .homedisplaysigntext {
        display: none;
    }

    .myrefferaltablewrp .table tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        display: block;
    }

    .myrefferaltablewrp .table> :not(caption)>*>* {
        font-size: 16px;
        text-align: right;
        padding-right: 10px;
    }

    .myrefferaltablewrpcon table thead {
        display: none;
    }

    .myrefferaltablewrpcon table tbody td::before {
        content: attr(data-th);
        float: left;
        padding: 0px 10px;
        font-size: 16px;
        width: 50%;
        text-align: left;
        font-weight: 700;
    }

    .myrefferaltablewrpcon table tbody td {
        width: 100%;
        text-align: right;
        padding-right: 10px;
    }

    .myrefferalstatuscon {
        border-bottom: 0;
    }

    .storydatecon .nav::before {
        height: 651px;
    }

    .homeganeshheadwrp {
        height: 455px;
    }

    .homesearchtextcon.searchcard.search h2 {
        margin-bottom: 0;
    }

    .cartheadtextcon h1 {
        font-size: 30px;
    }

    .cartheadtextwrp .fa {
        font-size: 25px;
    }

    .cartheadtextwrp.cart {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .cartganeshpoojaWRP {
        padding: 27px 0;
    }

    .homesearchcardbox.searchcard.search {
        margin-top: 0;
    }

    .ganeshpoojaradioPaycon.cart label input {
        margin-left: 2px;
    }

    .ganeshpoojaNotecon p {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .ganeshpoojadisplaywrp .row {
        display: flex;
        justify-content: center;
    }

    .ganeshpoojaimgcon {
        display: flex;
        justify-content: center;
    }

    .ganeshpoojaselectdatetext {
        font-size: 16px;
    }

    .poojaganeshflowertext {
        font-size: 17px;
    }

    .raiseticketinclusiontext.ganesh {
        font-size: 17px;
    }

    .raiseticketinclusioncon.ganesh {
        border-bottom: 1px solid;
        padding: 1px 15px;
    }

    .poojaganeshbreadcumbsparacon {
        margin-top: 0px;
        margin-bottom: 22px;
    }

    .poojaganeshvenetdetailswrp {
        padding: 25px 0;
    }

    .poojaganeshsimilartext {
        padding: 0 10px;
        margin-bottom: 22px;
    }

    .homesearchcardtextcon h5 {
        font-size: 22px;
    }

    .homesearchcardstartingtext.ganeshpooja {
        max-width: 155px;
        font-size: 13px;
        line-height: 17px;
        margin-right: 0;
        padding: 3px 20px;
        margin-bottom: 0;
    }

    .homesearchcardtextcon.ganeshpooja a {
        font-size: 13px;
        padding: 9px 16px;
        width: 150px;
    }

    .homesearchcardtextcon.ganeshpooja p {
        padding: 14px 0;
        padding-top: 8px;
        margin-bottom: 8px;
    }

    .poojaganeshsimilarwrp {
        padding-top: 0px;
        padding-bottom: 8px;
    }

    .homesearchcardbox.ganeshpooja {
        margin-top: -3px;
    }

    .ganeshpoojaheadtextcon h2 {
        font-size: 28px;
        margin: 0;
    }

    .ganeshpoojaheadtextcon h1 {
        font-size: 28px;
        margin: 0;
    }

    .raiseticketinclusionconul.ganesh ul li {
        font-size: 16px;
    }

    .poojaganeshloremocon p {
        font-size: 16px;
        /* padding: 4px 20px; */
    }

    .ganeshpoojaimgcon img {
        height: 345px;
    }

    .ganeshpoojatabswrp ul li {
        margin-left: 20px;
    }

    .pujamarrageheaderwrp {
        padding: 28px 0;
    }

    .poojaservepoojatextcon h3 {
        font-size: 25px;
    }

    .poojaservepoojatextcon h1 {
        font-size: 25px;
    }

    .poojaserveinputcon.pujamarrage img {
        top: 20px;
        margin-left: 0px !important;
    }

    .homesearchcardbox.pujamarrage {
        margin-top: -0px;
    }

    .pujmarriagemenutextwrp h3 {
        font-size: 20px;
    }

    .pujamarriageaccordianbuttoncon button {
        font-size: 16px;
        padding: 11px 48px;
    }

    .pujamarraigeimgcon img {
        height: 49px;
    }

    .homesearchcardbox.pujamarrage .card {
        margin-bottom: 1px;
    }

    .pujamarrageaccordianitemscon a {
        font-size: 16px;
    }

    .homesearchcardbox.pujamarrage .card-body {
        padding: 0 10px;
        padding-bottom: 13px;
    }

    .homesearchcardtextcon p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 65px;
        padding: 5px 0;
        margin-bottom: 4px;
        line-height: 19px;
        font-size: 16px;
    }

    .homesearchcardbookcon {
        display: block !important;
        justify-content: center;
        padding-top: 8px;
    }

    .servicecardtextcon>div {
        height: 72px;
    }

    .homesearchcardstartingtext {
        margin-bottom: 4px;
        margin-right: 0;
        padding: 7px 18px;
        width: 100%;
        border-radius: 13px;
    }

    .homesearchcardbookcon a {
        margin: 0 auto;
        font-size: 13px;
        padding: 8px 0;
        width: 100%;
    }

    .homesearchcardtextcon h5 {
        font-size: 20px;
        margin: 0;
    }

    .accounymyprofiletext.save img {
        height: 14px;
    }

    .accountheadtextcon h1 {
        font-size: 30px;
        padding: 22px 0;
    }

    .accounymyprofiletext h2 {
        font-size: 24px;
    }

    .accounymyprofilecon {
        padding: 0 0px 4px 0px;
    }

    .accountprofileWRP {
        padding: 14px 18px;
    }

    .accounthomelocationimgcon span {
        line-height: 26px;
    }

    .accountprofileminiImg {
        top: 73px;
        right: 5px;
    }

    .accountinpcon .signinnumbercodetext {
        padding: 0;
    }

    .accountnumtext h2 {
        font-size: 50px;
        margin-bottom: 12px;
    }

    .accountOpentickettext h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .accountopenticketcon {
        padding: 34px 0;
        padding-top: 18px;
    }

    .raiseticketSubmit {
        padding: 1px 0;
    }

    .accountALLtickettext {
        margin-bottom: 8px;
    }

    .selectradiocon {
        margin-bottom: 16px;
    }

    .selectcountryheadtext h2 {
        margin-bottom: 16px;
        font-size: 28px;
    }

    .selectcoutrycon {
        margin-bottom: 13px;
    }

    .modalCountrySelect .modal-body {
        padding: 26px 60px;
    }

    .accountopentext {
        font-size: 18px;
        padding: 8px;
    }

    .accountclosetext {
        font-size: 18px;
        padding: 8px;
    }

    .accountopenticketconbox {
        margin-bottom: 15px;
    }

    .accounthomedefaultcon {
        margin-bottom: 10px;
    }

    .accountrefersharewrp {
        display: grid;
    }

    .raiseticketmainheadtextcon-notification h1 {
        font-size: 30px;
        padding: 23px 0;
    }

    .accountrefersharewrpcon {
        margin: 10px 0;
    }

    .accountreferearnwrp {
        padding: 20px 18px;
    }

    .accountshareimgcon.account {
        padding: 2.8px 9px;
    }

    .storyheadmaintextcon.advanatge h1 {
        padding: 22px 0px;
    }

    .advantagepremiumcon a {
        padding: 22px 0;
        min-height: 143px;
        width: 100%;
        margin-bottom: 24px;
    }

    .advantagestechuimgcon img {
        height: 142px;
    }

    .advantagestechuimgcontext {
        font-size: 18px;
    }

    .advantagelorempara {
        margin-bottom: 24px;
        padding: 18px 24px;
    }

    .advantagestechuconpara p {
        font-size: 16px;
    }

    .advantagestechucon {
        padding: 16px 12px;
        margin-bottom: 24px;
    }

    .advantagelorempara p {
        font-size: 16px;
    }

    .advantagepremiumcon img {
        margin-bottom: 16px;
        height: 51px;
    }

    .advantagepriemuimtext {
        font-size: 19px;
    }

    .worksserviceslinkcon.upchar ul {
        padding: 20px 0px;
    }

    .workpujaheadtext h2 {
        text-align: center;
        font-size: 16px;
        padding: 6px 11px;
    }

    .worksmenuimgcon img {
        width: 38px;
        height: 32px;
    }

    .worksserviceslinkcon ul li span {
        font-size: 16px;
    }

    .worksserviceslinkcon ul li a {
        margin-bottom: 4px;
    }

    .worksdownloadcon h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .signinnumbercodetext {
        text-align: left;
    }

    .worksparatextcon {
        padding: 10px;
        height: 122px;
    }

    .worksparatextcon p {
        padding: 16px;
        line-height: 22px;
        font-size: 18px;
    }

    .worksmenuimgcon {
        margin-right: 12px;
        padding: 6px 10px;
    }

    .upcharfolklorimgcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ganeshpoojabookingwrp.cart {
        padding-top: 0px;
    }

    .worksdownbackcon.active {
        padding: 14px 10px;
        font-size: 15px;
    }

    .worksserviceslinkcon ul {
        padding: 26px 0;
    }

    .wroksparaimgcon {
        margin-right: 15px;
    }

    .wroksparaimgcon img {
        height: 25px;
    }

    .worksserviceslinkcon ul li a {
        font-size: 14px;
        line-height: 17px;
    }

    .upcharfolklorparacon.upchar p {
        /* min-height: 143px; */
    }

    .upcharetrivatextparacon p {
        font-size: 14px;
        padding: 14px;
    }

    .upcharfolklorparacon p {
        font-size: 16px;
        padding: 10px 1px 0px 19px;
    }

    .storyheadmaintextcon h1 {
        font-size: 28px;
        padding: 20px 5px;
    }

    .custompoojaservepoojatextcon h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .custompoojaservepoojatextcon h1 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .wroksparaimgcon.upchar {
        width: 50px;
        height: 50px;
    }

    .blogcardbodycon.blog h5 {
        margin-bottom: 2px;
        padding-top: 7px;
        font-size: 18px;
    }

    .servLstHead h4 {
        padding: 11px 10px !important;
    }

    .blogcardboxcon a .card img {
        margin-top: 11px;
    }

    .storysummarylinktxetcon h2 {
        font-size: 25px;
    }

    .storyjournytext h3 {
        font-size: 25px;
        padding-bottom: 17px;
    }

    .homeganeshtextconbox1 {
        padding-top: 20px;
    }

    .storydatecon button {
        font-size: 17px;
        line-height: 22px;
        padding: 15px 0px 12px 21px;
    }

    .storydatecon button.active::after {
        top: 18px;
        right: -7px;
        height: 13px;
        width: 13px;
    }

    .recentblogWRP .container {
        max-width: 812px;
    }

    .accountaddressWRP {
        padding: 14px 0px 6px 20px;
    }

    .recentblogh1textcon {
        margin-bottom: 20px;
    }

    .recentblogcalendardowncon h2 {
        font-size: 28px;
        padding: 12px 0;
    }

    .recentblogcalendardowncon h1 {
        font-size: 28px;
        padding: 12px 0;
    }

    .accounthomebox.helpdeskform.pad {
        padding: 20px 20px;
    }

    .recentblogbackgroundcon {
        padding: 21px 26px;
    }

    .blogcardbodycon.recent h5 {
        font-size: 20px;
        line-height: 23px;
        padding: 0 10px;
    }

    .footerinnerinp.setpath {
        margin-right: 4px;
    }

    .upchardisclaimertextcon p {
        padding: 10px 6px;
    }

    .recentblogh1textcon h1 {
        padding: 18px;
        font-size: 25px;
    }

    .blogtext h2 {
        font-size: 28px;
        padding: 15px 0;
    }

    .blogtext h1 {
        font-size: 28px;
        padding: 15px 0;
    }

    .blogresultcon h2 {
        font-size: 35px;
    }

    .cartganeshpoojaDetailswrp {
        padding-bottom: 0px;
    }

    .poojaserveinputcon.blog {
        margin-bottom: 15px;
    }

    .poojaserveinputcon.blog img {
        top: 20px;
    }

    .condtionWRP {
        padding: 25px;
        padding-bottom: 5px;
    }

    .conditionunderstandingtextpara.conditionotherheadpara p {
        padding: 10px 0;
    }

    .accountasdedsharetext.myreferral {
        align-items: center;
    }

    .conditionunderstandingtextpara.conditionparacon {
        padding: 0;
    }

    .conditionunderstcount {
        margin-bottom: 16px;
    }

    .conditionunderstandingtext h2 {
        margin-bottom: 14px;
    }

    .conditionunderstandingwrp {
        padding: 25px 0;
        padding-bottom: 0px;
    }

    .ganeshpoojaAddCartwrp.cart {
        margin-bottom: 25px;
    }

    .smallTicket-buttons {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .accountshareimgcon.myreferral {
        padding: 9px 17px;
    }

    .accountreferpara p {
        margin-bottom: 5px;
    }

    .accountrefertextcon h2 {
        font-size: 30px;
    }

    .myreferralearnprofitcon {
        margin-bottom: 15px;
    }

    .myrefferalstatuscon h2 {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .accountasdedsharetext {
        font-size: 22px;
    }

    .accountasdedsharetext {
        font-size: 20px;
    }

    .accountreferearnwrp.myrefferal {
        padding: 26px 25px;
        margin-bottom: 34px;
    }

    .accountshareimgcon {
        padding: 9px 12px;
    }

    .accounthomebox.helpdesk {
        padding: 12px 25px;
    }

    .signinnumberbtn.create {
        margin-bottom: 20px;
    }

    .ganeshpoojafruittextpara p {
        margin-bottom: 0;
        padding-right: 120px;
    }

    .trackProgressPanditDetailsinviocecon {
        width: 82%;
        justify-content: space-evenly;
    }

    .ganeshpoojaimgcon.serManiAMWR {
        height: 440px;
    }

    .raiseticketinviocecon.trackProgressPanditDetails a {
        margin-left: 0;
        font-size: 14px;
    }

    .raiseticketeventwrpcon {
        padding-bottom: 20px;
    }

    .helpdeskmainheadcon h1 {
        padding: 20px 0;
        font-size: 28px;
    }

    .advantagestechucon {
        display: grid;
    }

    .advantagestechuimgcon {
        display: grid;
        margin-bottom: 5px;
        justify-content: center;
    }

    .helpdesktabconWRP {
        padding: 0px 25px 15px 25px;
    }

    .helpdeskHelpwrp {
        padding: 22px 30px 22px 40px;
    }

    .helpdeskHelptext h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .storydatecon::before {
        right: -22px;
        top: 38px;
    }

    .storydatecon button:before,
    .storydatecon .tablLink:before {
        right: -30px;
    }

    .storydatecon button.active::after,
    .storydatecon .tablLink.active:after {
        right: -25.2px;
        top: 26px;
    }

    .storydatecon button,
    .storydatecon .tablLink {
        padding: 21px 0px 40px 15px;
    }

    .helpdeskopenticketwrp .nav-link {
        font-size: 28px;
    }

    .accounthomebox {
        margin-bottom: 11px;
    }

    .raiseticketbookingrightcon::before {
        width: 80%;
    }

    .eventbtnst {
        margin: 20px 0;
    }

    .blogcardbodycon h5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .mybookingganeshpoojaWRP.raiseticket {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .raiseticketinviocecon a {
        padding: 10px 27px;
        font-size: 16px;
    }

    .raiseticketeventwrpcon.tragprogress {
        padding-bottom: 0;
    }

    .raiseticketheadwrptext h2 {
        font-size: 22px;
        margin: 0;
    }

    .accountasdedsharetext.myreferral.ref {
        min-width: 182px;
        padding: 13.2px 10px 10px 15px;
    }

    .mybookingganeshtextcon {
        margin-bottom: 0;
    }

    .mybookingganeshtextprice h4 {
        font-size: 28px;
    }

    .mybookingganeshtext h4 {
        font-size: 22px;
    }

    .serviceHead h3 {
        font-size: 20px;
    }

    .nybookingbookedtext {
        font-size: 13px;
    }

    .mybookingganeshIDcon {
        padding: 0 4px;
    }

    .mybookingganeshimgcon {
        margin-right: 24px;
    }

    .mybookinggethelptext {
        font-size: 16px;
    }

    .mybookingWRP .container {
        max-width: 865px;
    }

    .accountALLtickettext a {
        margin-bottom: 0;
    }

    .signinnumberWRP .container {
        max-width: 835px;
    }

    .raiseticketmainheadtextcon h1 {
        font-size: 28px;
        padding: 20px 0;
    }

    .signinnumbersigntext h3 {
        font-size: 28px;
    }

    .signinnumbersigntext h1 {
        font-size: 28px;
    }

    .ganeshpoojaselectdatetext.setcal button {
        position: absolute;
        right: 0;
    }

    .signinnumberbtn {
        padding: 17px 0;
    }

    .notificationparacon p {
        line-height: 148%;
    }

    /* Home search card  */
    .nav .container {
        display: none;
    }

    .signinnumbermantratext h3 {
        font-size: 20px;
    }

    .blogcardboxcon.recentblog.card {
        width: 100%;
    }

    .serviesList {
        padding-top: 6px;
    }

    .signinnumbersigntextpara.signinnum {
        margin-bottom: 15px;
    }

    .signinnumbersigntext.signinnum {
        margin-bottom: 8px;
    }

    .notificationcon::before {
        top: 9px;
    }

    .blogtext h2 {
        font-size: 30px;
    }

    .blogtext h1 {
        font-size: 30px;
    }

    .poojaserveinputcon.blog img {
        top: 19px;
    }

    .blogcategorytextcon h3 {
        padding-top: 10px;
        padding-bottom: 14px;
        margin: 0;
        font-size: 22px;
    }

    .envtSelect.pojdate .css-1u3bzj6-MuiFormControl-root-MuiTextField-root input {
        margin-top: 0 !important;
    }

    .poojaserveinputcon input {
        /* margin-bottom: 0px !important;
      margin-left: 0px !important; */
    }

    .blogcardboxcon {
        margin-bottom: 12px;
    }

    .blogcardboxcon .card-body {
        padding: 0 10px 3px 10px;
    }

    .blogcardboxcon .card img {
        padding: 4px;
        margin-bottom: 5px;
        width: 100%;
        height: 130px;
        object-fit: cover;
    }

    .navdisplay {
        display: block;
    }

    .homesearchcardbox {
        margin-bottom: 20px;
    }

    .similrOfferWrp .homesearchcardbookcon a {
        margin-top: 0px;
    }

    .homesearchcardbox.btcard {
        margin-bottom: 18px;
    }

    .homesearchcardbox {
        margin-top: -16px;
    }

    .homesearchcardbox.searchcard {
        margin-top: 16px;
    }

    .footernewspapertext h3 {
        margin-bottom: 12px;
    }

    /* Home search card  */
    /* .HomeSearch Page  */
    .homesearchtextcon h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .homesearchNoResulttextcon h2 {
        font-size: 40px;
        line-height: 40px;
    }

    /* .HomeSearch Page  */
    .homeserchcon1 {
        top: 35%;
        right: 0;
    }

    .homeserchcon2 {
        top: 48%;
        right: 0;
    }

    .accountprofilemainimg {
        width: 100%;
    }

    .formformiksaveconwrp button {
        margin-left: 0;
    }

    .homeserchcon3 {
        top: 61%;
        right: 0;
    }

    .homeserchcon4 {
        top: 74%;
        right: 0;
    }

    .homerowWRP {
        padding: 5px 0;
        padding-top: 18px;
        margin-bottom: 10px;
    }

    /* homeShiiv start  */
    .homepojatext h2 {
        font-size: 40px;
        line-height: 24px;
    }

    .homeupcometext {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .homepojatextpara p {
        font-size: 30px;
        line-height: 24px;
    }

    .homepojatextceleb p {
        font-size: 30px;
        line-height: 24px;
    }

    .homepojatexttradition h2 {
        font-size: 40px;
        line-height: 24px;
    }

    /* homeShiiv end  */
    /* Pooja Service start  */
    .homepoojaleftcon1 {
        bottom: -9%;
        left: 1px;
    }

    .homerowWRP:nth-child(even)>.row {
        flex-direction: column-reverse;
    }

    .homepanditconimgwrp.home {
        margin-bottom: 0px;
    }

    /* .homepanditconimgwrp {
      margin-top: 0px;
      margin-left: 0;
      margin-bottom: 10px;
   } */
    .homepanditconimgRightwrp {
        margin: 0;
    }

    .homeservicetextcon h2 {
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .homeservicetextcon h1 {
        font-size: 30px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .homeoffertextcon h4 {
        margin-bottom: 26px;
    }

    .homeservicetextParacon p {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        width: 460px;
        margin: 0 auto;
        margin-bottom: 28px;
    }

    .homebrowsecon {
        width: 180px;
        padding: 10px;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .homepanditconimg.video {
        margin-top: 12px;
    }

    /* Pooja Service end  */
    /* Upcoming Festiwal start  */
    .homeholicon {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        border-radius: 50%;
        padding: 10px;
        height: 140px;
        margin-right: 9px;
    }

    .homerowWRPmain {
        padding: 16px 0;
    }

    .homeupcomecon {
        box-shadow: 15px 15px 0px 0px rgb(204 6 6);
        justify-content: center;
        width: 99%;
        padding: 24px 0;
        margin-top: 4px;
    }

    .homeupholitext h5 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 14px;
    }

    .homeupholitextmarch p {
        font-size: 14px;
        line-height: 14px;
    }

    .homeupcometext p {
        font-size: 22px;
        line-height: 30px;
    }

    /* Upcoming Festiwal end  */
    /* Selena Start  */
    .homeTestimonialscon {
        /* max-width: 484px; */
        margin: 0 auto;
        margin-bottom: 15px;
        /* padding: 30px 0; */
        padding: 15px 10px 15px 10px;
        width: 95% !important;
    }

    .homeoffertextparacon p {
        margin-bottom: 22px;
    }

    .homepoojacardselenawrp {
        padding-bottom: 79px;
        padding-top: 28px;
    }

    .homeselenaparatext p {
        width: auto;
        padding: 10px;
    }

    /* Selena end  */
    .homeheadimgcon img {
        height: 38px;
    }

    .homehappytext {
        font-size: 17px;
    }

    /* home number start  */
    .homehappynum {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    /* home number end  */
    /* home NewPaper start  */
    /* home NewPaper end  */
    /* Media start  */
    /* Footer  */
    .homeyogiImgcon {
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .container-fluid .row>* {
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0);
    }

    .homefooterbox {
        padding: 0 10px;
    }

    .homefooterbox ul li a {
        font-size: 15px;
    }

    .homefooterbox ul li {
        margin-bottom: 10px !important;
    }

    .homefooterwrpcon {
        padding: 0 20px;
        width: 100%;
        max-width: auto;
    }

    .homefooterwrp {
        display: grid;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .homefooterbox2 {
        margin-bottom: 28px;
        padding-top: 20px;
    }

    .homefooterbox2 {
        display: grid;
        justify-content: center;
        padding: 10px 0px;
        margin-bottom: 20px;
    }

    .homefooterfollowcon {
        text-align: center;
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 16px;
    }

    .homefooterfollowcon {
        padding-left: 0;
    }

    .homepoojarightcon4 {
        right: -31px;
    }

    .homepoojaleftcon2 {
        left: -5%;
        bottom: -2px;
        right: 4px;
    }

    .homepoojarightcon3 {
        top: -8%;
        bottom: 12%;
    }

    .homepoojarightcon1 {
        bottom: -6px;
    }

    .homeTestimonialswrp {
        margin-bottom: 10px;
    }

    /* Footer  */
    /* promotion Offer  */
    .homepoojacardwrp {
        padding: 20px 5px;
        padding-bottom: 30px;
    }

    /* Testimonial start  */
    .homepoojaleftcon4 {
        left: 3px;
    }

    .homepoojaleftcon3 {
        right: -2px;
    }

    .homehappycon {
        margin: 20px 0;
    }

    /* Home Play Page Start  */
    .formformikinpcon.address {
        margin-top: 17px;
    }

    .formformikinpbox1con .css-1hwfws3 {
        height: 40px;
    }

    .formformiktextareacon input {
        height: 40px;
    }

    .formformikinpcon input {
        height: 40px;
    }

    .formformikinpcon .form-select {
        height: 40px;
        padding: 0;
        padding-left: 19px;
    }

    .formformikinpbox1con img {
        top: 10px;
    }

    .homeshivwrp.play {
        padding: 90px 8px 30px 8px;
    }

    .homepojatext.play h2 {
        font-size: 30px;
    }

    .homepojatextpara.play p {
        width: 340px;
        margin: 0 auto;
        padding-bottom: 24px;
        font-size: 28px;
    }

    .homeshivwrp.play {
        margin-bottom: 15px;
    }

    .homepoojacardwrp.play {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .homeupcomewrp.play {
        margin-top: 0;
    }

    .footerinnerinp {
        margin-bottom: 4px;
    }

    /* .worksWRP .container-md,
   .container-sm,
   .container {
      max-width: 756px;
   } */
    .wroksparaimgcon {
        width: 80px;
        height: 80px;
    }

    .wroksparaimgcon::after {
        top: 80px;
        height: 100px;
    }

    .wroksparaimgcon.upchar::after {
        height: 83px;
        top: 50px;
    }

    .worksserviceslinkcon ul li a {
        padding: 0px;
        margin-bottom: 14px;
    }

    .worksparaMainWrp {
        padding-top: 32px;
    }

    .storyaccordianwrp .accordion-item button {
        font-size: 20px;
    }

    .worksmainimgcon img {
        height: 158px;
    }

    .helpdeskformtickettext {
        font-size: 22px;
    }

    .accounthomebox.helpdeskform {
        padding: 12px 20px;
    }

    .helpdeskformtextarea textarea {
        min-height: 130px;
    }

    .raiseticketinviocecon.pandit a {
        font-size: 16px;
        padding: 9px 35px;
    }

    .raiseticketpanditdetailheadcontext {
        font-size: 20px;
    }

    .storymantracon p {
        font-size: 19px;
        padding: 6px 0;
    }

    .storymantracon {
        margin-top: 20px;
    }

    .storyjourneymaincon {
        padding: 4px 24px;
        padding-top: 10px;
    }

    .cartheadtextcon.checkout h1 {
        font-size: 26px;
    }

    .cartheadtextcon.cart h1 {
        padding-bottom: 5px;
    }

    .cartparticularwrp {
        padding-top: 0;
    }

    .cartpoojaitemscon ul li {
        font-size: 16px;
    }

    .checkoutadddetailscon {
        margin-bottom: 30px;
    }

    .cartordersummaryWRP {
        padding: 0;
    }

    .cartheadtextcon h1 {
        font-size: 26px;
    }

    .cartsummarypoojaservicecon p {
        font-size: 16px;
    }

    .headerWrapper {
        display: none;
    }

    .homepoojacardwrpcon .slick-dots {
        bottom: -14px !important;
    }

    .homepanditconimgwrp {
        max-width: 600px;
        margin: 0 auto;
    }

    .formformiksavecon {
        text-align: center;
    }

    .homepanditconimgRightwrp {
        max-width: 600px;
        margin: 0 auto;
    }

    .homeholicon a {
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick_img2 {
        width: 95%;
    }

    .slick-slider .slick-initialized button {
        display: block;
        margin: 6px !important;
    }

    .signinnumbercon {
        margin-left: 0px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .recentblogpara p {
        margin: 0;
        padding-bottom: 10px;
    }

    .cartganeshpoojaDetailswrp.checkout {
        padding-bottom: 15px;
    }

    .customcreatenow a {
        font-weight: 700;
        font-size: 14px;
        /* line-height: 15px; */
        display: flex;
        align-items: center;
        text-align: center;
        padding: 7px 15px;
        width: 100%;
        justify-content: center;
        color: #ffffff;
        background: #1e2f59;
        border-radius: 25px;
        text-decoration: none;
        color: #fff !important;
        margin-top: 25px;
    }

    .servLstHead {
        margin-bottom: 20px;
    }

    .customhomesearchcardtextcon p {
        text-decoration: none !important;
        width: 150px;
    }

    .customservicecardtextcon {
        padding-bottom: 14px;
        border-bottom: 1px solid #c4c4c4;
        width: 100%;
    }

    .videoPartBlk {
        width: 100%;
    }

    .contntPartBlk {
        width: 100%;
    }

    .homeupcometext {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .homeholiconwrp {
        width: 100%;
        justify-content: space-evenly;
    }

    .entCusaddmwrp .poojaganesgpayNowwrp {
        background: #FFFFFF;
        border: 1px solid #1E2F59;
        padding: 9px 12px !important;
        margin: 30px 0 0;
    }

    .ganeshpoojaradioPaycon label {
        font-size: 14px !important;
    }

    .homeinputselectcoN .form-control {
        padding: 0.375rem 0.45rem !important;
    }

    .customcreatenow {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .delete-custom-card {
        width: 35px !important;
        height: 35px !important;
    }

    .lableOfucstp span {
        margin-right: 0px !important;
        font-size: 14 px !important;
    }

    .cuspnPngrp {
        width: 100%
    }

    .customhomesearchcardtextcon p {
        text-decoration: none !important;
        width: 100% !important;
    }

    .blogcardbodycon h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .skiptranslate.goog-te-gadget {
        height: 20px;
        margin-bottom: 0;
    }

    .promotionalWrpp:before {
        height: 240px;
    }

    .homeoffertextcon.testiMonial h4 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .homeoffertextparacon.testiMonial p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .sortMenuswrp {
        display: none;
    }

    .quikLinkWrp ul li {
        border-right: 0;
    }

    .quikLinkWrp ul li {
        width: 100%;
    }

    .poojaserveinputcon.blog input {
        padding: 10px 30px;
        top: 15px;
        max-width: 435px;
        margin: 0px auto;
    }

    .poojaserveinputcon img {
        left: 15px !important;
    }

    .modal_close {
        top: -3px;
        right: -3px;
    }

    .worksparatextcon img {
        display: block;
        width: 100%;
        height: 80px !important;
        object-fit: cover !important;
    }

    .delete-custom-card {
        width: 35px !important;
        height: 35px !important;
    }

    .customservicecardtextcon {
        padding-bottom: 14px;
        border-bottom: 1px solid #c4c4c4;
        width: 100% !important;
    }

    .customhomesearchcardtextcon p {
        text-decoration: none !important;
        width: 100% !important;
    }

    .customcreatenow {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .cartitemsfruits {
        padding-left: 20px;
    }

    #google_translate_element {
        right: calc(((100% - 644px) / 2) + 107px);
        top: 16px;
    }

    .homefooterwrpcon {
        width: 100%;
        padding: 0 0;
    }

    .cartheadtextcon.checkout h1 {
        font-size: 22px;
        line-height: 22px;
    }

    .poojaganesgpayNowwrp.cart {
        margin: 16px 0;
    }

    .cartganeshpoojacon {
        padding: 12px 14px;
    }

    .cartganeshpoojaDetailswrp.checkout {
        padding: 9px 12px;
        margin-bottom: 0px;
        padding-bottom: 14px;
    }

    .checkoutdeleteimgcon {
        padding-top: 2px;
    }

    .cartlocationjaipurconWRP.checkout {
        margin-bottom: 10px;
    }

    .checkoutadddetailstext {
        font-size: 16px;
    }

    .checkoutadddetailscon {
        padding: 12px 0;
    }

    .cartheadtextwrp {
        justify-content: center;
    }

    .checkoutadddetailscon {
        margin: 20px 66px;
    }

    .poojaganesgpayNowthousand {
        font-size: 16px;
    }

    .ganeshpoojaAddCartwrp.cart {
        margin-bottom: 25px;
    }

    .cartheadtextcon h1 {
        font-size: 25px;
    }

    .cartganeshpoojatext h5 {
        font-size: 16px;
    }

    .cartSamagriescon p {
        font-size: 14px;
        padding: 0;
    }

    .cartaddonesitemscon {
        padding: 0;
    }

    .cartitemsfruits>p {
        font-size: 13px;
    }

    .cartjaipurtext h5 {
        font-size: 16px;
    }

    .cartthouandcon h5 {
        font-size: 14px;
    }

    .ganeshpoojaimgcon {
        padding-bottom: 30px;
    }

    .cartjaipurpara p {
        font-size: 16px;
    }

    .cartthouandcon img {
        height: 12px;
    }

    .cartganeshpoojaDetailswrp {
        padding-bottom: 11px;
    }

    .cartpackageHourtext p {
        font-size: 14px;
    }

    .cartparticularcon h5 {
        font-size: 17px;
    }

    .cartheadtextcon.cart h1 {
        padding: 6px 0;
        font-size: 25px;
    }

    .cartquantitywrp {
        padding: 0;
    }

    .cartsummarypoojaservicecon p {
        font-size: 16px;
    }

    .ganeshpoojaradioPaycon label {
        font-size: 16px;
    }

    .ganeshpoojaradioPaycon.cart label input {
        margin-left: 2px;
    }

    .ganeshpoojaNotecon.cart p {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 18px;
    }

    .cartpoojaitemscon ul li {
        font-size: 14px;
    }

    .cartpackagecontextcon h5 {
        font-size: 16px;
    }

    .ganeshpoojadisplaywrp .row {
        display: flex;
        justify-content: center;
    }

    .ganeshpoojaimgcon {
        display: flex;
        justify-content: center;
    }

    .ganeshpoojaselectdatetext {
        font-size: 16px;
    }

    .poojaganeshflowertext {
        font-size: 17px;
    }

    .raiseticketinclusiontext.ganesh {
        font-size: 17px;
    }

    .raiseticketinclusioncon.ganesh {
        border-bottom: 1px solid;
        padding: 1px 15px;
    }

    .poojaganeshbreadcumbsparacon {
        margin-top: 25px;
        margin-bottom: -8px;
    }

    .poojaganeshvenetdetailswrp {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .poojaganeshsimilartext {
        padding: 0 10px;
        margin-bottom: 22px;
    }

    .homesearchcardtextcon h5 {
        font-size: 22px;
    }

    .homesearchcardstartingtext.ganeshpooja {
        max-width: 155px;
        font-size: 13px;
        line-height: 17px;
        margin-right: 0;
        padding: 3px 20px;
    }

    .homesearchcardtextcon.ganeshpooja a {
        font-size: 13px;
        padding: 9px 16px;
        width: 150px;
    }

    .homesearchcardtextcon.ganeshpooja p {
        padding: 14px 0;
        margin-bottom: 3px;
    }

    .poojaganeshsimilarwrp {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .ganeshpoojaNotecon p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .homesearchcardbox.ganeshpooja {
        margin-top: -3px;
    }

    .ganeshpoojaheadtextcon h2 {
        font-size: 28px;
    }

    .ganeshpoojaheadtextcon h1 {
        font-size: 28px;
    }

    .raiseticketinclusionconul.ganesh ul li {
        font-size: 16px;
    }

    .poojaganeshloremocon p {
        font-size: 16px;
        /* padding: 4px 20px; */
    }

    .ganeshpoojaimgcon img {
        height: 345px;
    }

    .ganeshpoojatabswrp ul li {
        margin-left: 20px;
    }

    .poojaservepoojatextcon h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px !important;
    }

    .poojaservepoojatextcon h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px !important;
    }

    .poojaserveinputcon.pujamarrage input {
        height: 42px;
    }

    .poojaserveinputcon.pujamarrage img {
        top: 15px;
        margin-left: -4px !important;
    }

    .poojaservedataimgcon {
        width: 40px;
        height: 40px;
    }

    .poojaservedataimgcon.pujamarrage img {
        height: 16px;
        position: relative;
        right: -4px;
    }

    .pujamarrageheaderwrp {
        margin: 0 15px;
    }

    .homesearchcardstartingtext.marrage {
        width: 255px;
        margin: 0 auto;
        margin-bottom: 8px;
        padding: 5px 9px;
        line-height: 15px;
    }

    .pujmarriagemenutextwrp h3 {
        font-size: 18px;
    }

    .pujamarriageaccordianbuttoncon button {
        font-size: 15px;
        padding: 11px 13px;
    }

    .homesearchcardtextcon.marrage h5 {
        line-height: 32px;
        padding-top: 10px;
        font-size: 22px;
    }

    .formformiknavcon {
        margin-bottom: 20px;
    }

    .formaddresscon h1 {
        font-size: 22px;
        margin: 0;
    }

    .formformikinpbox1con img {
        height: 18px;
    }

    .homesearchcardbookcon a {
        padding: 5px 0;
    }

    .homesearchcardtextcon.marrage p {
        padding: 9px 0;
    }

    .formformiktextareacon input {
        margin-top: 26px;
        height: 42px;
    }

    .formformikinpcon input {
        height: 42px;
    }

    .formformiksavecon button {
        font-size: 16px;
    }

    .addressmaincon {
        max-width: 541px;
    }

    .accounymyprofiletext.save img {
        height: 14px;
    }

    .accountprofileminiImg {
        top: 80px;
        right: 14px;
    }

    .accountopenticketcon {
        padding: 21px 0px;
        margin: 0 auto;
        max-width: 394px;
    }

    .accountopentext {
        width: 32%;
        margin-left: 113px;
    }

    .accountclosetext {
        width: 32%;
        margin-right: 113px;
    }

    .poojaganeshsimilartext h2 {
        margin-top: 12px;
    }

    .accountopenticketconbox {
        margin-bottom: 24px;
    }

    .accountreferearnwrp {
        margin-bottom: 30px;
    }

    .accountasdedsharetext {
        padding: 9px 50px 9px 15px;
    }

    .accountshareimgcon.account {
        padding: 5px 9px;
    }

    .advantagepremiumcon a {
        width: 76%;
    }

    .helpdeskHelpbothimgcon button {
        height: 45px;
        width: 45px;
    }

    .helpdeskHelpbothimgconticket a {
        height: 45px;
        width: 45px;
    }

    .helpdeskHelpbothimgcon.btn {
        height: auto;
        width: auto;
        padding: 0;
    }

    .advantagepremiumcon a {
        padding: 22px 0;
        padding-top: 30px;
        min-height: 158px;
        width: 82%;
        margin-bottom: 20px;
    }

    .advantagestechuimgcon img {
        height: 100px;
        max-width: 220px;
    }

    .advantagestechuimgcontext {
        font-size: 16px;
        padding-top: 0;
    }

    .advantagelorempara {
        margin-bottom: 20px;
        padding: 12px 20px;
        max-width: 559px;
        border-radius: 12px;
    }

    .advantagestechuconpara p {
        font-size: 15px;
        padding-left: 24px;
    }

    .advantagestechucon {
        padding: 16px 22px;
    }

    .advantagelorempara p {
        font-size: 15px;
    }

    .advantagepremiumcon img {
        margin-bottom: 16px;
        height: 55px;
    }

    .advantagepriemuimtext {
        font-size: 20px;
    }

    .storyheadmaintextcon.advanatge h1 {
        padding: 18px 0px;
        font-size: 25px;
    }

    .storysummarylinktxetcon.samaskara {
        text-align: center;
        padding: 15px 0;
    }

    .storydatecon button {
        text-align: center;
        padding: 5px 0px 17px 21px;
    }

    .storydatecon button:before {
        right: -11px;
    }

    .storycon {
        padding: 10px 0;
        padding-bottom: 3px;
    }

    .recentblogheadtextcon h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ganeshpoojaimgcon.serManiAMWR {
        height: 380px;
    }

    .pujamarrageheaderwrp.set {
        margin: auto;
    }

    .storymantracon {
        margin-top: 19px;
        margin-bottom: 20px;
    }

    .footerinnerinp.setpath {
        margin-right: 4px;
    }

    .storymantracon p {
        font-size: 20px;
        line-height: 31px;
        padding: 10px 0;
    }

    .storyjournytext h3 {
        padding: 8px 0;
        font-size: 24px;
    }

    .storymantracon p {
        font-size: 14px;
        line-height: 23px;
        padding: 10px 22px;
    }

    .storyheadmaintextcon h1 {
        padding: 10px 0;
    }

    .recentblogpara p {
        padding-bottom: 8px;
        padding-right: 20px;
    }

    .storyjourneymaincon {
        padding: 0px;
        padding-top: 2px;
    }

    .storydatecon button.active::after {
        top: 16px;
        right: -6px;
        height: 10px;
        width: 10px;
    }

    .storydatecon {
        width: 100%;
    }

    .recentblogWRP .container {
        max-width: 512px;
    }

    .recentblogh1textcon {
        margin-bottom: 16px;
    }

    .recentblogcalendardowncon h2 {
        font-size: 25px;
        padding: 12px 0;
    }

    .recentblogcalendardowncon h1 {
        font-size: 25px;
        padding: 12px 0;
    }

    .recentblogbackgroundcon {
        padding: 21px 26px;
    }

    .blogcardbodycon.recent h5 {
        font-size: 28px;
        line-height: 23px;
        padding: 0 10px;
    }

    .recentblogh1textcon h1 {
        padding: 18px;
        font-size: 25px;
    }

    .recentblogh1textcon {
        margin-bottom: 20px;
    }

    .recentblogcolwrp {
        margin-bottom: 0px;
    }

    .blogcardboxcon.recentblog .card {
        max-width: 223px;
    }

    .blogcardboxcon.recentblog {
        margin-bottom: 20px;
        margin-right: 15px;
    }

    .pujamarragetop {
        margin-bottom: 16px;
    }

    .blogcardboxcon.recentblog .card img {
        padding: 10px 10px 3px 9px;
    }

    .recentblogimgcon img {
        height: 258px;
        width: 100%;
    }

    .blogcardboxcon.recentblog.card {
        margin-bottom: 30px;
        width: 45%;
    }

    .blogcardbodycon.recent h5 {
        font-size: 18px;
    }

    .recentbogcardcon {
        /* display: flex; */
        justify-content: center;
        flex-wrap: wrap;
    }

    .blogtext h2 {
        font-size: 25px;
        padding: 15px 0;
    }

    .blogtext h1 {
        font-size: 25px;
        padding: 15px 0;
    }

    .blogresultcon h2 {
        font-size: 30px;
    }

    .poojaserveinputcon.blog {
        margin-bottom: 10px;
    }

    .poojaserveinputcon.blog img {
        top: 20px;
    }

    .blogtext h2 .conditionunderstandingtextpara p {
        font-size: 16px;
        line-height: 26px;
    }

    .accountrefertextcon h2 {
        font-size: 22px;
        margin: 2px 0;
    }

    .ganeshpoojaAddCartcon {
        padding: 10px 0;
        width: 60%;
        margin: 0 auto;
    }

    .accounthomebox.helpdeskform {
        padding: 7px 20px;
    }

    .helpdeskformviewattachmentcon {
        padding: 10px;
    }

    .myreferraltotalpara {
        margin-bottom: 0px;
    }

    .accountasdedsharetext.myreferral {
        max-width: 300px;
        align-items: center;
    }

    .helpdeskformtextarea h4 {
        padding: 14px 20px;
        font-size: 20px;
    }

    .myrefferaltablewrp {
        padding: 14px 13px;
        margin-bottom: 30px;
    }

    .myrefferalstatuscon h2 {
        font-size: 22px;
        padding-bottom: 4px;
    }

    .myrefferaltablewrp td {
        font-size: 14px;
    }

    .cartlocationjaipurcon img {
        height: 13px;
    }

    .cartlocationjaipurcon.checkout {
        margin-bottom: 2px;
    }

    .myrefferaltablewrp th {
        font-size: 14px;
    }

    .accountasdedsharetext {
        font-size: 18px;
    }

    .helpdexkformbookingpara p {
        font-size: 14px;
    }

    .helpdeskformloremparatext span {
        font-size: 14px;
    }

    .submitBtn button {
        padding: 3px;
        margin: 6px 0;
        margin-bottom: 10px;
    }

    .raiseticketSubmit {
        padding: 5px 0;
    }

    .accounthomelocationimgcon.helpdeskform {
        font-size: 16px;
    }

    .accounthomelocationimgcon.helpdeskform span {
        font-size: 14px;
    }

    .helpdeskformtickettext {
        font-size: 20px;
    }

    .helpdeskHelpbothimgcon {
        height: 42px;
        width: 42px;
    }

    .raiseticketinviocecon {
        margin-top: 12px;
    }

    .raiseticketheadwrptext h2 {
        font-size: 20px;
        /* text-align: center; */
    }

    .raiseticketheadcon {
        display: grid;
        width: 100%;
    }

    .worksserviceslinkcon ul li a {
        display: grid;
        justify-content: center;
        text-align: center;
        margin-bottom: 23px;
    }

    .worksmenuimgcon.works {
        height: 40px;
        width: 38px;
        margin: 0 auto;
        margin-bottom: 3px;
    }

    .worksserviceslinkcon ul li span {
        line-height: 18px;
        text-align: left;
    }

    .worksdownloadcon h2 {
        font-size: 22px;
        text-align: center;
    }

    .notification div h4 {
        font-size: 20px;
    }

    .envtSelect.pojdate .css-1u3bzj6-MuiFormControl-root-MuiTextField-root input {
        margin-top: 0 !important;
    }

    .raiseticketheadwrp {
        display: grid;
        justify-content: center;
    }

    .raiseticketimgcon {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .cartheadtextwrp.cart {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .cartganeshpoojaDetailswrp.cart {
        margin-bottom: 22px;
    }

    .raiseticketbookingrightcon {
        margin-right: 41px;
    }

    .raiseticketbookgeneratertext a {
        bottom: 0;
    }

    .accountshareimgcon.myreferral {
        padding: 9.2px 17px;
    }

    .eventbtnst {
        margin: 20px 0;
    }

    .raiseticketmainWRP {
        padding: 14px;
        margin-bottom: 30px;
    }

    .raiseticketbookgeneratertext p {
        margin: 0;
    }

    .formformiksavecon {
        margin-bottom: 20px;
        text-align: center;
    }

    .raiseticketbookingrightcon::before {
        width: 20px;
        top: 54px;
        left: 3px;
        transform: rotate(90deg);
    }

    .storydatecon .nav-item {
        width: 135px;
    }

    .raiseticketmainheadtextcon-notification h1 {
        font-size: 27px;
        padding: 14px 0;
    }

    .notification-container {
        margin-bottom: 26px;
    }

    .raiseticketheadwrptext.raiseticket {
        padding-top: 16px;
        padding-bottom: 13px;
    }

    .raiseticketfilewrp {
        margin-bottom: 14px;
    }

    .raiseticketinclusionconul ul li {
        font-size: 14px;
    }

    .raiseticketinclusiontext span {
        font-size: 14px;
    }

    .raiseticketinclusiontext {
        font-size: 16px;
    }

    .raiseticketinviocecon a {
        padding: 6px 18px;
        font-size: 16px;
    }

    .raieticketproductcon {
        margin-bottom: 11px;
    }

    .raiseticketpackagetext {
        font-size: 16px;
    }

    .storysummarylinktxetcon h2 {
        display: none;
    }

    .storydatecon .nav .nav-link.active b {
        display: none;
    }

    .storydatecon .nav .nav-link.active {
        transform: rotate(90deg);
        margin-bottom: 44px;
        padding: 0;
        margin-top: 82px;
    }

    .cartgrandtotalcon.bortm {
        padding-bottom: 10px;
    }

    .mybookingganeshimgcon img {
        margin-right: 0;
    }

    .storydatecon .nav .nav-link {
        transform: rotate(90deg);
        margin-bottom: 47px;
        margin-top: 88px;
        padding: 0;
    }

    .storydatecon .nav .nav-link b {
        display: none;
    }

    .accountprofileWRP {
        margin-bottom: 20px;
    }

    .raiseticketpackagetext span {
        font-size: 14px;
    }

    .storyheadmaintextcon h1 {
        font-size: 25px;
        text-align: center;
    }

    .advantagestechucon {
        display: grid;
    }

    .advantagestechuimgcon {
        display: grid;
        margin-bottom: 5px;
        justify-content: center;
    }

    .formformikinpcon input {
        font-size: 15px;
    }

    .formformikinpcon .form-select {
        font-size: 15px;
    }

    .cartfruitstext p {
        font-size: 16px;
        margin: 0;
    }

    .cartitemsfruits p {
        margin-bottom: 0;
        width: 80px;
    }

    .worksparatextcon {
        padding: 6px;
    }

    .formmapclass {
        position: absolute;
        top: 26px;
    }

    .wroksparaimgcon::after {
        top: 65px;
        height: 68px;
    }

    .nybookingstatustext {
        font-size: 14px;
    }

    .wroksparaimgcon.upchar::after {
        height: 142px;
        top: 58px;
    }

    .storyaccordianwrp .accordion-item button {
        font-size: 18px;
        padding: 10px;
    }

    .wroksparaimgcon {
        width: 65px;
        height: 65px;
    }

    .accountALLtickettext {
        margin-bottom: 22px;
    }

    .accountshareimgcon {
        padding: 9.1px 14px;
    }

    .custompoojaservepoojatextcon h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .custompoojaservepoojatextcon h1 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .worksparatextcon p {
        font-size: 16px;
        line-height: 20px;
    }

    .wroksparaimgcon img {
        height: 27px;
    }

    /* .worksWRP .container-md,
   .container-sm,
   .container {
      max-width: 644px;
   } */
    .signinnumbercodetext {
        text-align: left;
    }

    /* Home search card  */
    .homesearchcardtextcon p {
        padding: 4px 0;
        font-size: 16px;
    }

    .formformiksaveconwrp button {
        margin-left: 0;
    }

    .homesearchcardtextcon h5 {
        line-height: 22px;
        font-size: 20px;
    }

    .homesearchcardbox.search {
        width: 100%;
    }

    .homesearchcardstartingtext {
        text-align: center;
        margin-right: 5px;
        padding: 7px 0;
        width: 145px;
        border-radius: 13px;
    }

    .homesearchcardbox.pujamarrage .card-body {
        padding: 0 25px;
        padding-bottom: 22px;
    }

    .homesearchcardbookcon a {
        padding: 7px 0;
        width: 70%;
        font-size: 13px;
        width: 255px;
        margin: 0 auto;
    }

    .homesearchtextcon.searchcard {
        margin-bottom: 0;
    }

    .cartlocationWRP {
        padding: 8px 25px;
    }

    .homesearchcardbox {
        margin-bottom: 15px;
    }

    .homesearchcardbox.btcard {
        margin-bottom: 18px;
    }

    /* Home search card  */
    /* .HomeSearch Page  */
    .homesearchtextcon h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
        padding: 22px 74px;
    }

    .homesearchtextconwrp {
        min-height: 280px;
    }

    .homesearchNoResulttextcon h2 {
        font-size: 30px;
        line-height: 30px;
    }

    /* .HomeSearch Page  */
    .homeserchcon1 {
        top: 35%;
        right: 0;
        width: 40px;
        height: 40px;
    }

    .homeganeshtextconbox1 {
        padding-top: 8px;
    }

    .homeserchcon2 {
        top: 46%;
        right: 0;
        width: 40px;
        height: 40px;
    }

    .homeserchcon3 {
        width: 40px;
        height: 40px;
        top: 57%;
        right: 0;
    }

    .storydatecon .nav::before {
        height: 315px;
        right: 27px;
        top: 15px;
    }

    .homeserchcon4 {
        width: 40px;
        height: 40px;
        top: 68%;
        right: 0;
    }

    /* Home Shive Start  */
    .navprayMainwrp {
        display: none;
    }

    .checkbtnst a {
        padding: 8px 0;
        font-size: 20px;
    }

    .homepojatext h2 {
        font-size: 30px;
        line-height: 24px;
    }

    .homepojatextpara p {
        font-size: 25px;
        line-height: 24px;
    }

    .homepojatextceleb p {
        font-size: 25px;
        line-height: 24px;
    }

    .homepojatexttradition h2 {
        font-size: 30px;
        line-height: 24px;
    }

    .accountheadtextcon h1 {
        padding: 16px 0;
    }

    .homeganeshheadwrp {
        height: 400px;
    }

    .homeganeshtextcon {
        margin-bottom: 30px;
    }

    .accountALLtickettext a {
        margin-bottom: 0;
    }

    /* Home Shive end  */
    /* Pooja Service start  */
    .homepanditconimgwrp.home {
        margin-bottom: 0px;
    }

    .homeholiconwrp {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .homeservicetextcon h2 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .homeservicetextcon h1 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .homepanditconimgwrp {
        margin-top: 32px;
        max-width: 480px;
        margin: 0 auto;
    }

    .storydatecon button.active::after,
    .storydatecon .tablLink.active:after {
        right: 0;
        top: -24px;
        left: 42px;
    }

    .storydatecon button:before,
    .storydatecon .tablLink:before {
        top: -29px;
        left: 37px;
    }

    .storydatecon::before {
        right: 0px;
        left: 95px;
        top: 77px;
        height: 460px;
    }

    .homeservicetextParacon p {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        color: #000000;
        width: 400px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .homebrowsecon {
        width: 180px;
        padding: 8px;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    .serviesList {
        padding-top: 6px;
    }

    .homepoojarightcon3 {
        top: -8%;
    }

    .homepoojacardwrp {
        padding: 0 0 28px 0;
    }

    .homepoojacardwrp.gapdpad {
        padding: 0 0 50px 0;
    }

    .serviceHead h3 {
        font-size: 20px;
    }

    .homepoojacardselenawrp {
        padding: 30px;
        padding-bottom: 64px;
    }

    /* .signinnumberCON .row {
      flex-direction: column-reverse;
   } */
    .homepoojarightcon4 {
        right: -5%;
    }

    .slick_img2 {
        width: 98%;
    }

    button.slick-arrow.slick-next.slick-next {
        right: 8px;
    }

    button.slick-arrow.slick-prev.slick-prev {
        left: -0px;
    }

    .custompadding {
        max-width: 95%;
        margin: 0 auto;
    }

    /* Pooja Service end  */
    /* Upcoming Festiwal start  */
    .homeholicon {
        width: 150px;
        height: 150px;
        margin-left: 0px;
    }

    /* .slideerWrp .slick-track {
      width: 0 !important;
   } */
    .homeupholitext h5 {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 15px;
    }

    .homeupholitextmarch p {
        font-size: 14px;
        line-height: 18px;
    }

    .homeoffertextcon h4 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .homeupcomewrp {
        margin-bottom: 18px;
    }

    .homeupcometext p {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 8px;
    }

    .homeupcomecon {
        padding: 22px 0;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        box-shadow: 0 0 0;
        margin-top: 0px;
    }

    .homerowWRPmain {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .homeupcometext {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Upcoming Festiwal end  */
    /* promotional Start  */
    .homepoojaimgcon {
        margin-bottom: 15px;
        text-align: center;
    }

    /* promotional end  */
    /* Selena Start  */
    .homeTestimonialscon {
        padding: 18px 10px;
        margin: 0 auto;
        margin-bottom: 14px;
        width: 97% !important;
    }

    .srvLstBody ul li {
        padding: 4px 0;
    }

    .homesearchcardbookcon {
        padding-top: 13px;
    }

    .worksparaMainWrp {
        padding-top: 18px;
    }

    .storyfaqWRPcon {
        padding-bottom: 10px;
    }

    .worksparatextcon {
        width: calc(100% - 71px);
        height: 94px;
    }

    .worksparawrp {
        justify-content: start;
        margin-bottom: 25px;
    }

    .storyheadmaintextcon.faq h1 {
        margin-bottom: 0px;
    }

    .upcharfolklorimgcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .homeselenatext p {
        margin-bottom: 0px;
    }

    .homeoffertextparacon p {
        max-width: 473px;
    }

    /* Selena end  */
    /* home number start  */
    .homehappynum {
        font-size: 22px;
        line-height: 25px;
    }

    .homehappytext {
        font-size: 15px;
    }

    .homehappycon {
        margin: 21px;
        padding: 5px 0;
        text-align: center;
    }

    .homeheadimgcon img {
        height: 30px;
    }

    /* home number end  */
    /* home NewPaper start  */
    /* home NewPaper end  */
    /* footer  */
    .homefooterbox2 {
        display: grid;
        justify-content: center;
        padding: 10px 0px;
        margin-bottom: 18px;
    }

    .homefooterfollowcon {
        text-align: center;
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 12px;
    }

    .homefooterbox1 {
        padding: 2px;
    }

    .homefooterbox {
        padding: 10px 8px;
    }

    .homefooterwrp {
        display: grid;
        padding-top: 28px;
        padding-bottom: 23px;
    }

    .homeyogiImgcon {
        margin: 0 auto;
    }

    .homefooterbox ul li {
        margin-bottom: 10px;
    }

    .homefooterbox ul {
        padding-left: 5px;
    }

    .homesatiyaimgcon {
        height: 86px;
        width: 87px;
    }

    .homebrowsewrp.browse {
        margin-bottom: 0px;
    }

    .homefooterbox ul li a {
        line-height: 28px;
        font-size: 15px;
    }

    /* footer  */
    /* .notification start  */
    .homepoojaleftcon2 {
        bottom: -2px;
    }

    /* .notification end  */
    /* Home Play Page Start  */
    .homepojatext.play h2 {
        font-size: 28px;
        line-height: 10px;
    }

    .homepojatextpara.play p {
        width: 240px;
        margin: 0 auto;
        padding-bottom: 18px;
        font-size: 20px;
        line-height: 20px;
    }

    .worksdownbackcon.active {
        padding: 2px 0px;
        font-size: 15px;
        text-align: center;
    }

    .homeupcomewrp.play {
        margin-top: 20px;
    }

    .homebrowsewrp.play {
        width: 156;
        font-size: 16px;
    }

    .homelogo {
        height: 55px;
    }

    .homemenu {
        height: 28px;
    }

    .accountasdedsharetext.myreferral.ref {
        min-width: 210px;
        padding: 15.2px 10px 10px 15px;
    }

    .blogtext h2 {
        font-size: 25px;
        padding: 20px 0;
    }

    .blogtext h1 {
        font-size: 25px;
        padding: 20px 0;
    }

    .similrOfferWrp .homesearchcardbookcon a {
        margin-top: 0px;
    }

    .blogcategorytextcon h3 {
        font-size: 22px;
        padding-top: 9px;
        padding-bottom: 12px;
        text-align: center;
    }

    .homeholicon a {
        width: 135px;
        height: 135px;
    }

    .servLstHead h4 {
        font-size: 13px;
        padding: 10px !important;
    }

    .srvLstBody ul li {
        padding: 0px 0;
    }

    .blogcardbodycon h5 {
        font-size: 22px;
    }

    .poojaserveinputcon.blog {
        margin-bottom: 15px;
    }

    .raiseticketmainheadtextcon h1 {
        font-size: 25px;
        padding: 20px 0;
        margin: 0;
    }

    .notificationparacon p {
        line-height: 140%;
    }

    .notificationcon::before {
        top: 11px;
    }

    .notificationdatecon p {
        font-size: 14px;
        line-height: 145%;
    }

    .notificationwrp:nth-last-child() {
        border: 0px;
    }

    .signinnumberWRP .container {
        max-width: 635px;
    }

    .signinnumbercon img {
        max-width: 300px;
        height: 321px;
    }

    .signinnumbercon {
        text-align: center;
    }

    .signinnumbermantratext h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .signinnumbermantratext {
        margin-left: 38px;
        margin-bottom: 0;
    }

    .signinnumbersigntext h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .signinnumbersigntext h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .signinnumberbtn button {
        padding: 4px 54px;
    }

    /* My Booking  */
    .mybookingganeshtextcon {
        margin-bottom: 0;
    }

    .mybookingganeshtextprice h4 {
        font-size: 25px;
    }

    .mybookingganeshtext h4 {
        font-size: 20px;
    }

    .nybookingbookedtext {
        font-size: 13px;
    }

    .mybookingganeshIDcon {
        padding: 0 4px;
    }

    .mybookingganeshimgcon {
        margin-right: 24px;
    }

    .mybookinggethelptext {
        font-size: 16px;
    }

    .mybookingWRP .container {
        max-width: 648px;
    }

    .mybookingganeshpoojaWRP {
        display: block;
    }

    .mybookingganeshimgcon {
        width: 100%;
    }

    .mybookingviewwrp {
        width: 100%;
    }

    .mybookingganeshimgcon {
        margin-bottom: 15px;
    }

    .mybookinggethelpwrp {
        margin-bottom: 0;
    }

    /* Help Desk  */
    .accounthomebox.helpdesk {
        padding: 10px 20px;
    }

    .helpdeskmainheadcon h1 {
        padding: 15px 0;
        font-size: 25px;
    }

    .helpdesktabconWRP {
        padding: 0px 20px 15px 20px;
    }

    .helpdeskHelpwrp {
        padding: 22px 22px 22px 22px;
    }

    .helpdeskopenticketwrp .nav-tabs .nav-link.active {
        border-bottom: 3px solid #1E2F59;
    }

    .helpdeskHelptext h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .helpdeskopenticketwrp ul {
        padding: 10px;
    }

    .helpdeskopenticketwrp .nav-link {
        font-size: 25px;
    }

    .helpdeskopenticketwrp .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        padding: 12px 0;
    }

    .accounthomebox {
        margin-bottom: 11px;
    }

    .accounthomelocationimgcon.helpdesk {
        font-size: 18px;
    }

    .helpdesktabWRP {
        justify-content: space-evenly;
    }

    .accounthomelocationimgcon.helpdesk {
        font-size: 14px;
    }

    .accounthomelocationimgcon.helpdesk span {
        font-size: 14px;
    }

    .raiseTicketWRp.help {
        padding-bottom: 40px;
    }

    .raiseticketCON {
        padding: 15px 20px;
    }

    .raiseticketbookingcon input {
        margin-bottom: 5px;
    }

    .raiseticketbookingcon select {
        margin-bottom: 5px;
    }

    .raiseticketuploadtext {
        font-size: 16px;
    }

    .raiseTicketWRp {
        padding-bottom: 40px;
    }

    .raiseticketpanditdetailheadcontext {
        font-size: 16px;
    }

    .mybookingganeshtextcon.pandit {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .raiseticketpanditdetailsmainWRP {
        padding: 5px;
        margin-top: 5px;
    }

    .raiseticketinviocecon.pandit a {
        padding: 8px 30px;
        font-size: 15px;
    }

    .bookingfeedbackheadtext h2 {
        font-size: 22px;
        padding: 14px 0;
        padding-bottom: 5px;
    }

    .bookingfeedbackconstarcon .star {
        font-size: 18px;
    }

    .raiseticketpanditdetailsviewallWRP.bookingfeedback {
        padding: 18px 0;
    }

    .bookingfeedbackconstarcon .checked {
        font-size: 18px;
    }

    .bookingfeedbackinpcon {
        margin-bottom: 20px;
    }

    .bookingfeedbackcon {
        margin-bottom: 20px;
    }

    .raiseticketinviocecon.feedback {
        margin-bottom: 10px;
    }

    .bookingfeedbackconpara p {
        font-size: 15px;
        line-height: 16px;
    }

    .raiseticketheadwrptext.bookingfeedback h2 {
        text-align: left;
    }

    .storysummarylinktxetcon.samaskara {
        padding: 0;
    }

    .poojaganeshloremocon p {
        /* padding: 4px 15px; */
    }

    /* upchar  */
    .worksserviceslinkcon.upchar ul {
        display: grid;
        justify-content: center;
        padding: 24px 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .worksserviceslinkcon ul li {
        margin: 0;
    }

    .wroksparaimgcon {
        margin-right: 15px;
    }

    .wroksparaimgcon img {
        height: 35px;
    }

    .worksserviceslinkcon ul li a {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 26px;
        padding: 0;
        display: flex;
        justify-content: start;
    }

    .worksserviceslinkcon.upchar ul li a {
        font-size: 16px;
        line-height: 17px;
    }

    .upchardisclaimertextcon p {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        padding: 12px 6px;
    }

    .wroksparaimgcon.upchar::after {
        height: 47px;
    }

    .workpujaheadtext h2 {
        font-size: 16px;
        padding: 7px 13px;
    }

    .upcharfolklorparacon.upchar p {
        /* min-height: 143px; */
    }

    .upcharetrivatextparacon p {
        font-size: 14px;
        padding: 14px;
    }

    .upcharfolklorparacon p {
        font-size: 16px;
        padding: 10px 1px 0px 19px;
    }

    .worksmenuimgcon {
        margin-right: 5px;
        padding: 3px 8px;
    }

    .storyheadmaintextcon h1 {
        font-size: 28px;
        padding: 18px 5px;
    }

    .wroksparaimgcon.upchar {
        margin-bottom: 0px;
        width: 59px;
        height: 55px;
    }

    .worksserviceslinkcon.upchar ul li a {
        margin-bottom: 70px;
    }

    .worksserviceslinkcon.last ul li {
        margin: 0 14px -37px 14px;
    }

    input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 3;
    }

    .homerowWRP {
        padding-top: 22px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .homepanditconimgRightwrp {
        max-width: 480px;
        margin: 0 auto;
    }

    .slideerWrp .slick-dots {
        bottom: -7px;
    }

    .homeselenaparatext p {
        width: auto;
        padding: 10px;
        padding-bottom: 0;
    }

    .signinnumberbtn {
        margin-bottom: 35px;
    }

    .ganeshpoojaradioPaycon label .form-check-input:checked::before {
        width: 8px !important;
        height: 8px !important;
    }

    .poojaganeshloremocon h2 {
        /* margin-left: 10px; */
    }

    .homesearchcardtextcon p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 66px;
    }

    .homeinputselectcoN .form-control {
        padding: 0.375rem 0.15rem !important;
    }

    .cusEventHead {
        padding: 20px 0 20px;
    }

    .cusEventHead h3 {
        font-size: 30px;
    }

    .cusEventHead h1 {
        font-size: 30px;
    }

    .lableOfucstp span {
        margin-right: 0px !important;
        font-size: 14 px !important;
    }

    .cuspnPngrp {
        width: 100%
    }

    .homefooterbox img {
        width: 85%;
        height: 85%;
    }

    .poojaserveinputconservice .form-control {
        height: 40px !important;
    }

    .poojaserveinputconservice img {
        position: absolute;
        top: 14px !important;
        bottom: 0;
        left: 14px;
        right: 0;
    }

    .poojaserveinputconservice input {
        padding-left: 30px;
        margin-bottom: 18px;
        height: 40px;
    }

    .homewrp {
        padding-bottom: 40px;
    }

    .homewrp:before {
        height: 50px;
    }

    .promotionalWrpp:before {
        height: 160px;
        top: 41px;
    }

    .homepoojacardwrp:before {
        background-position: bottom;
        width: 18vw;
    }

    .testibodywrp:before {
        bottom: -16px;
    }

    .homeshivwrp ul {
        padding-left: 0;
    }

    .testiMonilaCardWrp {
        box-shadow: 0 0 10px #0000001a;
    }

    .homeupcomecon:before {
        background-size: contain;
    }

    .homehappycon {
        width: 50%;
    }

    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        top: calc(100% + 10px);
        width: 25px;
        height: 25px;
    }

    .homeTestimonialswrp .slick-prev,
    .slideerWrp .slick-prev {
        left: calc(50% - 30px) !important;
    }

    .homeTestimonialswrp .slick-next,
    .slideerWrp .slick-next {
        right: calc(50% - 30px) !important;
    }

    .slick-slider .slick-list {
        max-width: 100%;
    }

    .testiMonilaCardWrp {
        margin-bottom: 10px;
    }

    .testibodywrp:before {
        bottom: -62px;
    }

    .promotionalWrpp:before {
        left: 0;
        right: 0;
    }
}

@media screen and (min-width:576px) and (max-width: 767px) {
    .homeTestimonialswrp .slick-prev {
        left: -16px !important;
    }

    .homeoffertextcon.testiMonial h4 {
        margin-bottom: 14px;
    }

    .homeTestimonialswrp .slick-next {
        right: -15px !important;
    }

    .homeoffertextparacon p {
        margin-bottom: 26px;
    }

    .homeTestimonialswrp .slick-next,
    .homeTestimonialswrp .slick-prev {
        top: calc(50%);
    }
}

@media screen and (max-width: 575px) {
    .startupIndiaFooter img {
        max-width: 190px;
    }

    .poojaservicesmainmarriagetext {
        margin: 0;
        padding: 0;
    }

    .poojaserveinputconservice .form-control {
        height: 40px !important;
        /* width: 285px !important; */
    }

    .cartfruitstextconbox {
        padding-right: 10px;
    }

    .poojaserveinputconservice img {
        position: absolute;
        top: 14px !important;
        bottom: 0;
        left: 14px;
        right: 0;
    }

    .poojaserveinputconservice input {
        padding-left: 30px;
        margin-bottom: 18px;
        height: 40px;
    }

    .poojaserveinputcon.blog input {
        padding: 10px 30px;
        top: 15px;
        max-width: 265px;
        margin: 0px auto;
    }

    .poojaserveinputcon img {
        left: 15px !important;
    }

    .worksparatextcon {
        padding: 4px !important;
    }

    .worksparatextcon {
        width: calc(100% - 75px);
        height: 75px;
    }

    .worksparatextcon img {
        display: block;
        width: 100%;
        height: 66px !important;
        object-fit: cover !important;
    }

    .homesearchcardbookcon {
        display: grid !important;
    }

    .homefooterwrp {
        flex-direction: column !important;
        padding-top: 28px;
        padding-bottom: 23px;
    }

    .cuspnPngrp {
        width: 100%;
    }

    .cusEventHead {
        padding: 20px 0 20px;
    }

    .cusEventHead h3 {
        font-size: 28px;
    }

    .cusEventHead h1 {
        font-size: 28px;
    }

    .creatEntbrn {
        font-size: 18px !important;
        padding: 25px 0;
    }

    .creatEntbrn svg {
        margin-left: 10px;
        height: 12px !important;
        width: 12px !important;
    }

    #google_translate_element {
        right: calc(((100% - 422px) / 2) + 94px);
        top: 16px;
        z-index: 1;
    }

    .blogcardboxcon {
        margin-bottom: 10px;
    }

    .recentblogWRP .container {
        max-width: 540px;
    }

    .servLstHead h4 {
        padding: 10px 10px !important;
        margin-bottom: 0;
    }

    .recentblogcalendardowncon h2 {
        font-size: 20px;
        padding: 7px 0;
    }

    .recentblogcalendardowncon h1 {
        font-size: 20px;
        padding: 7px 0;
    }

    .upcharfolklorparacon.upchar p {
        padding-bottom: 16px;
    }

    .worksmenuimgcon {
        padding: 4px 6px;
    }

    .signinnumbermantratext h3 {
        margin-top: -16px;
        padding: 5px 8px;
    }

    .signinNumberinpcon select {
        font-size: 13px;
        height: 40px;
        padding-top: 10px;
    }

    .signinnumbermantratext {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .recentblogbackgroundcon {
        padding: 12px 16px;
    }

    .recentblogheadtextcon h4 {
        font-size: 20px;
        line-height: 18px;
    }

    .blogcardbodycon.recent h5 {
        font-size: 15px;
        line-height: 18px;
        padding: 0px;
    }

    .recentblogh1textcon h1 {
        padding: 10px;
        font-size: 20px;
    }

    .recentblogh1textcon {
        margin: 10px 0;
        margin-bottom: 12px;
    }

    .recentblogcolwrp {
        margin: 16px 0;
        margin-bottom: 12px;
    }

    .blogcardboxcon.recentblog .card {
        max-width: 225px;
    }

    .blogcardboxcon.recentblog {
        margin-bottom: 14px;
        margin-right: 0;
    }

    .blogcardboxcon.recentcard {
        margin-right: 0px;
    }

    .recentblogshareparatext p {
        line-height: 20px;
        padding-top: 14px;
        padding-bottom: 0;
        font-size: 16px;
    }

    .recentblogshareparatext {
        margin-top: 10px;
    }

    .recentblogtextshare {
        font-size: 16px;
    }

    .recentblogpara p {
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 0px;
        font-size: 16px;
        padding-right: 0;
    }

    .blogcardboxcon.recentblog .card img {
        padding: 8px 8px 3px 8px;
    }

    .recentblogcalendardowncon h2 {
        padding: 0px;
        font-size: 20px;
    }

    .recentblogcalendardowncon h1 {
        padding: 0px;
        font-size: 20px;
    }

    .recentblogimgcon img {
        height: 200px;
        width: 100%;
    }

    .blogcardboxcon.recentblog.card {
        margin-bottom: 20px;
        width: 225px;
    }

    .recentblogWRP .container {
        max-width: 412px;
    }

    .blogtext.result h2 {
        font-size: 22px;
        padding: 10px 0;
        text-align: left;
    }

    .blogresultcon h2 {
        font-size: 20px;
    }

    .poojaserveinputcon.blog {
        margin-bottom: 7px;
    }

    .poojaserveinputcon.blog img {
        top: 17px;
    }

    .poojaserveinputcon .form-control {
        height: 38px;
    }

    .blogcardbodycon h5 {
        font-size: 18px;
        line-height: 21px;
    }

    .bookingfeedbackconpara p {
        line-height: 19px;
        padding: 6px 0;
    }

    .trackProgressPanditDetailsinviocecon {
        width: 100%;
        align-items: baseline;
    }

    .raiseticketinviocecon a {
        padding: 7px 30px;
        font-size: 15px;
    }

    .bookingfeedbackheadtext h2 {
        padding-bottom: 8px;
    }

    .raiseticketinviocecon.pandit a {
        padding: 8px 21px;
        margin-right: 2px;
    }

    .raiseticketinviocecon.pandit {
        margin-bottom: 15px;
    }

    .raiseticketSubmit {
        padding: 5px 0;
        text-align: center;
        padding-bottom: 10px;
    }

    .raiseticketeventwrpcon {
        padding-bottom: 20px;
    }

    .raiseTicketWRp {
        padding-bottom: 30px;
    }

    .raiseticketuploadtext {
        font-size: 14px;
        line-height: 17px;
    }

    .raiseticketSubmit button {
        padding: 7px 60px;
    }

    .raiseticketbookingcon input {
        height: 40px;
    }

    .raiseticketfilewrp img {
        position: relative;
        left: 10px;
    }

    .raiseticketpanditdetailsmainWRP {
        width: 100%;
    }

    .raiseticketpanditdetailsviewallWRP {
        align-items: baseline;
    }

    .raiseticketbookingcon textarea {
        margin-bottom: 8px;
    }

    .raiseticketpanditdetailsmainWRP {
        padding: 0;
    }

    .raiseticketbookingcon select {
        height: 40px;
        margin-bottom: 8px;
    }

    .helpdeskHelpwrp {
        padding: 18px 12px;
    }

    .helpdeskHelpbothimgcon img {
        height: 20px;
    }

    .helpdeskHelptext h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .helpdeskopenticketwrp .nav-link {
        font-size: 18px;
        padding: 2px;
    }

    .helpdeskopenticketwrp .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        padding: 0px 0;
    }

    .helpdeskopenticketwrp ul {
        padding: 14px 12px;
        padding-bottom: 6px;
    }

    .helpdeskHelptextpara p {
        font-size: 14px;
        line-height: 120%;
    }

    .helpdeskHelpbothimgcon button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .helpdeskHelpbothimgconticket button {
        height: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 48px;
        margin-top: 10px !important;
    }

    .helpdeskHelpbothimgcon {
        margin-bottom: 4px;
        height: 33px !important;
        width: 33px !important;
        margin-right: 0;
    }

    .helpdeskmainheadcon h1 {
        padding: 8px 0;
        font-size: 20px;
        margin-bottom: 0;
    }

    .accounthomelocationimgcon.helpdesk {
        font-size: 16px;
    }

    .helpdesktabWRP {
        display: grid;
        justify-content: center;
    }

    .helpdesktabcon {
        width: 100%;
    }

    /* My Booking  */
    .mybookingganeshtextcon {
        margin-bottom: 0;
    }

    .mybookingganeshtextprice h4 {
        font-size: 18px;
        line-height: 29px;
    }

    .mybookingganeshtext h4 {
        font-size: 18px;
    }

    .mybookinggethelpcon img {
        padding-right: 5px;
    }

    .nybookingbookedtext {
        font-size: 13px;
    }

    .mybookingganeshIDcon {
        padding: 0 0px;
    }

    .mybookingganeshimgcon {
        margin-right: 24px;
    }

    .mybookinggethelptext {
        font-size: 13px;
    }

    .mybookingviewbookingimgcon {
        margin-right: 4px;
    }

    .mybookingWRP .container {
        max-width: 500px;
    }

    .mybookingganeshimgcon {
        margin-bottom: 15px;
    }

    .mybookinggethelpwrp {
        margin-bottom: 0;
    }

    .signinnumbersigntext h3 {
        font-size: 22px;
        margin-top: 18px;
    }

    .signinnumbersigntext h1 {
        font-size: 22px;
        margin-top: 18px;
    }

    .signinotpchangemobile {
        padding-top: 3px;
    }

    .signinnumberbtn {
        padding: 13px 0;
    }

    .raiseticketmainheadtextcon h1 {
        font-size: 20px;
        padding: 8px 0;
        margin: 0;
    }

    .notificationparacon p {
        line-height: 130%;
        margin: 0px;
    }

    .notificationdatecon p {
        font-size: 14px;
        margin: 8px;
    }

    .notificationcon {
        display: block;
    }

    .notificationparacon p {
        padding: 0;
        font-size: 16px;
    }

    .notificationcon::before {
        left: -18px;
        top: 6px;
    }

    .storyheadmaintextcon h1 {
        padding: 7px 0;
        font-size: 20px;
        text-align: center;
    }

    .storymantracon {
        margin-top: 15px;
        margin-right: 34px;
    }

    /* Home Search Card  */
    .homesearchcardbox.btcard {
        margin-bottom: 18px;
    }

    .blogtext h2 {
        text-align: center;
        font-size: 20px;
        padding: 5px 0;
    }

    .blogtext h1 {
        text-align: center;
        font-size: 20px;
        padding: 5px 0;
    }

    .blogcategorytextcon h3 {
        text-align: center;
        font-size: 18px;
        padding-top: 8px;
    }

    .blogcardbodycon.blog p {
        margin-bottom: 0;
    }

    .worksserviceslinkcon ul {
        padding: 0;
        margin: 0;
    }

    .worksparatextcon p {
        font-size: 16px;
        padding: 12px;
        line-height: 19px;
    }

    .worksserviceslinkcon {
        margin-bottom: 72px;
    }

    .worksserviceslinkcon.downwork {
        margin-bottom: 0px;
    }

    .wroksparaimgcon {
        width: 50px;
        height: 50px;
    }

    .wroksparaimgcon img {
        height: 23px;
    }

    .wroksparaimgcon::after {
        height: 50px;
        top: 50px;
    }

    .storyaccordianwrp .accordion-item button {
        font-size: 15px;
        padding: 10px;
    }

    .worksserviceswrp {
        height: 94%;
        margin-bottom: -44px;
    }

    .storyheadmaintextcon.faq h1 {
        margin-bottom: 2px;
        font-size: 20px;
        padding: 0;
    }

    .storyfaqWRPcon {
        padding-bottom: 10px;
    }

    .worksWRP .container-md,
    .container-sm,
    .container {
        max-width: 370px;
    }

    .homesearchtextcon.searchcard {
        margin-bottom: -20px;
    }

    .homesearchcardstartingtext {
        padding: 9px 0;
        font-size: 13px;
        border-radius: 13px;
    }

    .homesearchcardtextcon p {
        margin-bottom: 11px;
        font-size: 16px;
        padding-bottom: 12px;
    }

    .homesearchcardbookcon {
        padding-top: 13px;
    }

    /* Home Search Card  */
    /* .HomeSearch Page  */
    .homesearchtextcon h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .homesearchtextconwrp {
        min-height: 250px;
    }

    .poojaservicesmainwrpbtn {
        float: right;
    }

    .homesearchNoResulttextcon h2 {
        font-size: 25px;
        line-height: 30px;
    }

    /* .HomeSearch Page  */
    /* Selena  */
    .homeselenaparatext p {
        width: auto;
        padding: 10px 0;
        padding-bottom: 0;
    }

    .homeupcomewrp {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .poojaservicesmainmarriagetext .input-group {
        /* justify-content: center; */
        /* justify-content: space-evenly; */
        justify-content: left;
    }

    .serviceHead h3 {
        font-size: 18px;
        padding: 8px 0;
        text-align: center;
    }

    .homeholicon {
        width: 145px;
        margin-bottom: 0px;
        height: 150px;
        margin-left: 18px;
    }

    .homeupholitext h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .homeupholitextmarch p {
        font-size: 13px;
        line-height: 16px;
    }

    .homeupcometext p {
        padding-bottom: 0px;
        text-align: center;
        line-height: 28px;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .homepoojacardselenawrp {
        padding: 0px 10px 65px 10px;
    }

    .homeoffertextcon.home h4 {
        margin-bottom: 1px;
    }

    .homeoffertextcon h4 {
        font-size: 22px;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    /* Testinomal  */
    /* Home Number  */
    .homehappynum {
        font-size: 18px;
        line-height: 20px;
    }

    .homehappytext {
        font-size: 14px;
    }

    /* Media  */
    .homefooterbox1 {
        flex-direction: column;
        text-align: center;
    }

    .homefooterbox ul {
        padding-left: 0;
    }

    .homefootericoncon {
        display: flex;
    }

    .homerowWRP {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 0;
    }

    .homepanditconimgwrp {
        margin-bottom: 0px;
        margin-top: 5px;
        margin-left: 0;
    }

    .homepanditconimgRightwrp {
        margin-bottom: 0px;
        margin-top: 5px;
        margin-right: 0;
    }

    .homepanditconimgwrp.home {
        margin-bottom: 15px;
    }

    .homebrowsecon {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .homedisplaysigntext a {
        font-size: 14px;
    }

    .homedisplaysigntext {
        padding-right: 18px;
    }

    .homeTestimonialscon.home {
        margin-bottom: 0px;
        padding: 22px 0;
    }

    /* homeShiiv start  */
    .homepojatext h2 {
        font-size: 22px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .homepojatextpara p {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }

    .homeganeshtextcon {
        margin-bottom: 18px;
    }

    .homeganeshheadwrp {
        padding: 0 30px;
    }

    .homeganeshtexttraditioncon {
        padding-left: 0px;
        margin-left: 0px;
    }

    .homepojatextceleb p {
        margin: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .homepojatexttradition h2 {
        font-size: 20px;
        line-height: 15px;
        margin-bottom: 0;
    }

    /* homeShiiv end  */
    .homeupcomecon {
        box-shadow: 0 0 0;
        width: 100%;
        padding: 16px 0;
    }

    .raiseticketheadwrptext h2 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .raiseticketinviocecon {
        margin-top: 10px;
    }

    .homefooterfollowcon {
        text-align: center;
        font-size: 16px;
        padding: 0 5px;
        margin-bottom: 12px;
    }

    .footersubcribetextcon {
        font-size: 16px;
        width: 220px;
        margin: 0 auto;
        padding: 6px;
        position: relative;
        bottom: 8px;
    }

    .homeganeshheadwrp {
        height: 222px;
    }

    .footerinnerinpwrp {
        margin: 0 12px;
    }

    .homepoojarightcon4 {
        right: 4px;
    }

    .footerinnerinp input {
        padding: 16px 10px;
    }

    .footerinpconbox3 button {
        width: 206px;
        font-size: 16px;
        margin-top: 10px;
        padding: 8px 0;
    }

    .raiseticketheadwrp {
        padding-bottom: 14px;
    }

    .homerowWRP:nth-child(even)>.row {
        flex-direction: column-reverse;
    }

    .homehappyconWRP {
        display: flex;
        flex-wrap: wrap;
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .homehappycon {
        margin: 2px 0;
        padding: 7px 0;
    }

    .homefooterbox ul li a {
        font-size: 16px;
        line-height: 14px;
    }

    .homemarchwrpcon {
        flex-wrap: wrap;
    }

    .homeservicetextParacon p {
        margin-bottom: 18px;
        font-size: 15px;
        width: 300px;
    }

    .homepanditconimgwrp.home {
        margin-bottom: 0px;
    }

    .homeheadimgcon {
        margin-bottom: 10px;
    }

    .homeservicetextcon h2 {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .homeservicetextcon h1 {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .raiseticketbookingrightcon {
        margin-right: 30px;
    }

    .mybookinggethelptext button {
        line-height: 115%;
        font-size: 14px;
    }

    .homesatiyaimgcon {
        height: 61px;
        width: 62px;
        margin: 0 auto;
        padding-top: 0px;
    }

    /* First Pooja Container  */
    .homepoojaleftcon4 {
        border-top: 3px solid #1e2f59;
        left: 1px;
        top: 1%;
        width: 100%;
    }

    .homebrowsewrp.browse {
        margin-bottom: 0;
    }

    .homepoojaleftcon3 {
        top: 2px;
        right: 0px;
        bottom: 0px;
        border-right: 3px solid #1e2f59;
    }

    .homepoojaleftcon2 {
        right: 0px;
        border-bottom: 3px solid #1e2f59;
        left: 1px;
        bottom: -2px;
    }

    .homepoojaleftcon1 {
        top: 2%;
        bottom: -1%;
        border-left: 3px solid #1e2f59;
    }

    .signinnumbersigntextpara p {
        padding: 4px 0;
    }

    /* Second Pooja Container  */
    .homepoojarightcon4 {
        border-top: 3px solid #1e2f59;
        left: 0px;
        top: 1%;
        right: -8px;
    }

    .footernewspapertext h3 {
        font-size: 16px;
        padding: 7px 0;
    }

    .raiseticketinviocecon.feedback {
        text-align: left;
    }

    .bookingfeedbackcon {
        display: block;
    }

    .homepoojarightcon3 {
        top: 1%;
        right: 0px;
        bottom: -1%;
        border-right: 3px solid #1e2f59;
    }

    .homepoojarightcon2 {
        border-bottom: 3px solid #1e2f59;
        left: -2%;
        right: 2px;
        bottom: -2px;
    }

    .mybookingganeshtextcon.feedback {
        margin: 22px 0;
        margin-bottom: 6px;
    }

    .raiseticketpanditdetailsviewallWRP.bookingfeedback {
        padding: 7px 0;
    }

    .homepoojarightcon1 {
        top: 2%;
        bottom: -1%;
        left: 0px;
        border-left: 3px solid #1e2f59;
    }

    .advantagestechucon {
        display: grid;
    }

    .advantagestechuimgcon {
        display: grid;
        margin-bottom: 5px;
        justify-content: center;
    }

    .homeserchcon1 {
        top: 35%;
        right: 0;
        width: 40px;
        height: 40px;
    }

    .homeserchcon2 {
        top: 46%;
        right: 0;
        width: 40px;
        height: 40px;
    }

    .raiseticketbookgeneratertext p {
        line-height: 17px;
    }

    .homeserchcon3 {
        width: 40px;
        height: 40px;
        top: 57%;
        right: 0;
    }

    .homeserchcon4 {
        width: 40px;
        height: 40px;
        top: 68%;
        right: 0;
    }

    .cartganeshpoojaDetailswrp.cart {
        padding-top: 18px;
    }

    .homefooterbox {
        padding: 8px 0;
    }

    .homelogo {
        height: 55px;
    }

    .homemenu {
        height: 22px;
    }

    .raiseticketpackagetext {
        line-height: 24px;
    }

    /* Home Play Page  */
    .homepojatext.play h2 {
        font-size: 25px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .homepojatextpara.play p {
        font-size: 18px;
        width: 200px;
        margin-bottom: 0px;
    }

    .homebrowsewrp.play {
        margin-bottom: 40px;
        font-size: 16px;
        width: 140px;
        margin: 0 auto;
    }

    .homeganeshtextcon.play {
        flex-direction: column;
    }

    .homeshivwrp.play {
        padding: 45px 8px 10px 8px;
    }

    .homefooterbox ul li {
        margin-bottom: 15px;
    }

    .homefooterbox2 {
        display: grid;
        justify-content: center;
        padding: 10px 0px;
        margin-bottom: 12px;
    }

    .pujamarrageheaderwrp.set {
        margin: auto;
    }

    .raisetickettimeslotwrp {
        width: 100%;
    }

    .recentblogcalendardowncon.set h2 {
        line-height: 22px;
        margin: 12px 0;
    }

    .recentblogcalendardowncon.set h1 {
        line-height: 22px;
        margin: 12px 0;
    }

    .raisetickettimeslotcon {
        display: grid;
    }

    .raieticketpaymentwrp {
        display: grid;
    }

    .homeupcometext {
        width: 100%;
        margin-bottom: 2px;
    }

    .raieticketproductcon {
        width: 100%;
    }

    .raiseticketinviocecon {
        text-align: center;
        margin-bottom: 10px;
    }

    .raiseticketheadwrptext.raiseticket h2 {
        text-align: left;
    }

    .ganeshpoojaselectdatewrp {
        display: grid;
        justify-content: center;
    }

    .ganeshpoojaselectdatecon select {
        font-size: 16px;
        padding-right: 104px;
    }

    .cancilbookingheadtext h1 {
        font-size: 20px;
        padding: 7px 0;
        margin-bottom: 15px;
    }

    .cancilbookingpara p {
        font-size: 18px;
    }

    .cancilbookingyesnocon a {
        padding: 10px 65px;
        font-size: 16px;
    }

    .accounthomelocationimgcon.helpdeskform.flex {
        display: block;
    }

    .accounthomelocationimgcon.helpdeskform {
        display: block;
        font-size: 14px;
        line-height: 24px;
    }

    .ganeshpoojaselectdatetext input::placeholder {
        font-size: 16px;
    }

    .helpdexkformbookingpara p {
        line-height: 23px;
    }

    .helpdeskformtickettext {
        font-size: 14px;
    }

    .helpdeskHelpbothimgwrp {
        font-size: 12px;
        display: flex;
    }

    .raiseticketSubmit a {
        font-size: 15px;
        padding: 8px 45px;
    }

    .helpdeskformtextarea h4 {
        padding: 12px 15px;
        font-size: 18px;
    }

    .helpdeskformtextarea textarea {
        min-height: 90px;
        padding: 10px 15px;
    }

    .helpdeskformtextarea textarea {
        padding: 10px 15px;
    }

    .pin2 {
        margin-right: 5px;
    }

    .viewticketattachment {
        margin-top: 10px;
        padding: 5px 10px;
    }

    .helpdeskformuploadcon .raiseticketfilewrp {
        padding: 32px 5px;
    }

    .helpdeskformviewtext {
        font-size: 14px;
    }

    .raiseticketfilewrp {
        margin-bottom: 10px;
        height: 55px;
    }

    .raiseTicketWRp.help {
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

    .helpdesktabconWRP.help {
        padding: 0px 15px 15px 15px;
    }

    .advantagestechuconpara p {
        text-align: center;
        margin: 0;
    }

    .accounthomebox.helpdeskform.pad {
        padding: 15px 15px;
    }

    .helpdeskformviewattachmentcon {
        justify-content: space-evenly;
    }

    .worksmenuimgcon img {
        height: 28px;
        width: 35px;
    }

    .helpdeskformviewattachmentcon {
        max-width: 162px;
    }

    .accounthomebox.helpdeskform {
        padding: 7px 5px;
    }

    .helpdeskformredsatiyacon {
        margin-right: 6px;
    }

    .myreferralWRP .container {
        max-width: 500px;
    }

    .accountasdedsharetext {
        font-size: 16px;
    }

    .accountasdedsharetext.myreferral span img {
        height: 18px;
    }

    .accountshareimgcon.myreferral {
        padding: 7.2px 14px;
    }

    .accountasdedsharetext.myreferral {
        padding: 10px 20px 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 200px;
    }

    .accountshareimgcon.myreferral img {
        height: 18px;
    }

    .accountrefertextcon h2 {
        font-size: 18px;
        margin: 0;
    }

    .myrefferalstatuscon h2 {
        font-size: 18px;
        padding-bottom: 3px;
    }

    .myrefferaltablewrp td {
        font-size: 13px;
    }

    .myrefferaltablewrp th {
        font-size: 12px;
    }

    .myreferralearnprofitcon a {
        font-size: 16px;
    }

    .worksserviceslinkcon ul li a {
        font-size: 14px;
        margin-bottom: 18px;
        padding: 0;
    }

    .myrefferaltablewrp {
        padding: 8px 12px;
    }

    .accountreferpara p {
        line-height: 19px;
    }

    .accountreferearnwrp.myrefferal {
        padding: 21px 17px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .myreferralearnprofitcon {
        margin-bottom: 7px;
    }

    .eventbtnst {
        margin: 20px 0;
    }

    .myrefferaltablewrp {
        margin-bottom: 20px;
    }

    .conditionunderstandingwrp {
        padding: 20px;
    }

    .conditionunderstandingwrp {
        padding-bottom: 0px;
    }

    .storysummarylinktxetcon h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .pujamarrageheaderwrp.set {
        margin: 0 11px;
    }

    .storydatecon button {
        font-size: 14px;
    }

    .accounthomeboxtext {
        font-size: 14px;
    }

    .raiseticketmainWRP {
        margin-bottom: 26px;
        padding: 3px 14px;
    }

    .raiseticketinclusionswrp {
        padding-top: 14px;
    }

    .storydatecon button.active::after {
        top: 18.7px;
        right: -4.5px;
        height: 7px;
        width: 7px;
    }

    .recentblogheadtextcon h4 {
        font-size: 18px;
        margin-bottom: 2px;
        margin-top: 10px;
    }

    .accounthomebox {
        margin-bottom: 5px;
    }

    .storyjournytext h3 {
        font-size: 20px;
        margin: 0;
        padding: 8px 0;
        padding-bottom: 3px;
    }

    .storydatecon button:before {
        right: -9px;
        width: 16px;
        height: 16px;
        top: 14px;
    }

    .recentblogpara.story p {
        margin-bottom: 6px;
        padding-top: 0;
    }

    .worksserviceslinkcon.upchar ul {
        padding: 0;
    }

    .recentblognextconwrp {
        margin-top: 9px;
    }

    .worksserviceslinkcon.upchar ul li a {
        margin-bottom: 57px;
    }

    .serviesListGroup {
        padding: 7px 0px;
    }

    .srvLstBody {
        padding: 8px;
    }

    .signinnumbercon {
        padding: 0 14px;
    }

    .pujamarrageheaderwrp {
        padding: 18px 0;
    }

    .workpujaheadtext h2 {
        font-size: 16px;
        text-align: center;
        padding: 1px 0;
    }

    .wroksparaimgcon.upchar {
        width: 43px;
        height: 43px;
        margin-bottom: 18px;
    }

    .wroksparaimgcon img {
        height: 20px;
    }

    .wroksparaimgcon.upchar::after {
        height: 40px;
        top: 43px;
    }

    .upcharfolklorparaconwrp {
        display: block;
    }

    .workpujaheadtext {
        margin-bottom: 12px;
    }

    .storyheadmaintextcon.advanatge h1 {
        padding: 9px 0;
        font-size: 20px;
    }

    .ganeshpoojaselectdatetext.setcal button {
        position: absolute;
        right: 10px;
    }

    .advantagepremiumcon a {
        padding: 14px 0;
        padding-top: 27px;
        min-height: 127px;
        width: 66%;
        margin-bottom: 20px;
    }

    .homeyogiImgcon {
        margin: 0 auto 10px;
    }

    .advantagelorempara p {
        font-size: 14px;
    }

    .worksserviceslinkcon.upchar {
        margin-bottom: -16px;
    }

    .upcharfolklorparacon p {
        font-size: 16px;
        padding: 0px 10px 0px 10px;
        margin: 0;
    }

    .advantagestechucon {
        display: block;
    }

    .advantagestechuimgcon img {
        height: 80px;
        margin-bottom: 0px;
        max-width: 200px;
        padding-right: 0px;
        margin: 0 auto;
    }

    .advantagestechuimgcon {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .advantagelorempara {
        border-radius: 12px;
        padding: 13px 18px;
    }

    .ganeshpoojaimgcon.serManiAMWR {
        height: 275px;
    }

    .advantagepriemuimtext {
        font-size: 16px;
    }

    .advantagestechucon {
        padding: 16px 0px;
    }

    .footerinnerinp.setpath {
        margin-right: 4px;
    }

    .smallTicket-buttons ul li button#noanim-tab-example-tab-open {
        padding: 4px 0;
    }

    .smallTicket-buttons ul li button#noanim-tab-example-tab-closed {
        padding: 4px 0;
    }

    .advantagepremiumcon img {
        margin-bottom: 8px;
        height: 42px;
    }

    .accountheadtextcon h1 {
        font-size: 20px;
        padding: 7px 0;
    }

    .accounymyprofiletext h2 {
        font-size: 18px;
        margin: 3px;
    }

    .accounymyprofilecon {
        padding: 0;
    }

    .accountprofilemainimg {
        padding: 11px 0;
        padding-bottom: 2px;
        width: 100%;
    }

    .worksfaqwrp {
        padding-left: 0;
    }

    .accountprofileminiImg {
        top: 69%;
        right: 0px;
        width: 20px;
        height: 20px;
    }

    .accountprofileminiImg img {
        height: 10px;
    }

    .signinnumbercodetext {
        font-size: 12px;
        text-align: left;
    }

    .accountinpcon .signinnumbercodetext {
        padding: 0;
    }

    .accountnumtext h2 {
        font-size: 32px;
        margin-bottom: -6px;
    }

    .homeselenatext p {
        margin: 8px 0;
        margin-bottom: 0;
    }

    .homeTestimonialscon {
        margin-bottom: 14px;
    }

    .accountOpentickettext h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .accountALLtickettext a {
        font-size: 16px;
        margin-bottom: 0;
    }

    .envtSelect.pojdate input::placeholder {
        font-size: 18px !important;
    }

    .accountopenticketcon {
        padding: 6px 0;
        padding-top: 0;
    }

    .accountALLtickettext {
        margin-bottom: 26px;
    }

    .homeinfosubmitcon.contactus {
        max-width: 180px;
        width: 100%;
        margin: 0 auto;
        top: 1px;
    }

    .storyjourneymaincon {
        padding: 0;
    }

    .formformiksavecon button {
        width: 50%;
        padding: 8px;
        font-size: 15px;
    }

    .homeshivwrp ul li {
        width: 44px;
        height: 44px;
    }

    .homeinfosubmittext {
        font-size: 14px;
    }

    .homenotiinputCon {
        width: 244px;
        height: auto;
        padding: 0px 12px;
        padding-bottom: 10px;
    }

    .homeinfosubmitcon {
        width: 114px;
        margin-top: 8px;
    }

    .slideerWrp .slick-prev {
        /* left: 0px !important; */
    }

    .slideerWrp .slick-prev:before {
        font-size: 26px;
    }

    .slideerWrp .slick-next:before {
        font-size: 26px;
    }

    .slideerWrp .slick-next {
        /* right: 0px !important; */
    }

    .slideerWrp .slick-next {
        /* top: 46%; */
    }

    .homeTestimonialswrp .slick-prev:before {
        font-size: 26px;
    }

    .homeTestimonialswrp .slick-next {
        /* top: 48%; */
    }

    .homeTestimonialswrp .slick-next:before {
        font-size: 26px;
    }

    .homeTestimonialswrp .slick-prev {
        /* left: 0px !important; */
    }

    .homeTestimonialswrp .slick-next {
        /* right: 0px !important; */
    }

    .helpdesk_previmage>div {
        margin-left: 0;
    }

    .helpdexkformbookingcon {
        display: grid;
    }

    .homeganeshtextconbox1 {
        padding-top: 0px;
    }

    .homeinfosubmitcon.number {
        width: 205px;
        margin: 0 auto;
        margin-top: 4px;
    }

    .homenoticallbackcon {
        margin: 8px 0;
        font-size: 14px;
    }

    .homeinptabWRP.schedule {
        margin-bottom: 5px;
    }

    .homeinfosubmitcon button {
        padding: 5px 0;
        margin-top: 4px;
    }

    .raiseticketmainheadtextcon-notification h1 {
        font-size: 22px;
        padding: 8px 0;
    }

    .notification div h4 {
        font-size: 18px;
    }

    .homenotiinputwrp input {
        padding: 7px 44px 8px 15px;
    }

    .accountopentext {
        font-size: 16px;
        padding: 6px;
        width: 50%;
        margin-left: 0;
    }

    .upchardisclaimertextcon {
        margin-bottom: 14px;
    }

    .accountaddressWRP {
        padding: 4px 0px 2px 0px;
    }

    .accountpencildeleteimgcon img {
        margin: 0px 6px;
        height: 14px;
    }

    .accounthomelocationimgcon {
        font-size: 13px;
    }

    .accounthomelocationimgcon span {
        font-size: 13px;
    }

    .serviesListWrp {
        padding-bottom: 3px;
    }

    .accountclosetext {
        font-size: 16px;
        padding: 6px;
        margin-right: 0;
        width: 50%;
    }

    .accountaddnewAddresscon a {
        font-size: 16px;
        padding: 5px;
    }

    .accounthomedefaultcon {
        margin-bottom: 10px;
        padding: 10px 20px;
    }

    .envtSelect.pojdate .css-1u3bzj6-MuiFormControl-root-MuiTextField-root input {
        margin-top: 0 !important;
    }

    .accountprofileWRP {
        margin-bottom: 20px;
        padding: 12px 18px;
        padding-top: 3px;
    }

    .accountopenticketconbox {
        margin-bottom: 15px;
    }

    .accountrefersharewrp {
        display: grid;
    }

    .accountrefersharewrpcon {
        margin: 7px 0;
    }

    .accountreferearnwrp {
        padding: 10px 18px;
        margin-bottom: 24px;
    }

    .accountseeallrefercon a {
        font-size: 16px;
    }

    .accountshareimgcon.account {
        padding: 4.8px 9px;
        height: 20px;
    }

    .storymantracon p {
        padding: 7px 10px;
    }

    .accounymyprofiletext.save img {
        height: 10px;
    }

    .accountsavewrP a {
        padding: 8px 0;
        font-size: 16px;
    }

    .signinnumbercon img {
        max-width: 240px;
    }

    .accountsavewrP {
        margin-bottom: 14px;
    }

    .homeoffertextcon.testiMonial h4 {
        margin-bottom: 3px;
        margin-top: 12px;
        font-size: 25px;
    }

    .recentblogsharecon {
        margin-bottom: 0px;
    }

    .cartgrandtotalcon.bortm {
        padding-bottom: 2px;
    }

    .accountshareimgcon {
        padding: 6.1px 14px;
    }

    .accountinpcon input {
        margin-bottom: 8px;
        padding-bottom: 0px;
        font-size: 13px;
    }

    .accountinpcon .form-floating input {
        padding-bottom: 0px;
        margin-bottom: 6px;
    }

    .formformiksavecon a button {
        font-size: 15px;
        line-height: 37px;
        padding: 0px;
        border-radius: 15px;
    }

    .formformiksavecon {
        text-align: center;
    }

    .formformiknavcon {
        padding: 7px 20px;
    }

    .formaddresscon h1 {
        font-size: 20px;
        margin: 0;
    }

    .accountinpcon .form-floating {
        font-size: 15px;
    }

    .accountinpcon select {
        font-size: 13px;
    }

    .storydatecon {
        width: 100%;
        margin: 0 auto;
    }

    input::-webkit-input-placeholder {
        font-size: 13px;
        line-height: 3;
    }

    .inputIcons.verify,
    .inputIcons.verified {
        right: -8px;
        font-weight: 500;
        top: 13px;
    }

    .inputIcons.verified {
        right: 8px;
        top: 16px;
    }

    .signinNumberinpcon input {
        height: 40px;
    }

    .ganeshpoojaradioPaycon label input {
        margin-right: 12px;
    }

    .inputIcons.inputEdit {
        right: 0px;
        top: 37px;
    }

    .poojaservepoojatextcon.pujamarrage h3 {
        display: block;
        text-align: center;
        margin-bottom: 12px;
    }

    .poojaservepoojatextcon.pujamarrage h1 {
        display: block;
        text-align: center;
        margin-bottom: 12px;
    }

    .similrOfferWrp .homesearchcardbookcon a {
        margin-top: 0px;
    }

    .cartjaipurpara.checkout p {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .cartheadtextwrp.cart {
        padding-top: 8px;
        padding-bottom: 0px;
    }

    .helpdeskformuploadcon .form-control {
        padding: 15px 5px;
    }

    .pujmarriagemenutextwrp h3 {
        font-size: 16px;
        text-align: center;
        padding: 8px;
    }

    .pujamarriageimggallWRP {
        justify-content: center;
    }

    .serviesList {
        padding-top: 10px;
        margin-bottom: 6px;
    }

    .srvLstBody ul li a {
        padding: 5px 0;
    }

    .pujamarriageaccordianbuttoncon button {
        font-size: 14px;
        padding: 8px 48px;
    }

    .accountasdedsharetext.myreferral.ref {
        min-width: 210px;
        padding: 12.2px 10px 10px 15px;
    }

    .worksmenuimgcon.downwork {
        padding: 1px;
    }

    .pujamarriageimggallwrp {
        padding-left: 0;
    }

    .upcharfolklorimgcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ganeshpoojaselectdatecon.datepicker {
        height: 40px;
        margin-bottom: 7px;
    }

    .homesearchcardbox.pujamarrage.one {
        margin-top: 0px;
    }

    .ganeshpoojaselectdatecon.datepicker input {
        padding: 8px 10px;
    }

    .homesearchcardbox.pujamarrage.last {
        margin-bottom: 25px;
    }

    .pujamarragecardtop {
        margin-top: 15px;
    }

    .pujamarraigeimgcon img {
        height: 42px;
    }

    .blogimgMainWRP {
        height: 170px;
    }

    .blognotfund p {
        font-size: 25px;
        padding: 20px;
        font-weight: 700;
        text-align: center;
    }

    /* Ganesh pooja  */
    .ganeshpoojaselectdatetext {
        font-size: 16px;
        padding: 0;
    }

    .pujamarragetop {
        margin-bottom: 16px;
    }

    .tabContent {
        width: 250px;
        padding: 0;
    }

    .raiseticketinclusiontext.ganesh {
        font-size: 16px;
        line-height: 20px;
    }

    .raiseticketinclusioncon.ganesh {
        padding: 1px 15px;
    }

    .blogroundallcon .row.aos-init.aos-animate {
        justify-content: center;
    }

    .poojaganeshbreadcumbsparacon {
        margin-top: 15px;
        margin-bottom: 3px;
    }

    .homeinfosubmittext button {
        margin-top: 0;
    }

    .poojaganeshvenetdetailswrp {
        padding-top: 18px;
        padding-bottom: 0px;
    }

    .storydatecon .nav .nav-link {
        width: 100%;
        margin-top: 72px;
        margin-bottom: 51px;
    }

    .homeTestimonialswrp .slick-slider .SlidItem {
        max-width: calc(100% - 10px);
    }

    .homerowWRPmain {
        padding-bottom: 25px;
    }

    .poojaganeshsimilartext {
        padding: 0 10px;
        margin-bottom: 11px;
    }

    .homesearchcardtextcon h5 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .homesearchcardstartingtext.ganeshpooja {
        max-width: 155px;
        font-size: 13px;
        line-height: 17px;
        margin-right: 0;
        padding: 7px 7px;
    }

    .fade.modalCountrySelect.modal.show {
        padding-left: 0;
    }

    .servLstHead img {
        height: 42px;
    }

    .homenotiinput {
        height: auto;
    }

    .homesearchcardtextcon.ganeshpooja a {
        font-size: 14px;
        padding: 9px 16px;
        width: 150px;
    }

    .worksdownloadcon h2 {
        line-height: 15px;
        font-size: 20px;
        text-align: center;
        position: relative;
        bottom: 5px;
    }

    .table-responsive-sm table tbody tr {
        margin-top: 14px;
    }

    .homesearchcardtextcon.ganeshpooja p {
        padding: 8px 0;
        padding-top: 3px;
        margin-bottom: 3px;
    }

    .poojaganeshsimilarwrp {
        padding-top: 2px;
        padding-bottom: 3px;
    }

    .ganeshpoojaNotecon p {
        font-size: 14px;
        margin: 16px 0;
        line-height: 18px;
    }

    .poojaganesgpayNowthousand {
        font-size: 16px;
    }

    .homesearchcardbox.ganeshpooja {
        margin-top: -3px;
    }

    .ganeshpoojaheadtextcon h2 {
        font-size: 22px;
        padding: 2px;
        margin: 0;
    }

    .ganeshpoojaheadtextcon h1 {
        font-size: 22px;
        padding: 2px;
        margin: 0;
    }

    .ganeshpoojaselectdatetext input {
        padding: 0 12px;
    }

    .raiseticketinclusionconul.ganesh ul li {
        font-size: 14px;
    }

    .blogcardboxcon .card-body {
        padding: 0 10px 8px 10px;
    }

    .raiseticketinclusioncon.ganesh p {
        font-size: 14px;
    }

    .formformikinpcon .form-select {
        font-size: 13px;
        padding-left: 10px;
    }

    .cancilbookingyesnoconcancle button {
        padding: 8px 35px;
    }

    .poojaganeshloremocon p {
        font-size: 14px;
        padding: 9px;
        margin-bottom: 0px;
        line-height: 18px;
    }

    .ganeshpoojaimgcon img {
        height: 192px;
    }

    .ganeshpoojatabswrp ul li {
        margin-right: 0;
    }

    .raiseticketCON {
        padding: 6px 20px;
    }

    .poojaganeshloremocon {
        padding: 2px 0;
    }

    .storydatecon::before {
        top: 80px;
        height: 428px;
        left: 81px;
    }

    .blogcardbodycon.blog {
        padding-bottom: 12px;
    }

    .storydatecon button.active::after,
    .storydatecon .tablLink.active:after {
        right: 0px;
        top: -24px;
        left: 41px;
    }

    .storydatecon button:before,
    .storydatecon .tablLink:before {
        top: -29px;
        left: 36px;
    }

    .myrefferaltablewrpcon table tbody td {
        line-height: 121%;
    }

    .storydatecon .nav-item {
        width: 107px;
    }

    .raiseticketheadwrptext {
        padding-top: 15px;
    }

    .ganeshpoojatabswrp ul li button {
        font-size: 16px;
        padding: 4px 20px;
    }

    .homesearchcardbox.pujamarrage .card-body {
        padding: 0 12px;
        padding-bottom: 12px;
    }

    .ganeshpoojapackagetxetcon p {
        font-size: 16px;
        padding: 8px 0;
    }

    .ganeshpoojaselectdatecon.padset {
        padding: 10px 15px;
        padding-right: 20px;
    }

    .ganeshpoojanumtextcon h2 {
        font-size: 24px;
    }

    .poojaserveinputcon.blog input {
        padding: 21px 30px;
    }

    .resudelconfirmcon {
        justify-content: center;
        align-items: center;
    }

    .cancilbookingyesnocon button {
        padding: 8px 35px;
        margin-right: 0;
    }

    .custompoojaservepoojatextcon h3 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .custompoojaservepoojatextcon h1 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .blogcardbodycon.blog h5 {
        margin-bottom: 4px;
        padding-right: 4px;
    }

    .ganeshpoojapricetext p {
        margin: 3px;
    }

    .ganeshpoojadelevarytext p {
        line-height: 19px;
        margin-bottom: 3px;
    }

    .ganeshpoojafruittext h5 {
        font-size: 16px;
    }

    .ganeshpoojatabswrp ul li .nav-link.active {
        font-size: 15px;
    }

    .ganeshpoojatabswrp ul li {
        margin-left: 14px;
        border: 0;
    }

    .ganeshpoojabookingwrp {
        padding: 3px 0;
        margin-bottom: 10px;
    }

    .ganeshpoojaAddCartcon {
        font-size: 14px;
        padding: 6px 0;
        width: 60%;
        margin: 0 auto;
    }

    .ganeshpoojafruitswrp {
        padding: 14px 9px;
        padding-bottom: 12px;
    }

    .ganeshpoojaaddOneswrp p {
        font-size: 16px;
        padding: 9px 0;
    }

    .ganeshpoojaselectdatecon {
        margin-bottom: 18px;
        width: 100%;
        padding: 10px 7px;
    }

    .ganeshpoojapricetextwrp {
        padding: 12px 0;
    }

    .poojaganesgpayNowwrp {
        padding: 0px 10px;
        margin: 17px 0;
    }

    .ganeshpoojaradioPaycon label {
        font-size: 16px;
    }

    .poojaganeshflowercon {
        /* display: grid; */
        /* text-align: center; */
        padding: 10px;
    }

    .selectcoutrycon {
        margin-bottom: 6px;
    }

    .formformikinpcon.address select {
        font-size: 12px;
    }

    .formformikinpcon.address input {
        font-size: 12px;
    }

    .modalCountrySelect .modal-body {
        padding: 11px 20px;
    }

    .menuslidecon ul li a {
        display: flex;
    }

    .poojaganeshflowertext.mx {
        max-width: 200px;
        text-align: left !important;
    }

    .selectcountryheadtext h2 {
        margin-bottom: 10px;
        font-size: 22px;
        padding-bottom: 9px;
    }

    .mybookingganeshimgcon img {
        margin-right: 0;
    }

    .submitBtn button {
        padding: 3px;
        margin: 6px 0;
        margin-bottom: 10px;
    }

    .poojaganeshflowertext {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 0px;
    }

    .ganeshpoojafruittextpara p {
        margin: 3px 0;
        padding-right: 92px;
    }

    .ganeshpoojatabswrp {
        margin-top: 0;
    }

    .poojaganesheventdetailscon {
        padding: 8px 0;
        font-size: 14px;
        width: 123px;
        margin-bottom: 35px;
    }

    .poojaganeshsimilartext h2 {
        text-align: center;
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 11px;
    }

    .poojaganesgpayNowthousand {
        font-size: 14px;
    }

    .ganeshpoojaAddCartwrp.cart {
        margin-bottom: 16px;
    }

    .cartheadtextwrp .fa {
        font-size: 18px;
    }

    .cartheadtextcon h1 {
        font-size: 20px;
        padding: 7px 0;
    }

    .cartganeshpoojatext h5 {
        font-size: 15px;
    }

    .cartSamagriescon p {
        font-size: 13px;
        margin-bottom: 5x;
    }

    .cartjaipurtext h5 {
        font-size: 14px;
    }

    .cartthouandcon h5 {
        font-size: 13px;
    }

    .ganeshpoojaimgcon {
        padding-bottom: 20px;
    }

    .cartjaipurpara p {
        font-size: 12px;
        padding-left: 0px;
    }

    .cartlocationjaipurcon a {
        padding-left: 0px;
    }

    .cartlocationjaipurcon img {
        height: 16px;
    }

    .cartpackageHourcon img {
        height: 12px;
    }

    .condtionWRP {
        padding: 15px 20px;
        padding-bottom: 2px;
    }

    .cartganeshpoojaDetailswrp {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .cartpackageHourtext p {
        font-size: 12px;
    }

    .evntGrioup select {
        height: 45px;
    }

    .custom_delte_btn {
        height: 45px;
    }

    .storycon .row .col-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .storycon .row .col-7 {
        padding-left: 0;
    }

    .ganeshpoojabookingwrp.cart {
        margin-bottom: 12px;
    }

    .cartitemgroup {
        font-size: 16px;
    }

    .cartgrandtotalthosandtext p {
        font-size: 14px;
    }

    .recentblogpara.story {
        position: relative;
        right: 20px;
    }

    .cartparticularcon h5 {
        font-size: 14px;
    }

    .ganeshpoojabookingtext h4 {
        font-size: 16px;
    }

    .cartparticularwrp {
        padding-top: 0;
    }

    .cartheadtextcon.cart h1 {
        padding: 0px 0;
        padding-bottom: 0;
        font-size: 18px;
    }

    .cartquantitywrp {
        padding: 0;
    }

    .cartsummarypoojaservicecon p {
        font-size: 13px;
    }

    .ganeshpoojaradioPaycon label {
        font-size: 14px;
    }

    .ganeshpoojaradioPaycon.cart label input {
        margin-left: 2px;
    }

    .ganeshpoojaNotecon.cart p {
        font-size: 13px;
        margin-bottom: 0px;
        line-height: 18px;
    }

    .blogcardboxcon .card {
        margin-bottom: 6px;
        min-height: 310px;
    }

    .cartpoojaitemscon ul li {
        font-size: 13px;
    }

    .cartheadtextwrp {
        justify-content: center;
        padding: 0px;
    }

    .cartitemsfruits {}

    .cartitemsfruits {
        padding-left: 20px;
    }

    .cartitemsfruits p {
        width: 60px;
    }

    .cartfruitstext p {
        font-size: 13px;
    }

    .cartpackagecontextcon h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cartlocationWRP {
        padding: 7px 15px;
    }

    .cartsummarypoojaservicewrp {
        padding: 10px 0;
    }

    .cartlocationjaipurcon {
        display: grid;
        justify-content: center;
        text-align: center;
        align-items: center;
        line-height: 0;
    }

    .checkbtnst a {
        font-size: 18px;
    }

    .formformikinpcon input {
        font-size: 13px;
    }

    .slick_img2 {
        width: 100%;
    }

    .cartordersummaryWRP {
        padding: 3px 0;
    }

    .cartheadtextcon.checkout h1 {
        font-size: 20px;
        padding: 7px 0;
        line-height: 35px;
    }

    .checkoutpencilimgcon img {
        height: 14px;
    }

    .cartganeshpoojacon {
        padding: 10px 14px;
    }

    .checkoutpersonalwrp {
        display: block;
        text-align: center;
    }

    .cartlocationjaipurconWRP.checkout {
        padding-right: 0;
    }

    .cartgrandtotalcon {
        padding: 4px 16px;
    }

    .worksparaMainWrp {
        padding-top: 6px;
    }

    .cartlocationjaipurcon.checkout {
        display: flex;
    }

    .checkoutdeleteimgcon img {
        height: 18px;
    }

    .worksmenuimgcon.downwork img {
        width: 141px;
    }

    .checkoutadddetailscon {
        padding: 8px 0;
    }

    .worksparawrp {
        margin-bottom: 13px;
    }

    .checkoutadddetailstext {
        font-size: 13px;
        padding-right: 6px;
    }

    .checkoutadddetailstext img {
        height: 10px;
    }

    .storydatecon .nav::before {
        height: 265px;
        right: 18px;
        top: 24px;
    }

    .storyaccordianwrp .accordion-item {
        margin-bottom: 10px;
    }

    .worksdownbackcon.active {
        padding: 8px 48px;
    }

    .worksserviceslinkcon ul li span {
        font-size: 15px;
        width: 90%;
    }

    .homesearchtextcon.searchcard.search h2 {
        margin-bottom: -3px;
        text-align: center;
        padding-top: 10px;
    }

    .homesearchcardtextcon.marrage p {
        padding-bottom: 12px;
    }

    .homesearchcardtextcon.marrage h5 {
        line-height: 22px;
        margin-bottom: 0;
        font-size: 22px;
    }

    .homeoffertextparacon p {
        margin-bottom: 18px;
        margin-left: 10px;
    }

    .homeTestimonialscon {
        padding: 15px 10px 15px 10px;
        /* max-width: 400px; */
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .storydatecon .nav .nav-link.active {
        transform: rotate(90deg);
    }

    .ganeshpoojaradioPaycon label .form-check-input:checked::before {
        width: 8px !important;
        height: 8px !important;
    }

    .ganeshpoojatabswrp ul.listingIncl li {
        width: 100%;
        display: list-item;
        margin-left: 20px;
    }

    .poojaganeshloremocon h2 {
        margin-left: 10px;
    }

    .homesearchcardtextcon p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 68px;
    }

    .custompadding {
        padding: 20px;
        width: 94%;
        margin: 10px;
    }

    .customservicecardtextcon {
        padding-bottom: 14px;
        border-bottom: 1px solid #c4c4c4;
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }

    .customservicecardtextcon .card-text {
        width: 100% !important;
        text-align: center;
        margin-right: 0;
    }

    .customcreatenow a {
        margin: 0 auto;
    }

    .customcreatenow {
        width: 100% !important;
    }

    .customhomesearchcardtextcon p {
        text-decoration: none !important;
        width: 235px !important;
    }

    .ganeshpoojaradioPaycon {
        padding-right: 0px;
    }

    .ganeshpoojatabswrp .nav.nav-tabs {
        position: static;
        top: 0;
        border: 0;
    }

    .ganeshpoojatabswrp ul li {
        margin-left: 0;
        border: 0;
        margin-right: 5px;
    }

    .servicecardtextcon>div {
        height: 68px;
    }

    .poojaserveinputcon.pujamarrage input {
        padding: 20px;
    }

    .helpdeskHelpbothimgconticket a {
        margin: auto;
        margin-left: 20px;
    }

    .helpdeskHelpbothimgcon.btn {
        height: auto !important;
        padding: 0;
        margin-bottom: 0;
    }

    .helpdeskHelpbothimgcon.btn button {
        height: 40px;
        width: 40px;
    }

    .helpdeskHelpbothimgconticket a {
        height: 40px;
        width: 40px;
    }

    .blogroundallcon .slick-slider .slick-prev,
    .blogroundallcon .slick-slider .slick-next {
        top: calc(50% - 10px);
        width: 30px;
        height: 30px;
    }

    .blogroundallcon .slick-slider .slick-prev {
        left: 18px;
    }

    .blogroundallcon .slick-slider .slick-next {
        right: 18px;
    }

    .selectcountryimgcon {
        padding: 2px;
        width: 90px;
    }

    .selectcountryimgbox img {
        padding: 6px 6px;
        height: 80px;
        object-fit: cover;
    }

    .selectimgtextcon,
    .selectcountryimgcon input:checked~.selectcountryimgbox .selectimgtextcon {
        font-size: 14px;
    }

    .homeholicon {
        width: 130px;
        margin-bottom: 0px;
        height: 130px;
        padding: 10px;
        margin: 0;
    }

    .homeholicon a {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 360px) {

    .cartaddonesitemscon {
        flex-direction: column;
    }

    .cartfruitstextconbox {
        width: 100%;
    }
}


.bg-pinkish {
    background: #ff0100 !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), inset -4px -4px 4px rgba(0, 0, 0, .25);
    border: 0 !important;
    color: white;
}

.ganeshpoojadesctextcon span p span {
    font-size: 25px;
    font-weight: 700;
}


@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .pujamarragetop {
        max-height: 900px;
        overflow-y: auto;
    }
}

/* @media only screen and (min-width: 1025px) and (max-width: 1366px){
    ._scroolover-low{
        max-height: 450px;
        overflow-y: auto;
    }
} */

.book_pandit {
    display: block;
}

.book_pandit {
    width: auto;
    position: fixed;
    top: 40%;
    z-index: 9999;
    right: 0;
    transform: translateY(-50%);
    transform: rotate(180deg);
    writing-mode: tb;
}

.book_pandit a {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 12px 4px;
    transition: .3s;
    color: #fff;
}

.pandit_icon {
    background-color: #ff0100 !important;
}

/* new css end here */