*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    height: 100%;
    width: 100%;
    -webkit-overflow-style: scrollbar;
    -khtml-overflow-style: scrollbar;
    -moz-overflow-style: scrollbar;
    -ms-overflow-style: scrollbar;
    -o-overflow-style: scrollbar;
    overflow: scrollbar;
}

body {
    overflow-x: hidden;
}

body p {
    line-height: 28px;
}

body,
body p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-family: var(--secondary-fonts);
    color: var(--content-color);
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: inherit;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body p+p {
    margin: 15px 0px 0px 0px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-style: normal;
    word-spacing: 0px;
    text-transform: inherit;
    padding: 0;
    font-weight: 600;
    margin: 15px 0px 10px 0px;
    font-family: var(--primary-fonts);
    color: var(--heading-color);
}

body h1 {
    font-size: 54px;
    line-height: 68px;
}

body h2 {
    font-size: 44px;
    line-height: 54px;
}

body h3 {
    font-size: 44px;
    line-height: 54px;
}

body h4 {
    font-size: 28px;
    line-height: 130%;
}

body h5 {
    font-size: 24px;
    line-height: 130%;
}

body h6 {
    font-size: 20px;
    line-height: 130%;
}

body ul {
    margin: 0;
    padding: 0;
}

body #wrapper {
    background-color: #191c21;
    background-repeat: repeat;
    background-position: center top;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    width: 100%;
}

body img {
    max-width: 100%;
}

.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: 1250px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.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%;
}

@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%;
    }
}

@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%;
    }
}

@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-offset-2 {
        margin-left: 16.66%;
    }

    .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%;
    }
}

@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%;
    }
}

.btn {
    border-radius: 5px;
    padding: 23px 40px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.btn-md {
    padding: 18px 40px;
    font-size: 16px;
    line-height: 20px;
}

.btn-sm {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
}

.btn-xs {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn-primary-outline {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-secondary {
    background-color: var(--heading-color);
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary-outline:hover,
.btn-secondary:hover {
    box-shadow: 0 14px 26px -12px rgb(0 122 255 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 122 255 / 42%);
}

.sectionGapPadding {
    padding: 100px 0;
}

@media (max-width: 1440.98px) {
    .sectionGapPadding {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {
    .sectionGapPadding {
        padding: 50px 0;
    }
}

.noTopPadding {
    padding-top: 0px;
}

.titleSc {
    text-align: center;
    margin-bottom: 50px;
}

.titleSc .mainTitle {
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
}

.titleSc .mainTitle:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 12px;
    border-bottom: 4px solid var(--primary-color);
    width: 34px;
}

.titleSc.noLine .mainTitle:before {
    display: none;
}

.titleSc.noLine .mainTitle {
    margin-bottom: 15px;
}

.titleSc.titleLeft {
    text-align: left;
}

.titleSc.titleLeft .mainTitle:before {
    left: 0;
    transform: translate(0);
}

@media (max-width: 1440.98px) {
    .titleSc .mainTitle {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 991.98px) {
    .titleSc {
        margin-bottom: 30px;
    }

    .titleSc .mainTitle {
        margin-bottom: 15px;
    }

    br {
        display: none;
    }
}

@media (max-width: 797.98px) {
    .titleSc .mainTitle {
        font-size: 26px;
        line-height: 40px;
    }
}

@media (max-width: 575.98px) {
    .titleSc .mainTitle {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 991.99px) {
    .row.row-align-center-lg {
        align-items: center;
    }
}

.font-white {
    color: #ffffff !important;
}

.icnCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-primary {
    color: var(--primary-color);
}

.text-center {
    text-align: center;
}

.homeBannerMain {
    padding: 180px 0 50px;
    background-image: url(https://cdn.mooninvoice.com/image/images/home-banner-bg.svg);
    background-size: cover;
    overflow: hidden;
}

.homeBannerMain .container>.row {
    margin-right: calc(-50vw + 50% + 0px);
}

.homeBannerMain .container>.row>[class*="col-"]:last-child {
    padding-right: 0px;
}

.homeBannerMain .homeImgSc img {
    width: 100%;
}

.homeBannerCntSc .homeSbTtl {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--primary-color);
    font-family: var(--secondary-fonts);
}

.homeBannerCntSc .homeMnTtl {
    margin: 15px 0 20px;
    font-size: 54px;
    line-height: 68px;
}

.homeBannerCntSc .homeMnTtl .underline {
    position: relative;
}

.homeBannerCntSc .homeMnTtl .underline:before {
    background-image: url(https://cdn.mooninvoice.com/image/images/level-up-line.svg);
    background-repeat: no-repeat;
    background-position: 0px 40px;
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    bottom: -15px;
}

.homeBannerCntSc p:not(.homeSbTtl) {
    max-width: 500px;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px;
}

.homeBannerCntSc .btn-sc {
    margin: 0px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.homeBannerCntSc .btn-sc .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: var(--heading-color);
    font-size: 15px;
    line-height: 19px;
    position: relative;
}

.homeBannerCntSc .btn-sc .btn-info:before {
    content: "";
    background-image: url(https://cdn.mooninvoice.com/image/images/back-arrow.svg);
    height: 60px;
    width: 42px;
    background-size: cover;
    position: absolute;
    right: 8px;
    bottom: 2px;
}

.homeBannerCntSc .btn-sc .btn-info img {
    margin-right: 5px;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -moz-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    -o-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate3d(-100px, 0, 0)
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -moz-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    -o-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate3d(100px, 0, 0);
}

@media (max-width: 1450.98px) {
    .homeBannerMain {
        padding: 110px 0 30px;
    }

    .homeBannerCntSc .homeMnTtl {
        font-size: 40px;
        line-height: 54px;
    }

    .homeBannerCntSc p:not(.homeSbTtl) {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199.98px) {
    .homeBannerCntSc .homeMnTtl {
        margin: 15px 0 10px;
        font-size: 40px;
        line-height: 54px;
    }

    .homeBannerCntSc p:not(.homeSbTtl) {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .homeBannerCntSc .homeMnTtl {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (max-width: 767.98px) {
    .homeBannerMain {
        padding: 100px 0 50px;
    }

    .homeBannerMain .homeBannerCntSc {
        text-align: center;
    }

    .homeBannerCntSc p:not(.homeSbTtl),
    .homeBannerCntSc .btn-sc {
        margin: auto;
        margin-bottom: 30px;
    }

    .homeBannerCntSc .btn-sc .btn-md {
        padding: 16px 30px;
        font-size: 16px;
        line-height: 20px;
    }
}

.pos_grid_sc {
    padding: 100px 0px;
}

.pos_grid_box+.pos_grid_box {
    margin-top: 40px;
}

.pos_grid_box:nth-child(even) .row {
    flex-direction: row-reverse;
}

.pos_grid_box .row {
    align-items: center;
}

.pos_grid_cnt_sc .grid_ttl {
    font-size: 34px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}

.pos_grid_cnt_sc p {
    font-size: 16px;
    line-height: 25px;
}

.pos_grid_cnt_sc ul {
    padding: 10px 0 10px 20px;
}

.pos_grid_cnt_sc ul li {
    position: relative;
    background-image: url(https://cdn.mooninvoice.com/image/images/round-circle.svg);
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position: left 12px;
    font-size: 16px;
    line-height: 160%;
}

.pos_grid_cnt_sc .btn-sc {
    padding-top: 10px;
}

@media (max-width: 1450.98px) {
    .pos_grid_sc {
        padding: 100px 0px;
    }

    .pos_grid_box+.pos_grid_box {
        margin-top: 100px;
    }
}

@media (max-width: 1199.98px) {
    .pos_grid_sc {
        padding: 50px 0px;
    }

    .pos_grid_box+.pos_grid_box {
        margin-top: 50px;
    }

    .pos_grid_cnt_sc .grid_ttl {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 991.98px) {
    .pos_grid_cnt_sc {
        text-align: center;
    }

    .pos_grid_cnt_sc ul {
        text-align: left;
        max-width: 500px;
        margin: auto;
        padding-left: 0px;
    }

    .pos_grid_cnt_sc ul li {
        padding: 5px 0 5px 30px;
        background-position: left 8px;
    }

    .pos_grid_box:nth-child(even) .row,
    .pos_grid_box:nth-child(odd) .row {
        flex-direction: column-reverse;
    }

    .pos_grid_box .pos_grid_img {
        margin-bottom: 15px;
        text-align: center;
    }
}

.billingMain {
    padding: 50px 0px;
    background-image: url(https://cdn.mooninvoice.com/image/images/mini_bnr_bg.png);
    background-color: rgb(0 122 255 / 80%);
    background-size: cover;
}

.billingMain .billingBox .title {
    font-size: 34px;
    line-height: 120%;
    margin: 0 0 20px;
    color: #ffffff;
}

.billingMain .billingBox p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-width: 680px;
    margin: 0 auto 40px;
    color: #ffffff;
}

.billingMain .billingBox .btn-sc .btn {
    background-color: #ffffff;
    color: var(--primary-color);
    letter-spacing: 0.01em;
    font-weight: 700;
}

.billingMain .billingBox .btn-sc .btn:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.42);
}

@media (max-width: 991.98px) {
    .billingMain .billingBox .title {
        font-size: 28px;
    }

    .billingMain .billingBox p {
        margin: 0 auto 30px;
    }
}

.posCategoryMain {
    background-color: #f7fbff;
    background-size: cover;
    background-image: url(https://cdn.mooninvoice.com/image/images/pos_billing_software_bg.webp);
}

.posCategoryGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 50px;
    max-width: 940px;
    margin: auto;
}

.posCategoryGrid .gridBox {
    text-align: center;
}

.posCategoryGrid .gridBox .gridIcn {
    width: 116px;
    height: 100px;
    background: linear-gradient(0deg, #ffffff, #ffffff), rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 30px rgba(69, 158, 255, 0.2);
    border-radius: 20px;
    margin: auto;
    overflow: hidden;
}

.posCategoryGrid .gridBox .gridIcn .icon {
    width: 68px;
    height: 68px;
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.posCategoryGrid .gridBox .gridIcn .icon path {
    fill: #ffffff;
}

.posCategoryGrid .gridBox .gridLink {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    display: block;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.posCategoryGrid .gridBox:hover .gridLink {
    color: var(--primary-color);
}

.posCategoryGrid .gridBox:hover .gridIcn .icon {
    background-color: transparent;
    transform: scale(1.5);
}

.posCategoryGrid .gridBox:hover .gridIcn .icon path {
    fill: var(--primary-color);
}

@media (max-width: 767.98px) {
    .posCategoryGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575.98px) {
    .posCategoryGrid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .posCategoryGrid .gridBox .gridLink {
        font-size: 16px;
        line-height: 18px;
    }

    .posCategoryGrid .gridBox .gridIcn .icon {
        width: 58px;
        height: 58px;
    }

    .posCategoryGrid .gridBox .gridIcn .icon svg {
        width: 24px;
        height: 24px;
    }
}

.same_div_inner {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.review_section .review_cnt_box .review_ttl {
    margin-top: 0px;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 15px;
}

.review_section .review_cnt_box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    max-width: 260px;
}

.review_section .review_cnt_box .NextSlide {
    margin-left: 20px;
}

.review_inner_box {
    padding: 20px;
    background: #ffffff;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 220px;
}

.review_inner_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #686868;
    margin-bottom: 0;
}

.review_section .owl-item .item .review_inner_box {
    transition: 0.3s;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.review_section .owl-item.active .item .review_inner_box {
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.review_section button.owl-prev {
    position: relative !important;
    left: 0 !important;
}

.review_section button.owl-next {
    position: relative !important;
    right: 0 !important;
}

.review_section .owl-carousel.owl-theme {
    max-width: 700px;
    background-color: #eff6fe;
    padding: 60px 0;
    margin-left: auto;
}

.NextSlide,
.PrevSlide {
    display: inline-block;
    margin-top: 25px;
}

.custom_media {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon-50 {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.custom_media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    margin-left: 15px;
    flex: 1;
}

.custom_media .media-body h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #007aff;
}

.custom_media .media-body img {
    max-width: 90px;
}

@media (max-width: 1440.98px) {
    .review_section .review_cnt_box .review_ttl {
        font-size: 34px;
        line-height: 44px;
    }
}

@media screen and (max-width: 991.98px) {
    .review_section {
        margin-top: 20px;
    }

    .review_section .owl-carousel.owl-theme {
        width: 100% !important;
        margin-top: 30px;
    }

    .review_section .same_div_inner {
        align-items: center;
    }

    .review_section .review_cnt_box p {
        text-align: center;
    }

    .review_section .same_div_inner>svg {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 767.98px) {
    .review_section p {
        font-size: 14px;
        line-height: 22px;
    }

    .review_inner_box {
        margin-top: 0;
        border: 1px solid rgb(0 0 0 / 5%);
        margin-bottom: 0;
    }

    .review_section .owl-carousel.owl-theme {
        padding: 30px 25px;
    }

    .review_section .review_cnt_box .review_ttl {
        font-size: 26px;
        line-height: 40px;
    }

    .review_section .owl-carousel.owl-theme {
        padding: 0px;
        background: transparent;
    }
}

.featureGridSc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 40px;
}

.featureGridSc .featureGridBox {
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 25px;
}

.featureGridSc .featureGridBox .gridIcn {
    width: 50px;
    height: 50px;
}

.featureGridSc .featureGridBox .gridTtl {
    font-size: 26px;
    line-height: 33px;
    margin: 10px 0;
}

.featureGridSc .featureGridBox p {
    font-size: 16px;
    line-height: 20px;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .featureGridSc {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 20px;
    }

    .featureGridSc .featureGridBox .gridTtl {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 575.98px) {
    .featureGridSc {
        grid-template-columns: repeat(1, 1fr);
    }

    .featureGridSc .featureGridBox .gridTtl {
        font-size: 18px;
        line-height: 22px;
    }
}

.posPlansMain {
    padding: 50px 0px;
    background-image: url(https://cdn.mooninvoice.com/image/images/pos_plan_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.posPlansMain .limitedOffSc .offBox {
    display: block;
    background-color: rgba(255, 92, 0, 1);
    padding: 13px 30px;
    border-radius: 60px;
    text-align: center;
    max-width: 430px;
    margin: 0 auto 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.posPlansMain .limitedOffSc .moneyBack {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #212a33;
}

.posPlansMain .limitedOffSc .moneyBack img {
    margin-right: 5px;
    margin-bottom: -1px;
}

.plan_subheader .plan_switch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan_subheader .plan_switch .label {
    color: rgba(0, 0, 0, 0.3);
}

.plan_subheader .plan_switch .label span {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
}

.plan_subheader .plan_switch .label.label-monthly {
    order: 1;
    color: #000000;
}

.plan_subheader .plan_switch .label.label-yearly {
    order: 3;
}

.plan_subheader .plan_switch .discountlabel {
    order: 4;
}

.plan_switch .switch {
    display: inline-block;
    width: 54px;
    height: 30px;
    position: relative;
    margin: 0 17px;
    order: 2;
}

.plan_switch input {
    display: none;
}

.plan_switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    cursor: pointer;
    border: 4px solid rgba(0, 122, 255, 0.2);
    overflow: hidden;
    transition: 0.2s;
}

.plan_switch .slider:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #007aff;
    border-radius: 30px;
    transform: translateX(2px) translateY(3px);
    transition: 0.2s;
}

.plan_subheader .plan_switch input:checked~.label.label-monthly {
    color: rgba(0, 0, 0, 0.3);
}

.plan_subheader .plan_switch input:checked~.label.label-yearly {
    color: rgba(0, 0, 0, 1);
}

.discountlabel {
    margin-left: 10px;
}

.discountlabel span,
span.discountlabel {
    display: block;
    font-size: 10px;
    color: #fff;
    background: #ff5c00;
    border-radius: 20px;
    min-height: 22px;
    min-width: 60px;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}

.planSection .planRow {
    display: flex;
}

.planSection .planRow .planBox {
    background: #ffffff;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 20px 25px;
}

.planSection .planRow .planBox.mostPopular {
    border-radius: 0 0 10px 10px;
    position: relative;
    border-color: var(--primary-color);
}

.planBox.mostPopular:before {
    content: "Most Popular";
    position: absolute;
    top: -52px;
    left: -1px;
    width: calc(100% + 2px);
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #ffffff;
    background: var(--primary-color);
    box-shadow: 0px 2px 18px rgb(0 0 0 / 5%);
    border-radius: 22px 22px 0px 0px;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
}

.planSection .planBox .planTtl {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 5px;
}

.planSection .planBox .stores,
.planSection .planBox .oldPrice {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.planSection .planBox .oldPrice {
    margin-top: 7px;
    text-decoration: line-through;
}

.planSection .planBox .planPrice {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 2px;
    display: block;
}

.planSection .planBox .planPrice .cntPrice {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    line-height: 40px;
}

.planSection .planBox .price_dropdown_sc {
    padding: 20px 0;
}

.planSection .planBox .btn-sc .btn {
    width: 100%;
    position: relative;
}

.planSection .planBox .btn-sc .btn lottie-player {
    position: absolute;
    top: 0px;
    left: 15px;
}

.planSection .planBox .planFeatureList {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    padding-top: 8px;
}

.planSection .planBox .planFeatureList ul li {
    padding: 8px 0px 8px 25px;
    font-size: 16px;
    line-height: 20px;
    color: #2d2d2d;
    background: url(https://cdn.mooninvoice.com/image/images/blue_check.svg) no-repeat 0 14px;
}

.planSection .planBox .planFeatureList ul li:last-child {
    padding-bottom: 0;
}

.price_dropdown_sc .dropdown_col {
    width: 50%;
    position: relative;
}

.price_dropdown_sc .dropdown_col.dropdown_col_bs {
    width: 125px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us {
    width: 110px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us {
    padding-left: 35px;
}

.price_dropdown_sc .dropdown_col .form-control {
    font-family: var(--secondary-fonts), serif;
    height: 30px;
    font-size: 14px;
    padding: 5px 5px;
    padding-right: 15px;
    color: #000000;
    font-weight: 500;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://cdn.mooninvoice.com/image/images/select-dropdown.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
}

.price_dropdown_sc .dropdown_col .drop_text_box {
    display: flex;
    align-items: center;
}

.price_dropdown_sc .dropdown_col.single_bs_col {
    width: 40%;
}

.price_dropdown_sc .dropdown_col.single_bs_col .drop_text_box {
    justify-content: center;
}

.price_dropdown_sc .dropdown_col .drop_text_box span {
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000000;
    opacity: 0.35;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 15px;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us:after,
.price_dropdown_sc .dropdown_col.dropdown_col_bs:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 5px);
    border-bottom: 1px solid #000000;
}

.price_dropdown_sc .dropdown_col.dropdown_col_us:after {
    width: calc(100% - 40px);
}

@media (max-width: 767.98px) {
    .planSection .planRow {
        overflow-x: auto;
        gap: 20px;
        padding-top: 44px;
    }

    .planSection .planRow .planBox {
        width: 50%;
        min-width: 325px;
    }

    .planBox.mostPopular:before {
        top: -44px;
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 575.98px) {
    .planSection {
        margin-top: 20px;
    }

    .planSection .planRow {
        gap: 10px;
    }

    .planSection .planRow .planBox {
        padding: 20px 15px;
    }

    .posPlansMain .limitedOffSc .offBox {
        font-size: 16px;
        line-height: 20px;
        padding: 13px 20px;
    }

    .posPlansMain .limitedOffSc .moneyBack {
        margin-bottom: 20px;
    }

    .posPlansMain .titleSc {
        margin-bottom: 20px;
    }
}

.faqMain .titleSc {
    margin-bottom: 35px;
}

.faqMain .titleSc .mainTitle {
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
    color: var(--primary-color);
}

.faqMain .titleSc .mainTitle:before {
    display: none;
}

.faqPanel {
    border-top: 1px solid #c5c5c5;
}

.faqPanel:last-child {
    border-bottom: 1px solid #c5c5c5;
}

.faqPanel .faqPanelTitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    font-family: var(--secondary-fonts);
    margin: 0;
    padding: 15px 35px 15px 15px;
    cursor: pointer;
    position: relative;
    letter-spacing: 0;
}

.faqPanel .faqPanelTitle:before {
    content: "";
    background-image: url(https://cdn.mooninvoice.com/image/images/faq-plus.svg);
    background-size: 16px 12px;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

.faqPanel.open .faqPanelTitle:before {
    background-image: url(https://cdn.mooninvoice.com/image/images/faq-minus.svg);
}

.faqPanel .panelBody {
    display: none;
    padding: 0 15px 15px;
}

.faqPanel .panelBody p,
.faqPanel .panelBody li {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #707070;
}

.faqPanel .panelBody ul {
    padding-left: 34px;
    list-style: disc;
    margin-top: 10px;
}

.faqPanel .panelBody li+li {
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .faqPanel .faqPanelTitle {
        font-size: 20px;
        line-height: 28px;
    }

    .faqPanel .panelBody p,
    .faqPanel .panelBody li {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .faqPanel .faqPanelTitle {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 15px 15px 8px;
    }

    .faqPanel .faqPanelTitle:before {
        right: 0;
    }

    .faqMain .titleSc .mainTitle {
        font-size: 28px;
        line-height: 34px;
    }

    .faqPanel .panelBody ul {
        padding-left: 14px;
    }
}

@media (max-width: 575.98px) {
    .faqPanel .panelBody {
        padding: 0 8px 15px;
    }

    .faqPanel .panelBody p,
    .faqPanel .panelBody li {
        font-size: 14px;
    }

    .faqMain .titleSc .mainTitle {
        font-size: 22px;
        line-height: 28px;
    }
}

.lds-ring,
.lds-roller,
.lds-roller_parent {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lds-roller_parent {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.lds-ring {
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    position: absolute;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-ring;
    border-color: #fff transparent transparent;
}

.lds-ring div:first-child {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.planSection .plan_box_blue {
    display: block !important;
}

.plan_details.item {
    padding: 0 10px;
}

.pos-hardware-section {
    background: #f3f9ffe5;
    max-height: 645px;
    padding: 80px 0px;
}

.pos-hardware-section .owl-carousel {
    display: flex !important;
}

.pos-arrow-img {
    width: 24px !important;
    height: 24px;
}

.pos-hardware-info-link {
    gap: 8px;
    color: #007aff;
    font-weight: 700;
}

.pos-left-wrap-bottom {
    margin-top: 22px;
}

.pos-left-wrap-bottom:hover img {
    transform: rotate(336deg);
}

.pos-left-wrap-top {
    margin-top: 50px;
}

.printer-carousel-revamp .owl-dots {
    display: none;
}

.printer-carousel-revamp .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.pos-hardware-section h2 {
    margin: 0;
    font-size: 36px;
}

.pos-left-wrap-top h3 {
    font-size: 26px;
    margin: 0 0 15px;
}

.pos-hardware-section .owl-carousel .owl-item img {
    width: auto;
}

.pos-hardware-section .owl-nav {
    position: absolute;
    bottom: 70px;
    display: flex;
    gap: 15px;
}

.pos-hardware-section .owl-prev {
    background: url("https://cdn.mooninvoice.com/image/images/newhome/pos_slider_left_arrow.svg") !important;
    width: 40px;
    height: 40px;
}

.pos-hardware-section .owl-prev:hover {
    background: url("https://cdn.mooninvoice.com/image/images/newhome/pos_slider_dark_left_arrow.svg") !important;
}

.pos-hardware-section .owl-next {
    background: url("https://cdn.mooninvoice.com/image/images/newhome/pos_slider_right_arrow.svg") !important;
    width: 40px;
    height: 40px;
}

.pos-hardware-section .owl-next:hover {
    background: url("https://cdn.mooninvoice.com/image/images/newhome/pos_slider_dark_right_arrow.svg") !important;
}

.pos-hardware-section .owl-nav span {
    display: none !important;
}

@media (max-width: 1199.98px) {
    .pos-hardware-section .owl-nav {
        bottom: 0;
    }

    .pos-left-wrap-top h3 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .pos-hardware-section {
        max-height: 100% !important;
        padding: 50px 0px;
    }

    .pos-left-wrap-top {
        margin-top: 30px;
    }

    .pos-hardware-section h2 {
        font-size: 32px;
    }

    .pos-hardware-section .owl-carousel .owl-item .hardware-img {
        margin: 0 auto;
    }

    .arrow-group {
        margin-top: 40px;
    }

    .pos-hardware-section .owl-nav {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .pos-hardware-section {
        padding: 30px 0px;
    }

    .pos-hardware-section h2 {
        font-size: 26px;
        line-height: 45px;
    }

    .pos-left-wrap-top h3 {
        margin: 0;
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .pos-left-wrap-top h3 {
        font-size: 20px;
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

:is(.NextSlide:hover, .PrevSlide:hover) svg path {
    fill: var(--primary-color);
}

.pos-billing-item-cont {
    margin: 0 auto;
}

.pos-billing-inner-div {
    width: 116px;
}