.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.titleLeft {
    text-align: left;
}

.titleSc.titleLeft .mainTitle:before {
    left: 0;
    transform: translate(0);
}

@media (min-width: 991.99px) {
    .row.row-align-center-lg {
        align-items: center;
    }
}

.font-white {
    color: #ffffff !important;
}

.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: 44px;
    line-height: 58px;
    white-space: nowrap;
}

.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: bottom;
    background-size: contain;
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    bottom: -45px;
}

.homeBannerCntSc p:not(.homeSbTtl) {
    padding-top: 26px;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
}

.homeBannerCntSc .homeMnUl {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.homeBannerCntSc .homeMnUl li {
    width: 50%;
    display: flex;
    padding: 10px 0px;
}

.homeBannerCntSc .homeMnUl li svg {
    margin-right: 8px;
    margin-top: 4px;
    width: 15px;
}

.homeBannerCntSc .homeMnUl li span {
    width: calc(100% - 20px);
    color: var(--heading-color);
}

.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.4s linear;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s 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.4s linear;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s 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: 1536.98px) {
    .homeBannerCntSc .homeMnUl li {
        font-size: 16px;
    }
}

@media (max-width: 1450.98px) {
    .homeBannerMain {
        padding: 160px 0 30px;
    }

    .homeBannerCntSc .homeMnTtl {
        font-size: 36px;
        line-height: 52px;
    }
}

@media (max-width: 1199.98px) {
    .homeBannerCntSc .homeMnTtl {
        margin: 15px 0 10px;
        font-size: 40px;
        line-height: 54px;
        white-space: unset;
    }

    .homeBannerCntSc p:not(.homeSbTtl) {
        margin-bottom: 30px;
    }

    .homeBannerCntSc .homeMnTtl .underline:before {
        height: 24px;
        bottom: -18px;
    }
}

@media (max-width: 991.98px) {
    .homeBannerCntSc .homeMnTtl {
        font-size: 32px;
        line-height: 44px;
    }

    .homeBannerCntSc .homeMnUl li {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .homeBannerMain {
        padding: 150px 0 50px;
    }

    .homeBannerMain .homeBannerCntSc {
        text-align: center;
    }

    .homeBannerCntSc .btn-sc {
        margin: auto;
        margin-bottom: 30px;
    }

    .homeBannerCntSc p:not(.homeSbTtl) {
        padding-top: 5px;
        margin: auto;
        margin-bottom: 5px;
    }

    .homeBannerCntSc .btn-sc .btn-md {
        padding: 16px 30px;
        font-size: 16px;
        line-height: 20px;
    }

    .homeBannerCntSc .homeMnUl {
        max-width: 280px;
        margin: 0 auto 15px;
    }

    .homeBannerCntSc .homeMnUl li {
        text-align: left;
    }
}

:root {
    --primary: #007bff;
    --darkBlack: #151515;
    --color2: #cfceda;
    --color3: #535353;
    --font72: 68px;
    --font46: 42px;
    --font32: 30px;
    --font22: 22px;
    --font16: 16px;
    --space70: 100px;
    --space50: 50px;
    --space30: 30px;
}

.font16 {
    font-size: var(--font16);
}

.font46 {
    font-size: var(--font46) !important;
}

.font32 {
    font-size: var(--font32) !important;
}

.font22 {
    font-size: var(--font22) !important;
}

.maxw-945 {
    max-width: 945px;
    margin: 0 auto !important;
}

.include-all h1,
.include-all h2,
.include-all h3,
.include-all h4,
.include-all p {
    margin: 0;
}

.include-all h2 {
    color: var(--darkBlack);
    margin-bottom: 20px;
}

.include-all h3 {
    font-size: var(--font32);
    font-weight: 700;
}

.include-all p {
    font-size: 16px;
}

.include-all .text-primary {
    color: var(--primary);
}

.color2 {
    color: var(--color2);
}

.color3 {
    color: var(--color3);
}

.pt-70 {
    padding-top: var(--space70);
}

.pt-50 {
    padding-top: var(--space50);
}

.pb-70 {
    padding-bottom: var(--space70);
}

.py-70 {
    padding-top: var(--space70);
    padding-bottom: var(--space70);
}

.py-30 {
    padding-top: var(--space30);
    padding-bottom: var(--space30);
}

.mb-50 {
    margin-bottom: var(--space50);
}

.section-main-banner h2.top-sticky {
    padding: 40px 10px;
    position: sticky;
    z-index: 10;
    background: #fff;
    margin-bottom: 0px !important;
}

.section-main-banner .section-banner:nth-child(even) .section-banner-img {
    text-align: end;
    padding-left: 20px;
}

.section-main-banner .section-banner:nth-child(odd) .section-banner-img {
    padding-right: 20px;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.include-all .banner-main {
    position: relative;
}

.include-all .banner-main .section-banner-heading p {
    margin: 0 auto;
}

.include-all .banner-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://cdn.mooninvoice.com/image/images/newhome/homeBanner-img1.webp") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.section-six {
    position: relative;
}

.section-six::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://cdn.mooninvoice.com/image/images/newhome/home-banner03.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}

.seven-block {
    position: relative;
}

.seven-block.banner-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://cdn.mooninvoice.com/image/images/newhome/home-banner02.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}

.include-all .section-banner {
    display: flex;
    align-items: center;
    padding: 30px 15px;
    border-radius: 40px;
    margin-inline: 100px;
}

.include-all .section-banner-heading {
    text-align: center;
    padding-bottom: 40px;
    text-transform: capitalize;
}

.include-all .section-banner-heading h1 {
    margin: 0px auto 20px;
    font-size: var(--font72) !important;
    line-height: 90px !important;
    color: #fff;
    font-weight: 700;
}

.include-all .section-banner-heading p {
    font-size: 24px !important;
}

.border-none {
    border: none;
}

.banner-btn,
.explore-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    width: max-content;
    text-transform: uppercase;
}

.banner-btn {
    background: #fff;
    color: #0f0a44;
    padding: 20px 40px 17px;
}

.explore-btn {
    background: #fff;
    color: var(--primary);
}

.btn-block p {
    color: var(--color2);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 10px 10px 23px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.section-content {
    padding-left: 20px;
}

.section-title-heading {
    text-align: center;
}

.awards-block {
    display: flex;
    gap: 25px;
    text-align: center;
    margin-top: 40px;
}

.award-card {
    width: calc(25% - 18px);
    padding: 20px;
    border: 0.5px solid #007aff40;
    background: #e5f1fe;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.award-card:hover {
    border: 0.5px solid #007aff;
}

.award-card .award-img {
    height: 140px;
}

.ratting-block {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 90px;
}

.ratting-block p {
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #fff;
}

.section-feedback {
    gap: 40px;
    padding-right: 50px;
}

.feedback-header {
    height: 100%;
    padding-right: 10px;
    flex-direction: column;
}

.feedback-header h2 {
    text-align: left;
}

.testimonial-slider .slide {
    transition: opacity 0.5s ease, filter 0.5s ease;
    margin-right: 40px;
}

.testimonial-slider .slide.disabled-slide {
    opacity: 0.4;
    pointer-events: none;
}

.testimonial-slider .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.slide-block {
    height: 100%;
    padding: 30px;
    border: 1px solid #e5f1fe;
    background: #e5f1fe;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.slide-block .feedbacks {
    font-size: var(--font18);
    font-weight: 500;
    padding-top: 20px;
}

.slide-content {
    gap: 10px;
    margin-top: 15px;
}

.profile-block p {
    font-size: 20px;
    font-weight: 700;
}

.disabled-slide .slide-block {
    background: none;
}

.link-block {
    gap: 10px;
    padding: 10px 10px 20px;
    text-transform: uppercase;
}

.link-block-para p {
    color: #007bff;
    font-weight: 700;
    font-size: 18px;
}

.link-block-para p:hover {
    color: #0069d9;
}

.link-block a {
    color: #007bff;
    font-weight: 700;
    font-size: 18px;
}

.five-block {
    margin-inline: 100px;
}

.slider-block .sliderimg {
    padding-right: 20px;
}

.slider-block .sliderimg img {
    width: 330px;
}

.section-five {
    background: #e5f1fe;
}

.bg-color1 {
    background-color: #ebf5ffb2;
}

.bg-color2 {
    background-color: #efefefb2;
}

.bg-color3 {
    background-color: #eae8ffb2;
}

.bg-color4 {
    background-color: #dcffdab2;
}

.bg-color5 {
    background-color: #fff7d1b2;
}

.bg-color6 {
    background-color: #ece4ecb2;
}

.bg-color7 {
    background-color: #dae7ffb2;
}

.bg-color8 {
    background-color: #e3f4f4b2;
}

.bg-color9 {
    background-color: #ffedf4b2;
}

.custom-prev,
.custom-next {
    cursor: pointer;
}

.arrow-group {
    gap: 20px;
}

.custom-next img {
    transform: rotate(180deg);
}

.logo-section {
    position: relative;
}

.logo-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn.mooninvoice.com/image/images/newhome/logo-sections.webp") no-repeat;
    background-size: 1900px;
    z-index: -1;
}

.logo-section .section-title-heading {
    position: relative;
    width: 560px;
    height: 300px;
}

.logo-section .section-title-heading h2 {
    margin-bottom: 20px;
    line-height: 55px;
    text-align: left;
}

.logo-section .section-title-heading::before {
    content: "";
    position: absolute;
    bottom: -57px;
    right: -16px;
    width: 90px;
    height: 90px;
    background: url("https://cdn.mooninvoice.com/image/images/newhome/logo-section-animation.png") no-repeat;
    background-size: contain;
    z-index: 2;
    transform: rotate(180deg);
}

.logo-section .section-title-heading::after {
    content: "";
    position: absolute;
    top: -71px;
    left: -75px;
    width: 90px;
    height: 90px;
    background: url("https://cdn.mooninvoice.com/image/images/newhome/logo-section-animation.png") no-repeat;
    background-size: cover;
    z-index: 2;
}

.logo-section a.banner-btn {
    margin: 40px 0px;
    background: #007aff;
    color: #fff;
}

.logo-section p {
    text-align: left;
}

.logo-wrapper {
    position: relative;
    width: 100%;
}

.slider-main {
    height: max-content;
}

.logo-card img:hover {
    border-radius: 14px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
}

.logo-card img.small:hover {
    border-radius: 7px;
}

.logo-card img.large:hover {
    border-radius: 24px;
}

.card-1 {
    align-items: end;
    justify-content: end;
}

.card-1 .logo-card:first-child {
    margin-inline: 30px;
}

.card-1 .logo-card:not(:first-child):not(:last-child) {
    margin-right: 20px;
}

.card-2 {
    align-items: flex-start;
    margin-top: 20px;
    justify-content: end;
}

.card-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-right: 20px;
}

.card-3 .logo-card {
    margin-left: auto;
}

.card-5 {
    margin-top: 20px;
    gap: 20px;
}

.card-6 {
    flex-direction: column;
    padding-left: 20px;
    gap: 20px;
}

.section-six .awards-block2 {
    display: flex;
    gap: 25px;
    text-align: center;
    margin-top: 40px;
    justify-content: space-between;
}

.section-six .awards-block2 .award-card2:nth-child(odd) {
    background-color: #007aff;
}

.section-six .awards-block2 .award-card2:nth-child(even) {
    background-color: #0f0a44;
}

.section-six .awards-block2 .award-card2 {
    width: calc(25% - 20px);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.section-six .section-title-heading h2 {
    text-align: left;
}

.section-six .awards-block2 .award-card2 p:first-child {
    font-size: 42px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    margin: 30px 0px 12px;
}

.section-six .awards-block2 .award-card2 p {
    color: #fff;
    text-align: left;
}

.seven-block .content-block h2 {
    margin-bottom: var(--space30);
}

.point-check {
    gap: 12px;
    align-items: flex-start;
    margin-bottom: var(--space30);
}

.content-block .point-check p {
    width: 90%;
}

.point-check p:first-child {
    font-size: 20px;
    color: #151515;
    margin-bottom: 10px;
}

.point-check p:last-child {
    color: var(--color3);
}

.seven-block .link-block {
    padding: 10px;
}

.point-check img {
    margin-top: 3px;
    min-width: 19px;
}

.seven-blocktabs {
    display: flex;
    flex-direction: column;
    width: 90%;
    position: relative;
    gap: 10px;
}

.seven-blocktabs .tab {
    padding: 20px 30px;
    cursor: pointer;
    background: #f9fafb;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 87px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.seven-blocktabs .tab.active {
    background: #e5f1fe;
    height: 166px;
}

.seven-blocktabs .tab .tabh4 {
    text-transform: capitalize;
    color: #15151595;
    margin: 0;
    font-weight: 700;
}

.seven-blocktabs .tab p {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    color: #151515;
}

.seven-blocktabs .tab.active p {
    display: block;
    opacity: 1;
}

.seven-blocktabs .tab.active .tabh4 {
    color: #007aff;
}

.seven-blocktabs .tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #007aff;
}

.seven-blocktabs .tab:first-child.active::after {
    width: 100%;
    transition: width 10s linear;
}

.seven-blocktabs .tab.active::after {
    width: 100%;
    transition: width 10s linear;
}

.seven-blocktabs .tab p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.seven-blocktabs .tab.active p {
    opacity: 1 !important;
    max-height: 100px;
    transition: opacity 0.1s ease-in-out, max-height 0.1s ease-in-out;
    display: block !important;
    margin-top: 12px;
}

.seven-blocktabs .tab:not(.active) p {
    opacity: 0;
    max-height: 0;
}

.seven-blocktabs-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.footer-wrappers {
    display: flex;
}

.nine-block {
    background: #0f0a44;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.nine-block::after {
    content: "";
    position: absolute;
    background: url("https://cdn.mooninvoice.com/image/images/newhome/home-banner01.svg") no-repeat;
    background-size: 130% 100%;
    z-index: -1;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

.nine-block h2 {
    color: #fff;
    margin-bottom: 20px;
}

.nine-block h2 span {
    color: #449dff;
}

.nine-block p {
    color: #fff;
}

.nine-block ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0px;
    flex-wrap: wrap;
}

.nine-block ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #e5f1fe;
}

.nine-block ul li img {
    max-width: 18px;
}

.nine-wrap-img {
    position: relative;
    z-index: 5;
    text-align: center;
}

.font_style_btn {
    text-transform: none;
}

.nine-wrap-img img {
    position: absolute;
    right: -50px;
}

.nine-block-heading {
    margin-bottom: 45px;
}

.power-image-block {
    text-align: end;
}

.power-image-block img {
    max-height: 100%;
}

.rattingprofile-block {
    text-align: end;
}

.award-card p.font22 {
    font-size: 16px;
    color: #151515;
    font-weight: 700;
}

.btnsHover:hover {
    background: #007aff;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

a.explore-btn:hover {
    background: #007aff;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.link-block a:hover {
    color: #0062cc;
}

a.explore-btn:hover img {
    filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(10deg) brightness(200%) contrast(100%);
}

.logo-section a.banner-btn:hover {
    background: #0062cc;
}

.section-feedback .custom-prev:hover img:first-child,
.section-feedback .custom-next:hover img:first-child {
    display: none;
}

.section-feedback .custom-prev img:last-child,
.section-feedback .custom-next img:last-child {
    display: none;
}

.section-feedback .custom-prev:hover img:last-child,
.section-feedback .custom-next:hover img:last-child {
    display: block !important;
}

.mobile-none {
    display: block;
}

.mobile-show {
    display: none;
}

.header-main {
    background: #fff !important;
}

.testimonial-slider {
    margin: 0 !important;
    max-width: 100% !important;
}

.header-section .navbar-nav_new .nav-item_new:hover>a.headertryitfree {
    color: #ffff !important;
}

.home-page-wrapper {
    margin-top: 90.25px;
}

.featured-section {
    background-color: #0f0a44;
    margin-top: 100px;
    padding: 110px 0 !important;
}

.featured-section img {
    height: 74px;
    object-fit: contain;
}

.featured-section .slider-block .sliderimg {
    padding-right: 60px;
}

.featured-text {
    color: #ffffff !important;
    font-size: 46px !important;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 0px !important;
}

.slider-after-before-block {
    position: relative;
}

.slider-after-before-block .text-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-block-home .demo_home_btn {
    background: #007AFF;
    color: #fff;
}

.btn-block-home .demo_home_btn:hover {
    background: #fff;
    box-shadow: none;
    color: #000;
    border: none;
}

@media screen and (max-width: 991.98px) {
    .slider-after-before-block .text-center {
        justify-content: center;
    }
}

.slider-after-before-block::after {
    content: "";
    position: absolute;
    left: 0;
    width: 300px;
    height: 224px;
    background: url(https://cdn.mooninvoice.com/image/images/newhome/featured-animation.png);
    z-index: 5;
    background-repeat: no-repeat;
    top: 68px;
}

.slider-after-before-block::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 300px;
    background: url(https://cdn.mooninvoice.com/image/images/newhome/featured-left-img_1.png);
    z-index: 0;
    right: 0;
    top: -8px;
    bottom: 0;
    background-repeat: no-repeat;
}

.top-animation::before {
    content: "";
    position: absolute;
    background: url(https://cdn.mooninvoice.com/image/images/newhome/featured-animation-up.png);
    width: 224px;
    height: 54px;
    background-repeat: no-repeat;
    top: 0;
    opacity: 0.3;
}

@media screen and (max-width: 1680px) {
    :root {
        --font72: 64px;
        --font46: 42px;
        --font32: 30px;
        --space70: 90px;
        --space50: 45px;
        --space30: 25px;
    }

    .logo-section .section-title-heading::before {
        bottom: -7px;
        right: -26px;
    }

    .logo-section .section-title-heading::after {
        top: -52px;
        left: -65px;
    }
}

@media screen and (max-width: 1600px) {
    :root {
        --font72: 60px;
        --font46: 40px;
        --font32: 28px;
        --space70: 80px;
        --space50: 40px;
        --space30: 20px;
    }

    .logo-section .section-title-heading::before {
        bottom: -27px;
        right: -30px;
    }

    .logo-section .section-title-heading::after {
        top: -32px;
        left: -61px;
    }
}

@media screen and (max-width: 1450.98px) {
    .home-page-wrapper {
        margin-top: 78px;
    }
}

@media screen and (max-width: 1499.98px) {
    :root {
        --font72: 56px;
        --font46: 38px;
        --font32: 26px;
        --space70: 70px;
        --space50: 35px;
        --space30: 18px;
    }

    .logo-section .section-title-heading::before {
        bottom: 22px;
        right: -36px;
    }

    .logo-section .section-title-heading::after {
        top: -11px;
        left: -55px;
    }

    .include-all .section-banner-heading h1 {
        line-height: 60px !important;
    }

    .section-main-banner h2.top-sticky {
        padding: 25px 10px;
    }

    .banner-btn {
        padding: 15px 15px 13px;
    }

    .ratting-block p {
        font-size: 30px;
    }

    .rattingprofile-block img {
        width: 90%;
    }

    .maxw-945 {
        max-width: 718px;
    }

    .maxw-945 br {
        display: none;
    }

    .include-all .section-banner {
        margin-inline: 80px;
    }
}

@media screen and (max-width: 1366px) {
    .five-block {
        margin-inline: 80px;
    }

    :root {
        --font72: 52px;
        --font46: 36px;
        --font32: 24px;
        --font22: 18px;
        --space70: 60px;
        --space50: 30px;
    }

    .logo-section .section-title-heading::before {
        bottom: 1px;
        right: -34px;
    }

    .logo-section .section-title-heading::after {
        top: -61px;
        left: -48px;
    }

    .logo-section .section-title-heading {
        width: 410px;
    }

    .section-main-banner h2.top-sticky {
        padding: 20px 10px;
    }

    .include-all .section-banner {
        margin-inline: 50px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --font72: 48px;
        --font46: 34px;
        --font32: 22px;
    }

    .include-all .section-banner {
        margin-inline: 0px;
    }

    .featured-text {
        position: relative;
        z-index: 10;
    }
}

@media screen and (max-width: 1200px) {

    .logo-section .section-title-heading::before,
    .logo-section .section-title-heading::after {
        display: none;
    }

    .logo-section .section-title-heading {
        width: 100%;
        height: auto;
    }

    .testimonial-slider .slide {
        margin-right: 20px;
    }

    .include-all .section-banner-heading h1 {
        line-height: 52px !important;
    }

    .include-all .section-banner-heading p {
        font-size: 20px !important;
    }

    .section-feedback {
        padding-right: 30px;
    }

    .link-block {
        padding: 0px 10px 20px;
    }

    .section-six .awards-block2 .award-card2,
    .award-card {
        padding: 20px 15px;
    }

    .section-six .awards-block2 .award-card2 p:first-child {
        font-size: 32px;
        margin: 20px 0px 12px;
    }

    .nine-wrap-img img {
        position: unset;
    }

    .home-page-wrapper {
        margin-top: 74px;
    }

    .featured-text {
        font-size: 36px !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 1069.98px) {
    .home-page-wrapper {
        margin-top: 71px;
    }
}

@media screen and (max-width: 1024px) {
    .five-block {
        margin-inline: 0px;
    }

    .logo-section .section-title-heading h2 {
        line-height: normal;
    }
}

@media screen and (max-width: 991.98px) {
    :root {
        --font72: 44px;
        --font46: 30px;
        --font32: 32px;
        --space70: 50px;
        --space50: 40px;
        --space30: 20px;
    }

    .home-page-wrapper {
        margin-top: 67px;
    }

    .awards-block {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .py-70 .py-70 {
        padding: 10px !important;
    }

    .award-card {
        padding: 10px;
        border-radius: 15px;
        justify-content: flex-start;
    }

    .award-card p.font22 {
        font-size: 16px;
    }

    .award-card:nth-child(3) h4 {
        font-size: 14px;
    }

    .award-card .award-img {
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }

    .nine-block::after {
        background-size: 100%;
    }

    .section-banner .order2 {
        order: 2;
    }

    .section-banner .order2 {
        margin-inline: 0px;
    }

    .six-none {
        display: none;
    }

    .awards-block2 {
        flex-wrap: wrap;
    }

    .section-six .awards-block2 .award-card2 {
        width: calc(50% - 20px);
    }

    .seven-blocktabs .tab {
        padding: 12px 20px;
        height: 55px;
    }

    .seven-blocktabs .tab .tabh4 {
        font-size: 18px;
    }

    .seven-blocktabs .tab.active {
        height: max-content;
    }

    .seven-blocktabs {
        width: 100%;
    }

    .slide-block {
        padding: 15px;
    }

    .slide-block svg {
        width: 25px;
    }

    .section-main-banner .section-banner:nth-child(even) .section-banner-img,
    .section-main-banner .section-banner:nth-child(odd) .section-banner-img {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px;
    }

    .section-banner {
        flex-wrap: wrap;
    }

    .section-banner .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .section-feedback .col-md-8,
    .section-feedback .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-feedback {
        padding-left: 0px !important;
        padding-inline: 0px !important;
        padding-right: 0px !important;
    }

    .arrow-group {
        gap: 12px;
    }

    .arrow-group .slick-arrow {
        width: 32px;
        margin-bottom: 20px;
    }

    .include-all .section-banner-heading {
        padding-bottom: 20px;
    }

    .testimonial-slider .slide {
        margin-right: 20px;
    }

    .megamenu.solution_megamenu {
        width: 100% !important;
    }

    .testimonial-slider .slide {
        margin-right: 0px !important;
    }

    .slider-after-before-block::after,
    .slider-after-before-block::before {
        display: none;
    }

    .featured-text {
        font-size: 36px !important;
    }

    .featured-section {
        margin-top: 50px;
    }

    .featured-section {
        padding: 50px 0 !important;
    }

    .featured-text {
        margin-bottom: 20px !important;
    }

    .slider-after-before-block::before {
        display: none;
    }

    .slider-after-before-block::after {
        display: none;
    }

    .top-animation::before {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    .include-all .section-banner {
        flex-wrap: wrap;
        gap: 30px;
        border-radius: 20px;
        padding: 24px 10px;
    }

    .order-mobile-1 {
        order: 1;
    }

    .order-mobile-2 {
        order: 2;
        margin-top: 25px;
    }

    .seven-blocktabs-img {
        margin-top: 15px;
    }

    .logo-section .section-title-heading h2 {
        line-height: normal;
    }

    .point-check p:first-child {
        font-size: 18px;
    }

    .point-check img {
        min-width: 15px;
    }

    .point-check {
        gap: 8px;
    }

    .section-five .container {
        padding-inline: 0px !important;
    }

    .section-five .container .section-title-heading {
        padding-inline: 14px;
    }

    .banner-btn,
    .explore-btn {
        padding: 10px;
        font-size: 16px;
    }

    .logo-section .section-title-heading h2,
    .logo-section .section-title-heading p {
        text-align: center;
    }

    .logo-section a.banner-btn {
        margin: 30px auto;
    }

    .section-six .awards-block2 {
        gap: 10px;
    }

    .section-six .awards-block2 .award-card2 {
        width: calc(50% - 5px);
    }

    .section-six .awards-block2 .award-card2 .award-img {
        width: 46px;
        height: 46px;
    }

    .section-six .awards-block2 .award-card2 p:first-child {
        font-size: 24px;
        margin: 14px 0px 8px;
    }

    .section-six .awards-block2 .award-card2 p {
        line-height: 22px;
    }

    .mobile-none {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .power-image-block {
        height: auto !important;
    }

    .testimonial-slider .slide {
        margin-right: 12px;
    }

    .nine-block ul li {
        font-size: 16px;
    }

    .home-page-wrapper {
        margin-top: 63.2969px;
    }

    .btn-block-home {
        gap: 20px !important;
    }
}

@media (max-width: 770px) {
    .include-all .section-banner-heading h1 {
        max-width: 500px !important;
    }
}

@media screen and (max-width: 650.98px) {
    .testimonial-slider .slide-block {
        margin-right: 5px !important;
    }

    .section-feedback .container {
        max-width: 100% !important;
    }

    .section-feedback .container .col-lg-8 {
        padding-inline: 0px !important;
    }

    .nine-block ul {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 12px !important;
        margin: 20px 0px !important;
    }

    .nine-block-heading {
        margin-bottom: 0px !important;
    }

    .nine-block .col-md-6:last-child {
        display: none;
    }

    .logo-card img:hover {
        border-radius: 9px;
    }

    .logo-card img.small:hover {
        border-radius: 7px;
    }

    .logo-card img.large:hover {
        border-radius: 17px;
    }

    .nine-block .col-md-6:last-child {
        display: block;
        margin-top: 70px;
    }
}

@media screen and (max-width: 576.98px) {

    .logo-section .section-title-heading::after,
    .logo-section .section-title-heading::before {
        display: none;
    }

    :root {
        --font72: 24px;
        --font46: 24px;
        --font32: 22px;
        --space70: 30px;
        --space50: 20px;
        --font22: 16px;
    }

    .include-all .section-banner-heading h1 {
        line-height: 32px !important;
        margin: 0px auto 14px;
    }

    .include-all .section-banner-heading p {
        font-size: 16px !important;
    }

    .award-card {
        width: calc(50% - 14px);
    }

    .banner-btn {
        padding: 15px 24px;
        font-size: 14px;
    }

    .btn-block-home {
        flex-wrap: wrap;
    }

    .card-3 {
        gap: 10px;
        padding-right: 10px;
    }

    .card-6 {
        padding-left: 10px;
        gap: 10px;
    }

    .card-5 {
        margin-top: 10px;
        gap: 10px;
    }

    .card-1 .logo-card:first-child {
        margin-inline: 15px;
    }

    .card-1 .logo-card:not(:first-child):not(:last-child) {
        margin-right: 10px;
    }

    .card-2 {
        margin-top: 10px;
    }

    .ratting-block p {
        font-size: 25px;
    }

    .rattingprofile-block img {
        width: 75%;
    }

    .rattingprofile-block img {
        width: 85%;
    }

    .ratting-block {
        margin-bottom: 35px;
    }

    .logo-section .section-title-heading h2 {
        margin-bottom: 12px;
        line-height: 30px;
    }

    .award-card:not(:last-child) .award-img {
        height: 80px;
        width: 80px;
        margin: 0 auto;
    }

    .award-card:last-child .award-img {
        height: 80px;
        width: 115px;
        margin: 0 auto;
    }

    .testimonial-slider .custom-prev,
    .testimonial-slider .custom-next {
        display: none;
    }

    .testimonial-slider {
        margin: 0 auto;
        max-width: 90%;
    }

    .testimonial-slider .slide {
        text-align: center;
    }

    .section-main-banner h2.top-sticky {
        padding: 10px;
    }

    .section-main-banner h2.top-sticky span {
        display: block;
    }

    .include-all .banner-main::after {
        background: url("https://cdn.mooninvoice.com/image/images/newhome/mobilehome-banner.webp") no-repeat !important;
        background-size: 100% 100% !important;
    }

    .nine-block-heading br {
        display: none;
    }

    .logo-section::after {
        display: none !important;
    }

    .logo-section .container.py-70 {
        padding: 15px !important;
    }

    .section-main-banner h2.top-sticky {
        padding: 10px 10px 30px;
    }

    .home-page-wrapper {
        margin-top: 60px;
    }

    .featured-section .slider-block .sliderimg {
        padding-right: 30px;
    }
}

@media (max-width: 400px) {
    .include-all .section-banner-heading h1 {
        max-width: 305px;
    }
}

@media (max-height: 760.98px) {
    .ratting-block {
        margin-bottom: 45px;
    }
}

.shimmer {
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(90deg, #4a90e2, #ea2264, #9b51e0);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer-color 3s ease infinite;
}

@keyframes shimmer-color {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pointer {
    cursor: pointer;
}

.btn-block-home {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.home-page-btn-text {
    color: #F4F4F4;
    font-size: 12px !important;
    margin: 10px 0 23px !important;
}

.info-img {
    vertical-align: middle;
    margin-right: 4px;
    display: inline-flex;
    position: relative;
    top: -1px;
}