    @font-face {
        font-family: "ZohoPuvi";
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_light.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_light.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_light.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_light.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_light.ttf) format("truetype");
        font-style: normal;
        font-weight: 200;
        font-display: swap
    }

    @font-face {
        font-family: "ZohoPuvi";
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf) format("truetype");
        font-style: normal;
        font-weight: 300;
        font-display: swap
    }

    @font-face {
        font-family: "ZohoPuvi";
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf) format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: swap
    }

    @font-face {
        font-family: "ZohoPuvi";
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_semibold.ttf) format("truetype");
        font-style: normal;
        font-weight: 500;
        font-display: swap
    }

    @font-face {
        font-family: "ZohoPuvi";
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_bold.ttf) format("truetype");
        font-style: normal;
        font-weight: 600;
        font-display: swap
    }

    @font-face {
        font-family: 'ZohoPuvi';
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.eot);
        src: url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.eot?#iefix) format("embedded-opentype"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2) format("woff2"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff) format("woff"), url(https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf) format("truetype");
        font-style: normal;
        font-weight: 700;
        font-display: swap
    }

    @media (min-width: 992px) {
        @-webkit-keyframes fadeDown {
            from {
                -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @keyframes fadeDown {
            from {
                -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeUp {
            from {
                -webkit-transform: translateY(100px);
                transform: translateY(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @keyframes fadeUp {
            from {
                -webkit-transform: translateY(100px);
                transform: translateY(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeLeft {
            from {
                -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @keyframes fadeLeft {
            from {
                -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeRight {
            from {
                -webkit-transform: translateX(100px);
                transform: translateX(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @keyframes fadeRight {
            from {
                -webkit-transform: translateX(100px);
                transform: translateX(100px);
                opacity: 0
            }

            to {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeTop {
            from {
                -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
                opacity: 0
            }

            50% {
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
                opacity: 1
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @keyframes fadeTop {
            from {
                -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
                opacity: 0
            }

            50% {
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
                opacity: 1
            }

            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1
            }
        }

        @-webkit-keyframes jump {
            from, to {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

            50% {
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px)
            }
        }

        @keyframes jump {
            from, to {
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

            50% {
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px)
            }
        }

        .animate {
            opacity: 0
        }

        .animate.animated {
            opacity: 1
        }

        .animated.fade-up {
            -webkit-animation: fadeUp 1s cubic-bezier(.25, .46, .45, .94) both;
            animation: fadeUp 1s cubic-bezier(.25, .46, .45, .94) both
        }

        .animated.fade-down {
            -webkit-animation: fadeDown 1s cubic-bezier(.25, .46, .45, .94) both;
            animation: fadeDown 1s cubic-bezier(.25, .46, .45, .94) both
        }

        .animated.fade-right {
            -webkit-animation: fadeRight 1s cubic-bezier(.25, .46, .45, .94) both;
            animation: fadeRight 1s cubic-bezier(.25, .46, .45, .94) both
        }

        .animated.fade-left {
            -webkit-animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
            animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both
        }

        .animated.fade-top {
            -webkit-animation: fadeTop 2s ease both;
            animation: fadeTop 2s ease both
        }

        .animated.delay1 {
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }

        .animated.delay2 {
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

        .animated.delay3 {
            -webkit-animation-delay: .4s;
            animation-delay: .4s
        }

        .animated.delay4 {
            -webkit-animation-delay: .5s;
            animation-delay: .5s
        }

        .animated.delay5 {
            -webkit-animation-delay: .6s;
            animation-delay: .6s
        }

        .animated.delay6 {
            -webkit-animation-delay: .7s;
            animation-delay: .7s
        }
    }

    #scroll, #commonHeader, .heading-menu, #backToTop {
        display: none !important
    }

    *, ::before, ::after, .main-page *, .main-page ::before, .main-page ::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        font-weight: 300
    }

    .m-container {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 1200px;
        padding: 0 24px;
        margin: 0 auto;
        position: relative
    }

    .main-page {
        font-family: "ZohoPuvi", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 1
    }

    .main-page h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 50px;
        text-align: center;
        margin-bottom: 40px
    }

    .main-page strong {
        font-weight: 600
    }

    .main-page .header-color {
        display: inline-block;
        font: inherit;
        background: linear-gradient(90deg, #2E877A 36.52%, #4BAC82 83.96%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

    .main-page a {
        text-decoration: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .main-page p a {
        color: #2e79d5
    }

    .main-page p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.7;
        color: #020202
    }

    .main-page ul {
        list-style: none
    }

    .main-page img {
        width: 100%;
        height: auto
    }

    .lr-container {
        display: block;
        width: 100%;
        font-size: 0;
        position: relative
    }

    .lr-container .m-lhs, .lr-container .m-rhs {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        position: relative
    }

    .main-page .main-cta {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        color: #fff;
        background: #FE0101;
        border: 1px solid #FE0101;
        border-radius: 4px;
        padding: 10px 36px;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

    .main-page .main-cta:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 4px 6px 15px rgba(233, 21, 42, 0.5);
        box-shadow: 4px 6px 15px rgba(233, 21, 42, 0.5)
    }

    .dd-cta a {
        overflow: hidden
    }

    .dd-cta a.main-cta {
        font-size: 17px;
        border-radius: 6px;
        padding: 12px 54px 12px 22px
    }

    .dd-cta a.down-cta {
        margin-right: 10px
    }

    .dd-cta a.down-cta::before {
        background: #fff;
        content: "";
        width: 30px;
        height: 155px;
        position: absolute;
        top: -35px;
        left: -20px;
        opacity: 0;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out
    }

    .dd-cta a.down-cta:hover::before {
        left: 120%;
        opacity: .3
    }

    .dd-cta a.demo-cta {
        color: #000;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #000;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
        font-weight: 400;
    }

    .dd-cta a.demo-cta:hover {
        color: #000;
        background: #fff;
        -webkit-box-shadow: 4px 6px 15px rgba(6, 137, 142, 0.5);
        box-shadow: 4px 6px 15px rgba(6, 137, 142, 0.5)
    }

    .dd-cta a span {
        display: inline-block;
        position: absolute;
        right: 28px;
        top: 1px;
        bottom: 0;
        margin: auto
    }

    .dd-cta a .down-icon {
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-permissions-sem-2025-sprite.png) no-repeat;
        background-size: 204px 176px;
        background-position: -56px -6px;
        width: 15px;
        height: 13px
    }

    .dd-cta a .demo-cta {
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-permissions-sem-2025-sprite.png) no-repeat;
        background-size: 204px 176px;
        background-position: -81px 0;
        width: 20px;
        height: 20px
    }

    .dd-cta a:hover .demo-cta {
        -webkit-filter: brightness(100);
        filter: brightness(100)
    }

    .benf-box i, .fea-box i {
        display: inline-block;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-permissions-sem-2025-sprite.png) no-repeat;
        background-size: 204px 176px;
    }

    .top-nav .logo, .top-nav .menu-list, .top-nav .menu-list ul, .top-nav .menu-list li {
        display: inline-block
    }

    .nav-main {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in
    }

    .top-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 18px 0
    }

    .nav-main.fix {
        background: #fff;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        z-index: 11;
        -webkit-animation: fadeDown .4s linear;
        animation: fadeDown .4s linear
    }

    .fix .top-nav {
        padding: 10px 0
    }

    .top-nav .logo {
        display: inline-block
    }

    .top-nav .logo a {
        display: block;
        background: url(https://www.manageengine.com/sharepoint-management-reporting/images/sharepoint-manager-plus-logo-dark.png) no-repeat;
        background-size: 250px;
        width: 250px;
        height: 44px
    }

    .top-nav .menu-list {
        display: inline-block;
        font-size: 0
    }

    .top-nav ul li {
        margin-right: 24px;
        text-align: center;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .top-nav ul li:nth-child(3), .top-nav ul li:last-child {
        margin-right: 0
    }

    .top-nav ul li a {
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
        position: relative
    }

    .top-nav ul li:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .top-nav ul li a:hover {
        color: #D53701
    }

    .top-nav ul li:not(:last-child) {
        padding-left: 22px
    }

    .top-nav ul li.icon1::before, .top-nav ul li.icon2::before, .top-nav .main-cta span::before {
        display: inline-block;
        background: url(https://www.manageengine.com/sharepoint-management-reporting/sem/images/sharepoint-auditing-tool-nav-icons-24.png) no-repeat;
        background-size: 53px
    }

    .top-nav ul li::before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .top-nav ul li.icon1::before {
        background-position: -1px -2px
    }

    .top-nav ul li.icon2::before {
        background-position: -20px -2px
    }

    .top-nav ul li .main-cta {
        display: inline-block;
        font-size: 17px;
        color: #FE0101;
        background: transparent;
        border-radius: 2px;
        padding: 8px 45px 8px 22px;
    }

    .top-nav .main-cta:hover {
        color: #fff;
        background: #FE0101;
        border-color: #FE0101
    }

    .top-nav .main-cta span {
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-permissions-sem-2025-sprite.png) no-repeat;
        background-position: -3px -2px;
        width: 17px;
        height: 17px;
        background-size: 204px 176px;
        position: absolute;
        right: 20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        -webkit-animation: jump 2s .4s infinite;
        animation: jump 2s .4s infinite
    }/* .top-nav .main-cta span::before{content:'';background-position:-40px -4px;width:8px;height:8px;position:absolute;left:0;right:0;top:-10px;margin:auto;-webkit-animation:jump 2s .4s infinite;animation:jump 2s .4s infinite} */

    .top-nav .main-cta:hover span {
        -webkit-filter: brightness(10);
        filter: brightness(10)
    }

    .fix .top-nav .main-cta.pro-cta {
        display: inline-block;
        background: #fff
    }

    .top-nav .open ul li:nth-child(-1n + 3) {
        margin-right: 0
    }

    .top-nav .open ul li:nth-child(-1n + 2) {
        padding-left: 0
    }

    .top-nav .open ul li:nth-child(-1n + 2)::before {
        display: none
    }

    .mob-menu {
        display: none
    }

    @media (max-width: 767px) {
        .mob-menu {
            display: inline-block;
            vertical-align: middle;
            width: 26px;
            height: 20px;
            position: relative;
            z-index: 20
        }

        .mob-menu span {
            display: inline-block;
            background-color: #000;
            height: 2px;
            width: 25px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: .3s ease all;
            -o-transition: .3s ease all;
            transition: .3s ease all
        }

        .mob-menu span::before, .mob-menu span::after {
            content: '';
            display: block;
            height: 2px;
            width: 80%;
            position: absolute;
            top: -8px;
            left: 0;
            background-color: #000;
            -webkit-transition: .3s ease all;
            -o-transition: .3s ease all;
            transition: .3s ease all
        }

        .fix .mob-menu span, .fix .mob-menu span::before, .fix .mob-menu span::after {
            background-color: #000,
        }

        .menu li a {
            color: #000
        }

        .mob-menu span::after {
            top: auto;
            bottom: -8px
        }

        .mob-menu.closed span {
            background-color: transparent
        }

        .mob-menu.closed span:before {
            width: 80%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0;
            background-color: #000
        }

        .mob-menu.closed span::after {
            width: 80%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            bottom: 0;
            background-color: #000
        }

        .menu-list {
            width: 100vw;
            text-align: left;
            background: #fff;
            -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.2);
            padding-bottom: 0;
            position: fixed;
            top: -102%;
            right: 0;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            -webkit-transition: .3s linear;
            -o-transition: .3s linear;
            transition: .3s linear
        }

        .mob-menu.closed {
            position: fixed;
            top: 30px;
            right: 24px;
            opacity: .8
        }

        .fix .mob-menu.closed {
            top: 22px
        }

        .menu-list a {
            display: block;
            text-align: left
        }

        .menu-list li {
            margin-left: 0;
            text-align: left
        }

        .menu-list.open {
            width: 100%;
            top: 0;
            padding-top: 70px;
            opacity: 1;
            visibility: visible
        }

        .fix .menu-list.open {
            top: 0
        }

        .menu-list li a.menu-download-btn {
            margin-left: 0;
            display: table;
            width: 100%;
            text-align: center;
            padding: 0 20px;
            margin-bottom: 10px;
            padding-left: 0;
            margin-left: 20px !important;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .top-nav .menu-list {
            width: 100%
        }

        .top-nav .menu-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 10px 0
        }

        .top-nav ul li {
            padding-top: 18px;
            margin-right: 0
        }

        .top-nav ul li.icon1, .top-nav ul li.icon2, .top-nav ul li.icon3 {
            border: 0;
            padding: 16px 0
        }

        .top-nav ul li.icon2 {
            border-bottom: .5px solid #ffb8bc;
            border-top: .5px solid #ffb8bc
        }

        .top-nav ul li a, .top-nav ul li.main-cta.icon3 a {
            display: inline-block;
            color: #000
        }

        .top-nav .main-cta {
            background: transparent;
            color: #fff;
            padding: 6px 20px
        }

        .top-nav ul li:nth-child(3), .top-nav ul li:last-child {
            border: none
        }

        .top-nav ul li:nth-child(-1n + 2)::before {
            display: none
        }

        .top-nav ul li::before {
            display: none
        }
    }

    .ban-sec {
        background: linear-gradient(to right, #EAFBFD, #F4FEE6 100%);
        position: relative;
        padding-top: 140px;
        margin-bottom: 80px
    }/* .ban-sec .lr-container{padding:0 60px} */

    .ban-sec .m-lhs {
        width: calc(100% - 480px);
        vertical-align: bottom;
        padding-right: 40px;
        padding-bottom: 60px
    }

    .ban-sec .m-rhs {
        width: 480px;
        -webkit-animation: fadeRight 1s .2s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeRight 1s .2s cubic-bezier(.25, .46, .45, .94) both
    }

    .ban-sec .m-lhs h1 {
        font-size: 41px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 30px;
        -webkit-animation: fadeTop 1s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeTop 1s cubic-bezier(.25, .46, .45, .94) both
    }

    @-webkit-keyframes banLine {
        0% {
            width: 0
        }
    }

    @keyframes banLine {
        0% {
            width: 0
        }
    }

    .ban-sec .m-lhs p {
        margin-bottom: 30px;
        -webkit-animation: fadeDown 1s .6s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeDown 1s .6s cubic-bezier(.25, .46, .45, .94) both
    }

    .ban-cta {
        padding: 10px 0
    }

    .ban-cta a.down-cta {
        -webkit-animation: fadeDown .6s .7s ease both;
        animation: fadeDown .6s .7s ease both
    }

    .ban-cta a.demo-cta {
        -webkit-animation: fadeDown .6s .8s ease both;
        animation: fadeDown .6s .8s ease both
    }

    .ban-sprite span {
        display: inline-block;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-permissions-sem-2025-banner.png) no-repeat;
        background-size: 580px 436px;
    }

    .ban-sprite .ban-bg {
        background-position: 0 -2px;
        width: 578px;
        height: 434px
    }

    .ban-intro {
        text-align: center;
        background: #fff;
        border: 1px solid #BBE48F;
        border-radius: 10px;
        -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.16);
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.16);
        padding: 50px;
        -webkit-animation: fadeDown 1s .6s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeDown 1s .6s cubic-bezier(.25, .46, .45, .94) both
    }

    .ban-intro h2 {
        font-size: 31px;
        margin-bottom: 30px
    }

    .ban-intro ul {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 40px;
    }

    .ban-intro ul li {
        position: relative;
        width: calc(100% / 2 - 20px);
        font-size: 17px;
        line-height: 25px;
        font-weight: 300;
        color: #000;
        padding-left: 35px;
        text-align: left;
    }

    .ban-intro ul li::before {
        content: "";
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-permissions-sem-2025-sprite.png) no-repeat;
        background-size: 204px 176px;
        display: inline-block;
        background-position: -29px -3px;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 3px;
        left: 5px;
    }

    .support-sec {
        text-align: center;
        margin-bottom: 80px
    }

    .support-sec h2 span {
        display: inline-block;
        font-weight: inherit
    }

    .support-icons span {
        display: inline-block;
        vertical-align: middle;
        background: url(https://www.manageengine.com/sharepoint-management-reporting/sem/images/sharepoint-reporting-tool-support-logo-24.png) no-repeat;
        background-size: 361px;
        width: 177px;
        height: 37px
    }

    .support-icons span:not(:last-child) {
        margin-right: 40px
    }

    .support-icons .sup-icon1 {
        background-position: -4px -4px;
        width: 177px;
        height: 37px
    }

    .support-icons .sup-icon2 {
        background-position: -196px -6px;
        width: 137px;
        height: 47px
    }

    .support-icons .sup-icon3 {
        background-position: -10px -65px;
        width: 137px;
        height: 47px
    }

    .support-icons .sup-icon4 {
        background-position: -166px -66px;
        width: 137px;
        height: 47px
    }

    .support-icons .sup-icon5 {
        background-position: -7px -134px;
        width: 203px;
        height: 40px
    }

    .support-icons .sup-icon6 {
        background-position: -225px -134px;
        width: 131px;
        height: 40px
    }

    .tab-sec {
        background: #F2FEFF;
        padding: 60px 0;
        margin-bottom: 80px
    }

    .tab-container {
        text-align: center;
        border-radius: 10px;
        padding: 0 30px;
        overflow: hidden
    }

    .tab-list-container {
        display: inline-block;
        position: relative
    }

    .tab-list {
        width: 100%;
        background: #fff;
        text-align: center;
        border-radius: 50px;
        padding: 6px;
        margin: 30px 0 80px;
        border: 1px solid #B5D5E9;
    }

    .tab-list li {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
        background: transparent;
        border: .5px solid transparent;
        border-radius: 6px;
        position: relative;
        margin-right: 20px;
        padding: 12px 40px;
        cursor: pointer;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in
    }

    .tab-list li:last-child {
        margin-right: 0
    }

    .tab-list li:not(.active-tab):hover, .tab-list li.active-tab {
        font-weight: 500;
        color: #000
    }

    .tab-list-highlight {
        width: 270px;
        height: 45px;
        border-radius: 60px;
        background: linear-gradient(90deg, #EEFCC7 0%, #BBE3FA 100%);
        box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.25) inset;
        background: -o-linear-gradient(left, #FFEEDD, #FFE7EC);
        border-radius: 50px;
        position: absolute;
        left: 6px;
        top: 36px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .tab-content {
        display: none;
        text-align: left
    }

    .tab-content:first-child {
        display: block
    }

    .tab-content .lr-container .m-lhs {
        width: calc(100% - 600px);
        padding-right: 60px;
        -webkit-animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeLeft 1s cubic-bezier(.25, .46, .45, .94) both
    }

    .tab-content .lr-container .m-rhs {
        width: 600px;
        -webkit-animation: fadeRight 1s cubic-bezier(.25, .46, .45, .94) both;
        animation: fadeRight 1s cubic-bezier(.25, .46, .45, .94) both
    }

    .tab-content .m-lhs h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        color: #1B5F68;
        margin-bottom: 14px
    }

    .tab-content .m-lhs p {
        padding: 10px 0px 20px;
    }

    .tab-content .m-lhs ul li {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6;
        position: relative;
        padding-left: 35px;
    }

    .tab-content .m-lhs ul li::before {
        content: "";
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-permissions-sem-2025-sprite.png) no-repeat;
        background-size: 204px 176px;
        display: inline-block;
        background-position: -29px -3px;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .tab-content .m-lhs ul li:not(:last-child) {
        margin-bottom: 24px
    }/* .tab-content .m-lhs ul li strong,.tab-content .m-lhs ul li strong a{display:block;font-weight:600;color:#000;margin-bottom:4px} */

    .tab-content .m-lhs ul li strong a {
        text-decoration: underline
    }

    .tab-cta {
        margin-top: 60px;
        text-align: center
    }

    .benefit-sec {
        margin-bottom: 90px
    }

    .main-page .benefit-sec h2 span {
        display: block
    }

    .benf-list {
        font-size: 0
    }

    .benf-list .benf-box {
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 4 - 45px);
        position: relative
    }

    .benf-list .benf-box:not(:last-child) {
        margin-right: 60px
    }

    .benf-box .benf-ic1 {
        background-position: -1px -33px;
        width: 39px;
        height: 36px
    }

    .benf-box .benf-ic2 {
        background-position: -51px -35px;
        width: 44px;
        height: 34px
    }

    .benf-box .benf-ic3 {
        background-position: -109px -35px;
        width: 41px;
        height: 35px
    }

    .benf-box .benf-ic4 {
        background-position: -161px -35px;
        width: 38px;
        height: 36px
    }

    .benf-box h3, .benf-box h3 a {
        font-size: 19px;
        font-weight: 600;
        line-height: 1.4;
        color: #020202;
        margin-bottom: 8px;
        margin: 15px 0px 10px;
    }

    .benf-box h3 a {
        text-decoration: underline
    }

    .benf-box p {
        font-size: 16px
    }

    .fea-header {
        text-align: center;
        margin-bottom: 40px
    }

    .fea-header h2 {
        margin-bottom: 0
    }

    .fea-header p {
        font-size: 32px;
        font-weight: 600
    }

    .fea-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        gap: 20px
    }

    .fea-list .fea-box {
        -webkit-box-flex: 32%;
        -ms-flex: 32%;
        flex: 32%;
        border-radius: 10px;
        border: .5px solid transparent;
        padding: 60px 40px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .fea-box1 {
        background: #EFFFE9
    }

    .fea-box2 {
        background: #fdf1f3
    }

    .fea-box3 {
        background: #F9F2FF
    }

    .fea-box4 {
        background: #FEF1F0
    }

    .fea-box5 {
        background: #FFF6E8
    }

    .fea-box6 {
        background: #EEFCFF
    }

    .fea-list .fea-box:hover {
        background: transparent;
        border-color: #C1C1C1
    }

    .fea-box i {
        margin-bottom: 14px
    }

    .fea-box1 i {
        background-position: -6px -86px;
        width: 38px;
        height: 37px
    }

    .fea-box2 i {
        background-position: -62px -86px;
        width: 36px;
        height: 37px
    }

    .fea-box3 i {
        background-position: -114px -85px;
        width: 34px;
        height: 38px
    }

    .fea-box4 i {
        background-position: -166px -87px;
        width: 38px;
        height: 39px
    }

    .fea-box5 i {
        background-position: -8px -144px;
        width: 49px;
        height: 32px
    }

    .fea-box6 i {
        background-position: -66px -135px;
        width: 34px;
        height: 38px
    }

    .fea-box h3 {
        font-size: 19px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 12px
    }

    .trust-comp {
        margin: 90px 0
    }

    .trust-comp h2 {
        font-size: 32px;
        font-weight: 300;
        max-width: 800px;
        margin: 0 auto 40px;
        z-index: 1
    }

    .trust-comp h2 strong {
        font-weight: 500;
        position: relative
    }

    .trust-comp h2 strong::before {
        content: '';
        width: 100%;
        height: 5px;
        background: #B9E8FE;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1
    }

    .image-row {
        display: block;
        width: 100%;
        max-width: 1000px;
        overflow: hidden;
        margin: auto
    }

    .image-row.row-1 {
        margin-bottom: 10px
    }

    .image-row img {
        width: 1000px;
        float: left;
        display: table;
        padding-left: 10px;
    }

    .img-container {
        overflow: hidden;
        position: relative;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        width: 2000px
    }

    .row-2 .img-container {
        margin-left: -100%
    }

    .start-anim .row-1 .img-container {
        -webkit-animation: scroll-1 40s linear infinite;
        animation: scroll-1 40s linear infinite
    }

    @-webkit-keyframes scroll-1 {
        0% {
            margin-left: 0
        }

        50% {
            margin-left: -100%
        }

        100% {
            margin-left: 0
        }
    }

    @keyframes scroll-1 {
        0% {
            margin-left: 0
        }

        50% {
            margin-left: -100%
        }

        100% {
            margin-left: 0
        }
    }

    .start-anim .row-2 .img-container {
        -webkit-animation: scroll-2 40s linear infinite;
        animation: scroll-2 40s linear infinite
    }

    @-webkit-keyframes scroll-2 {
        0% {
            margin-left: -100%
        }

        50% {
            margin-left: 0
        }

        100% {
            margin-left: -100%
        }
    }

    @keyframes scroll-2 {
        0% {
            margin-left: -100%
        }

        50% {
            margin-left: 0
        }

        100% {
            margin-left: -100%
        }
    }

    .foot-ban {
        margin-bottom: 80px
    }

    .foot-ban-content {
        text-align: center;
        border-radius: 20px;
        background: linear-gradient(90deg, #F5FDE0 0%, #E8FAFC 100%);
        padding: 50px 0px 50px;
        position: relative
    }

    .foot-ban-content h3 {
        font-size: 29px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .foot-ban-content h3 strong {
        display: block
    }

    .cr-sec {
        border-top: .5px solid #D5D5D5;
        text-align: center;
        padding: 16px 24px
    }

    div.cr-sec p {
        font-size: 14px;
        line-height: 1.3;
        color: #666
    }

    @media (max-width: 1200px) {
        .ban-sec .lr-container {
            padding: 0
        }

        .support-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 30px
        }

        .support-icons span:not(:last-child) {
            margin-right: 0
        }

        .tab-list li {
            margin-right: 0
        }

        .tab-content .lr-container .m-lhs {
            width: calc(100% - 500px);
            padding-right: 40px
        }

        .tab-content .lr-container .m-rhs {
            width: 500px
        }

        .foot-ban-content {
            padding: 40px 20px
        }

        .foot-ban-content h3 {
            font-size: 26px
        }
    }

    @media (max-width: 991px) {
        .ban-sec, .support-sec, .benefit-sec {
            margin-bottom: 60px
        }

        .main-page h2 {
            font-size: 28px
        }

        .ban-sec {
            padding-top: 100px
        }

        .ban-sec .m-rhs, .ban-sec::before {
            display: none
        }

        .ban-sec .m-lhs {
            display: block;
            width: 100%;
            padding: 0;
            text-align: center
        }

        .ban-sec .m-lhs h1 {
            margin: auto;
            margin-bottom: 20px
        }

        .ban-sec .m-lhs p {
            max-width: 700px;
            margin: auto;
            margin-bottom: 30px
        }

        .ban-intro {
            margin-top: 50px
        }

        .ban-intro h2 {
            font-size: 22px
        }

        .tab-sec {
            padding: 40px 0
        }

        .tab-container {
            padding: 0
        }

        .tab-list-highlight {
            width: 214px
        }

        .tab-list {
            margin: 30px 0
        }

        .tab-list li {
            font-size: 13px;
            padding: 14px 10px
        }

        .tab-content {
            display: block;
            max-width: 600px;
            margin: auto
        }

        .tab-content .lr-container .m-lhs, .tab-content .lr-container .m-rhs {
            display: block;
            width: 100%;
            padding: 0
        }

        .tab-content .lr-container .m-rhs {
            margin-top: 20px
        }

        .benf-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 40px;
            max-width: 700px;
            margin: auto
        }

        .benf-list .benf-box {
            width: calc(100% / 2 - 20px)
        }

        .benf-list .benf-box:not(:last-child) {
            margin-right: 0
        }

        .fea-list .fea-box {
            padding: 40px
        }

        .fea-box h3 {
            font-size: 18px;
            margin-bottom: 8px
        }

        .trust-comp {
            margin: 60px 0
        }

        .trust-comp h2 {
            font-size: 24px
        }

        .foot-ban-content h3 strong {
            display: inline
        }
    }

    @media (max-width: 767px) {
        .ban-sec, .support-sec, .benefit-sec {
            margin-bottom: 50px
        }

        .main-page h2 {
            font-size: 22px;
            margin-bottom: 16px
        }

        .main-page p {
            font-size: 15px;
            line-height: 1.5
        }

        .ban-sec .m-lhs h1 {
            font-size: 26px
        }

        .ban-intro {
            padding: 30px 20px
        }

        .ban-intro h2 {
            font-size: 20px
        }

        .support-icons {
            gap: 16px
        }

        .support-icons span {
            -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
            transform: scale(.7)
        }

        .tab-sec {
            background: #FFF7ED
        }

        .tab-list-container {
            display: none
        }

        .tab-content {
            margin-bottom: 40px
        }

        .tab-content .m-lhs h3 {
            font-size: 22px;
            margin-bottom: 10px
        }

        .tab-cta {
            margin-top: 0
        }

        .benf-box h3, .benf-box h3 a {
            margin-bottom: 6px
        }

        .fea-header {
            margin-bottom: 20px
        }

        .fea-list .fea-box {
            padding: 30px 24px
        }

        .fea-header h2 {
            margin-bottom: 4px
        }

        .image-row img {
            width: 700px
        }

        .trust-comp h2 {
            font-size: 22px
        }

        .foot-ban-content {
            padding: 30px 10px
        }

        .foot-ban-content h3 {
            font-size: 18px
        }
    }

    @media (max-width: 600px) {
        .main-page p {
            font-size: 14px
        }

        .fea-header p {
            font-size: 20px;
            line-height: 1.4;
        }

        .top-nav .logo a {
            background-size: 190px;
            height: 34px
        }

        .dd-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 10px
        }

        .dd-cta a.down-cta {
            margin-right: 0
        }

        .benf-list {
            gap: 20px;
            max-width: 400px
        }

        .benf-list .benf-box {
            width: 100%
        }

        .fea-list .fea-box {
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%
        }

        .fea-box h3 {
            font-size: 16px;
            margin-bottom: 6px
        }

        .trust-comp h2 {
            font-size: 18px
        }

        div.cr-sec p {
            font-size: 12px
        }

        .ban-intro ul li {
            width: 100%;
        }

        .main-page h2 {
            font-size: 20px;
            line-height: 30px;
        }
    }

    form > ul li input::-webkit-input-placeholder {
        color: #444;
        font-weight: 300
    }

    form > ul li input::-moz-placeholder {
        color: #444;
        font-weight: 300
    }

    form > ul li input:-ms-input-placeholder {
        color: #444;
        font-weight: 300
    }

    form > ul li input::-ms-input-placeholder {
        font-weight: 300;
        color: #444
    }

    form > ul li input::placeholder {
        color: #444;
        font-weight: 300
    }

    .form-type-box {
        background: #fff;
        border: 1px solid #E873F8;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        padding: 40px;
        margin-top: 40px;
        position: relative
    }

    .form-type-box::before {
        content: '';
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/unified-sharepoint-tool-foot-sprite-24.png) no-repeat -115px -238px;
        background-size: 221px;
        width: 41px;
        height: 37px;
        position: absolute;
        left: -34px;
        top: -30px
    }

    .ffw-form-container h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        color: #000;
        margin-bottom: 20px;
        line-height: 1.4
    }

    .ffw-form-container .gtQuoForm h2 {
        font-size: 17px
    }

    .ffw-form-container h2 span {
        font-weight: 300;
        font-size: 14px
    }

    .ffw-form form ul li {
        margin-bottom: 10px;
        position: relative
    }

    .ffw-form form ul li.ffw-submit {
        margin-top: 25px
    }

    .ffw-form form ul li:last-child {
        margin-bottom: 0
    }

    .ffw-form form ul li input, .ffw-form form ul li select {
        height: 45px;
        line-height: 20px;
        background-color: transparent;
        border: none;
        padding: 6px 10px 0 42px;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        border-radius: 0;
        font-weight: 400;
        border-bottom: .5px solid #ccc;
        font-family: ZohoPuvi
    }

    .ffw-form form ul li input:focus, .ffw-form form ul li select :focus {
        border-color: #1e66c2
    }

    .ffw-form form ul li input[type=submit] {
        background: #E9152B;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        border: none;
        padding: 0;
        margin-top: 20px;
        height: 44px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        text-transform: uppercase;
        border-radius: 1.5px
    }

    .ffw-form form ul li input[type=submit]:hover {
        background: #f3361d;
        -webkit-box-shadow: 4px 4px 15px rgba(188, 32, 11, 0.6);
        box-shadow: 4px 4px 15px rgba(188, 32, 11, 0.6)
    }

    .ffw-form.showing-state form ul li select {
        width: 49%;
        display: inline-block;
        padding-right: 20px
    }

    .ffw-form.showing-state form ul li .commonselect {
        padding-left: 12px;
        margin-left: 2%
    }

    .ffw-form textarea {
        display: none
    }

    .ffw-form form ul li .form-tip {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        color: #898989;
        margin-top: 3px
    }

    .ffw-form .ffw-errmsg {
        display: none;
        position: relative;
        background: red;
        color: #fff;
        padding: 2px 3px;
        border-radius: 2px;
        font-size: 11px;
        top: -1px;
        left: 0;
        line-height: 11px
    }

    .ffw-form #meGDPRMessage, .ffw-form .ffw-privacy {
        font-weight: 300;
        font-size: 11px;
        line-height: 18px;
        color: #091936;
        margin-top: 8px
    }

    .ffw-form #meGDPRMessage label {
        cursor: pointer
    }

    .ffw-form .ffw-privacy a {
        text-decoration: underline;
        color: #091936
    }

    .ffw-form .ffw-privacy strong {
        font-weight: 500
    }

    #meGDPRMessage span.checkmarkgdpr.enableCheckgdpr:before {
        width: 3px;
        height: 6px;
        border-width: 0 1.5px 1.5px 0 !important;
        top: .5px;
        left: 2.5px
    }

    #meGDPRMessage .checkmarkgdpr {
        top: 1px
    }

    .ffw-form form ul li.ffw-ic::before {
        content: '';
        position: absolute;
        left: 18.5px;
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-auditing-tool-form-icons-24.png) no-repeat;
        background-size: 104px
    }

    .ffw-form #meGDPRMessage a {
        font-size: inherit;
        color: inherit;
        text-decoration: underline
    }

    .ffw-form form ul li.ffw-ic-name::before {
        background-position: -30px -3px;
        width: 20px;
        height: 19px;
        top: 16px;
        left: 10.5px
    }

    .ffw-form form ul li.ffw-ic-mail::before {
        background-position: -2px -5px;
        width: 20px;
        height: 15px;
        top: 17px;
        left: 10px
    }

    .ffw-form form ul li.ffw-ic-count::before {
        background-position: -81px -3px;
        width: 20px;
        height: 19px;
        top: 15px;
        left: 10px
    }

    .ffw-form form ul li.ffw-ic-phone::before {
        background-position: -59px -2px;
        width: 13px;
        height: 21px;
        top: 15px;
        left: 13px
    }

    .ffw-form form ul li.ffw-ic-date::before {
        background-position: -2px -29px;
        width: 18px;
        height: 19px;
        top: 16.5px;
        left: 10.5px
    }

    .ffw-form form ul li.ffw-ic-submit.act input {
        padding: 0
    }

    .ffw-form form ul li.ffw-ic-submit.act::before {
        display: none
    }

    .ffw-form select {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background-image: -o-linear-gradient(45deg, transparent 50%, #5a5a5a 50%), -o-linear-gradient(315deg, #5a5a5a 50%, transparent 50%), -o-linear-gradient(left, #fff0, #fff0);
        background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
        background-position: calc(100% - 12px) calc(1em + 9px), calc(100% - 7px) calc(1em + 9px), calc(100% - 2.5em) .5em;
        background-size: 6px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat
    }

    input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c500 !important;
        background: #f1f9ff !important;
        font-weight: 400 !important;
        color: #454545 !important
    }

    .ui-datepicker td span, .ui-datepicker td a {
        width: 25px;
        height: 25px;
        border-radius: 50px;
        line-height: 18px;
        text-align: center !important;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .ui-widget.ui-widget-content {
        border: 0 solid #c5c5c5 !important;
        -webkit-box-shadow: 0 1px 23px -9px #3333339c;
        box-shadow: 0 1px 23px -9px #3333339c;
        padding: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 280px
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #EAFFF8 !important;
        background: #EAFFF8 !important;
        color: #000 !important
    }

    .ui-datepicker td span, .ui-datepicker td a:hover {
        border: 1px solid #90eecf !important;
        background: #90eecf !important;
        color: #000 !important
    }

    .ui-widget-header {
        border: 0 solid #f1f9ff !important;
        border-bottom: 1px solid #e2e2e2 !important;
        background: none !important;
        color: #333;
        font-weight: 700;
        border-radius: 0 !important
    }

    .ui-datepicker th {
        font-weight: 600;
        font-size: 13px;
        color: #7b90a0
    }

    .ui-state-default.ui-state-active {
        background: #90eecf !important
    }

    .popup-close {
        width: 14px;
        height: 14px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
        background: 0;
        cursor: pointer;
        border-radius: 50%
    }

    .popup-close::after, .popup-close::before {
        content: "";
        position: absolute;
        width: 1.5px;
        height: 100%;
        background: #000;
        left: 6.5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .popup-close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .popup-close:hover {
        opacity: .8
    }

    .popup-close:hover::after, .popup-close:hover::before {
        width: 2px
    }

    .shake {
        -webkit-animation: shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        animation: shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    @-webkit-keyframes shake {
        10%, 90% {
            -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0)
        }

        20%, 80% {
            -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0)
        }

        30%, 50%, 70% {
            -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0)
        }

        40%, 60% {
            -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0)
        }
    }

    @keyframes shake {
        10%, 90% {
            -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0)
        }

        20%, 80% {
            -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0)
        }

        30%, 50%, 70% {
            -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0)
        }

        40%, 60% {
            -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0)
        }
    }

    .form-type-box .thanks-msg {
        display: none
    }

    .form-type-box .thanks-msg p {
        text-align: center;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        margin-top: 0
    }

    .form-type-box .thanks-msg p a {
        text-decoration: underline
    }

    .form-type-box .thanks-msg h3 {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        color: #13b123;
        margin-bottom: 10px
    }

    .main-pop-cont {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        display: none
    }

    .main-pop-cont .down-form-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8)
    }

    .main-pop-cont .form-type-box {
        display: block;
        width: 90%;
        max-width: 422px;
        max-height: 90vh;
        padding: 40px;
        border-radius: 8px;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        overflow-y: auto
    }

    .main-pop-cont .ffw-form form ul .ffw-ic-domain input, .main-pop-cont .ffw-form form ul .ffw-ic-techi input, .main-pop-cont .ffw-form form ul .ffw-ic-edi select {
        padding: 6px 10px 0 8px
    }

    .ffw-form form ul li.ic-supp {
        background: none;
        border: none;
        font-size: 12px;
        line-height: 18px;
        margin-top: 16px;
        margin-bottom: 0;
        margin-left: 10px;
        cursor: pointer
    }

    .ffw-form form ul li.ffw-ic-date {
        margin-top: 8px
    }

    input#demo {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 14px;
        margin-left: 0;
        padding-left: 0;
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto
    }

    input#demo {
        accent-color: #6C60C2
    }

    .ffw-form form ul li.ic-supp:before {
        display: none
    }

    label {
        cursor: pointer
    }

    .ic-supp label {
        font-size: 14px;
        padding-left: 5px;
        margin-top: 1px;
        display: inline-block;
        vertical-align: middle
    }

    li#date-show {
        display: none
    }

    @media (max-width: 991px) {
        .form-type-box {
            padding: 40px 24px
        }
    }

    @media (max-width: 767px) {
        .ffw-form-container h2 {
            font-size: 18px
        }
    }
    
.tab-list-highlight {
    width: 170px;
}

.heading-menu, .breadcrumb{display: none}
div#btmscroll {
    display: none;
}



/*spmp-global-popup.css starts*/
body .spmp-global-popup, .spmp-global-popup *{
    box-sizing: border-box;
	font-family:'ZohoPuvi', sans-serif;
	line-height:24px;
}
body .spmp-global-popup{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 999999;    overflow: hidden;
    overflow-y: auto;
}
body .spmp-global-popup .spmp-global-popup-cont{
    width:680px;
    border:1px solid #E873F8;
    padding:45px 40px;
    background-image: url('../images/spmp-global-popup-bg.png');
    background-size: cover;
    border-radius:8px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    vertical-align: middle;
}
body .spmp-global-popup .Go2-log360{
    position: absolute;
    top:10px;
    right:12px;
    font-size:30px;
    font-weight: 100;
    cursor: pointer;
    color: #333;
    transition: 0.25s ease;
}
body .spmp-global-popup .Go2-log360:hover{
    transform: scale(1.2);
    color: #000;
}
body .spmp-global-popup .spmp-global-popup-title{
    width:215px;
    margin-right:50px;
    display: inline-block;
    vertical-align: middle;
}
body .spmp-global-popup .spmp-global-popup-list{
    width:328px;
    display: inline-block;
    vertical-align: middle;
	list-style:none;
}
body .spmp-global-popup .spmp-global-popup-title h2{
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin:0px;
}
body .spmp-global-popup .spmp-global-popup-title p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color:#333;
    margin:0px;
    margin-top: 15px;
}
body .spmp-global-popup .spmp-global-popup-list ul{
    display: table;
    width: 100%;
    list-style:none;
}
body .spmp-global-popup label {
    display: block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
body .spmp-global-popup label input {
    position: absolute;
    left: -9999px;
}
body .spmp-global-popup label span {
    width:100%;
    padding:7.5px 15px;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border:1px solid #d0d0d0;
    margin-bottom:12px;
    transition: 0.25s ease;
    font-size: 15px;
    font-weight: 400;
    color:#333;
    position: relative;
}
body .spmp-global-popup label span:hover {
    background-color: #f1f1f1;
}
body .spmp-global-popup label span:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #8D8D8D;
    top: 11px;
    right: 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body .spmp-global-popup label span:after {
    content: "";
    width:1px;
    height:1px;
    display:block;
    border-radius:50%;
    position: absolute;
    background-color:#fff;
    top:20px;
    right:23px;
    transition: 0.3s ease all;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body .spmp-global-popup label input:checked + span{
    background-color: #fff;
    border:1px solid #D0D0D0;
    border-radius:4px;
}
body .spmp-global-popup label input:checked + span {
    border-color:#068A8E;
    color:#000;
}
body .spmp-global-popup label input:checked + span:before {
    border-color:#068A8E;
}
body .spmp-global-popup label input:checked + span:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #068A8E;
    top: 15px;
    right: 19px;
}
body .spmp-global-popup .spmp-global-popup-buttons{
    margin-top: 17px;
    display:table;
    width:100%;
}
body .spmp-global-popup .spmp-global-popup-buttons a{
    color:#000;
    background-color: #E5E5E5;
    padding:11.5px 39px;
    border-radius: 4px;
    font-size: 15px;
    text-decoration: none;
}
body .spmp-global-popup .spmp-global-popup-buttons a.nextBtn{
    background-color: #000;
    color:#fff;
    margin-right:15px;
}
@media screen and (max-width: 700px){
body .spmp-global-popup .spmp-global-popup-cont{width: 90%;padding: 45px 20px;        margin-top: 50px;}
body .spmp-global-popup .spmp-global-popup-list{margin-top: 30px; width: 100%;}
}
/*spmp-global-popup.css ends*/