.ztrusted-in {
    display: none
}

.ccode-in .ztrusted-in {
    display: block
}

.ccode-in .ztrusted-rw {
    display: none
}


/* zpromo-strip begins */

.zpromo-strip {
    background-color: #f4f4f4;
    display: none;
}

.zpromo-strip ul {
    max-width: 965px;
    margin: 0 auto;
    padding: 20px 0;
}

.zpromo-strip ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box !important;
    position: relative;
}

.zpromo-strip ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zpromo-strip ul li:last-child:after {
    display: none;
}

.zpromo-strip ul li a {
    color: #000;
    padding-left: 45px;
    display: block;
    position: relative;
}

.zpromo-strip ul li a span {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .zpromo-strip ul {
        max-width: 750px;
    }
    .zpromo-strip ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .zpromo-strip ul {
        padding: 10px 0;
        max-width: 480px;
        margin: 0 auto 20px;
    }
    .zpromo-strip ul li {
        width: auto;
    }
    .zpromo-strip ul li a {
        padding: 10px 0 10px 45px;
    }
    .zpromo-strip ul li a span {
        display: none;
    }
    .zpromo-strip ul li:after {
        height: 40%;
    }
}

@media screen and (max-width: 480px) {
    .zpromo-strip ul {
        max-width: 350px;
    }
    .zpromo-strip ul li {
        padding: 0 5px;
    }
    .zpromo-strip ul li a {
        font-size: 14px;
        padding: 10px 10px 10px 40px
    }
}


/* zpromo-strip ends */

.node-type-zp-home .zp-home-banner-wrap>.content-wrap {
    padding-top: 100px;
}


/* border for signup form */

.signup-box input,
.za-company-box,
form .za-country-container .globalcountrycode-signup {
    border: 1px solid #cccccc;
}

.node-tnid-21962 .signup-box .za-company-box input {
    border: none;
}

.content-wrap {
    padding: 100px 0 100px;
}

.zp-highlighted-features-wrap .content-wrap {
    padding: 80px 0 0px;
}

.integration-visual-wrap .content-wrap:before {
    background: url(/sites/default/files/projects-integration-bg.svg) no-repeat center center;
}

.integration-visual-wrap ul li.zp-main div:after {
    background: url(/sites/default/files/projects-integration-mid-icon-2x.png) no-repeat left top;
    background-size: cover;
}

.integration-visual-wrap ul li div:before {
    border: 1px solid #8fc9ff
}

.zp-home-banner-wrap:after {
    background: #77bfff;
    background: -moz-linear-gradient(top, #77bfff 0%, #9efaff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #77bfff 0%, #9efaff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, #77bfff 0%, #9efaff 50%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#77bfff', endColorstr='#ffffff', GradientType=0);
}

.zvideo>.zvideo-section:nth-child(1) .content-wrap {
    padding-top: 50px;
}

.zvideo-section {
    text-align: center;
}

.zvideo-section video {
    max-width: 960px;
    margin: 0 auto;
}

.zvideo-section img {
    display: none;
}

.zvideohead {
    font-size: 40px;
}

.zvideop {
    margin-bottom: 60px;
    max-width: 700px;
    margin: 0 auto 80px;
}

.zrow-wrap {
    display: table;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

.zrow-wrap>div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.zrow-wrap>div:nth-child(1) {
    text-align: left;
    width: 40%;
    padding-right: 0;
}

.zright .zrow-wrap>div:nth-child(1) {
    padding-right: 40px;
}

.zrow-wrap>div:nth-child(2) {
    width: 60%;
}

.zswap-item.left-image .zrow-wrap>div:nth-child(1) {
    width: 60%;
}

.zswap-item.left-image .zrow-wrap>div:nth-child(2) {
    width: 40%;
}

.cont-part h3 {
    max-width: 280px;
}

.zswap-item.left-image .zrow-wrap>div:nth-child(2) {
    text-align: left;
    padding-right: 20px;
    padding-left: 50px;
}

.trust-brands-wrap ul {
    margin: 60px 0;
}

.bottom-cta-wrap:before {
    content: none;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(201, 235, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(201, 235, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(201, 235, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(201, 235, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(201, 235, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(201, 235, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9ebff', GradientType=0);
}

.trust-brands-wrap ul li {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.features-box>div span {
    background: url(/sites/default/files/projects-home-icons-sprite-2x.png) no-repeat 0 0;
    background-size: auto 50px
}

.trust-brands-wrap ul li span {
    //background: url(/sites/default/files/projects/trust-brands-sprite.png) no-repeat 0 0;
    background-size: 1103px auto;
    height: 40px;
    transform: scale(1.2);
}

.trust-brands-wrap ul li.tb-tata span {
    width: 125px;
    background-position: -166px -362px;
}

.trust-brands-wrap ul li.tb-stanford span {
    width: 107px;
    background-position: -224px -402px;
}

.trust-brands-wrap ul li.tb-dell span {
    width: 40px;
    background-position: -39px -402px;
}

.trust-brands-wrap ul li.tb-hdfc span {
    width: 130px;
    background-position: -85px -402px;
}

.trust-brands-wrap ul li.tb-vodafone span {
    width: 55px;
    background-position: -461px -402px;
}

.trust-brands-wrap ul li.tb-bigbasket span {
    width: 35px;
    background-position: 0px -402px;
}

.trust-brands-wrap ul li.tb-pepsico span {
    width: 126px;
    background-position: -629px -402px;
}

.trust-brands-wrap ul li.tb-seimens span {
    width: 119px;
    background-position: -513px -402px;
}

.trust-brands-wrap ul li.tb-caterpillar span {
    width: 124px;
    background-position: -750px -402px;
}

.integration-visual-wrap ul li:first-child div:after {
    background-position: -50px 0
}

.integration-visual-wrap ul li:nth-child(2) div:after {
    background-position: -450px 0
}

.integration-visual-wrap ul li:nth-child(3) div:after {
    background-position: -500px 0
}

.integration-visual-wrap ul li:nth-child(4) div:after {
    background-position: -600px -50px
}

.integration-visual-wrap ul li:nth-child(6) div:after {
    background-position: -350px 0
}

.integration-visual-wrap ul li:nth-child(7) div:after {
    background-position: -550px 0
}

.integration-visual-wrap ul li:nth-child(8) div:after {
    background-position: -600px 0
}

.integration-visual-wrap ul li:nth-child(9) div:after {
    background-position: -650px 0
}

.bottom-cta-wrap .content-wrap {
    padding: 100px 0 0;
}

.bottom-cta-wrap .content-wrap:after {
    content: none;
    background: url(/sites/default/files/projects-bottom-cta-wave.svg) no-repeat right bottom;
}

@media screen and (max-width: 1040px) {
    .zvideo-section video {
        display: none;
    }
    .zvideo-section img {
        display: inline-block;
        max-width: 100%;
    }
    .zvideohead {
        font-size: 26px;
        max-width: 330px;
        margin: 0 auto 15px;
    }
    .zvideo-section .content-wrap {
        padding-bottom: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .integration-visual-wrap ul li:first-child div:after {
        background-position: -40px 0
    }
    .integration-visual-wrap ul li:nth-child(2) div:after {
        background-position: -360px 0
    }
    .integration-visual-wrap ul li:nth-child(3) div:after {
        background-position: -400px 0
    }
    .integration-visual-wrap ul li:nth-child(4) div:after {
        background-position: -480px -40px
    }
    .integration-visual-wrap ul li:nth-child(6) div:after {
        background-position: -280px 0
    }
    .integration-visual-wrap ul li:nth-child(7) div:after {
        background-position: -440px 0
    }
    .integration-visual-wrap ul li:nth-child(8) div:after {
        background-position: -480px 0
    }
    .integration-visual-wrap ul li:nth-child(9) div:after {
        background-position: -520px 0
    }
}

@media only screen and (max-width:767px) {
    .zvideo>.zvideo-section:nth-child(1) .content-wrap {
        padding-top: 0;
    }
    .zvideo>.zvideo-section:last-child {
        margin-bottom: 40px;
    }
    .zvideop {
        margin: 0 auto 50px;
    }
    .zvideo-section .content-wrap {
        padding-top: 40px;
    }
    .integration-visual-wrap ul li:first-child div:after {
        background-position: -30px 0
    }
    .integration-visual-wrap ul li:nth-child(2) div:after {
        background-position: -270px 0
    }
    .integration-visual-wrap ul li:nth-child(3) div:after {
        background-position: -300px 0
    }
    .integration-visual-wrap ul li:nth-child(4) div:after {
        background-position: -360px -30px
    }
    .integration-visual-wrap ul li:nth-child(6) div:after {
        background-position: -210px 0
    }
    .integration-visual-wrap ul li:nth-child(7) div:after {
        background-position: -330px 0
    }
    .integration-visual-wrap ul li:nth-child(8) div:after {
        background-position: -360px 0
    }
    .integration-visual-wrap ul li:nth-child(9) div:after {
        background-position: -390px 0
    }
    .zp-home-testimonial-wrap .content-wrap a.watch-video:after {
        border-left: 12px solid #95caec
    }
    .zp-home-banner-wrap>.content-wrap>div.zp-home-left {
        padding: 10px 0 0;
    }
    .zrow-wrap>div:nth-child(1),
    .zrow-wrap>div:nth-child(2),
    .zswap-item.left-image .zrow-wrap>div:nth-child(1),
    .zswap-item.left-image .zrow-wrap>div:nth-child(2),
    .zright .zrow-wrap>div:nth-child(1),
    .zright .zrow-wrap>div:nth-child(2) {
        width: 100%;
        display: block;
        text-align: center;
    }
    .zswap-item.left-image .zrow-wrap>div:nth-child(2) {
        padding-right: 0;
    }
    .zvideo-section img {
        margin-bottom: 60px;
    }
    .zswap-item.left-image .zrow-wrap>div:nth-child(2) {
        padding-left: 0;
    }
    .cont-part h3 {
        max-width: 100%;
        margin: 0 auto 15px;
    }
    .zrow-wrap .cont-part {
        margin-bottom: 36px;
    }
    .zvideo-section img.zlast {
        margin-bottom: 0;
    }
    .zright .zrow-wrap>div:nth-child(1) {
        padding-right: 0;
    }
}

.header {
    height: 37px;
}

.other-lang .request-drop-wrap {
    display: none;
}

.lang-id .zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-box {
    max-width: 350px;
}

.lang-ar .za-company-container .za-company-box .field-msg {
    left: unset;
    right: 0;
}

.lang-ar #sPortalInpId {
    direction: ltr;
}

@media only screen and (max-width: 1090px) and (min-width: 992px) {
    .trust-brands-wrap ul li span {
        margin: 10px 20px;
    }
    .trust-brands-wrap ul.ztrusted-in li span {
        margin: 10px 30px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .trust-brands-wrap ul li span {
        margin: 10px 40px;
    }
    .trust-brands-wrap ul.ztrusted-in li span {
        margin: 10px 30px;
    }
}


/* Rating */

.rating-section {
    background: #F5F5F5;
    padding: 80px 0 60px;
    margin: 60px 0 0;
}

.rating-section h2 {
    text-align: center;
    margin: 0 0 60px;
}

.rating-contain {
    max-width: 890px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rating-contain li {
    width: 260px;
    height: 110px;
    list-style: none;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    margin: 0 0 50px;
    background: #fff;
}

.rating-left {
    width: 70px;
}

.rating-left .count {
    color: #929292
}

.rating-left .count span {
    color: #2D2D2D;
    font-size: 24px;
    font-weight: bold;
}

.rating-right {
    padding: 0 0 0 17px;
    border-left: 1px solid #eaeaea;
}

.rating-img {
    display: block;
    height: 30px;
    background-image: url(/sites/default/files/projects/sprite-rating.png);
    background-repeat: no-repeat;
    background-size: 970px auto;
    margin: 0 0 5px;
}

.get-app {
    width: 80px;
    background-position: 0 0
}

.capeterra {
    width: 95px;
    background-position: -100px 0
}

.g-crowd {
    width: 82px;
    background-position: -211px 0
}

.finance-online {
    width: 120px;
    background-position: -310px 0
}

.peer-insights {
    width: 105px;
    background-position: -448px 0
}

.trust-radius {
    width: 120px;
    background-position: -572px 0
}

.software-suggest {
    width: 89px;
    background-position: -710px -1px
}

.app-store {
    width: 85px;
    background-position: -817px 0
}

.pc {
    width: 25px;
    background-position: -921px 0
}

.star-rating {
    display: block;
    width: 80px;
    height: 15px;
    position: relative
}

.star-rating span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/sites/default/files/projects/sprite-rating.png);
    background-repeat: no-repeat;
    background-size: 970px auto
}

.star-rating span.star-fill {
    transition: 4s all;
    width: 0;
}

.star-empty {
    background-position: -790px -106px
}

.star-4-2 {
    background-position: 1px -106px
}

.star-4 {
    background-position: -87px -106px
}

.star-9-1 {
    background-position: -262px -106px
}

.star-8-2 {
    background-position: -439px -106px
}

.star-4-4 {
    background-position: -527px -106px
}

.star-4-6 {
    background-position: -615px -106px
}

.star-5 {
    background-position: -702px -106px
}

.productivity-apps+.bottom-cta-wrap {
    display: none
}

.productivity-apps {
    padding: 120px 0 20px;
}

.productivity-apps>h5 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.productivity-apps>h5:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    border-top: 1px solid #DFDFDF;
    z-index: -1;
}

.productivity-apps h5 span {
    background: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.productivity-apps ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 90%;
    margin: 50px auto 0;
}

.productivity-apps li {
    max-width: 350px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px;
}
.productivity-apps li h5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.productivity-apps li p {
    font-size: 16px;
}
.productivity-apps li a {
    display: block;
    color: #000;
    padding-left: 50px;
transition: .5s all;
}

.productivity-apps li.sprints-logo a:hover {
    color: #088031;
}
.productivity-apps li.orchestly-logo a:hover {
    color: #006c90;
}
.productivity-apps li.bugtracker-logo a:hover {
    color: #ce0707;
}

.productivity-apps li a:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
    background-image: url(/sites/default/files/projects/sprite-rating.png);
    background-repeat: no-repeat;
    background-size: 970px auto;
}

.sprints-logo a:before {
    background-position: 1px -51px;
}

.orchestly-logo a:before {
    background-position: -54px -51px;
}

.bugtracker-logo a:before {
    background-position: -110px -51px;
}
.other-lang .bottom-cta-wrap .content-wrap {
padding: 100px 0;
}
@media only screen and (max-width: 991px) {
    .rating-contain {
        align-items: center;
        justify-content: center;
    }
    .rating-contain li {
        margin: 0 20px 30px;
    }
.other-lang .bottom-cta-wrap .content-wrap {
padding: 60px 0;
}
}

@media only screen and (max-width: 450px) {
.trust-brands-wrap ul {
    margin: 50px 6px;
}
}
.umain .zp-home-banner-wrap>.content-wrap .zp-home-left .watch-btn {
    display: inline-block;
}
.umain .promo-sec-wrap .watch-btn {
    display: none !important;
}
.i18n-ar .rating-section,
.i18n-ar .rating-contain,
.i18n-ar .rating-contain li,
.i18n-ar .rating-left,
.i18n-ar .rating-right,
.i18n-ar .rating-right span {
    direction: ltr;
    text-align: left;
}

.i18n-ar .productivity-apps li a:before {
    left: initial;
    right: 0;
}

.i18n-ar .productivity-apps li a {
    padding: 0 50px 0 0;
}


/*special features starts*/
h1,h2,h3{font-family:'gilroybold';}
//.zp-highlighted-features-wrap{display:none;}
.sp-desc {max-width: 710px;text-align: center;margin: 0 auto 0px auto;}
.sp-feature:last-child{padding-bottom: 0px;}
.sp-feature { display: table; table-layout: fixed; width: 100%;padding: 60px 0;} 
.sp-feature > div { display: table-cell; vertical-align: middle; width: 50%; } 
.sp-cont { padding: 0px 120px 0 120px; }
.sp-img {padding: 30px;}
.sp-img img {box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.06);border-radius: 10px;padding: 20px;}
.sp-feature:nth-child(3) .sp-img img {box-shadow: none;padding: 0;}

.right-img .sp-img{opacity:0;transform: translate(80px, 0px);transition:all 1200ms ease;}
.left-img .sp-img{opacity:0;transform: translate(-80px, 0px);transition:all 1200ms ease;}
.left-img.in-view .sp-img,.right-img.in-view .sp-img{transform: translate(0px, 0px);opacity:1;}

@media only screen and (min-width: 1600px){
    .i18n-en .sp-img img{max-width:120%;position: relative}   
    .i18n-en .left-img .sp-img img{left:-20%;}   
    .i18n-en .special-features .content-wrap{overflow:visible;}
}
    
@media only screen and (min-width: 992px) and (max-width: 1279px){
    .sp-cont {padding: 0px 80px 0 80px;}
}
@media only screen and (max-width: 991px){
    .sp-feature > div{display:block;width:100%;text-align:center;max-width: 700px;margin: auto;}
    .sp-cont {padding: 0px 0px 0 0px;}
    .right-img .sp-img,.left-img .sp-img{padding:15px;}
    .special-features .content-wrap {padding-bottom: 30px;}
    .sp-feature{padding:30px 0;}
    .i18n-ar .sp-cont *{text-align:center}
}
.i18n-ar .sp-desc *{text-align:center}
/*special features end*/


