@font-face {
    font-family: "Satisfy";
    font-weight: 400;
    font-style: normal;
    src: url("//static.zohocdn.com/webfonts/satisfy/font.eot");
    src: url("//static.zohocdn.com/webfonts/satisfy/font.eot?#iefix") format("eot"), url("//static.zohocdn.com/webfonts/satisfy/font.woff2") format("woff2"), url("//static.zohocdn.com/webfonts/satisfy/font.woff") format("woff"), url("//static.zohocdn.com/webfonts/satisfy/font.ttf") format("truetype"), url("//static.zohocdn.com/webfonts/satisfy/font.svg#Satisfy") format("svg");
    font-display: swap;
}

:root {
    --p-sprite-font: 'Satisfy';
}

.template-inner,
.template-inner * {
    box-sizing: border-box;
}

h1 {
    font-size: 53px;
}

h2 {
    font-size: 42px;
    font-family: var(--zf-primary-bold);
    margin-bottom: 30px;
}

h2 span {
    display: block;
}

h3 {
    font-size: 30px;
    font-family: var(--zf-primary-bold);
    line-height: 1.3;
}

.template-inner video {
    width: 100%;
    height: 100%;
}

.zw-product-header {
    background: linear-gradient(134deg, #F4F7D7 0%, #F3FCB0 80%) 0% 0% no-repeat;
}

.template-inner section {
    padding: 90px 0;
}

.template-inner .features-section {
    padding: 90px 0 0;
}

.act-btn {
    background: #000;
    color: #fff;
    padding: 12px 30px;
}

.template-inner .top-section {
    background: linear-gradient(134deg, #F4F7D7 0%, #F3FCB0 60%) 0% 0% no-repeat;
    padding: 90px 0 70px;
}

.top-banner {
    display: grid;
    grid-template-columns: repeat(10, minmax(10%, auto));
    grid-template-rows: repeat(10, minmax(50px, auto));
}

.top-con {
    grid-area: 1/1/11/6;
}

.top-con span {
    text-transform: uppercase;
    color: #E33332;
    font-family: var(--zf-primary-semibold);
    letter-spacing: 1.2px;
    display: inline-block;
    margin-bottom: 15px;
}

.top-con p {
    margin: 30px 0;
    max-width: 530px;
}

.top-media {
    grid-area: 1/6/11/11;
    place-self: center;
}

.top-media img {
    max-width: 550px;
    user-select: none;
    width: 100%;
}

.top-media img,
.t-anim-elm,
.p-features-2 .p-features-media .p-image-1,
.f2-anim-elm1,
.f2-anim-elm2,
.f2-anim-elm3,
.p-features-3 img,
.p-features-4 img,
.f4-anim-elm2,
.p-features-5 img,
.p-features-6 img,
.f6-anim-elm1,
.p-integations-center img,
.p-inteI-icon,
.p-inteT-icon,
.f8-anim-elm1,
.mapps-section .p-image-1 {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.top-media img.zwe-op,
.t-anim-elm.zwe-op,
.p-features-2 .p-features-media.zwe-op .p-image-1,
.f2-anim-elm1.zwe-op,
.f2-anim-elm2.zwe-op,
.f2-anim-elm3.zwe-op,
.p-features-3 .zwe-op img,
.p-features-4 .zwe-op img,
.zwe-op .f4-anim-elm2,
.p-features-5 .zwe-op img,
.p-features-6 .zwe-op img,
.zwe-op .f6-anim-elm1,
.p-integations-center.zwe-op img,
.zwe-op .p-inteI-icon,
.zwe-op .p-inteT-icon,
.f8-anim-elm1.zwe-op,
.mapps-section .zwe-op .p-image-1 {
    transform: translateY(0);
    opacity: 1;
}

.t-anim-elm,
.f4-anim-elm2,
.f6-anim-elm1 {
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    position: relative;
    display: inline-grid;
    place-items: center;
    line-height: 1;
    user-select: none;
}

.t-anim-elm1 {
    width: 110px;
    height: 110px;
    grid-area: 1/9/2/10;
    transition-delay: .5s;
}

.t-anim-elm1 span:first-child:before,
.t-anim-elm3>span:first-child:before,
.t-anim-elm4 div:first-child:before,
.t-anim-elm2 span:before,
.f2-anim-elm3 div:first-child:before,
.f2-anim-elm3 span:after,
.f2-anim-elm4 div:after,
.f4-anim-elm2 div:first-child:before,
.f4-anim-elm2 span:before,
.p-features-5 .p-icon1:after,
.f6-anim-elm1 span:before,
.p-features-testimonial:before {
    background: url('/sites/zweb/images/workplace/productivity/workplace-productivity-sprite.png') no-repeat;
}

.t-anim-elm1 span:first-child:before,
.t-anim-elm2 span:before,
.t-anim-elm3>span:first-child:before,
.t-anim-elm4 div:first-child:before,
.f2-anim-elm3 div:first-child:before,
.f2-anim-elm4 div:after,
.f4-anim-elm2 div:first-child:before,
.f6-anim-elm1 span:before,
.p-inteI-icon:before,
.p-inteI-icon:after,
.p-inteT-icon:before,
.p-inteT-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.t-anim-elm1 span:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.t-anim-elm1 span:first-child:before {
    content: '';
    background-position: 0 0;
    background-size: 460px auto;
    width: 40px;
    height: 40px;
}

.t-anim-elm1 span:first-child:after {
    content: '';
    width: 12px;
    height: 4px;
    background: #17455b;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}

.t-anim-elm1.zwe-op span:first-child:after,
.f2-anim-elm3.zwe-op div:first-child:after {
    animation: eye-blink 1.2s linear 1s infinite;
}

@keyframes eye-blink {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.t-anim-elm1 span:nth-child(2) {
    color: #2B66DD;
    font-family: var(--zf-primary-semibold);
}

.t-anim-elm1 span:last-child {
    font-size: 10px;
    color: #EB4848;
}

.t-anim-elm2,
.f6-anim-elm1 {
    width: 130px;
    height: 50px;
    grid-auto-flow: column;
    border-radius: 50px;
    grid-area: 4/6/6/8;
    transition-delay: .3s;
}

.t-anim-elm2 span,
.f6-anim-elm1 span {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    overflow: hidden;
}

.t-anim-elm2 span:first-child:before,
.f6-anim-elm1 span:first-child:before {
    content: '';
    width: 25px;
    height: 25px;
    background-position: -25px 0;
    background-size: 280px auto;
}

.t-anim-elm2 span:nth-child(2),
.t-anim-elm2 span:nth-child(3),
.f6-anim-elm1 span:nth-child(2),
.f6-anim-elm1 span:nth-child(3) {
    transform: scale(0);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.t-anim-elm2 span:nth-child(2),
.f6-anim-elm1 span:nth-child(2) {
    background: #95E3B9;
    transition-delay: .5s;
}

.t-anim-elm2 span:nth-child(2):before,
.f6-anim-elm1 span:nth-child(2):before {
    content: "";
    width: 35px;
    height: 35px;
    background-position: -72px 2px;
    background-size: 400px auto;
}

.t-anim-elm2.zwe-op span:nth-child(2),
.t-anim-elm2.zwe-op span:nth-child(3),
.f6-anim-elm1.zwe-op span:nth-child(2),
.f6-anim-elm1.zwe-op span:nth-child(3) {
    transform: scale(1);
    opacity: 1;
}

.t-anim-elm2 span:nth-child(3),
.f6-anim-elm1 span:nth-child(3) {
    background: #EFD867;
    transition-delay: .7s;
}

.t-anim-elm2 span:nth-child(3):before,
.f6-anim-elm1 span:nth-child(3):before {
    content: "";
    width: 35px;
    height: 35px;
    background-position: -107px 2px;
    background-size: 400px auto;
}

.t-anim-elm3 {
    width: 150px;
    height: 160px;
    grid-area: 9/5/auto/7;
    transition-delay: .7s;
}

.t-anim-elm3>span:first-child {
    background: #AF9FF5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.t-anim-elm3>span:first-child:before {
    content: '';
    width: 40px;
    height: 40px;
    background-position: -165px 0;
    background-size: 460px auto;
}

.t-anim-elm3>span:nth-child(2) {
    font-size: 10px;
    font-family: var(--zf-primary-semibold);
}

.t-anim-elm3>span:nth-child(3) {
    height: 7px;
    background: #e3e3e3;
    display: block;
    border-radius: 10px;
    width: 95px;
    position: relative;
}

.t-anim-elm3>span:nth-child(3):before {
    content: '';
    position: absolute;
    height: 7px;
    width: 50px;
    background: linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
}

.t-anim-elm3.zwe-op>span:nth-child(3):before {
    animation: p-moving 1.5s linear 1.6s infinite;
}

.t-anim-elm3>span:nth-child(4) {
    height: 7px;
    background: #e8e9ec;
    display: block;
    border-radius: 10px;
    width: 65px;
    position: relative;
    margin-bottom: 10px;
}

.t-anim-elm3>span:nth-child(4):before {
    content: '';
    position: absolute;
    height: 7px;
    width: 40px;
    background: linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
}

.t-anim-elm3.zwe-op>span:nth-child(4):before {
    animation: p-moving 1.5s linear 2s infinite;
}

@keyframes p-moving {
    0% {
        left: -20%
    }

    100% {
        left: 100%
    }
}

.t-anim-elm3 div {
    margin-bottom: 5px;
}

.t-anim-elm3 div span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    position: relative;
    height: 20px;
}

.t-anim-elm3 div span:first-child {
    font-size: 9px;
    margin-right: 3px;
    padding: 5px 20px 5px 10px;
}

.t-anim-elm3 div span:first-child:after,
.t-anim-elm3 div span:last-child:after,
.t-anim-elm4 span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #ccc;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.t-anim-elm3 div span:last-child {
    font-size: 9px;
    padding: 5px 18px;
}

.t-anim-elm3 div span:last-child:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #FE5555;
    border-radius: 50px;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.t-anim-elm4,
.f4-anim-elm2 {
    width: 190px;
    height: 70px;
    grid-auto-flow: column;
    padding: 15px 8px;
    grid-area: 10/9/11/11;
    transition-delay: .9s;
}

.t-anim-elm4 div:first-child,
.f4-anim-elm2 div:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #DDE7FF;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.t-anim-elm4 div:first-child:before {
    content: '';
    background-position: -125px 0;
    background-size: 280px auto;
    width: 25px;
    height: 20px;
}

.t-anim-elm4 div:last-child,
.f4-anim-elm2 div:last-child {
    font-family: var(--zf-primary-semibold);
    font-size: 10px;
}

.t-anim-elm4 span {
    font-size: 9px;
    padding: 5px 20px 5px 10px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    position: relative;
    margin-top: 5px;
    font-family: var(--zf-primary-regular);
}

.top-banner.ani-float .t-anim-elm1,
.top-banner.ani-float .t-anim-elm3,
.p-features-2.ani-float .f2-anim-elm1,
.p-features-2.ani-float .f2-anim-elm3,
.p-features-7.ani-float .p-inte-icon1,
.p-features-7.ani-float .p-inte-icon4,
.p-features-7.ani-float .p-inte-icon5,
.p-features-7.ani-float .p-inte-icon6,
.p-features-7.ani-float .p-inte-icon9 {
    animation: p-move-down 4s linear infinite;
}

.top-banner.ani-float .t-anim-elm2,
.top-banner.ani-float .t-anim-elm4,
.p-features-2.ani-float .f2-anim-elm2,
.p-features-7.ani-float .p-inte-icon2,
.p-features-7.ani-float .p-inte-icon3,
.p-features-7.ani-float .p-inte-icon7,
.p-features-7.ani-float .p-inte-icon8,
.p-features-7.ani-float .p-inte-icon10 {
    animation: p-move-up 4s linear infinite;
}

@keyframes p-move-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes p-move-up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.p-apps-grid {
    text-align: center;
    margin: 100px 0 40px;
}

.p-apps-grid p {
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    font-size: 14px;
    margin: 0 auto 40px;
    letter-spacing: 3px;
    text-decoration: underline;
}

.p-apps-grid-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, 80px);
    justify-content: center;
    max-width: 780px;
    margin: 0 auto;
    pointer-events: none;
    gap: 5px;
}

.p-apps-prd {
    animation: 1.5s linear forwards;
    opacity: 0
}

.p-apps-prd-4,
.p-apps-prd-5 {
    animation-delay: .2s
}

.p-apps-prd-3,
.p-apps-prd-6 {
    animation-delay: .4s
}

.p-apps-prd-2,
.p-apps-prd-7 {
    animation-delay: .6s
}

.p-apps-prd-1,
.p-apps-prd-8 {
    animation-delay: .8s
}

.p-apps-prd-9 {
    animation-delay: 1s;
}

.zwe-op .p-apps-prd {
    animation-name: flipIn
}

@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    100% {
        transform: perspective(400px);
        opacity: 1
    }
}

.p-apps-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 5px 2px rgb(0, 0, 0, 0.05);
    margin: 0 auto 15px;
    user-select: none
}

.p-apps-icon:before {
    content: '';
    background: var(--product-icons) no-repeat;
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.7)
}

.p-apps-icon-1:before {
    background-position: var(--zp-mail-bp);
}

.p-apps-icon-2:before {
    background-position: var(--zp-workdrive-bp);
}

.p-apps-icon-3:before {
    background-position: var(--zp-cliq-bp);
}

.p-apps-icon-4:before {
    background-position: var(--zp-sheet-bp);
}

.p-apps-icon-5:before {
    background-position: var(--zp-writer-bp);
}

.p-apps-icon-6:before {
    background-position: var(--zp-show-bp);
}

.p-apps-icon-7:before {
    background-position: var(--zp-connect-bp);
}

.p-apps-icon-8:before {
    background-position: var(--zp-meeting-bp);
}

.p-apps-icon-9:before {
    background-position: var(--zp-vault-bp);
}

.p-apps-prd span:last-child {
    font-size: 12px;
    display: block;
    line-height: 16px
}

.features-section .content-wrap {
    max-width: 1050px;
}

.p-features-1 {
    padding: 0 0 90px;
}

.p-features-head {
    max-width: 710px;
    margin: 0 auto 60px;
    text-align: center;
}

.p-features-head p:last-child {
    margin-bottom: 0;
}

.p-features-box {
    display: grid;
}

.p-features-2 .p-features-box,
.p-features-3 .p-features-box,
.p-features-4 .p-features-box,
.p-features-6 .p-features-box,
.p-features-8 .p-features-box,
.mapps-section .p-features-box {
    grid-template-columns: repeat(10, minmax(10%, auto));
    grid-template-rows: repeat(10, minmax(50px, auto));
}

.p-features-2 .p-features-con,
.p-features-3 .p-features-con,
.p-features-6 .p-features-con,
.mapps-section .p-features-con {
    grid-area: 1/1/11/6;
    padding-right: 50px;
}

.p-features-2 .p-features-media,
.p-features-3 .p-features-media,
.p-features-6 .p-features-media,
.mapps-section .p-features-media {
    grid-area: 1/6/11/11;
    padding-left: 50px;
    position: relative;
}

.p-features-testimonial {
    display: grid;
    place-items: center;
    position: relative;
    text-align: center;
    margin: 70px 0 20px;
}

.p-features-testimonial:before {
    content: '';
    background-size: 500px auto;
    background-position: -50px -50px;
    width: 150px;
    height: 125px;
    opacity: .7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -9;
}

.p-features-testimonial p:first-child {
    max-width: 700px;
    font-style: italic;
    padding: 50px 0 0;
}

.p-features-testimonial p:last-child {
    margin: 0;
    font-size: 14px;
}

.p-features-testimonial p:last-child span {
    display: grid;
    font-size: 13px;
    font-family: var(--zf-primary-semibold);
}

.p-features-2 .p-features-media img {
    box-shadow: -4px 4px 20px 4px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    max-width: 380px;
    width: 100%;
    margin: 150px auto 100px;
    display: block;
    user-select: none;
}

.p-features-2 .p-features-object {
    max-width: 420px;
    grid-area: 7/3/11/7;
    position: relative;
    margin-top: 80px;
    pointer-events: none;
    user-select: none;
}

.p-features-2 .p-features-object img {
    vertical-align: bottom;
}

.p-features-2 .p-features-object .p-image-1 {
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: -9;
    max-width: 390px;
    transform: scale(0);
    transform-origin: bottom;
    transition: transform 1s ease .3s;
}

.p-features-2 .p-features-object.zwe-op .p-image-1 {
    transform: scale(1);
}

.f2-anim-elm {
    position: relative;
    display: inline-grid;
    place-items: center;
    line-height: 1;
    user-select: none;
}

.f2-anim-elm1 {
    background: #E2F0FF;
    width: 80px;
    height: 80px;
    padding: 15px 10px;
    place-items: start;
    place-content: start;
    grid-area: 9/1/11/3;
    transition-delay: .3s;
}

.f2-anim-elm1 span {
    position: relative;
    width: 100%;
    height: 7px;
    margin-bottom: 8px;
}

.f2-anim-elm1 span:first-child:before,
.f2-anim-elm1 span:last-child:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #B4CEE8;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.f2-anim-elm1 span:first-child:after,
.f2-anim-elm1 span:last-child:after {
    content: '';
    width: 0;
    height: 4px;
    background: #B4CEE8;
    border-radius: 50px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.f2-anim-elm1.zwe-op span:first-child:after,
.f2-anim-elm1.zwe-op span:last-child:after {
    animation: p-line .4s linear 1.2s forwards;
}

.f2-anim-elm1.zwe-op span:last-child:after {
    animation-delay: 1.6s;
}

@keyframes p-line {
    0% {
        width: 0px;
    }

    100% {
        width: 40px;
    }
}

.f2-anim-elm1:before {
    content: 'Notes';
    font-family: var(--p-sprite-font);
    font-size: 22px;
    position: absolute;
    top: -35px;
    left: 20px;
}

.f2-anim-elm1:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    width: 0;
    border-width: 0px;
    border-color: #C9C9C9 #FFF #FFF #C9C9C9;
    border-radius: 5px 0 0 0;
    transition: border-width .5s ease 2.1s;
}

.f2-anim-elm1.zwe-op:after {
    border-width: 12px;
}

.f2-anim-elm2 {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #58BC82;
    grid-area: 7/3/10/4;
    place-self: center;
    transition-delay: .7s;
}

.f2-anim-elm2:before {
    content: 'Tasks done';
    font-family: var(--p-sprite-font);
    width: 90px;
    font-size: 22px;
    position: absolute;
    top: -35px;
    left: -25px;
}

.f2-anim-elm2:after {
    content: '';
    height: 13px;
    width: 7px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: top;
    border-right: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    position: absolute;
    top: 25px;
    left: 8px;
    opacity: 0;
}

.middle-animated .f2-anim-elm2:after {
    animation: p-tick .7s linear 1.8s forwards
}

@keyframes p-tick {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 7px;
        opacity: 1
    }

    50% {
        height: 18px;
        width: 7px;
        opacity: 1
    }

    100% {
        height: 18px;
        width: 7px;
        opacity: 1
    }
}

.f2-anim-elm3 {
    width: 170px;
    height: 70px;
    grid-auto-flow: column;
    grid-area: 1/7/4/9;
    transition-delay: .5s;
    align-self: center;
}

.f2-anim-elm3 div:first-child {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.f2-anim-elm3 div:first-child:before {
    content: '';
    width: 50px;
    height: 50px;
    background-position: -1px -1px;
    background-size: 590px auto;
}

.f2-anim-elm3 div:first-child:after {
    content: '';
    width: 16px;
    height: 5px;
    background: #17455b;
    position: absolute;
    top: 23px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}

.f2-anim-elm3 div:last-child {
    font-family: var(--zf-primary-semibold);
    font-size: 17px;
}

.f2-anim-elm3 span {
    font-size: 10px;
    color: #EB4848;
    padding: 5px 0 0 18px;
    display: inline-block;
    position: relative;
    font-family: var(--zf-primary-regular);
}

.f2-anim-elm3 span:after {
    content: '';
    background-position: -422px -4px;
    background-size: 650px auto;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
}

.f2-anim-elm4 {
    grid-area: 3/10/5/11;
}

.f2-anim-elm4 div {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #FF6767;
    position: relative;
    transform: scale(0);
    transition: transform 1s ease .9s;
}

.f2-anim-elm4.zwe-op div {
    transform: scale(1);
}

.f2-anim-elm4 div:before {
    content: 'Reminder';
    font-family: var(--p-sprite-font);
    font-size: 22px;
    position: absolute;
    top: -35px;
    left: -55px;
}

.f2-anim-elm4 div:after {
    content: '';
    width: 20px;
    height: 20px;
    background-position: -285px -5px;
    background-size: 350px auto;
}

.f2-anim-elm4.zwe-op div:after {
    animation: bell-ring 6s linear .7s forwards;
}

@keyframes bell-ring {
    0% {
        transform: rotate(0)
    }

    23% {
        transform: rotate(-16deg)
    }

    25% {
        transform: rotate(14deg)
    }

    27% {
        transform: rotate(-12deg)
    }

    29% {
        transform: rotate(10deg)
    }

    31% {
        transform: rotate(-8deg)
    }

    33% {
        transform: rotate(6deg)
    }

    35% {
        transform: rotate(-4deg)
    }

    37% {
        transform: rotate(2deg)
    }

    39% {
        transform: rotate(-1deg)
    }

    41% {
        transform: rotate(1deg)
    }

    43% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

.f2-anim-elm4 span,
.f4-anim-elm1 span {
    background: #707070;
    height: 2px;
    position: absolute;
    transform-origin: left;
    width: 0px;
}

.f2-anim-elm4 span:first-child,
.f4-anim-elm1 span:first-child {
    top: -7px;
    left: 34px;
    transform: rotate(290deg);
}

.f2-anim-elm4 span:nth-child(2),
.f4-anim-elm1 span:nth-child(2) {
    top: 2px;
    left: 45px;
    transform: rotate(323deg);
}

.f2-anim-elm4 span:last-child,
.f4-anim-elm1 span:last-child {
    top: 15px;
    left: 48px;
    transform: rotate(355deg);
}

.f2-anim-elm4.zwe-op span:first-child,
.f2-anim-elm4.zwe-op span:last-child,
.f4-anim-elm1.zwe-op span:first-child,
.f4-anim-elm1.zwe-op span:last-child {
    animation: ring-small .6s ease 1.6s 2 forwards
}

.f2-anim-elm4.zwe-op span:nth-child(2),
.f4-anim-elm1.zwe-op span:nth-child(2) {
    animation: ring-big .6s ease 1.6s 2 forwards
}

@keyframes ring-small {
    0% {
        width: 0
    }

    100% {
        width: 30px
    }
}

@keyframes ring-big {
    0% {
        width: 0
    }

    100% {
        width: 50px
    }
}

.p-features-3 {
    background: #F4F4F4;
    padding: 100px 0 90px;
}

.p-features-3 .p-features-box,
.p-features-4 .p-features-box,
.p-features-6 .p-features-box {
    grid-template-rows: repeat(10, minmax(10%, auto));
}

.p-features-3 img,
.p-features-6 img {
    vertical-align: middle;
    user-select: none;
}

.p-features-3 .p-features-media {
    place-self: center;
}

.p-features-3 .p-image-1,
.p-features-3 .p-image-2 {
    max-width: 370px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.p-features-3 .p-image-2 {
    max-width: 430px;
    width: 100%;
    transition-delay: .4s;
}

.p-features-3 .p-image-2,
.p-features-3 .p-image-3 {
    box-shadow: -4px 4px 20px 4px rgba(0, 0, 0, 0.06);
}

.p-features-3 .p-image-3 {
    transition-delay: .8s;
}

.p-features-4 {
    padding: 100px 0 60px;
}

.p-features-4 .p-features-media {
    grid-area: 1 / 1 / 11 / 6;
    padding-right: 50px;
}

.p-features-4 .p-features-con {
    grid-area: 1 / 6 / 11 / 11;
    padding: 50px 0 0 50px;
}

.p-features-4 .p-features-inner {
    display: grid;
    grid-template-columns: repeat(10, minmax(10%, auto));
    grid-template-rows: repeat(10, minmax(50px, auto));
}

.p-features-4 .p-features-media .p-image-1 {
    max-width: 380px;
    grid-area: 2/1/10/11;
    place-self: center;
    user-select: none;
    width: 100%;
}

.f4-anim-elm1 {
    width: 40px;
    height: 40px;
    position: relative;
    grid-area: 4/8/5/9;
    user-select: none;
}

.f4-anim-elm2 {
    width: 150px;
    height: 65px;
    padding: 10px 8px;
    grid-area: 1/7/3/11;
    transition-delay: .4s;
}

.f4-anim-elm2 div:first-child {
    background: #E2F0FF;
    width: 45px;
    height: 45px;
}

.f4-anim-elm2 div:first-child:before {
    content: '';
    width: 45px;
    height: 45px;
    background-position: 0px -42px;
    background-size: 480px auto;
}

.f4-anim-elm2 span {
    display: inline-block;
    font-size: 10px;
    color: #EB4848;
    font-family: var(--zf-primary-regular);
    margin-top: 8px;
    padding-left: 18px;
    position: relative;
}

.f4-anim-elm2 span:before {
    content: '';
    width: 13px;
    height: 13px;
    background-position: -226px -1px;
    background-size: 300px auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.f4-anim-elm2.zwe-op span:before {
    animation: bell-ring 6s linear .7s forwards;
}

.p-features-4 .p-features-object {
    grid-area: 7 / 6 / 8 / 11;
}

.p-features-con .p-busy {
    color: #DE3333;
}

.p-features-con .p-available {
    color: #00AA35;
}

.p-features-4 .p-features-object .p-image-1 {
    max-width: 500px;
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
    border-radius: 50px;
    width: 100%;
    transition-delay: 1s;
    user-select: none;
}

.p-features-5 {
    background: #F4F7D7;
    padding: 100px 0 110px;
}

.p-features-5 .p-features-con {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.p-features-5 .p-icon {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    margin-bottom: 40px;
    font-family: var(--zf-primary-semibold);
}

.p-features-5 .p-icon:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.p-features-5 .p-icon1:after,
.p-features-5 .p-icon2:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    transform: scale(0);
    transition: transform .7s ease;
}

.p-features-5 .p-icon1.zwe-op:after,
.p-features-5 .p-icon2.zwe-op:after {
    transform: scale(.8);
}

.p-features-5 .p-icon1:after {
    background-position: -343px 0;
    background-size: 390px auto;
    left: 12px
}

.p-features-5 .p-icon2:after {
    background: var(--product-icons) no-repeat;
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background-position: var(--zp-calendar-bp);
    transition-delay: .2s;
}

.p-features-5 .features-media-inner {
    display: grid;
    grid-template-columns: repeat(10, minmax(10%, auto));
    grid-template-rows: repeat(10, minmax(1px, auto));
    user-select: none;
}

.p-features-5 .p-image-1 {
    grid-area: 1/2/11/11;
}

.p-features-5 .p-image-2 {
    grid-area: 7/4/11/11;
    max-width: 630px;
    place-self: center;
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
    border-radius: 10px;
    width: 100%;
    transition-delay: .4s;
}

.p-features-5 .p-image-3 {
    grid-area: 6/1/10/4;
    transition-delay: .6s;
}

.p-features-6 {
    padding: 100px 0 90px;
}

.p-features-6 .p-image-1 {
    margin: 0 auto;
    max-width: 360px;
    display: block;
    width: 100%;
}

.p-features-6 .p-image-2 {
    margin: 10px 0 10px 16%;
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
    border-radius: 0 0 5px 5px;
    transition-delay: .3s;
}

.p-features-6 .p-image-3 {
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
    border-radius: 10px;
    transition-delay: .7s;
}

.f6-anim-elm1 {
    margin: 10px 0 0 auto;
    display: grid;
    transition-delay: .9s;
}

.f6-anim-elm1 span:first-child {
    background: #020202;
}

.f6-anim-elm1 span:first-child:before {
    content: '';
    width: 22px;
    height: 22px;
    background-position: -175px 0;
    background-size: 260px auto;
}

.f6-anim-elm1 span:nth-child(2) {
    transition-delay: .5s;
}

.f6-anim-elm1 span:nth-child(3) {
    transition-delay: .6s;
}

.p-features-7 {
    padding: 90px 0;
    position: relative;
}

.p-features-7:before {
    content: '';
    background: #F4F7D7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 70%;
}

.p-features-7 .content-wrap {
    max-width: 1500px;
}

.p-features-7 .p-features-box {
    grid-template-columns: .75fr 2.5fr .75fr;
}

.p-integations-left,
.p-integations-center,
.p-integations-right {
    display: grid;
}

.p-integations-left,
.p-integations-right {
    grid-template-columns: repeat(5, minmax(10%, auto));
    grid-template-rows: repeat(10, minmax(1px, auto));
}

.p-integations-center {
    grid-template-columns: 6% 26% 1fr;
    grid-template-rows: repeat(10, minmax(1px, auto));
}

.p-inteI-icon,
.p-inteT-icon {
    position: relative;
    width: 60px;
    height: 60px;
}

.p-inteI-icon:before,
.p-inteT-icon:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
}

.p-inteI-icon:after {
    content: '';
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background: var(--product-icons) no-repeat 0 0/var(--zp-i-bs);
    transform: scale(.9);
}

.p-inteT-icon:after {
    content: '';
    width: 40px;
    height: 40px;
}

.p-inte-icon1 {
    grid-area: 1/1/1/1;
    transition-delay: .3s;
}

.p-inte-icon1:after {
    background-position: var(--zp-crm-bp);
}

.p-inte-icon2 {
    grid-area: 3/2/4/4;
    transition-delay: 1.5s;
}

.p-inte-icon2:after {
    background-image: url('/sites/zweb/images/otherbrandlogos/asana.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.p-inte-icon3 {
    grid-area: 5/1/6/2;
    transition-delay: .7s;
}

.p-inte-icon3:after {
    background-position: var(--zp-desk-bp);
}

.p-inte-icon4 {
    grid-area: 5/4/6/5;
    transition-delay: 1.9s;
}

.p-inte-icon4:after {
    background-image: url('/sites/zweb/images/otherbrandlogos/wordpress.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.p-inte-icon5 {
    grid-area: 8/2/9/3;
    transition-delay: 1.1s;
}

.p-inte-icon5:after {
    background-position: var(--zp-assist-bp);
}

.p-inte-icon6 {
    grid-area: 1/4/1/6;
    transition-delay: 1.3s;
}

.p-inte-icon6:after {
    background-image: url('/sites/zweb/images/otherbrandlogos/trello.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.p-inte-icon7 {
    grid-area: 7/2/8/3;
    transition-delay: .5s;
}

.p-inte-icon7:after {
    background-position: var(--zp-sign-bp);
}

.p-inte-icon8 {
    grid-area: 3/3/4/4;
    transition-delay: 1.7s;
}

.p-inte-icon8:after {
    background-image: url('/sites/zweb/images/otherbrandlogos/dropbox.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.p-inte-icon9 {
    grid-area: 5/4/6/5;
    transition-delay: .9s;
}

.p-inte-icon9:after {
    background-position: var(--zp-people-bp);
}

.p-inte-icon10 {
    grid-area: 8/5/9/6;
    transition-delay: 2.1s;
}

.p-inte-icon10:after {
    background-position: var(--zp-projects-bp);
}

.p-inte-icon2,
.p-inte-icon6 {
    width: 100px;
}

.p-inte-icon2::before,
.p-inte-icon6::before {
    width: 100px;
}

.p-inte-icon2:after,
.p-inte-icon6:after {
    width: 75px;
}

.p-inte-icon3:before,
.p-inte-icon5:before,
.p-inte-icon8:before,
.p-inte-icon10:before,
.p-inte-icon3:after,
.p-inte-icon5:after,
.p-inte-icon8:after,
.p-inte-icon10:after {
    transform: scale(.8);
}

.p-integations-center .p-image-1 {
    grid-area: 2/2/11/4;
}

.p-integations-center .p-image-2 {
    grid-area: 4/1/10/3;
    box-shadow: 0 0 9px 2px rgb(0, 0, 0, 0.06);
    border-radius: 10px;
    transition-delay: .4s;
}

.p-features-8 {
    padding: 20px 0 90px;
}

.p-features-8 .p-features-media {
    grid-area: 1/1/11/6;
    padding-right: 50px;
}

.p-features-8 .p-features-con {
    grid-area: 1/6/11/11;
    padding-left: 50px;
}

.f8-anim-elm1 {
    background: var(--product-icons) no-repeat -1280px -160px/1600px auto;
    width: 80px;
    height: 80px;
    display: inline-grid;
    margin-bottom: 20px;
}

.template-inner .mapps-section {
    padding-bottom: 0;
}

.mapps-section {
    background: #F4F4F4;
    overflow: hidden;
}

.mapps-section .content-wrap {
    max-width: 1050px;
}

.mapps-section .p-features-box {
    grid-template-rows: repeat(10, minmax(1px, auto));
}

.mapps-section h3 {
    margin: -10px 0 20px;
}

.mapps-section .p-features-media {
    display: grid;
    grid-template-columns: repeat(10, minmax(10%, auto));
    grid-template-rows: repeat(10, minmax(1px, auto));
    place-self: end;
}

.mapps-section .p-image-1 {
    vertical-align: bottom;
    grid-area: 1/1/11/11;
    position: relative;
    z-index: 9;
}

.mapps-section .p-image-2 {
    grid-area: 3/3/6/11;
    transform: scale(0);
    transition: transform .5s linear 1s;
}

.mapps-section .zwe-op .p-image-2 {
    transform: scale(1);
}

.p-app-links {
    padding: 20px 0 90px;
}

.p-app-links a {
    display: inline-block;
    vertical-align: middle;
    background: var(--common-elements) no-repeat;
    height: 41px;
    width: 118px;
    margin: 0 10px 10px 0;
    background-size: 800px auto;
    display: inline-block;
    text-indent: -99999px;
}

.p-app-links a:first-child {
    background-position: 0 -34px;
}

.p-app-links a:last-child {
    width: 132px;
    background-position: -119px -34px;
}

.faq-section h2 {
    text-align: center;
}

.faq-box {
    max-width: 900px;
    margin: 20px auto 0;
}

.faq-box>li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer
}

.faq-box>li:first-child {
    border-top: 0
}

.faq-box>li:last-child {
    border-bottom: 1px solid #ccc
}

.faq-box h4 {
    display: block;
    position: relative;
    color: #000;
    font-size: 22px;
    font-family: var(--zf-secondary-bold);
    line-height: 1.3;
    margin: 0;
}

.faq-box h4.active {
    color: #1975d2
}

.faq-box h4:before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px
}

.faq-box h4.active:before {
    content: '-'
}

.faq-box div {
    padding: 10px 30px 0 0;
    margin: 0;
    display: none;
    font-size: 16px;
}

.faq-box div.active {
    display: block
}

.faq-box div>p {
    margin-bottom: 0;
    font-size: 16px;
}

.faq-box div ul {
    display: block;
    padding: 10px 0 0 15px;
    list-style: disc;
}

.faq-box div p+ul {
    padding-left: 23px;
}

.faq-box div ul li {
    /* font-size: 15px; */
}

.faq-box div ul li+li {
    margin-top: 5px;
}

.template-inner .bottom-section {
    background: #F4F7D7;
}

.bottom-section {
    text-align: center;
}

/* top breadcrumb start */
.other-lang .p-features-testimonial {
    display: none;
}

@media only screen and (min-width:768px) {

    .zwc_t_breadcrumb {
        background: linear-gradient(134deg, #f4f7d7 0%, #f3fcb0 80%) 0% 0% no-repeat;
    }

    .i18n-en .zwc_t_breadcrumb+.template-inner section.top-section {
        padding-top: 60px;
    }

}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .zwc_t_breadcrumb {
        background: linear-gradient(134deg, #f4f7d7 25%, #f3fcb0 120%) 0% 0% no-repeat;
    }
}

/* top breadcrumb end */

@media only screen and (min-width:1400px) and (max-width:1599px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width:1399px) {
    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 27px;
    }
}

@media only screen and (max-width:1199px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 25px;
    }

    .template-inner section {
        padding: 80px 0;
    }

    .template-inner .top-section {
        padding: 80px 0 50px;
    }

    .p-apps-grid {
        margin: 70px 0 40px;
    }

    .template-inner .features-section {
        padding: 80px 0 0;
    }

    .p-features-1 {
        padding: 0 0 80px;
    }

    .p-features-head {
        max-width: 550px;
        margin: 0 auto 40px
    }

    .p-features-testimonial {
        margin: 60px 0 30px;
    }

    .p-features-1 video {
        max-width: 800px;
        place-self: center;
    }

    .p-features-2 .p-features-media img {
        margin: 150px auto 80px;
    }

    .p-features-3 {
        padding: 90px 0 70px;
    }

    .p-features-3 .p-image-1 {
        max-width: 300px;
    }

    .p-features-3 .p-image-2 {
        max-width: 370px;
    }

    .p-features-4 {
        padding: 80px 0 30px;
    }

    .p-features-4 .p-features-object {
        grid-area: 8 / 6 / 9 / 11;
    }

    .p-features-5 {
        padding: 80px 0 90px;
    }

    .p-features-5 .features-media-inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .p-features-5 .p-image-2 {
        max-width: 480px;
    }

    .p-features-6 {
        padding: 90px 0;
    }

    .p-features-7 {
        padding: 80px 0;
    }

    .p-features-7:before {
        height: 60%;
    }

    .p-features-7 .p-features-box {
        grid-template-columns: 20% 1fr 20%;
    }

    .p-inte-icon1:before,
    .p-inte-icon2:before,
    .p-inte-icon4:before,
    .p-inte-icon6:before,
    .p-inte-icon7:before,
    .p-inte-icon9:before,
    .p-inte-icon1:after,
    .p-inte-icon2:after,
    .p-inte-icon4:after,
    .p-inte-icon6:after,
    .p-inte-icon7:after,
    .p-inte-icon9:after {
        transform: scale(.7);
    }

    .p-inte-icon3:before,
    .p-inte-icon5:before,
    .p-inte-icon8:before,
    .p-inte-icon10:before,
    .p-inte-icon3:after,
    .p-inte-icon5:after,
    .p-inte-icon8:after,
    .p-inte-icon10:after {
        transform: scale(.6);
    }

    .p-features-8 {
        padding: 0 0 40px;
    }

    .faq-box h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:991px) {
    .zw-product-header {
        background: linear-gradient(134deg, #F4F7D7 25%, #F3FCB0 120%) 0% 0% no-repeat;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h2 span {
        display: inline;
    }

    h3 {
        font-size: 23px;
    }

    .template-inner .top-section {
        padding: 50px 0 70px;
    }

    .p-apps-grid {
        margin: 70px 0 20px;
    }

    .top-con,
    .p-features-2 .p-features-con,
    .p-features-3 .p-features-con,
    .p-features-6 .p-features-con,
    .mapps-section .p-features-con,
    .p-features-8 .p-features-con {
        grid-area: 1/1/6/11;
        text-align: center;
        padding-right: 0;
        max-width: 650px;
        margin: 0 auto;
    }

    .top-con span {
        font-size: 15px;
    }

    .top-con p {
        margin: 10px auto 30px;
    }

    .t-anim-elm,
    .f2-anim-elm,
    .p-features-2 .p-features-object,
    .f4-anim-elm1,
    .p-features-4 .p-features-object,
    .p-integations-left,
    .p-integations-right {
        display: none;
    }

    .top-media,
    .p-features-2 .p-features-media,
    .p-features-3 .p-features-media,
    .p-features-6 .p-features-media,
    .mapps-section .p-features-media,
    .p-features-8 .p-features-media {
        grid-area: 6/1/11/11;
        padding-left: 0;
    }

    .top-media img {
        max-width: 400px;
        margin: 50px auto 0;
    }

    .p-features-1 {
        padding: 0 0 50px;
    }

    .p-features-2 .p-features-media img {
        margin: 30px auto 90px;
    }

    .p-features-3 {
        padding: 70px 0 100px;
    }

    .p-features-3 .p-features-media {
        padding: 20px 0 0;
    }

    .p-features-4 {
        padding: 80px 0 60px;
    }

    .p-features-4 .p-features-media {
        grid-area: 1/1/6/11;
        padding-right: 0;
    }

    .p-features-4 .p-features-inner {
        max-width: 350px;
        margin: 0 auto;
    }

    .p-features-4 .p-features-con {
        grid-area: 6/1/10/11;
        padding-left: 0;
        text-align: center;
        max-width: 600px;
        place-self: center;
        padding: 40px 0 0;
    }

    .p-features-3 .p-features-box,
    .p-features-4 .p-features-box,
    .p-features-6 .p-features-box,
    .p-features-4 .p-features-inner,
    .p-features-8 .p-features-box {
        grid-template-rows: repeat(10, minmax(1px, auto));
    }

    .p-features-5 .p-image-2 {
        max-width: 430px;
    }

    .p-features-6 .p-features-media {
        max-width: 420px;
        margin: 30px auto 0;
    }

    .p-features-7 {
        padding: 80px 0 50px;
    }

    .p-features-7:before {
        height: 66%;
    }

    .p-features-7 .p-features-box {
        grid-template-columns: 1fr;
    }

    .p-integations-center {
        max-width: 700px;
        margin: 0 auto;
    }

    .p-features-8 .p-features-con {
        padding: 0;
    }

    .p-features-8 .p-features-media {
        padding: 0;
        max-width: 420px;
        margin: 30px auto 0;
    }

    .mapps-section .p-features-media {
        justify-self: center;
        max-width: 380px;
    }

    .mapps-section .p-image-1 {
        max-width: 300px;
        justify-self: center;
    }

    .p-app-links {
        padding: 10px 0 50px;
    }

    .p-app-links a {
        margin: 0 10px 10px;
    }
}

@media only screen and (max-width:800px) {
    .p-apps-grid-inner {
        grid-gap: 0px;
    }
}



@media only screen and (max-width:767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 23px;
    }

    .template-inner section {
        padding: 70px 0;
    }

    .template-inner .top-section {
        padding: 50px 0 40px;
    }

    .top-con {
        max-width: 500px;
    }

    .top-con span {
        display: none;
    }

    .p-apps-grid {
        margin: 70px 0 0;
    }

    .p-apps-grid-inner {
        max-width: 400px
    }

    .p-apps-prd {
        margin-bottom: 30px
    }

    .p-apps-prd-1,
    .p-apps-prd-2,
    .p-apps-prd-3,
    .p-apps-prd-4 {
        animation-delay: .2s
    }

    .p-apps-prd-5,
    .p-apps-prd-6,
    .p-apps-prd-7,
    .p-apps-prd-8,
    .p-apps-prd-9 {
        animation-delay: .4s
    }

    .template-inner .features-section {
        padding: 60px 0 0;
    }

    .p-features-testimonial {
        margin: 60px 0 20px;
    }

    .p-features-testimonial p:first-child {
        padding: 10px 0 0;
    }

    .p-features-testimonial:before {
        transform: scale(.7);
    }

    .p-features-2 .p-features-media img {
        margin: 20px auto 70px;
    }

    .p-features-3 {
        padding: 60px 0 70px;
    }

    .p-features-4 {
        padding: 60px 0 45px;
    }

    .p-features-4 .p-features-media .p-image-1 {
        grid-area: 4/1/10/11;
    }

    .f4-anim-elm2 {
        grid-area: 1/6/4/9;
    }

    .p-features-5 {
        padding: 60px 0 80px;
    }

    .p-features-5 .p-features-con {
        display: grid;
        grid-gap: 0;
        grid-auto-flow: row;
        margin-bottom: 20px;
    }

    .p-features-5 .p-con-box {
        display: block;
        max-width: 400px;
        margin: 20px auto 10px;
    }

    .p-features-5 .p-image-2 {
        max-width: 85%;
    }

    .p-features-6 {
        padding: 70px 0;
    }

    .p-features-7 {
        padding: 70px 0 40px;
    }

    .p-features-7:before {
        height: 60%;
    }

    .p-features-8 {
        padding: 0 0 30px;
    }

    .faq-box h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) and (min-width: 481px) {
     .p-apps-grid-inner {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        max-width: 450px;
    }

     .p-apps-prd {
        width: 80px;
    }
}

@media (min-width: 480px) {
    .other-lang:not(.i18n-ar) .faq-box h4:before {
        right: -30px
    }
}

@media only screen and (max-width:480px) {
    .p-apps-grid-inner {
        max-width: 250px;
        gap: 0;
    }

    .p-apps-prd-1,
    .p-apps-prd-2,
    .p-apps-prd-3 {
        animation-delay: .2s
    }

    .p-apps-prd-4,
    .p-apps-prd-5,
    .p-apps-prd-6 {
        animation-delay: .4s
    }

    .p-apps-prd-7,
    .p-apps-prd-8,
    .p-apps-prd-9 {
        animation-delay: .6s
    }

    .p-features-3 .p-image-1 {
        max-width: 230px;
    }

    .p-features-3 .p-image-2 {
        max-width: 250px;
    }

    .p-features-3 .p-image-3 {
        max-width: 280px;
    }

    .p-features-5 .p-image-2 {
        max-width: 80%;
    }

    .p-features-6 .p-image-2 {
        margin: 10px 0 10px 7%;
    }

    .mapps-section .p-image-2 {
        grid-area: 3/3/6/10;
    }

    .faq-box {
        margin: 40px auto 0
    }

    .faq-box>li {
        padding: 20px 10px
    }

    .faq-box h4 {
        padding-right: 20px;
    }

    .faq-box div {
        padding: 10px 20px 0 0;
        font-size: 15px;
    }

    .faq-box div p {
        font-size: 15px;
    }
}

.i18n-fr-ca .p-features-testimonial {
    display: none;
}

.i18n-fr-ca .p-features-2 .p-features-object {
    margin-top: 250px;
}

.i18n-fr-ca .p-features-4 .p-features-object {
    margin-top: 50px;
}