.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;
}

.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: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: 991.98px) {
    .titleSc {
        margin-bottom: 30px;
    }

    .titleSc .mainTitle {
        margin-bottom: 15px;
    }

    br {
        display: none;
    }
}

@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);
    
}

.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 {
    overflow: hidden;
}

.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: 1199.98px) {

    .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 {
    margin: 0 0 20px;
}

.billingMain .billingBox p {
    max-width: 680px;
    margin: 0 auto 40px;
}

.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 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 {
    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;
    
    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;
}