* {
    box-sizing: border-box;
}

.slick-dots li.slick-active {
    background: #333;
    border: 1px solid #333;
}



.content-wrap {
    max-width: 1170px;
}

.act-btn {
    padding: 12px 40px;
}


.strike-container {
    position: relative;
    display: block;
}



.strikeout-div {
    display: none;
}

.strike-div,
.strikeout-div {
    position: absolute;
    left: 0;
    right: 0;
}


.strike-animate em {
    background-image: url(/sites/zweb/images/people/red-brush-strike.png);
    background-repeat: no-repeat;
    background-size: 280px auto;

    position: absolute;
    top: 39px;
    left: 0px;
    z-index: 10;
    width: 0;
    height: 10px;
    display: inline-block !important;
    transition: width 800ms ease-in;
}

.strike-animate.strike-animated em {

    -webkit-animation: strike 500ms ease-in;
    -moz-animation: strike 500ms ease-in;
    -ms-animation: strike 500ms ease-in;
    -o-animation: strike 500ms ease-in;
    animation: strike 500ms ease-in;
    animation-fill-mode: forwards;

}

@keyframes strike {
    0% {
        width: 0%;
    }

    100% {
        width: 55%
    }
}

.people-txt {
    position: absolute;
    bottom: -60px;
    left: 0;
    opacity: 0;
    transition: opacity 300ms ease-in;
    -webkit-transition: opacity 300ms ease-in;
}

/*
.header-top .img-part {
display: none;
}
*/
.header-top .content-wrap {
    max-width: 1100px;
}

.stars-container:after {
    width: 90%;
}

.stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #d0d0d0;
}


.feat-wrap h2,
.feat-wrap p {
    margin-left: 10px;
}

.feat-wrap h2 {
    font-size: 38px;
    font-family: var(--zf-primary-bold);
}

.top-wrap {
    box-shadow: 0 0 18px 0 #eaeaea;
    padding: 12px 16px 12px;
    max-width: 290px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
}
.header-top .cont-part{
    text-align: center;
}
.header-top .content-wrap{
    justify-content: center;
}

span.zoho-people {
    background: var(--zp-people);
    display: inline-flex;
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
    background-position:center;
    margin-right: 10px; 
    font-family: var(--zf-primary-semibold);
    font-size: 17px;
}

span.bamboo-icon {
    background-image: url(/sites/zweb/images/otherbrandlogos/namely.svg);
    background-size: 100%;
    display: inline-flex;
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
    background-position: center;
    margin-left: 10px;
}

.header-top {
    padding: 60px 0 30px;
}

.header-top .content-wrap,
.price-bg,
.start .content-wrap {
    display: flex;
    flex-wrap: wrap;
}

.top-wrap em {
    font-style: normal;
    background: #fff59d;
    border-radius: 50%;
    padding: 7px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-size: 15px;
}


.header-top .cont-part,
.header-top .img-part {
    width: 50%;
    align-self: center;
}


.header-top .img-part {
    padding-left: 30px;
    display: none;
}

.header-top h1 {
    font-size: 56px;
    position: relative;
    margin-bottom: 90px;
}

.header-top p {
    max-width: 530px;
    margin: 0 auto 40px;
}

.price-bg {
    background: #333333;
    padding: 100px 20px;
    color: #fff;
    justify-content: space-around;
    position: relative;
}

.price-txt h4 {
    font-size: 36px;
    max-width: 530px;
    line-height: 1.1;
    font-family: var(--zf-primary-bold);
}



.price-bg:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 58%;
    background: #555;
    height: 200px;
    width: 1px;
}



.price-bg .amount {
    font-size: 108px;
    font-family: var(--zf-primary-bold);
    display: block;
    position: relative;
    line-height: 1;
}

/*
.price-bg .amount:before {
    content: '$';
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 28px;
}
*/

.price-amount {
    text-align: center;

}

span.zcurrency-symbol-common {
    font-size: 31px;
    position: relative;
    top: -50px;
    left: -15px;
}

.amount em {
    font-style: normal;
    font-size: 28px;
}

.zsection {
    padding: 80px 0 0;
}

.start .content-wrap {
    max-width: 960px;
    justify-content: space-around;
}

.get-start {
    max-width: 220px;
    text-align: center;
    position: relative;
}

.get-start:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 40px;
    right: -132px;
    border-top: 3px dotted #ccc;
    width: 80%;
}

.get-start:last-child::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -132px;
    border-top: 3px dotted #ccc;
    width: 80%;
}

.geticon1,
.geticon2,
.geticon3 {
    background: url('/sites/zweb/images/people/bamboo-sprite.png');
    background-repeat: no-repeat;
    background-size: 841px auto;
    width: 85px;
    height: 85px;
    display: inline-block;
    background-position: 0px -50px;
    margin: 0 auto 20px;
}

.geticon2 {
    background-position: -84px -50px;
    width: 80px;
}

.geticon3 {
    background-position: -173px -62px;
    width: 84px;
    height: 85px;
}

.badge-section {
    padding: 60px 0;
    text-align: center;
}

.badge-section ul li {
    display: inline-block;
    margin: 35px;
}

.badge-section ul li>.awardicon {
    background: url('/sites/zweb/images/people/bamboo-sprite.png');
    background-size: 800px auto;
    width: 140px;
    height: 52px;
    display: inline-block;
    margin: 0;
}

.badge-section ul li .awardicon.capterra {
    background-position: 0 6px;
    width: 135px;
}

.badge-section ul li .awardicon.getapp {
    background-size: 800px auto;
    background-position: -134px 8px;
    width: 103px;
    height: 46px;
}

.badge-section ul li .awardicon.g2 {
    width: 40px;
    height: 50px;
    background-position: -320px 5px;
    background-size: 680px auto;
}

.badge-section ul li .awardicon.crozdesk {
    width: 132px;
    height: 46px;
    background-position: -237px 6px;
    background-size: 800px auto;
}

.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 21px;
    letter-spacing: 2px;
}

.stars-90::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #f9a825;
    overflow: hidden;
}

.stars-80::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #f9a825;
    overflow: hidden;
}

.stars-80::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '★★★★★';
    color: rgb(208, 208, 208);
}

.stars-80:after {
    width: 80%;
}

.counter-star {
    display: block;
    text-align: center;
    color: #888;

}

.feat-wrap {
    background: #fff;
    box-shadow: 0 0 50px 10px #eaeaea;
    padding: 120px;
    display: none;
}

.feat-section .col-block {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}

.checkpricing {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #03a9f5;
}

.explore-features {
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #03a9f5;
}

.feat-section .col-block ul li {
    font-size: 19px;
    margin-bottom: 50px;
    position: relative;
    padding-left: 50px;
    font-family: var(--zf-primary-semibold);
}

.feat-section {
    max-width: 900px;
    margin: 0 auto;
}

.feat-section ul {
    margin-top: 40px;
}

.feat-section .col-block ul li:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #ececec;
    width: 100%;
    height: 1px;
}

.feat-section .col-block ul li:last-child::before {
    content: none;
}

.feat-section .col-block ul li:lastchild::before {
    content: none;
}

/*

.feat-section .col-block ul li em{
border-left: 2px solid #02a86a;
border-bottom: 2px solid #02a86a;
transform: rotate(-40deg);
width: 18px;
height: 8px;
display: inline-block;
margin-right: 20px;
position: relative;
top: -5px;
}*/

.feat-section .col-block:last-child ul {
    position: relative;
}

.feat-section .col-block:last-child ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    width: 1px;
    height: 100%;
}

.feat-section .col-block ul li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: -5px;
    width: 15px;
    height: 7px;
    border-left: 3px solid #02a86a;
    border-bottom: 3px solid #02a86a;
    transform: rotate(-35deg);
}




.feat-section .col-block a {
    padding-left: 50px;
}

.bottom-cta-section {
    padding: 120px 0 80px;
    text-align: center;
}

.bottom-cta-section h2 {
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: var(--zf-primary-bold);
    font-size: 36px;
}

.test-wrap {
    background: #fffde8;
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 50px;
    position: relative;
    box-shadow: 15px 15px 20px 0 rgba(234, 234, 234, 0.5);
}

.test-wrap h5 {
    margin-bottom: 0;
}


.test-wrap::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -20px;
    background: #f1f1f1;
    width: 105%;
    height: 74%;
    z-index: -1;
}

.test-img,
.test-cont {
    display: inline-block;
    vertical-align: top;
}

.test-img {
    width: 24%;

}

.test-icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 40px auto 15px;
    background: #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e7e4e4;
    box-shadow: 14px 15px 40px 0 rgba(0, 0, 0, 0.16);
}

span.test-cont p {
    max-width: 450px;
}

.test-cont {
    width: 75%;
}

.testimonial-section {
    padding: 120px 0 0;
}


.testimonial-section h2 {
    text-align: center;
    font-size: 36px;
    font-family: var(--zf-primary-bold);
    margin-bottom: 50px;
}

.start h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-size: 36px;
    font-family: var(--zf-primary-bold);
}


.strike-animate.strike-animated em {
    width: 55%;
}


/* Awards Section */

.awards-section {
    padding: 60px 0 90px;

}

.awards-section .content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 70px;
    border: 1px solid #b6b6b6a6;
}

.awards-txt {
    align-self: center;
}

.awards-icons span {
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 20px 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.awards-icons span:nth-child(1) {
    background-image: url(/sites/zweb/images/otherbrandlogos/software-suggest-customers-choice.png);
}
.awards-icons span:nth-child(2) {
    width: 110px;
    background-image: url(/sites/zweb/images/otherbrandlogos/capterra-shortlist-2023.svg);
}

.awards-icons span:nth-child(3) {
    background-image: url(/sites/zweb/images/otherbrandlogos/crozdesk-trusted-vendor.png);
}


.awards-icons span:nth-child(4) {
    background-image: url(/sites/zweb/images/otherbrandlogos/crozdesk-quality-choice.png);
}


.awards-icons span:nth-child(5) {
    background-image: url(/sites/zweb/images/otherbrandlogos/g2-leader-summer.png);
}

.awards-txt h4 {
    max-width: 120px;
}

/* End of Awards Section */

@media screen and (min-width: 1600px) {
    .header-top .img-part {
        position: relative;
        bottom: -30px;
    }


    .strike-animate.strike-animated em {
        width: 300px;
    }


}

@media screen and (max-width: 1599px) {
    .act-btn {
        padding: 8px 30px;
    }

    .header-top h1 {
        font-size: 48px;
    }

    .strike-animate.strike-animated em {
        width: 240px;
        top: 30px;
    }

}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    /*
    .header-top h1{
        font-size: 48px;
    }*/

    .feat-wrap h2 {
        font-size: 38px;
    }
}


@media screen and (min-width: 1400px) {
    .awards-txt:after {
        border-bottom: 4px solid #fff59d;
        content: '';
        position: absolute;
        left: 98px;
        right: 0;
        width: 125px;
        bottom: -1px;
    }
}


@media screen and (max-width: 1399px) {
    .awards-txt h4 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 27px;
    }

    .awards-icons {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1399px) {

    .header-top .img-part img {
        max-width: 380px;
    }

    .feat-wrap h2 {
        font-size: 34px;
    }

    .testimonial-section h2,
    .start h2,
    .bottom-cta-section h2 {
        font-size: 32px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1279px) {
    .header-top .content-wrap {
        max-width: 960px;
    }

    .features .content-wrap {
        max-width: 1040px;
    }
}



@media screen and (min-width: 992px) {

    .header-top .img-part img {
        max-width: 502px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    /*.explore-features {
margin-left: 40px;
}
*/
    .feat-wrap p {
        max-width: 490px;
    }

    .feat-wrap h2 {
        max-width: 650px;
    }

}


@media screen and (max-width: 991px) {

    .strike-div {
        display: none;
    }

    .feat-section .col-block ul li {
        font-size: 17px;
    }

    .strikeout-div {
        position: static;
        display: block;
    }

    .strike-animate em {
        display: none !important;
    }

    .get-start:nth-child(2)::before {
        content: none;
    }

    .explore-features {
        margin-left: 20px;
    }

    .top-wrap {
        margin: 0 auto 20px;
    }


    .feat-section .col-block ul li:after {
        left: 10px;
    }


    .feat-wrap h2,
    .feat-wrap p {
        margin-left: 0;
    }

    .header-top .cont-part,
    .header-top .img-part {
        width: 100%;
        text-align: center;
    }

    .header-top p {
        margin: 0 auto 20px;
    }


    /*
    .header-top .img-part{

        padding-left: 0;
        max-width: 500px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

 */

    .feat-section .col-block {
        display: block;
        width: 100%;
    }

    .feat-section .col-block:last-child ul:before {
        content: none;
    }

    .price-bg:before {
        display: none;
    }

    .price-txt {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }

    .get-start:last-child::before {
        content: none;
    }

    .feat-wrap {
        padding: 70px;
    }


    .feat-section .col-block ul li {
        font-size: 17px;
    }

    .price-txt h4 {
        font-size: 28px;
        margin: 0 auto 40px;

    }

    .price-txt {
        text-align: center;
    }

    .checkpricing {
        display: inline-block;
        border-bottom: 1px solid #03a9f5;
    }


    .test-img,
    .test-cont {
        display: block;
        width: 100%;
    }

    .test-wrap {
        text-align: center;
    }

    .designation {
        font-size: 12px;
    }

    .test-wrap::before {
        content: none;
    }

    span.test-cont p {
        margin: 20px auto;
    }

    .feat-section .col-block:nth-child(2) {
        display: none;
    }

    .header-top .img-part img {
        max-width: 450px;
        margin: 50px auto 0;
        width: 100%;
    }

    .header-top .img-part {
        padding-left: 0;
    }

    .awards-txt h4 {
        font-size: 23px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .header-top .content-wrap {
        max-width: 880px;
    }

    .price-txt h4 {
        max-width: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-top h1 {
        font-size: 48px;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .bottom-cta-section h2 {
        max-width: 550px;
    }

    .feat-wrap p {
        max-width: 390px;
    }

    .test-wrap {
        padding: 30px 50px 80px;
    }

    .header-top h1 {
        max-width: 580px;
    }


    .header-top {
        padding: 60px 0 0;
    }

}

@media screen and (max-width: 767px) {
    .feat-wrap {
        padding: 40px;
    }



    .header-top h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .bottom-cta-section h2 {
        font-size: 25px;
    }

    .header-top h1 {
        font-size: 32px;
    }

    .explore-features {
        text-align: center;
    }



    .test-wrap {
        padding: 20px 50px 70px;
    }

    .bottom-cta-section {
        padding: 60px 0 80px;
    }

    .testimonial-section {
        padding: 60px 0 0;
    }

    .badge-section {
        padding: 30px 0 0;
    }

    .zsection {
        padding: 60px 0 0;
    }

    .price-bg .amount {
        font-size: 78px;
        margin-top: 30px;
    }

    span.zcurrency-symbol-common {
        top: -40px;
        font-size: 25px;

    }

    .price-bg {
        padding: 70px 20px;
    }

    .explore-features {
        margin-bottom: 40px;
    }

    .feat-wrap h2,
    .testimonial-section h2,
    .start h2,
    .bottom-cta-section h2 {
        font-size: 28px;
    }

    .header-top {
        padding: 60px 0 30px;
    }

    .feat-section .col-block ul li:before {
        content: none;
    }

    .feat-section .col-block ul li {
        margin-bottom: 35px;
    }

    .explore-features {
        margin-left: 0;
    }

    .badge-section ul li {
        margin: 10px 25px;
    }

    .badge-section ul li>.awardicon {
        height: 50px;
    }

    .badge-section ul li .awardicon.getapp {
        height: 40px;
    }

    .badge-section ul li .awardicon.g2 {
        height: 44px;
    }

    .badge-section ul li .awardicon.crozdesk {
        height: 41px;
    }

    .get-start {
        margin-bottom: 30px;
    }

    .geticon1,
    .geticon2,
    .geticon3 {
        margin: 0 auto 5px;
    }

    .header-top {
        padding: 60px 0 0;
    }

    .header-top .img-part img {
        vertical-align: middle;
    }

    .awards-section .content-wrap {
        border: none;
    }

    .awards-icons span {
        margin: 15px;
    }

    .awards-section {
        padding: 0 0 20px;
    }

}


@media screen and (max-width: 480px) {
    .header-top .img-part img {
        max-width: 260px;
    }

    .awards-section .content-wrap {
        padding: 30px 0px;
    }
}