body {
    background-color: #111115;
    color: #fff;
}

.zmain-container {
    overflow: hidden;
}

footer {
    background-color: #fff;
}

.dis-block {
    display: block;
}

.act-btn {
    font-size: 16px;
    padding: 12px 30px;
}

.wid-custom {
    max-width: 1170px;
}

.txt-center {
    text-align: center;
}

h1 {
    font-size: 70px;
    color: #fff;
    width: 90%;
    line-height: 1.1;
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.banner-section {
    padding-top: 60px;
}

.highlight-tag {
    color: #17DD3D;
    font-size: 16px;
    line-height: 1.1;
    display: block;
}

.zw-flx-wrap,
.flexcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rev-direction {
    flex-flow: row-reverse;
}

.banner-content {
    width: 60%;
}

.banner-content-right {
    width: 40%;
}

.banner-content-right p {
    color: #fff;
}

.single-rating {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    gap: 10px;
}
.single-rating li:last-child a{
    font-size: 0;
}
.stars-container {
    position: relative;
    display: block;
    color: transparent;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1;
    width: 100px;
    left: 6px;
}

.stars-container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #ebebeb;
    display: inline-block
}

.stars-container::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #ff6105;
    overflow: hidden;
    -webkit-transition: ease all 2.5s;
    -o-transition: ease all 2.5s;
    transition: ease all 2.5s;
    width: 0
}

.stars-container.done::after {
    width: 89%
}

.rating-logo {
    width: 80px;
    height: 25px;
    display: block;
    background-image: url(/sites/zweb/images/otherbrandlogos/capterra.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    margin: 2px auto 0;
    background-position: 0 0
}

.getapp {
    background-image: url(/sites/zweb/images/otherbrandlogos/getapp-white.svg)
}

.g2 {
    background-image: url(/sites/zweb/images/otherbrandlogos/g2.svg);
    width: 20px;
    top: -2px;
    position: relative;
}

.single-rating div {
    padding: 5px 25px 0;
    position: relative;
    text-align: center;
}

.single-rating .svg-sprite-before::before,
.single-rating .svg-sprite-after::after,
.za-awards .single-rating .svg-sprite-before::before, 
.za-awards .single-rating .svg-sprite-before::after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    background: url(/sites/zweb/images/assist/left-awards.svg) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0
}

.single-rating .svg-sprite-after::after {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.counter-star {
    font-size: 13px;
    color: #fff;
}

.current-value {
    font-family: var(--zf-secondary-medium);
    font-size: 13px;
    color: #fff;
}

.bottom-animated .stars-92::after {
    width: 92%
}

.bottom-animated .stars-80::after {
    width: 80%
}

.bottom-animated .stars-90::after {
    width: 90%
}

.bottom-animated .stars-98::after {
    width: 98%
}

.templates {
    max-width: 1700px;
    margin: 120px auto 0;
    opacity: 1;
}

.slides ul {
    width: 2180px;
    transform: translateX(-10px);
    text-align: center;
    margin: 0 auto;
}

.slides ul:last-child {
    transform: translateX(-70px);
    margin-top: 30px;
}

.slides ul li {
    width: 420px;
    display: inline-block;
    margin-right: 10px;
}

.zmain-container h1,
.zmain-container h2,
.zmain-container h3 {
    font-family: var(--primaryfont-bold);
}

.slide-img-center {
    text-align: center;
    position: relative;
    z-index: 2;
}

.slide-img-center .image-slide {
    display: inline-block;
    max-width: 1000px;
    width: 90%;
    position: relative;
}

.slide-img-center .image-slide img {
    width: 100%;
}

.slides {
    position: relative;
}

.slides:before,
.slides:after {
    content: '';
    background-image: url(/sites/zweb/images/assist/assistall/template-left.jpg);
    width: 25%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    background-position: center;
}

.slides:before {
    left: -40px;
}

.slides:after {
    background-image: url(/sites/zweb/images/assist/assistall/template-right.jpg);
    right: -40px;
}

.image-slide .testimonial {
    position: absolute;
    max-width: 420px;
    text-align: left;
    right: 30px;
    top: 30%;
    color: #fff;
}

.image-slide .testimonial p {
    color: #fff;
    font-size: 22px;
    font-family: var(--primaryfont-semibold);
}

.testimonial-desc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-name {
    font-size: 18px;
    font-family: var(--zf-primary-bold);
}

.author-company {
    font-size: 16px;
}

.author-image {
    width: 70px;
    height: 70px;
    background-color: #29b71c;
    border-radius: 50%;
    background-image: url(/sites/zweb/images/assist/assistall/testimonial-author-img.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.author-title {
    display: flex;
    flex-flow: column;
}

h2 {
    color: #fff;
    font-size: 80px;
    text-align: center;
    line-height: 1;
    transition: all ease 0.6s;
}

h3 {
    font-size: 34px;
    line-height: 1.1;
}

.za-block {
    padding: 100px 0;
}

.block6 {
    background-color: #000;
}

.pd-0 {
    padding-top: 0;
}

a {
    position: relative;
    color: #0F6BC9;
}

.learn-more {
    color: #fff;
    font-size: 17px;
}

.txt-underline {
    text-decoration: underline;
}

.arrow-icon:hover:before,
.arrow-icon:hover:after {
    transform: translateX(10px) rotate(-45deg);
}

.arrow-icon:hover:after {
    transform: translateX(10px) rotate(0deg);
}

.arrow-icon:before {
    content: '';
    position: absolute;
    right: -30px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateX(0) rotate(-45deg);
    top: calc(50% - 5px);
    transition: transform 0.4s ease;
}

.arrow-icon::after {
    content: '';
    width: 20px;
    position: absolute;
    height: 1px;
    background: #fff;
    right: -30px;
    top: calc(50% - 0.5px);
    transition: transform 0.4s ease;
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.one-col {
    background-color: #16161A;
    padding: 50px;
    width: 420px;
    border-radius: 25px;
    margin-right: 20px;
    height: auto;
}

.one-col span {
    background: url(/sites/zweb/images/assist/assistall/assist-remoteaccess-icons.svg) no-repeat;
    background-size: 280px;
    width: 44px;
    height: 38px;
    margin-bottom: 10px;
    display: block;
}

.one-col span.icon2 {
    background-position: -44px 0;
}

.one-col span.icon3 {
    background-position: -90px 0;
    width: 30px;
}

.one-col span.icon4 {
    background-position: -120px 0;
}

.one-col span.icon5 {
    background-position: -164px 0;
    width: 31px;
}

.one-col span.icon6 {
    background-position: -197px 0;
    width: 39px;
}

.one-col span.icon7 {
    background-position: -235px 0;
    width: 45px;
}

.za-pricing-box {
    justify-content: space-between;
}

.za-pricing-box .single-content {
    width: 48%;
    padding: 70px;
    text-align: center;
    border-radius: 8px;
}

.detail .ztogglegroup {
    font-size: 16px;
    font-family: var(--zf-primary-medium);
    margin-top: 10px;
    display: inline-block;
}

.za-pricing-box .price {
    font-size: 64px;
    font-family: var(--primaryfont-semibold);
}

.zcurrency-symbol-common {
    font-size: 50px;
}

.box-1 {
    background-color: #0C5096;
}

.box-2 {
    background-color: #19873A;
}

.box-1 h3 {
    font-size: 32px;
    letter-spacing: -0.9px;
}

.box-txt {
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
}
.za-disc-content > div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 35px;
}
.try-now-btn {
    padding: 13px 50px 13px 30px;
    background-color: #fff;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold);
    display: inline-block;
    text-align: left;
    width: fit-content;
    border: 2px solid #fff;
}

.try-now-btn.arrow-icon:after,
.try-now-btn.arrow-icon:before {
    border-color: #000;
    right: 0;
    right: 20px;
    top: calc(50% - 5px);
}

.try-now-btn.arrow-icon:after {
    background-color: #000;
    top: calc(50% - 1px);
}
.line-btn.arrow-icon:after,
.line-btn.arrow-icon:before {
    border-color: #fff;
}

.line-btn.arrow-icon:after {
    background-color: #fff;
}
.line-btn {
    background-color: transparent;
    color: #fff;
}
.zcurrency-symbol {
    font-size: 50px;
}

.z-price-text {
    font-size: 64px;
}

.za-disc-content {
    text-align: center;
}
.za-disc-content p{font-size: 15px;}

.za-disc-content p:not(:last-child) {
    margin-bottom: 15px;
}

.batch {
    font-family: var(--zf-primary-bold);
    font-size: 23px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 40px;
    display: inline-block;
}

.za-awards-wrap h4, .za-awards-wrap h2 {
    color: #fff;
    font-size: 50px;
    max-width: 628px;
    width: 100%;
    font-family: var(--zf-primary-bold);
    text-align: center;
    margin: 50px auto;
    line-height: 1.2;
}

.flexcontent {
    justify-content: space-between;
    align-items: center;
    margin-top: 160px;
}

.flexcontent:first-child,
.flexcontent:last-child {
    flex-direction: row-reverse;
}

.flexcontent:first-child .img-part {
    background-color: #492795;
    display: flex;
    padding-bottom: 0;
    align-items: flex-end;
    justify-content: center;
}

.flexcontent:nth-child(2) .img-part:after {
    content: '';
    width: 300px;
    height: 300px;
    background-color: #ffda00;
    position: absolute;
    right: -30px;
    bottom: -60px;
    border-radius: 50%;
    z-index: 0;
}

.flexcontent:nth-child(2) .img-part img {
    position: relative;
    right: -10px;
    z-index: 1;
    bottom: -10px;
}

.flexcontent:nth-child(2) .img-part {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding: 0
}

.flexcontent:nth-child(2) .img-part img {
    width: 70%;
}

.flexcontent:nth-child(2) .img-part {
    background-color: #B6FD98;
    overflow: hidden;
    position: relative;
}

.flexcontent:last-child .img-part {
    background-color: #1B1B1B;
}

.img-part {
    width: 55%;
    max-width: 640px;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.img-part img {
    width: 90%;
}

.content-part {
    width: 40%;
}

.content-part h5, .content-part h3,
.single-row h5,
.cross-platform h5, .cross-platform h3, 
.col-half h5, .col-half h3 {
    font-size: 42px;
    line-height: 1.1;
}

.content-part h5, .content-part h3, {
    margin-bottom: 20px;
}

.single-row h5 {
    width: 100%;
}

.block8 h5, .block8 h3 {
    font-size: 36px;
    line-height: 1.1;
}

.za-block.block9 {
    text-align: center;
    padding-top: 20px;
}

.za-block.block9 h4 {
    font-size: 50px;
    line-height: 1.1;
}

.single-row,
.inner-wrap {
    justify-content: space-between;
    margin-top: 100px;
}

.col-block {
    width: 48%;
    border-radius: 14px;
    background-color: #1B1B1B;
    padding: 65px 65px 0 65px;
    text-align: center;
}

.za-block.block8 {
    padding-top: 60px;
}

.col-block:first-child img {
    margin-top: 20px;
}

.col-block:last-child img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.col-block:first-child img {
    vertical-align: bottom;
}

.single-row h5,
.col-block p {
    text-align: left;
}

.col-block:last-child {
    justify-content: unset;
}

.pb-0 {
    padding-bottom: 0;
}

.cross-platform {
    border-radius: 24px;
    border: 1px solid #333;
    padding: 70px 50px;
    margin-top: 90px;
    text-align: center;
}

.cp-listwrap {
    max-width: 1000px;
    margin: 80px auto 0;
}

.cp-listwrap>div {
    text-align: center;
}

[class|=zicons] {
    position: relative;
    display: block;
    background: url(/sites/zweb/images/assist/alternate-sprite.svg) no-repeat;
    background-size: 350px auto;
    background-position: 0 0;
    width: 50px;
    height: 55px;
    margin: 0 auto 15px;
    transition: opacity 0.3s ease;
}

.device-name {
    font-size: 15px;
}

.cp-list a {
    transition: all .5s;
    border-bottom: 1px solid;
    color: #fff;
}

.zicons-windows {
    background: url(/sites/zweb/images/otherbrandlogos/windows-icon.svg) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.zicons-mac {
    background: url(/sites/zweb/images/otherbrandlogos/mac-os-white.svg) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

.zicons-linux {
    background: url(/sites/zweb/images/otherbrandlogos/linux-os.png) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

.zicons-chromeos {
    background: url(/sites/zweb/images/otherbrandlogos/chrome-icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

.zicons-android {
    background: url(/sites/zweb/images/otherbrandlogos/android-icon.svg) no-repeat;
    background-position: center center;
    width: 50px;
    background-size: 100% auto;
}

.zicons-raspberry {
    background: url(/sites/zweb/images/otherbrandlogos/raspberry-pi-icon.svg) no-repeat;
    background-position: center center;
    width: 40px;
    background-size: 100% auto;
}

.zicons-ios {
    background: url(/sites/zweb/images/otherbrandlogos/ios-white.svg) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

.zcross-list p {
    color: #000
}

.block7 h2 {
    max-width: 990px;
    margin: 0 auto;
}

.col-half {
    width: 48%;
    max-width: 498px;
    margin-bottom: 80px;
}

.col-half:last-child,
.col-half:nth-child(5) {
    margin-bottom: 0;
}

.box {
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    padding: 80px 50px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #272727;
    margin: 70px auto 0;
}

.assist-logo {
    width: 280px;
}

.block8 .content-wrap {
    max-width: 800px;
}

.block8 h2 {
    text-align: left;
    padding-left: 50px;
}

.zaoffer-slider-wrap .slick-prev {
    left: -40px;
}

.zaoffer-slider-wrap .slick-next {
    right: -40px;
}

.scrolling-content {
    margin-top: 60px;
    counter-reset: section;
    padding: 0 50px;
}

.scrolling-slider h5:before {
    counter-increment: section;
    content: counter(section) ". ";
}

.apps-grid {
    width: 460px;
    height: 460px;
    border: 2px dashed #4f4f4f;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.apps-grid:before,
.apps-grid:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    border: 2px dashed #4f4f4f;
    border-radius: 50%;
    left: 10%;
    top: 10%;
}

.apps-grid:after {
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
}

.apps-prd {
    width: 60px;
    height: 60px;
    background-color: #2b2b2b;
    border-radius: 50%;
    position: absolute;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    transition: transform ease 0.5s;
}
.zmain-container a:not(.try-now-btn){
    color: #fff;
}
.slick-next, .slick-prev{
    color: #000;
    font-size: 0;

}
.tooltip {
    position: absolute;
    padding: 4px 13px;
    background-color: #111115;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    bottom: -27px;
    border-radius: 4px;
    transition: all 0.4s ease-in;
}

.tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #111115;
    position: absolute;
    top: -8px;
    left: calc(50% - 5px);
    border-radius: 2px;
}

.apps-prd img {
    width: 50%;
}

.apps-prd.prd1 {
    left: 21px;
    top: 41px;
    transition-delay: 100ms;
}

.apps-prd.prd1:before {
    content: '';
    width: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/sites/zweb/images/productlogos/crm.svg);
    background-repeat: no-repeat;
    background-size: 240%;
    background-position: -1px 0;
}

.apps-prd.prd2 {
    left: 200px;
    top: 62px;
    transition-delay: 200ms;
}

.apps-prd.prd3 {
    left: 140px;
    bottom: 86px;
    transition-delay: 300ms;
}

.apps-prd.prd4 {
    left: -10px;
    bottom: 106px;
    transition-delay: 400ms;
}

.apps-prd.prd5 {
    left: 21px;
    top: 180px;
    transition-delay: 500ms;
}

.apps-prd.prd6 {
    top: 90px;
    right: 0;
    transition-delay: 600ms;
}

.apps-prd.prd7 {
    right: 24px;
    bottom: 150px;
    transition-delay: 700ms;
}

.apps-prd.prd8 {
    right: 52px;
    bottom: 19px;
    transition-delay: 800ms;
}

.za-compare-logo li:not(:last-child) {
    margin-bottom: 40px;
}

.za-compare-logo a {
    display: flex;
    justify-content: flex-end;
    width: 220px;
}

.za-compare-logo a img {
    width: 70%;
}

.za-compare-logo .arrow-icon:after,
.za-compare-logo .arrow-icon:before {
    border-color: #000;
    left: 10px;
    top: calc(50% - 4px);
}

.za-compare-logo .arrow-icon:after {
    background-color: #000;
    top: calc(50% - 0px);
    left: 0;
}

.awards-logos {
    justify-content: center;
    gap: 50px;
}

.awards-logos .awards-single {
    width: 260px;
}

.awards-logos .awards-single:last-child {
    margin-right: 0;
}

.content-list strong {
    color: #fff;
}

.block4 {
    padding-top: 60px;
}
.block4 .single-rating{
    justify-content: center;
    align-items: center;
}
/***** updated css *****/
/* .awards-single::before, .awards-single::after {
    content: "";
    width: 55px;
    height: 100%;
    position: absolute;
    background: url(https://www.zoho.com/sites/zweb/images/assist/left-awards.svg) no-repeat;
    background-size: 100% 100%;
    left: -60px;
    top: 0;
}
.awards-single::after{
    right: 20px;
    left: auto;
    transform: scaleX(-1);
}
.awards-logos .awards-single:nth-child(1) img{
    position: relative;
    top: 30px;
} */
.za-awards .single-rating .svg-sprite-before::before, .za-awards .single-rating .svg-sprite-before::after{
    width: 55px;
    left: auto;
}
.za-awards .single-rating .svg-sprite-before::before{
    left: -20px;
}
.za-awards .single-rating .svg-sprite-after::after{
    right: -20px;
}
.za-awards .single-rating{
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
}
/***** updated css *****/
@media (min-width:1200px) {
    .cp-listwrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cp-listwrap>div {
        width: 14.28%;
    }
    .cp-list a:hover {
        font-weight: bold;
        letter-spacing: 1.2px;
    }
    .fade1,
    .fade2,
    .fade3,
    .fade4 {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition-delay: 0s, 0s;
    }
    .fade1 {
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }
    .fade2 {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
    .fade3 {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }
    .fade3 {
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }
    .bottom-animated .fade1,
    .bottom-animated .fade2,
    .bottom-animated .fade3,
    .bottom-animated .fade4 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .img-part {
        height: 520px;
    }
    .to-animate {
        opacity: 0;
        transition: all 0.5s ease-in;
    }
    .apps-grid.to-animate,
    .flexcontent:nth-child(2) .img-part.to-animate {
        opacity: 1;
    }
    .apps-grid.animscale .apps-prd {
        opacity: 1;
        transform: scale(1);
    }
    .apps-grid .apps-prd {
        transform: scale(0);
    }
    .za-compare-logo li {
        transition: transform 0.4s ease, opacity 0.3s ease;
        transform: translateX(-40px);
    }
    .za-compare-logo li.slide-right {
        transform: translateX(0);
        opacity: 1;
    }
    .flexcontent:nth-child(2) .img-part.anim-rotate img {
        transform: translate(0) rotate(0deg);
    }
    .flexcontent:nth-child(2) .img-part.anim-rotate:after {
        transform: perspective(200px) translate3d(0%, 0%, 0px);
    }
    .flexcontent:nth-child(2) .img-part:after {
        transition: all 1.2s ease-in;
        transform: perspective(200px) translate3d(100%, 80%, 0px);
    }
    .flexcontent:nth-child(2) .img-part img {
        transition: all 1s ease-in;
        transform: translate(20px) rotate(-30deg);
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        transition: all 0.5s ease-in;
    }
    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        transition: all 1s ease-in;
    }
    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        transition: all 1s ease-in;
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        transition: all 0.5s ease-in;
    }
    .templates.anim-translate .slides ul {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        opacity: 1;
    }
    .slides ul {
        transform: translateX(40px);
        -webkit-transform: translateX(40px);
        -o-transform: translateX(40px);
        transition: transform 0.7s ease-in-out;
        -o-transition: transform 0.7s ease-in-out;
        -webkit-transition: -webkit-transform 0.7s ease-in-out;
    }
    .templates.anim-translate .slides ul:last-child {
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        -o-transform: translateX(-100px);
    }
    .col-block p {
        width: 94%;
    }
    .block6 {
        padding-bottom: 130px;
    }
    .block7 {
        padding-top: 130px;
    }
    h2 {
        color: #8b8b8b;
        letter-spacing: -1.3px;
    }
    .middle-animated h2 {
        color: #fff;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .banner-content-right {
        margin-top: 40px;
    }
    .banner-content-right p {
        font-size: 18px;
        line-height: 1.7;
    }
    .mt-70 {
        margin-top: 70px;
    }
    .content-part h5, .content-part h3,
    .single-row h5,
    .cross-platform h5, .cross-platform h3,
    .col-half h5, .col-half h3 {
        letter-spacing: -0.8px;
    }
    .block8 h5, .block8 h3 {
        letter-spacing: -0.4px;
    }
    .block7 h2{font-size: 50px;line-height: 1.2;}
    .block9 h2{font-size: 50px;line-height: 1.2;}
}

@media only screen and (max-width: 1199px) {
    .za-block.block3,
    .block4 {
        padding-top: 20px;
    }
    .block2 .content-wrap {
        width: 80%;
    }
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 45px;
    }
    .za-awards-wrap h4, .za-awards-wrap h2 {
        font-size: 34px;
    }
    .content-part h5, .content-part h3,
    .single-row h5,
    .cross-platform h5, .cross-platform h3,
    .col-half h5, .col-half h3 {
        font-size: 36px;
    }
    .block6 {
        padding-bottom: 100px;
    }
    .block7 {
        padding-top: 100px;
    }
    .flexcontent {
        margin-top: 120px;
    }
    .zaoffer-slider-wrap,
    .za-disc-content,
    .za-pricing-box {
        margin-top: 50px;
    }
    .cp-listwrap>div {
        display: inline-block;
        margin: 50px 30px 0;
    }
    .cp-listwrap {
        margin-top: 0;
    }
    .block7 h2{
        font-size: 40px;
        line-height: 1.3;
        max-width: 800px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .za-pricing-box {
        flex-direction: column;
        align-items: center;
    }
    .za-pricing-box .single-content.box-1 {
        margin-bottom: 60px;
    }
    .za-pricing-box .single-content {
        width: 100%;
        max-width: 500px;
    }
    .za-block.block4 {
        padding-top: 40px;
    }
    .img-part {
        height: auto;
        max-width: 500px;
        width: 100%;
    }
    .flexcontent:first-child,
    .flexcontent:last-child {
        flex-direction: inherit;
    }
    .flexcontent {
        flex-direction: column;
        justify-content: center;
    }
    .flexcontent:first-child {
        margin-top: 80px;
    }
    .content-part {
        width: 100%;
        text-align: center;
        max-width: 560px;
        margin-bottom: 20px;
    }
    .awards-logos .awards-single {
        width: 170px;
    }
    .awards-logos {
        gap: 40px;
    }
    .za-block {
        padding: 70px 0;
    }
    .banner-content {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .banner-content-right {
        width: 100%;
        margin: 40px auto;
        text-align: center;
        max-width: 700px;
    }
    .single-rating {
        justify-content: center;
    }
    h1 {
        width: 100%;
        font-size: 44px;
    }
    h2 {
        font-size: 36px;
    }
    .block8 h5, .block8 h3 {
        font-size: 32px;
    }
    .za-awards-wrap h4, .za-awards-wrap h2 {
        font-size: 28px;
    }
    .content-part h5, .content-part h3,
    .single-row h5,
    .cross-platform h5, .cross-platform h3,
    .col-half h5, .col-half h3 {
        font-size: 32px;
    }
    .block2 .content-wrap {
        width: 80%;
    }
    /* .try-now-btn {
        width: 240px;
    } */
    .single-row {
        flex-direction: column;
        align-items: center;
    }
    .col-block {
        width: 100%;
        margin-bottom: 60px;
        max-width: 500px;
    }
    .col-block:last-child {
        margin-bottom: 0;
    }
    .apps-grid {
        width: 400px;
        height: 400px;
    }
    .apps-prd {
        width: 50px;
        height: 50px;
    }
    .apps-prd.prd3 {
        bottom: 66px;
    }
    .apps-prd.prd5 {
        top: 150px;
    }
    .slides ul {
        width: 200%;
    }
    .slides ul li {
        width: calc(20% - 10px);
    }
    .slides ul:last-child {
        margin-top: 0
    }
    .templates {
        margin-top: 20px;
    }
    .single-row h5,
    .col-block p {
        text-align: center;
    }
    .za-block.block6 {
        padding: 80px 0;
    }
    .za-block.block7 {
        padding-top: 100px;
    }
    .box span.vs-txt {
        width: 80px;
        margin: 40px 0;
    }
    .box {
        flex-direction: column;
        gap: 20px;
        max-width: 700px;
        width: 100%;
    }
    .za-compare-logo {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .one-col {
        height: 100%;
    }
    .slide-img-center {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .za-block.block8 {
        padding-top: 50px;
    }
    h1 {
        font-size: 36px;
    }
    .za-awards-wrap h4,
    .za-block.block9 h4,
    .za-awards-wrap h2
    h3 {
        font-size: 28px;
    }
    h2 span.dis-block {
        display: inline;
    }
    h2,.block7 h2,.block9 h2 {
        font-size: 34px;
        line-height: 1.2;
    }
    .flexcontent:first-child {
        margin-top: 40px;
    }
    .content-part h5, .content-part h3,
    .single-row h5,
    .cross-platform h5, .cross-platform h3,
    .col-half h5, .col-half h3 {
        font-size: 30px;
    }
    .assist-logo {
        width: 180px;
    }
    .box span.vs-txt {
        width: 70px;
    }
    .col-half {
        width: 100%;
        margin: 0 auto 80px;
        text-align: center;max-width: 450px;
    }
    .col-half:nth-child(5) {
        margin-bottom: 80px;
    }
    .za-block {
        padding: 50px 0;
    }
    .banner-content {
        width: 90%;
    }
    .one-col {
        margin-right: 0;
    }
    .flexcontent:last-child .img-part {
        /* transform: translate(0%, -10%) scale(0.8); */
    }
    .apps-grid {
        transform: scale(0.9);
    }
    .flexcontent:nth-child(2) .img-part:after {
        width: 220px;
        height: 220px;
    }
    .slides::before,
    .slides::after {
        display: none;
    }
    .image-slide .testimonial {
        position: initial;
        margin: 20px auto;
        text-align: center;
    }
    .testimonial-desc {
        justify-content: center;
        flex-flow: column;
    }
    .image-slide .testimonial p {
        font-size: 18px;
    }
    .inner-wrap {
        margin-top: 80px;
    }
    .block8 h5, .block8 h3,
    .box-1 h3 {
        font-size: 25px;
    }
    .za-pricing-box .single-content {
        padding: 50px;
    }
    .block8 h2 {
        text-align: center;
        padding-left: 0;
    }
    .cp-list a:hover {
        letter-spacing: unset;
    }
    .cp-listwrap>div {
        width: 23%;
        margin: 40px 20px 0;
    }
    .device-name {
        font-size: 14px;
    }
    .col-block {
        padding: 40px 30px 0;
    }
    .za-pricing-box .price {
        font-size: 44px;
    }
    .one-col {
        text-align: center;
        padding: 40px 20px;
    }
    .one-col span {
        margin: 0 auto 10px;
    }
    .learn-more {
        display: inline-block;
        font-size: 15px;
    }
    .za-compare-logo {
        display: block;
    }
    .box {
        max-width: 480px;
        padding: 50px 10px;
        margin-top: 40px;
    }
    .batch {
        padding: 10px 30px;
        font-size: 18px;
    }
    .zaoffer-slider-wrap,
    .za-disc-content,
    .za-pricing-box {
        margin-top: 30px;
    }
    .za-disc-content p:not(:last-child) {
        margin-bottom: 8px;
    }
    .flexcontent {
        margin-top: 100px;
    }
    
}
@media only screen and (max-width: 610px) {
    .za-disc-content > div{
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    .image-slide .testimonial p,
    .author-name {
        font-size: 16px;
    }
    .author-company {
        font-size: 14px;
    }
    .cross-platform {
        padding: 60px 20px;
    }
    .za-pricing-box .single-content {
        padding: 40px 10px;
    }
    .flexcontent {
        margin-top: 80px;
    }
    h1 {
        font-size: 32px;
    }
    .one-col {
        padding: 40px;
    }
    .content-part h5, .content-part h3,
    .single-row h5,
    .cross-platform h5, .cross-platform h3,
    .col-half h5, .col-half h3 {
        font-size: 28px;
    }
    h2,.block7 h2,.block9 h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    .content-part,
    .col-block {
        width: 100%;
    }
    .apps-grid {
        position: relative;
        left: calc(50% - 200px);
        transform: scale(1);
    }
    .flexcontent:last-child .img-part {
        margin: -20px 0 -60px;
        background-color: transparent;
        padding: 0;
        transform: translate(0, -10%) scale(0.7);
        height: 350px;
    }
    .flexcontent:nth-child(2) .img-part:after {
        width: 180px;
        height: 180px;
    }
    /* .try-now-btn {
        width: 200px;
        font-size: 18px;
    } */
    /* .try-now-btn.arrow-icon:after,
    .try-now-btn.arrow-icon:before {
        right: 30px;
    } */
    .batch {
        padding: 12px 30px;
        line-height: 1.3;
    }
    .box span.vs-txt {
        margin: 20px 0;
    }
    .za-compare-logo a {
        width: 180px;
    }
    .cp-listwrap>div {
        width: 34%;
    }
}