    /* Font Family */
    @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
    }/* common Animation Keyframe */

    @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;}*/
    }/* me-v1 style */

    #scroll, #commonHeader, .heading-menu, #backToTop {
        display: none !important;
    }/* common style */

    *, * ::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: 34px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 40px;
    }

    .main-page strong {
        font-weight: 600;
    }

    .main-page .header-color {
        display: inline-block;
        font: inherit;
        color: #6C60C2;
        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;
    }

    .top-nav ul li:nth-of-type(3) {
        display: none;
        margin-right: 24px !important;
    }

    .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)
    }/* Sprite images *//* Sprite icons */

    .benf-box i, .fea-box i {
        display: inline-block;
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-reporting-tool-icons-24.png') no-repeat;
        background-size: 207px;
    }/* Nav Sprite *//* Nav section */

    .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 {
        font-size: 0;
        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;
        width: calc(100% - 545px - 4px);
        vertical-align: middle;
    }

    .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;
        height: 44px;
    }

    .top-nav .menu-list {
        display: inline-block;
        vertical-align: middle;
        width: 545px;
        text-align: right;
        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: 14px;
        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 ul li.m-store::before, .top-nav .main-cta span, .top-nav .main-cta span::before {
        display: inline-block;
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-reporting-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.m-store::before {
        background-position: -20px -2px;
    }

    .top-nav ul li .main-cta {
        display: inline-block;
        font-size: 16px;
        color: #FE0101;
        background: transparent;
        border-radius: 6px;
        padding: 7px 20px 7px 40px;
    }

    .top-nav .main-cta:hover {
        color: #fff;
        background: #FE0101;
        border-color: #FE0101;
    }

    .top-nav .main-cta span {
        background-position: -40px -13px;
        width: 8px;
        height: 2px;
        position: absolute;
        left: 24px;
        top: 10px;
        bottom: 0;
        margin: auto;
    }

    .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) {
        .top-nav .logo {
            width: calc(100% - 30px);
        }

        .mob-menu {
            display: inline-block;
            vertical-align: middle;
            width: 26px;
            height: 20px;
            position: relative;
            z-index: 20;
        }

        .mob-menu span {
            background-color: #000;
            height: 2px;
            width: 25px;
            position: absolute;
            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: 24px;
            opacity: .8;
        }

        .menu-list a {
            display: block;
            text-align: left;
        }

        .menu-list li {
            margin-left: 0;
            text-align: left;
        }

        .menu-list.open {
            width: 100%;
            top: 80px;
            opacity: 1;
            visibility: visible;
        }

        .fix .menu-list.open {
            top: 54px;
        }

        .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;
        }
    }/* Banner section */

    .ban-sec {
        background: #fff;
        position: relative;
        padding-top: 80px;
        margin-bottom: 80px;
    }

    .ban-sec::before {
        content: '';
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-reporting-tool-ban-bg-24.png') no-repeat;
        background-size: cover;
        background-position: top center;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ban-sec .lr-container {
        padding: 0 60px;
    }

    .ban-sec .m-lhs {
        width: calc(100% - 490px);
        padding-right: 40px;
    }

    .ban-sec .m-rhs {
        width: 490px;
        /*-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: 33px;
        font-weight: 600;
        line-height: 1.3;
        max-width: 400px;
        margin-bottom: 20px;
        /*-webkit-animation:fadeTop 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeTop 1s cubic-bezier(.25,.46,.45,.94) both;*/
    }

    .ban-sec .m-lhs h1 span::before {
        content: '';
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-reporting-tool-ban-header-line-24.png') no-repeat 0 0;
        background-size: 185px;
        width: 185px;
        height: 10px;
        position: absolute;
        left: 0;
        bottom: -8px;
        /*-webkit-animation:banLine 1s 1s linear both;animation:banLine 1s 1s linear both;*/
    }

    @-webkit-keyframes banLine {
        0% {
            width: 0;
        }
    }

    @keyframes banLine {
        0% {
            width: 0;
        }
    }

    .ban-sec .m-lhs p {
        margin-bottom: 40px;
        /*-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 {
        overflow: hidden;
    }

    .ban-cta a.main-cta {
        font-size: 15px;
        border-radius: 6px;
        padding: 12px 22px 12px 54px;
    }

    .ban-cta a.down-cta {
        margin-right: 10px;
        /*-webkit-animation:fadeDown .6s .7s ease both;animation:fadeDown .6s .7s ease both;*/
    }

    .ban-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;
    }

    .ban-cta a.down-cta:hover::before {
        left: 120%;
        opacity: .3;
    }

    .ban-cta a.demo-cta {
        color: #068A8E;
        background: #fff;
        border-color: #068A8E;
        border-width: .5px;
        /*-webkit-animation:fadeDown .6s .8s ease both;animation:fadeDown .6s .8s ease both;*/
    }

    .ban-cta a.demo-cta:hover {
        color: #fff;
        background: #068A8E;
        -webkit-box-shadow: 4px 6px 15px rgba(6, 137, 142, 0.5);
        box-shadow: 4px 6px 15px rgba(6, 137, 142, 0.5);
    }

    .ban-cta a svg {
        position: absolute;
        left: 26px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .ban-cta a.demo-cta:hover svg #demo-icon {
        stroke: #fff;
    }/* Ban sprtie */

    .ban-sprite {
        width: 490px;
        height: 414px;
    }

    .ban-sprite span, .ban-sprite .ban-bg::before, .ban-sprite .ban-bg::after, .ban-sprite .ban-women::before {
        display: inline-block;
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-reporting-tool-ban-sprite-24.png') no-repeat;
        background-size: 489px;
    }

    .ban-sprite .ban-bg {
        background-position: -3px -8px;
        width: 419px;
        height: 346px;
    }

    .ban-sprite .ban-bg::before, .ban-sprite .ban-bg::after, .ban-sprite .ban-women::before {
        content: '';
        position: absolute;
        left: 85px;
    }

    .ban-sprite .ban-bg::before {
        background-position: -327px -382px;
        width: 153px;
        height: 95px;
        top: 120px;
        /*-webkit-animation:chart 1.5s 1s cubic-bezier(.25,.46,.45,.94) both;animation:chart .7s 1.5s cubic-bezier(.25,.46,.45,.94) both;*/
    }

    .ban-sprite .ban-bg::after {
        background-position: -327px -492px;
        width: 153px;
        height: 100px;
        top: 222px;
        /*-webkit-animation:chart 1.5s 1.4s cubic-bezier(.25,.46,.45,.94) both;animation:chart .6s 1s cubic-bezier(.25,.46,.45,.94) both;*/
    }

    .ban-sprite .ban-women {
        background-position: -6px -371px;
        width: 279px;
        height: 294px;
        position: absolute;
        right: 45px;
        bottom: 0;
    }

    .ban-sprite .ban-women::before {
        background-position: -441px -323px;
        width: 24px;
        height: 26px;
        left: auto;
        right: -40px;
        top: -24px;
        /*-webkit-animation:star 3s 1s cubic-bezier(.25,.46,.45,.94) infinite both;animation:star 3s 1s cubic-bezier(.25,.46,.45,.94) infinite both;*/
    }

    @-webkit-keyframes chart {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes chart {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-webkit-keyframes star {
        0%, 100% {
            -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
        }

        30% {
            -webkit-transform: scale(.5);
            transform: scale(.5);
        }

        60% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
    }

    @keyframes star {
        0%, 100% {
            -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
        }

        30% {
            -webkit-transform: scale(.5);
            transform: scale(.5);
        }

        60% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
    }/* Ban intro */

    .ban-intro {
        text-align: center;
        background: #fff;
        border: 1px solid #E873F8;
        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: 40px;
        /*-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: 24px;
        margin-bottom: 20px;
    }

    .ban-intro p {
        font-size: 15px;
        max-width: 900px;
        margin: auto;
    }/* Support section */

    .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.cn/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 section */

    .tab-sec {
        background: url(https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-reporting-tool-tab-bg-24.png) no-repeat, #FFF7ED;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        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 40px;
    }

    .tab-list li {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #521853;
        background: transparent;
        border: .5px solid transparent;
        border-radius: 6px;
        position: relative;
        margin-right: 20px;
        padding: 12px 30px;
        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: #521853;
    }

    .tab-list-highlight {
        width: 224px;
        height: 45px;
        background: #FFEEDD;
        background: -o-linear-gradient(left, #FFEEDD, #FFE7EC);
        background: -webkit-gradient(linear, left top, right top, from(#FFEEDD), to(#FFE7EC));
        background: linear-gradient(to right, #FFEEDD, #FFE7EC);
        border: .5px solid #FFB37F;
        border-radius: 50px;
        -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.10);
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.10);
        position: absolute;
        left: 6px;
        top: 36px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .tab-content {
        display: none;
        text-align: left;
        /*-webkit-animation:fadeUp 1s cubic-bezier(.25,.46,.45,.94) both;animation:fadeUp 1s cubic-bezier(.25,.46,.45,.94) both;*/
    }

    [data-content="tab-1"] {
        display: block
    }

    .tab-content .lr-container .m-lhs {
        width: 390px;
        vertical-align: top;
    }

    .tab-content .lr-container .m-rhs {
        width: calc(100% - 390px);
        padding-left: 120px;
    }

    .tab-content .m-lhs h2 {
        font-size: 42px;
        font-weight: 600;
        line-height: 1.2;
        color: #FF924E;
        position: relative;
        text-align: left;
        padding: 0 40px 76px 0;
        margin-bottom: 20px;
    }

    .tab-c2 .m-lhs h2 {
        color: #D764B5;
    }

    .tab-c3 .m-lhs h2 {
        color: #60C781;
    }

    .tab-c4 .m-lhs h2 {
        color: #C3881A;
    }

    .tab-content .m-lhs h2::before {
        content: '';
        width: 100px;
        height: 100px;
        background: transparent;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-radius: 1px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .tab-content .m-lhs img {
        width: 390px;
    }

    .tab-content .m-rhs ul {
        font-size: 0;
        margin-left: -100px;
    }

    .tab-content .m-rhs li {
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2 - 100px);
        margin-left: 100px;
        margin-bottom: 40px;
    }

    .tab-content .m-rhs li h3, .tab-content .m-rhs li h3 a {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        color: #000;
        margin-bottom: 4px;
    }

    .tab-content .m-rhs li p {
        line-height: 1.5;
    }/* Benefit section */

    .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::before {
        content: '';
        width: calc(100% - 60px);
        height: 3px;
        background: #FFD3D3;
        background: -o-linear-gradient(left, #FFD3D3 0, #FFF 60%);
        background: -webkit-gradient(linear, left top, right top, from(#FFD3D3), color-stop(60%, #FFF));
        background: linear-gradient(to right, #FFD3D3 0, #FFF 60%);
        position: absolute;
        top: 20px;
        right: 0;
    }

    .benf-box .benf-ic1 {
        background-position: -2px -4px;
        width: 46px;
        height: 53px;
    }

    .benf-box .benf-ic2 {
        background-position: -50px -4px;
        width: 58px;
        height: 52px;
    }

    .benf-box .benf-ic3 {
        background-position: -110px -2px;
        width: 51px;
        height: 53px;
    }

    .benf-box .benf-ic4 {
        background-position: -161px -6px;
        width: 44px;
        height: 46px;
    }

    .benf-box h3, .benf-box h3 a {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        color: #020202;
        margin-bottom: 8px;
    }

    .benf-box h3 a {
        text-decoration: underline;
    }

    .benf-box p {
        font-size: 15px;
    }/* Feature section */

    .fea-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .fea-header h2 {
        margin-bottom: 0;
    }

    .fea-header p {
        font-size: 22px;
        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: 10px;
    }

    .fea-box1 i {
        background-position: -5px -69px;
        width: 42px;
        height: 45px;
    }

    .fea-box2 i {
        background-position: -64px -66px;
        width: 45px;
        height: 56px;
    }

    .fea-box3 i {
        background-position: -125px -71px;
        width: 42px;
        height: 45px;
    }

    .fea-box4 i {
        background-position: -6px -130px;
        width: 45px;
        height: 55px;
    }

    .fea-box5 i {
        background-position: -66px -139px;
        width: 59px;
        height: 37px;
    }

    .fea-box6 i {
        background-position: -138px -135px;
        width: 52px;
        height: 45px;
    }

    .fea-box h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 12px;
    }/* Trust company */

    .trust-comp {
        margin: 90px 0;
    }

    .trust-comp h2 {
        font-size: 25px;
        font-weight: 300;
        max-width: 600px;
        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: #FFDE26;
        position: absolute;
        bottom: 3px;
        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
    }

    .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 banner section */

    .foot-ban {
        margin-bottom: 80px;
    }

    .foot-ban-content {
        text-align: center;
        background: url('https://www.manageengine.cn/sharepoint-management-reporting/sem/images/sharepoint-reporting-tool-foot-ban-bg-24.png') no-repeat, #FFF4E8;
        background-size: cover;
        border-radius: 10px;
        padding: 40px;
        margin: 15px;
        position: relative;
    }

    .foot-ban-content::before {
        content: '';
        background: #FFEEDD;
        background: -o-linear-gradient(left, #FFEEDD, #FFE5EF);
        background: -webkit-gradient(linear, left top, right top, from(#FFEEDD), to(#FFE5EF));
        background: linear-gradient(to right, #FFEEDD, #FFE5EF);
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        position: absolute;
        left: -15px;
        top: -15px;
        border-radius: 10px;
        z-index: -1;
    }

    .foot-ban-content h3 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .foot-ban-content h3 strong {
        display: block;
    }/* Copyright */

    .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 Query */

    @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-rhs {
            padding-left: 60px;
        }

        .tab-content .m-rhs ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 30px;
            margin-left: 0;
        }

        .tab-content .m-rhs li {
            width: calc(100% / 2 - 15px);
            margin-left: 0;
            margin-bottom: 0;
        }

        .tab-content .m-rhs img {
            margin-top: 30px;
        }

        .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 h1 span::before {
            -webkit-transform: scale(.86);
            -ms-transform: scale(.86);
            transform: scale(.86);
            left: -16px;
            bottom: -6px;
        }

        .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: 172px;
        }

        .tab-list {
            margin: 30px 0 30px;
        }

        .tab-list li {
            font-size: 13px;
            padding: 14px 10px;
        }

        .tab-content .lr-container .m-lhs {
            width: 250px;
        }

        .tab-content .lr-container .m-rhs {
            width: calc(100% - 250px);
            padding-left: 40px;
        }

        .tab-content .m-lhs img {
            width: 250px;
        }

        .tab-content .m-lhs h2 {
            font-size: 30px;
            padding: 0 0 54px 0;
        }

        .tab-content .m-lhs h2::before {
            width: 70px;
            height: 70px;
        }

        .tab-content .m-rhs ul {
            gap: 20px;
        }

        .tab-content .m-rhs li {
            width: calc(100% / 2 - 10px);
        }

        .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: 28px;
        }

        .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, .tab-content .m-lhs h2::before {
            display: none;
        }

        .tab-content {
            display: block;
            margin-bottom: 40px;
        }

        .tab-content .lr-container .m-lhs, .tab-content .lr-container .m-rhs {
            display: block;
            width: 100%;
            padding: 0;
        }

        .tab-content .lr-container .m-lhs {
            text-align: center;
            margin-bottom: 20px;
        }

        .tab-content .m-lhs h2 {
            font-size: 22px;
            text-align: center;
            padding: 0;
        }

        .tab-content .m-lhs h2 br {
            display: none;
        }

        .tab-content .m-lhs img {
            max-width: 250px;
            width: 100%;
        }

        .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;
        }

        .top-nav .logo a {
            background-size: 190px;
            height: 34px;
        }

        .ban-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;
        }

        .ban-cta a.down-cta {
            margin-right: 0;
        }

        .tab-content .m-lhs h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .tab-content .m-rhs li h3, .tab-content .m-rhs li h3 a {
            font-size: 15px;
        }

        .tab-content .m-rhs li {
            width: 100%;
        }

        .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-sec .m-lhs h1 span::before {
            -webikit-animation: none;
            animation: none;
        }
    }/* form css starts */

    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: 0.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-reporting-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: 1px;
        height: 100%;
        background: #DB232B;
        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)
        }
    }/* Thanks msg */

    .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
    }/* Popup form */

    .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;
    }/* Demo date */

    .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;
    }/* Form Media Query */

    @media (max-width: 991px) {
        .form-type-box {
            padding: 40px 24px;
        }
    }

    @media (max-width: 767px) {
        .ffw-form-container h2 {
            font-size: 18px;
        }

        .main-pop-cont .form-type-box {
            padding: 40px 5%;
        }
    }

    body [data-id=zsalesiq] #zsiq_chat_wrap {
        max-height: 480px !important;
        height: 480px !important;
        width: 350px;
    }
    
.tab-list-highlight {
    width: 170px; 
}

.heading-menu, .breadcrumb{display: none}
div#btmscroll {
    display: none;
}
