.heading-menu,#scroll, .footer-top-block{display:none;}
        .apps-download-links img {
            width: 140px;
        }

        .text-header {
            font: 2.625rem/1.2 Zoho_Puvi_Bold;
            letter-spacing: -0.1px;
            color: #000;
        }

        .sub-header {
            font: 2rem/1.25 Zoho_Puvi_SemiBold;
        }

        p {
            font-size: 16px;
            line-height: 1.6;
            margin: 0 0 20px;
        }

        .steps-count {
            position: relative;
            display: inline-block;
            border-radius: 50%;
        }

        .apps-feature-wrap li.active {
            background: #fff;
            box-shadow: 4px 4px 12px rgb(0 0 0 / 25%);
        }

        .apps-feature-wrap ul li:nth-child(1).active,
        .apps-feature-wrap ul li:nth-child(3).active {
            box-shadow: -3px 5px 14px rgb(0 0 0 / 15%);
        }
         
       .bg-light-grey {
           background-color: #f9f9f9;
        }

        .footer-bg {
           background-image: -moz-linear-gradient(90deg, #000 0, #052a49 100%) !important;
           background-image: -webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;
           background-image: -ms-linear-gradient(90deg, #000 0, #052a49 100%) !important;
       } 
       
        @media (max-width:767px) {
            .app-list li {
                text-align: center;
            }
        }

        .apps-feature-wrap {
            max-width: 1280px;
            width: 95%;
            height: 760px;
            margin: 0 auto;
            position: relative;
        }

        .apps-feature-figure {
            position: absolute;
            height: 625px;
            max-width: 300px;
            width: 100%;
            left: 50%;
            top: 50px;
            transform: translate(-50%, 0);
        }

        .apps-feature-wrap li {
            max-width: 315px;
            width: 100%;
            position: absolute;
            padding: 30px;
            cursor: pointer;
            border-radius: 5px;
        }

        .apps-feature-wrap li:nth-child(1) {
            left: 0;
            top: 70px;
            text-align: right;
        }

        .apps-feature-wrap li:nth-child(2) {
            right: 0;
            top: 70px;
        }

        .apps-feature-wrap li:nth-child(3) {
            left: 0;
            bottom: 100px;
            text-align: right;
        }

        .apps-feature-wrap li:nth-child(4) {
            right: 0;
            bottom: 100px;
        }

        .apps-feature-figure img,
        .mobile-features-wrap {
            display: none;
        }

        .apps-feature-figure img.active {
            display: block;
        }

        @media (max-width: 1200px) {
            .mobile-features-wrap {
                display: block;
            }

            .steps-count,
            .apps-feature-wrap {
                display: none;
            }
        }

        .steps-count img {
            width: 50px;
        }

        .apps-feature-wrap ul li:nth-child(1).active:after {
            right: -172px;
            transform: rotateZ(12deg);
        }

        .apps-feature-wrap ul li:nth-child(2).active:after {
            left: -360px;
            transform: rotateZ(0) scale(-1);
			top: 50%;
        }

        .apps-feature-wrap ul li:nth-child(3).active:after {
            right: -180px;
            top: 50%;
            transform: rotateZ(-360deg) scale(1);
        }

        .apps-feature-wrap ul li:nth-child(4).active:after {
            left: -362px;
            transform: rotateZ(176deg);
			top: 50%;
        }

        .apps-feature-wrap ul li.active:after {
            display: block;
        }

        .apps-feature-wrap ul li:after {
            content: '';
            position: absolute;
            width: 180px;
            height: 60px;
            top: 70%;
            background-image: url(/sites/meweb/images/kr/cloudspend/images/arrow-line.png);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: top;
            transform-origin: right center;
            display: none;
        }