*,
        *:before,
        *:after {
            box-sizing: border-box;
        }

        .zwrapper {
            display: inline-block;
            width: 100%;
            margin-top: 100px;
        }

        .zw-template-inner {
            background: #fbf8f5
        }
.zw-product-header {
    background: #faf8f4;
}
        a.act-btn.cta-btn {
            PADDING: 12PX 40PX;
            font-size: 18px;
        }

        .zwrapper p {
            font-size: 20px
        }

        .zbanner p {
            position: relative;
            z-index: 1;
            max-width: 820px;
        }

        .zbanner {
            max-width: 1120px;
            margin: 0 auto;
            padding-bottom: 0px;
            position: relative;
            margin-bottom: 0;
        }



        .zbanner h1 {
            font-size: 60px;
        }

        .zbanner p.btn-wrap {
            margin-top: 20px;
            display: inline-block;
        }

        .zbanner h1,
        h2 {
            font-weight: 700;
        }

        .zfeature-section h2 {
            font-size: 30px;
            max-width: 497px;
            margin: 0 0 30px;
            line-height: 1.4;
        }

        .zflex-wrap {
            display: flex;
            flex-wrap: wrap;
        }


        .zfeature-section .zflex-item {
            width: 60%;
            padding: 20px;
        }

        .zfeature-section .zflex-item>div {
            background: #fff;
            height: 100%;
            padding: 80px 50px;
            text-align: center;
        }

        .zfeature-section .zflex-item.zimage-flex {
            width: 40%;
        }

        .zfeature-section img {
            max-width: 350px;
            width: 100%;
        }

        .zfeature-section .content-wrap {
            overflow: hidden;
        }

        .zfeature-section .zflex-wrap {
            background: #fff;
            margin-bottom: 40px;
            padding: 50px;
            align-items: center;
            opacity: 0;


        }


        @-webkit-keyframes fadeInUp {
            from {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
            }

            to {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
            }

            to {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }

        .zfeature-section .animated .zflex-wrap {
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
            animation-duration: 1s;
            opacity: 1;

        }

        .zfeature-section .zflex-item>div>p {
            margin-bottom: 0;
            max-width: 400px;
            margin: 0 auto;
        }

        .zfeature-section {
            max-width: 1180px;
            margin: 0 auto 100px;
        }

        .zfeature-section .zflex-item>div>img {
            max-height: 190px;
            margin-bottom: 50px;
        }

        .bot-section {
            max-width: 900px;
            margin: 0 auto;
            margin-bottom: 100px;
        }

        .bot-section h2 {
            font-size: 40px;
            text-align: center;
            margin: 0 auto 30px;
            max-width: 750px;
        }

        .bot-section p {}

        .bot-section .zflex-item {
            width: auto;
            margin: 0px 50px;
            display: inline-block;
        }

        .bot-section .zflex-wrap {
            width: auto;
            display: table;
            margin: 0px auto 50px;
        }

        .bot-section p {
            text-align: center
        }

        .banner-screenshot {
            position: relative;
            left: 320px;
            bottom: 110px;
            width: 750px;
            transform: translateY(80px);
            opacity: 0;
            transition: 1.5s all ease;
        }

        .animated .banner-screenshot {
            transform: translateY(0);
            opacity: 1;
        }




        /*-------------------- Trust Brands Starts ------------------*/

        /*-----------------------------------------------------------*/

        .trust-brands-wrap {
            text-align: center;
            margin-top: 80px;
            margin-bottom: 80px;
            position: relative;
        }

        .trust-brands-wrap .content-wrap {
            padding: 0 0 40px;
        }

        .trust-brands-wrap:after,
        .trust-brands-wrap:before {
            content: '';
            position: absolute;
            left: 20%;
            width: 60%;
            height: 1px;
            background: rgba(255, 255, 255, 1);
            background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgb(185, 185, 185) 50%, rgba(255, 255, 255, 1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgb(185, 185, 185)), color-stop(100%, rgba(255, 255, 255, 1)));
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgb(185, 185, 185) 50%, rgba(255, 255, 255, 1) 100%);
            background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgb(185, 185, 185) 50%, rgba(255, 255, 255, 1) 100%);
            background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgb(185, 185, 185) 50%, rgba(255, 255, 255, 1) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgb(185, 185, 185) 50%, rgba(255, 255, 255, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
        }

        .trust-brands-wrap:before {
            top: 18px;
        }

        .trust-brands-wrap:after {
            bottom: 0;
            display: none
        }

        .trust-brands-wrap p {
            position: relative;
            color: #777;
            padding: 0 10px;
            background: #fbf8f5;
            display: inline-block;
            margin-bottom: 0;
        }

        a.more-detail-link,
        a.explore-more {
            border-bottom: 1px solid #03a9f5;
            padding: 0 0 2px
        }

        .trust-brands-wrap a.more-detail-link {
            font-size: 16px;
            padding: 0 0 1px;
        }

        .trust-brands-wrap ul {
            margin: 40px 0 20px
        }

        .trust-brands-wrap ul li {
            display: inline-block;
            opacity: 0;
            transition: 0.5s ease;
            -webkit-transition: 0.5s ease;
            transform: scale(0.4, 0.4);
            -webkit-transform: scale(0.4, 0.4);
            margin-bottom: 20px;
        }

        .trust-brands-wrap ul li span {
            display: inline-block;
            margin: 10px 40px;
            text-indent: -9999px
        }

        .trust-brands-wrap ul li:first-child span {
            margin-left: 0
        }

        .trust-brands-wrap ul li:last-child span {
            margin-right: 0
        }

        .trust-brands-wrap ul li span {
            background: url(/sites/zweb/images/commonroot/trust-brands-sprite.png) no-repeat 0 0;
            background-size: 1103px auto;
            height: 40px
        }

        .trust-brands-wrap ul li.tb-hitachi span {
            width: 85px;
            background-position: 0 -40px;
        }

        .trust-brands-wrap ul li:first-child span {
            margin-left: 0;
        }

        .trust-brands-wrap ul li.tb-element span {
            width: 107px;
            background-position: -85px -40px;
        }

        .trust-brands-wrap ul li.tb-metro-washington span {
            width: 160px;
            background-position: -192px -40px;
        }

        .trust-brands-wrap ul li.tb-royal-haskoning span {
            width: 91px;
            background-position: -352px -40px;
        }

        .trust-brands-wrap ul li.tb-united-foundation span {
            width: 125px;
            background-position: -444px -40px;
        }


        /* .awards-wrap {
            text-align: center;
            padding: 60px 0 30px;
            background: #f5f3f0;
            margin-bottom: 60px;
        }

        .awards-wrap h2 {
            max-width: 620px;
            margin: 0 auto 20px;
        }

        .awards-container {
            width: 90%;
            max-width: 700px;
            margin: 0 auto;
            display: inline-block;
        }

        .awards-box {
            width: 33.33%;
            float: left;
            padding: 0px 15px 0
        }

        .award {
            display: block;
            margin: 30px auto;
            width: 150px
        }

        .award-2 {
            margin-top: 50px;
        } */

        a.more-detail-link,
        a.explore-more {
            border-bottom: 1px solid #03a9f5;
            padding: 0 0 2px;
            margin: 40px auto 0;
            display: table;
        }

        /* Awards */
        .awards-section {
display:none;
            position: relative;
            width: 100%;
            padding: 80px 0 60px;
            margin-bottom: 50px;
        }

        .awards-section .content-wrap {
            width: 100%;
            position: relative;
        }

        .awards-inner-section {
            position: relative;
            width: 100%;
            text-align: center;
        }

        .awards-txt h2 {
            position: relative;
            width: 100%;
            font-size: 36px;
            margin: 0 0 0px;
        }

        .awards-flex-wrap {
            width: 100%;
            /* max-width: 1170px; */
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            margin: 40px auto;
        }

        .awards-flex-wrap li {
            position: relative;
            width: 185px;
            margin: 10px 10px;
            padding: 35px 15px 20px;
            border-radius: 10px;
        }

        .awards-flex-wrap li:nth-child(1) {
            background-color: #F8F5FF;
        }

        .awards-flex-wrap li:nth-child(2) {
            background-color: #F0F9FF;
        }

        .awards-flex-wrap li:nth-child(3) {
            background-color: #F2F7FF;
        }

        .awards-flex-wrap li:nth-child(4) {
            background-color: #FFF2F0;
        }

        .awards-flex-wrap li:nth-child(5) {
            background-color: #F2FAFF;
        }

        .awards-flex-wrap li:nth-child(6) {
            background-color: #F6FFEF;
        }

        .awards-sprites {
            width: 100px;
            height: 38px;
            display: block;
            background: url(/sites/zweb/images/assist/enterprise/awards-sprites.png) no-repeat;
            background-size: 507px auto;
            margin: 0 auto 10px;
        }

        .awards-flex-wrap li span.peer-insights {
            background-position: 0 0;
            width: 147px;
        }

        .awards-flex-wrap li span.capterra {
            background-position: -149px 0;
            width: 116px;
            height: 38px;
        }

        .awards-flex-wrap li span.trust-icon {
            background-position: -268px -15px;
            width: 52px;
        }

        .awards-flex-wrap li span.g2-icon {
            background-position: -325px 0px;
            width: 39px;
        }

        .awards-flex-wrap li span.f-icon {
            background-position: -365px 0px;
            width: 55px;
        }

        .awards-flex-wrap li span.getapp-icon {
            background-position: -421px 9px;
            width: 88px;
        }

        .rating-bx .stars-con {
            position: relative;
            display: block;
            color: transparent;
            font-size: 18px;
            letter-spacing: 7px;
            text-align: center;
            max-width: 120px;
            margin: 0 auto;
            --myVar: 0;
        }

        .stars-con::before {
            position: absolute;
            top: 0;
            left: 0;
            content: '\2605\2605\2605\2605\2605';
            color: #d0d0d0
        }

        .stars-con::after {
            position: absolute;
            top: 0;
            left: 0;
            content: '\2605\2605\2605\2605\2605';
            color: #f9a826;
            overflow: hidden;
            -webkit-transition: all 2.5s ease;
            -o-transition: all 2.5s ease;
            transition: all 2.5s ease;
            /* width: 0 */
            width: var(--myVar);
        }

        .rating-txt {
            margin: 3px auto 5px;
        }

        .rating-txt span.counter {
            font-size: 24px;
            color: #000;
        }

        .rating-txt span {
            font-size: 17px;
            color: #838383;
            font-weight: 300;
        }

        /* Awards */
        .zfeature-section li {
            font-size: 20px;
            list-style: disc;
            margin-bottom: 10px;
            margin-left:20px;
        }
        .zfeature-section li:last-child{
            margin-bottom:0;
        }
        .zfeature-section .how-to-share.zflex-wrap {
            background: transparent;
            width: 600px;
            max-width: 97%;
            margin-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .zfeature-section .how-to-share.zflex-wrap h2{
            max-width: 510px;
        }

        @media only screen and (max-width: 1100px) {
            .banner-screenshot{
                left: 20%;
                bottom: 20px;
            }
        }
        @media only screen and (max-width:991px) {
            .banner-screenshot {
                position: relative;
                left: 0;
                bottom: 0px;
                margin: 0 auto;
                transform: translateY(0);
                opacity: 1;
            }

            .zbanner {
                padding-bottom: 0;
            }

            .zfeature-section .zflex-item>div {
                box-shadow: 0px 6px 20px 5px rgba(0, 0, 0, 0.1);
            }

            .zfeature-section .zflex-item {
                max-width: 600px;
                padding: 20px;
                width: 100%;
                margin: 0 auto;
            }

            .zbanner span.highlight {
                display: none;
            }

            .bot-section .zflex-wrap {
                width: 100%;
                display: flex;
                margin: 0px auto 50px;
            }

            .bot-section .zflex-item {
                width: 25%;
                margin: 0;
                display: inline-block;
            }

            .zfeature-section .zflex-item.zimage-flex {
                width: 100%;
                order: 1;
            }

            .zfeature-section .zflex-item {
                opacity: 1;
                order: 2;
            }

            .zfeature-section .zflex-wrap {
                opacity: 1;
            }
        }

        @media only screen and (max-width:768px) {
            .bot-section .zflex-item {
                width: 50%;
                margin: 0 0 20px;
                display: inline-block;
            }

            .zbanner h1 {
                font-size: 50px;
            }

            .bot-section h2 {
                font-size: 32px;
            }

            .banner-screenshot {
                width: 100%;
            }

            .awards-box {
                width: 100%;
            }
            .zwrapper{margin-top: 50px;}
        }

        @media only screen and (max-width:600px) {
            .zfeature-section .zflex-item {
                padding: 20px 0;
            }

            .zfeature-section .zflex-item>div {
                padding: 50px 30px;
            }

            .zbanner h1 {
                font-size: 30px;
            }
            .zbanner h2,.zfeature-section h2 {
                font-size: 25px;
            }

            p,.zfeature-section li { 
                font-size: 18px;
            }
        }

/* FAQ Section */
.zfaq-section {
    background: #fff5e2;
    margin: 0 auto;
    text-align: center;
    padding: 0px 80px 80px;
    border-radius: 7px;
    margin-bottom: 80px;
}

.faq-section,.faq-section * {
    box-sizing: border-box;
}

.zfaq-section div {
    width: 970px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%
}

.zfaq_wrapper .zfaq-wrap:first-child {
    border-top: 0
}

.zfaq_wrapper .zfaq-wrap {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ffe5af;
    border-top: 1px solid #fff
}

.faq-heading {
    position: relative;
    padding: 60px 0 15px;
}

/* .faq-heading::before {
    content: '';
    position: absolute;
    width: 77px;
    height: 55px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/sites/zweb/images/assist/remote-desktop-share/sprite.png);
    background-size: auto 70px;
    background-position: -1131px -8px
} */

.zfaq_wrapper h2 {
    padding-top: 0
}

.zfaq_wrapper h2:not(.faq-heading) {
    color: #000;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding: 20px 35px 20px 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    font-family: var(--zf-secondary-semibold);
    text-align: left;
    margin-top: 0
}

.zfaq_wrapper .zfaq-wrap p {
    display: none;
    padding: 0;
    text-align: left
}

.zfaq_wrapper .zfaq-wrap .faq-arrow {
    position: absolute;
    right: 22px;
    top: 34px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    font-size: 16px;
    left: auto
}

.zfaq_wrapper .zfaq-wrap .faq-arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    -ms-transform: rotate(45deg)
}

.zfaq-wrap.active .faq-arrow:before {
    transform: rotate(315deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 1px;
    -ms-transform: rotate(135deg)
}
.zfaq-wrap p{
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .zfaq-section{padding: 0px 30px 60px;}
    .zfaq_wrapper h2:not(.faq-heading){line-height: 1.4;}
    .zfaq-wrap p{font-size: 16px;}
}
/* FAQ Section */