.template-inner *,
.template-inner *::before,
.template-inner *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.act-btn {
    background-color: #000;
    padding: 12px 30px;
}

.template-inner h1 {
    font-size: 53px;
}

.template-inner h2 {
    font-family: var(--zf-primary-bold);
    font-size: 42px;
}

.template-inner h3 {
    font-family: var(--zf-primary-regular);
    font-size: 38px;
}

.template-inner h4 {
    font-size: 24px;
}

.template-inner h5 {
    font-size: 20px;
    font-family: var(--zf-primary-bold);
}

.template-inner section {
    padding: 100px 0;
}

.w-o-product-icon {
    position: relative;
}

.w-o-product-icon::before {
    content: "";
    background: var(--product-icons) no-repeat 0 0;
    background-size: var(--zp-i-bs);
    position: absolute;
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.w-o-product-icon.product-mail::before {
    background-position: var(--zp-mail-bp);
}

.w-o-product-icon.product-cliq::before {
    background-position: var(--zp-cliq-bp);
}

.w-o-product-icon.product-connect::before {
    background-position: var(--zp-connect-bp);
}

.w-o-product-icon.product-calendar::before {
    background-position: var(--zp-calendar-bp);
}

.w-o-product-icon.product-projects::before {
    background-position: var(--zp-projects-bp);
}

/* .w-o-product-icon.product-sign::before {
    background-position: var(--zp-sign-bp);
} */

/* BANNER SECTION */

.template-inner .banner-section {
    padding: 10px 90px 100px;
}

.banner-outer {
    background-color: #FFFBC9;
    padding: 80px 0 90px;
    border-radius: 20px;
}

.content-wrap {
    margin: 0 auto;
}

.banner-content {
    display: grid;
    grid-template-columns: 1.8fr 2fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    grid-gap: 20px;
}

.banner-left {
    margin-top: 20px;
    max-width: 460px;
    align-self: flex-start;
    justify-self: left;
}

.banner-left h1 {
    max-width: 400px;
    margin-bottom: 35px;
}

.banner-left p {
    margin-bottom: 30px;
    font-size: 19px;
}

@keyframes slide-up {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner-right {
    justify-content: right;
    position: relative;
    animation: slide-up 2s ease;
    padding-top: 30px;
    justify-self: center;
    text-align: right;
    margin-bottom: -20px;
    max-width: 540px;
}

@keyframes wiggle {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes wiggleReverse {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeInCollaborate {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

@keyframes fadeInCreate {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* .banner-right-collaborate {
    height: 75px;
    width: 160px;
    position: absolute;
    background-image: url("/sites/zweb/images/workplace/office-suite/collaborate.png");
    background-position: center;
    background-size: contain;
    top: 10%;
    left: 25%;
    background-repeat: no-repeat;
    animation: wiggle 5s ease 2.8s infinite, fadeInCollaborate 1.5s ease 1.3s;
    animation-fill-mode: backwards;
}

.banner-right-create {
    position: absolute;
    background: url("/sites/zweb/images/workplace/office-suite/create.png");
    height: 45px;
    width: 136px;
    top: 30%;
    left: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: wiggleReverse 5s ease 3.5s infinite, fadeInCreate 1.5s ease 2s;
    animation-fill-mode: backwards;
} */

.banner-right span {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: lightblue; */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);

}

.banner-right-connect {
    height: 102px;
    width: 145px;
    top: 3%;
    right: -3%;
    background-image: url('/sites/zweb/images/workplace/unified-communication/banner-connect.png');
    /* background-image: url('./img/banner-connect.png'); */
    /* background-size: 505px auto; */
    /* background-position: -165px -260px; */
    animation: wiggleReverse 5s ease 3.5s infinite, fadeInCreate 1.5s ease 2s backwards;
}

.banner-right-cliq {
    height: 60px;
    width: 162px;
    bottom: 25%;
    right: -7%;
    border-radius: 100px 100px 100px 0;
    background-image: url('/sites/zweb/images/workplace/unified-communication/banner-cliq.png');
    /* background-image: url('./img/banner-cliq.png'); */
    /* background-size: 505px auto; */
    /* background-position: -314px -260px; */
    animation: wiggle 5s ease 2.8s infinite, fadeInCollaborate 1.5s ease 1.3s backwards;
}

.banner-right-mail {
    height: 95px;
    width: 160px;
    top: 50%;
    left: -3%;
    background-image: url('/sites/zweb/images/workplace/unified-communication/banner-mail.png');
    /* background-image: url('./img/banner-mail.png'); */
    /* background-size: 505px auto; */
    /* background-position: -1px -260px; */
    animation: wiggleReverse 5s ease 4.5s infinite, fadeInCreate 1.5s ease 3s backwards;
}

@keyframes scaleInWithOpacity {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.banner-products {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, min-content);
    max-width: 80%;
    justify-items: left;
    grid-gap: 25px;
    text-align: center;
}

.banner-product {
    animation: scaleInWithOpacity 0.6s ease 1.2s;
    animation-fill-mode: backwards;
}

.banner-product:nth-child(2) {
    animation-delay: 1.5s;
}

.banner-product:last-child {
    animation-delay: 2s;
}

.banner-product span {
    border-radius: 15px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0 0 14px -8px;
    z-index: 5;
}

.banner-product p {
    margin: 10px 0 0;
    font-size: 15px;
    z-index: 2;
}

.banner-product:nth-child(1) p {
    animation-delay: 1.8s;
}

.banner-product:nth-child(2) p {
    animation-delay: 2.6s;
}

.banner-product:nth-child(3) p {
    animation-delay: 3.4s;
}

/* BANNER SECTION */

/* SLIDERS SECTION */

.template-inner .sliders-section {
    background-color: #f5f5f7;
    padding: 30px 0 120px;
}

.slider-parent {
    overflow: hidden;
    margin: 0 auto;
    max-width: 2000px;
}

.slider-head {
    max-width: 1120px;
    margin: 0 auto 30px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0.4;
}

button.slick-arrow {
    position: absolute;
    top: -60px;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 25px;
    line-height: 0;
    box-shadow: 0 0 25px -20px;
    transition: background-color 0.4s ease;
}

button.slick-arrow:hover {
    background-color: #d9d9d9;
}

@media (pointer: coarse) {
    button.slick-arrow:hover {
        background-color: #fff;
    }
}

.slider-left-button,
.slider-right-button {
    display: inline-block;
    transform: translateY(-2px);
}

button.slick-arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-right-button::before,
.slider-left-button::before {
    content: "";
    height: 2px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: black;
}

.slider-right-button::after,
.slider-left-button::after {
    content: "";
    height: 9px;
    width: 9px;
    border: 2px solid black;
    position: absolute;
    left: 50%;
    top: 50%;
}

.slider-right-button::after {
    margin-left: 1px;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slider-left-button::after {
    margin-left: -1px;
    border-width: 2px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

button.slick-arrow::before,
button.slick-arrow::after {
    display: none;
}

@keyframes growBefore {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.slick-arrow .slick-arr-under {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    animation: growBefore 0.6s ease;
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
    background-color: #fff;
}

button.slick-next {
    right: 25px;
}

button.slick-prev {
    position: absolute;
    right: 90px;
    left: auto;
}

.slider-head-content {
    display: grid;
    grid-template-columns: min-content 1fr;
    justify-items: left;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    max-width: 500px;
}

.slider-title {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, min-content);
    grid-gap: 10px;
}

.template-inner .slider-title h2 {
    font-size: 35px;
}

.template-inner .slider-mail-parent .slider-title h2 {
    position: relative;
    top: 5px;
}

.template-inner .slider-cliq-parent .slider-title h2 {
    position: relative;
    top: -4px;
}

.slider-product-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.slider-product-icon::before {
    transform: scale(1.2);
}

.sliders-section .slider-head p {
    grid-column: 1/-1;
}

.slider-parent:not(:last-of-type) .slider {
    margin-bottom: 120px;
}

.slider {
    position: relative;
}

.slide-list-wrapper {
    max-width: 1175px;
    margin: 0 auto;
}

.slide-list-wrapper::before,
.slide-list-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 250px;
}

.slide-list-wrapper::before {
    z-index: 5;
    left: 0;
    background-image: linear-gradient(to right,
            #f5f5f7 25%,
            rgba(255, 255, 255, 0));
}

.slide-list-wrapper::after {
    right: 0;
    background-image: linear-gradient(to left,
            #f5f5f7 25%,
            rgba(255, 255, 255, 0));
}

.slick-list {
    overflow: visible;
}

.slick-track {
    display: flex !important;
}

.slide-item {
    height: inherit !important;
}

.slide-item {
    /* width: 365px; */
    /* height: 425px; */
    background-color: #fff;
    border-radius: 15px;
    margin: 0 20px;
    padding: 60px 45px;
}

.slider-content {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(3, min-content);
}

.deluge-link {
    color: #000;
    text-decoration: underline;
}

.slider-heading::before {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    top: -100px;
    /* background-image: url("/sites/zweb/images/workplace/office-suite/workplace-icons.png"); */
    background-image: url("/sites/zweb/images/workplace/unified-communication/unified-communications-sprite.png");
    background-size: 492px auto;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.zwe-ob .slider-heading::before {
    transform: scale(1);
    opacity: 1;
}

.slide-item:nth-child(2) .slider-heading::before {
    transition-delay: 0.3s;
}

.slide-item:nth-child(3) .slider-heading::before {
    transition-delay: 0.6s;
}

.slide-item:nth-child(4) .slider-heading::before {
    transition-delay: 0.9s;
}

.slide-item:nth-child(5) .slider-heading::before {
    transition-delay: 1.2s;
}

.slide-item:nth-child(6) .slider-heading::before {
    transition-delay: 1.5s;
}

.slider-heading-1::before {
    background-position: 0px 0px;
}

.slider-heading-2::before {
    background-position: -60px 0px;
}

.slider-heading-3::before {
    background-position: -120px 0px;
}

.slider-heading-4::before {
    background-position: -180px 0px;
}

.slider-heading-5::before {
    background-position: -240px 0px;
}

.slider-heading-6::before {
    background-position: -300px 0px;
}

.slider-heading-7::before {
    background-position: -360px 0px;
}

.slider-heading-8::before {
    background-position: -420px 0px;
}

.slider-heading-9::before {
    background-position: -74px -180px;
}

.slider-heading-10::before {
    background-position: 0px -60px;
}

.slider-heading-11::before {
    background-position: -60px -60px;
}


.slider-heading-12::before {
    background-position: -120px -60px;
}

.slider-heading-13::before {
    background-position: -180px -60px;
}

.slider-heading-14::before {
    background-position: -240px -60px;
}

.slider-heading-15::before {
    background-position: -300px -60px;
}

.slider-heading-16::before {
    background-position: -360px -60px;
}

.slider-heading-17::before {
    background-position: -420px -60px;
}

.slider-heading-18::before {
    background-position: 0px -120px;
}

.slider-heading-19::before {
    background-position: -60px -120px;
}

.slider-heading-20::before {
    background-position: -120px -120px;
}

.slider-heading-21::before {
    background-position: -180px -120px;
}

.slider-heading-22::before {
    background-position: -240px -120px;
}

.icon-simple-interface::after {
    background-position: 0 0px;
}

.icon-variety-templates::after {
    background-position: -80px 0px;
}

.icon-focused-writing::after {
    background-position: -161px 0px;
}

.icon-comfortable-viewing::after {
    background-position: -241px 0px;
}

.icon-internet-free::after {
    background-position: -322px 0px;
}

/* ----- */

.icon-helpful-templates::after {
    background-position: -403px 0px;
}

.icon-pre-defined::after {
    background-position: 0px 218px;
}

.icon-custom-functions::after {
    background-position: -80px 218px;
}

.icon-data-cleaning::after {
    background-position: -161px 218px;
}

.icon-race-charts::after {
    background-position: -241px 218px;
}

.icon-automated-workflow::after {
    background-position: -322px 218px;
}

/* ----- */

.icon-contextual-ui::after {
    background-position: -403px 218px;
}

.icon-creative-design::after {
    background-position: 0px 436px;
}

.icon-video-animation::after {
    background-position: -80px 436px;
}

.icon-cloud-repository::after {
    background-position: -161px 436px;
}

.icon-dynamic-data::after {
    background-position: -241px 436px;
}

.slider-heading {
    position: relative;
    max-width: 250px;
    margin-top: 100px;
    margin-bottom: 10px;
}

/* SLIDERS SECTION */

/* SECURITY SECTION */

.zwc-security-section {
    background-color: #000000;
    color: #fff;
    padding: 130px 0;
}

.template-inner .zwc-security-section {
    padding: 105px 0 100px;
}

.zwc-security-section .content-wrap {
    max-width: 1140px;
}

.zwc-security-section h2 {
    text-align: center;
    margin-bottom: 60px;

}

.zwc-security-content-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
    transform: translateX(1%);
}

.zwc-security-content-box h4 {
    margin-bottom: 10px;
    display: grid;
    grid-gap: 25px;
}

.zwc-security-content-box h4::before {
    content: '';
    height: 60px;
    width: 60px;
    /* background-color: lightblue; */
    grid-row: 1/2;
    background-image: url('/sites/zweb/images/workplace/unified-communication/unified-communications-sprite.png');
    background-size: 420px auto;
    background-position: -255px -105px;
}

.zwc-security-content-box>div:first-child h4::before {
    background-position: -255px -102px;
}

.zwc-security-content-box>div:nth-child(2) h4::before {
    background-position: -315px -102px;
}

.zwc-security-content-box>div:nth-child(3) h4::before {
    background-position: 0px -155px;
}

/* SECURITY SECTION */

/* GRIDS SECTION */

.template-inner .grids-section {
    padding: 0px 90px 0;
}

.hidden-page-span {
    display: none;
}

/* .same-sheet-section {
    border-radius: 20px 20px 0 0;
} */

/* .same-sheet-section .heading-secondary {
    font-family: var(--zf-primary-regular);
    overflow: hidden;
} */

.easy-admin-section {
    background-color: #FEFFF0;
}

.beyond-org-section {
    background-color: #FEFFC9;
    border-radius: 0 0 20px 20px;
}

.grids-section-inner {
    padding: 100px 0 30px;
}

.slider-mail-parent+.grids-section-inner {
    padding-top: 0;
}

.grids-section-inner .content-wrap {
    max-width: 1140px;
    text-align: center;
}

.grids-heading {
    margin-bottom: 60px;
}

@keyframes slideUp {
    0% {
        transform: translateY(0%);
    }

    15% {
        transform: translateY(-125%);
    }

    30% {
        transform: translateY(-125%);
    }

    45% {
        transform: translateY(-250%);
    }

    60% {
        transform: translateY(-250%);
    }

    75% {
        transform: translateY(-375%);
    }

    100% {
        transform: translateY(-375%);
    }
}

.grids-heading-wrap {
    position: relative;
    display: inline-block;
    height: 40px;
    min-width: 130px;
    line-height: 0;
    transform: translateY(15%);
}

.grids-heading-wrap::before {
    content: "";
    height: 53px;
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom,
            #fefff0 75%,
            rgba(255, 255, 255, 0));
    z-index: 5;
}

.heading-slider-wrap {
    transform: translateY(0%);
    height: 100%;
    display: inline-block;
    width: 100%;
    line-height: 0;
    animation: slideUp 5s ease infinite;
}

.grids-heading-span {
    font-family: var(--primaryfont-bold);
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 0;
}

.grids-heading-page {
    top: 20px;
}

.grids-heading-sheet {
    top: 70px;
}

.grids-heading-slide {
    top: 120px;
}

.grids-heading-page-clone {
    top: 170px;
}

.grids-top-para {
    margin-bottom: 70px;
    font-size: 19px;
}

.grid-outer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, max-content));
    justify-content: center;
    align-content: center;
    justify-items: center;
    grid-gap: 60px;
    grid-row-gap: 70px;
}

.grid-item {
    max-width: 340px;
    text-align: left;
}

.grid-item-img {
    background-color: #e4e8ed;
    display: grid;
    place-items: center;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 35px;
}

.grid-item-img img {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.zwe-ob.grid-item-img img {
    transform: translate(0);
    opacity: 1;
}

.grid-item:nth-of-type(2) img {
    transition-delay: 0.3s;
}

.grid-item:nth-of-type(3) img {
    transition-delay: 0.6s;
}

.grid-item:nth-of-type(4) img {
    transition-delay: 0s;
}

.grid-item:nth-of-type(5) img {
    transition-delay: 0.3s;
}

.grid-item:nth-of-type(6) img {
    transition-delay: 0.6s;
}

.grid-item-heading {
    margin-bottom: 10px;
}

/* GRIDS SECTION */


/* ASSIST SECTION */

.template-inner .assist-section {
    padding: 120px 0;
}

.assist-section .content-wrap {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    width: 90%;
}

.assist-panel {
    background-color: #e8f7fb;
    border-radius: 15px;
    /* padding: 80px 55px; */
}

.assist-contents {
    padding: 80px 55px 0;
}

.assist-left .assist-img-container {
    padding: 0 55px 55px;
}

.assist-heading-main {
    margin-bottom: 8px;
}

.assist-right {
    display: grid;
    grid-template-rows: min-content;
    overflow: hidden;
}

/* .assist-right .assist-heading-main {
  margin-bottom: 60px;
} */

.assist-info {
    margin-bottom: 45px;
}

.assist-heading-sub {
    margin-bottom: 6px;
}

.assist-content-box-1 {
    margin-bottom: 40px;
}

.assist-content-box-2 {
    margin-bottom: 70px;
}

.assist-right .assist-img-container {
    display: grid;
    line-height: 0;
}

.assist-right .assist-img {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    align-items: end;
    padding: 0 44px;
}

@keyframes slideRightLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes slideLeftRight {
    0% {
        transform: translateX(0) scaleX(-1);
    }

    50% {
        transform: translateX(20px) scaleX(-1);
    }

    100% {
        transform: translateX(0px) scaleX(-1);
    }
}

/* .assist-right .assist-img::before {
    content: "";
    position: absolute;
    background-image: url("/sites/zweb/images/workplace/office-suite/cloud-1.png");
    left: -170px;
    top: 140px;
    transform: scaleX(-1);
    height: 70px;
    width: 390px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50px) scaleX(-1);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    animation: slideLeftRight 10s linear infinite 2s;
    animation-fill-mode: backwards;
    z-index: 5;
} */

.assist-right .zwe-ob.assist-img::before {
    opacity: 1;
    transform: translate(0) scaleX(-1);
}

/* .assist-right .assist-img::after {
    content: "";
    background-image: url("/sites/zweb/images/workplace/office-suite/cloud-2.png");
    position: absolute;
    right: -70px;
    top: -80px;
    height: 140px;
    width: 280px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(80px);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    animation: slideRightLeft 10s linear infinite 2s;
    animation-fill-mode: backwards;
    z-index: 5;
} */

.assist-right .zwe-ob.assist-img::after {
    opacity: 1;
    transform: translate(0);
}

.assist-right .assist-img img:last-child {
    width: 100%;
    justify-self: center;
    transform: translateY(120px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.assist-right .zwe-ob.assist-img img:last-child {
    transform: translate(0);
    opacity: 1;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.assist-img {
    text-align: center;
    position: relative;
}

.assist-img-wrap {
    animation: rotate 60s linear infinite;
}

.assist-left-img img {
    transform: translate(2px, 11px) scale(1.05);
}

.zia-logo {
    height: 135px;
    width: 135px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: top left;
    transform: scale(0) translate(-50%, -50%);
    transition: transform 1s ease;
    box-shadow: 0 0 35px -20px rgb(0 0 0 / 50%);
}

.zwe-ob .zia-logo {
    transform: scale(1.3) translate(-50%, -50%);
}

.zia-logo::after {
    content: "";
    position: absolute;
    height: var(--zp-i-h);
    width: var(--zp-i-w);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: var(--product-icons) no-repeat 0 0;
    background-position: var(--zp-zia-bp);
    background-size: var(--zp-i-bs);
    transform: scale(0);
    transition: transform 1s ease 0.3s;
}

.zwe-ob .zia-logo::after {
    transform: scale(1.5);
}

.zia-logo::before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: transform 1s ease 0.3s;
    box-shadow: 0 0 40px -30px rgb(0 0 0 / 50%);
}

.zwe-ob .zia-logo::before {
    transform: scale(0.8);
}

/* ASSIST SECTION */


/* ENHANCE EXPERIENCE SECTION */

.template-inner .enhance-experience-section {
    /* background-color: #f5f5f7; */
    padding: 100px 0 120px;
}

.enhance-experience-section .content-wrap {
    max-width: 1140px;
}

.enhance-section-heading {
    max-width: 900px;
    margin-bottom: 60px;
}

.content-item {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    grid-gap: 50px;
    max-width: 1000px;
}

.content-item:not(:last-child) {
    margin-bottom: 60px;
}

.enhance-product-box {
    display: grid;
    place-items: center;
    background-color: #e4e8ed;
    height: 210px;
    width: 370px;
    border-radius: 15px;
}

.product-combo-box {
    line-height: 0;
}

.product-combo-box span {
    display: inline-block;
    position: relative;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 0 15px -10px;
    opacity: 0;
    transform: scale(0.4);
    transition: transform 1s ease, opacity 1s ease;
}

.product-combo-box.combo-3 span {
    margin: 0 24px;
}

.product-combo-box span:nth-child(2) {
    transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.product-combo-box span::before {
    transform: scale(1.1);
}

.zwe-ob.enhance-product-box .product-combo-box span {
    transform: scale(1);
    opacity: 1;
}

.combo-3 span:first-child,
.combo-3 span:last-child {
    transform: scale(0);
}

.combo-3 span:last-child {
    transition: transform 1s ease 0.5s;
}

.zwe-ob.enhance-product-box .combo-3 span:first-child,
.zwe-ob.enhance-product-box .combo-3 span:last-child {
    transform: scale(0.8);
}

.combo-3 {
    position: relative;
}

.combo-3 span:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(0.4) translate(-50%, -50%);
    transform-origin: top left;
    opacity: 0;
    margin: 0;
    transition: transform 1s ease 1s, opacity 1s ease 1s;
    z-index: 5;
}

.zwe-ob.enhance-product-box .combo-3 span:nth-child(2) {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
}

/* .product-out::before {
    background: url("/sites/zweb/images/workplace/office-suite/workplace-icons.png");
    background-size: 441px;
} */

.product-out.product-wordpress::before {
    background-position: 0 -220px;
}

.product-out.product-humaaans::before {
    background-position: -122px -517px;
    height: 25%;
    width: 75%;
    background-size: 458px;
}

.product-out.product-word::before {
    background-position: -365px -160px;
}

.product-out.product-excel::before {
    background-position: -284px -160px;
}

.product-out.product-powerpoint::before {
    background-position: -325px -160px;
}

.product-out.product-pdf::before {
    background-position: -40px -216px;
}

.product-out.product-text::before {
    background-position: -78px -216px;
}

.enhance-product-head {
    margin-bottom: 6px;
}

/* ENHANCE EXPERIENCE SECTION */

/* FAQ SECTION */

.template-inner .faq-section {
    padding: 100px 0 0;
}

.faq-section h2 {
    text-align: center;
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    counter-reset: number;
}

.faq-accordian li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer;
}

.faq-accordian li:last-child {
    border-bottom: 1px solid #ccc;
}

.faq-accordian h5 {
    position: relative;
    color: black;
    margin: 0;
    padding-right: 30px;
}

.faq-accordian h5.active {
    color: #1194f6;
}

.faq-accordian h5:before {
    counter-increment: number;
    content: counter(number) ". ";
}

.faq-accordian h5:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px;
}

.faq-accordian h5.active:after {
    content: "-";
}

.faq-accordian p {
    margin: 0;
    font-size: 15px;
    padding: 10px 30px 0 0;
    display: none;
}

.faq-accordian p.active {
    display: block;
}

/* ASSIST SECTION */

/* SYNC SECTION */
.zwc-sync-section {
    max-width: 1340px;
    border-radius: 30px;
    margin: 0 auto;
    background-color: #e7f6fb;
    position: relative;
    width: 95%;
}

.zwc-sync-section .content-wrap {
    position: static;
}

.zwc-sync-section h2 {
    text-align: center;
    margin-bottom: 80px;
}

.zwc-sync-content-box {
    padding-left: 30px;
    max-width: 400px;
}

.zwc-sync-content-box>div:not(:last-child) {
    margin-bottom: 40px;
}

.zwc-sync-content-box h4 {
    margin-bottom: 10px;
}

.zwc-sync-img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    line-height: 0;
}

img.zwc-sync-pc {
    border-top-left-radius: 4.65%;
}

.zwc-sync-img-box .zwc-sync-mobile {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    transform: translateX(-50%);
}

/* SYNC SECTION */

/* FAQ SECTION */

/* PRE FOOTER SECTION */

.template-inner .pre-footer-section {
    padding: 100px 0 110px;
}

.pre-footer-section .content-wrap {
    max-width: 750px;
    text-align: center;
}

.pre-footer-heading {
    margin-bottom: 30px;
}

/* top breadcrumb start */

@media only screen and (min-width:768px) {

    .i18n-en .zwc_t_breadcrumb+.template-inner .banner-section {
        margin-top: 10px;
    }

}

/* top breadcrumb end */

/* PRE FOOTER SECTION */

/* ******************** */

/* MEDIA QUERIES */

/* ******************** */

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

    /* Banner section */
    .template-inner h1 {
        font-size: 50px;
    }

    .template-inner .banner-left p {
        font-size: 18px;
    }

    .template-inner h2 {
        font-size: 40px;
    }

    .template-inner h3 {
        font-size: 36px;
    }

    .template-inner h4 {
        font-size: 22.6px;
    }

    .template-inner p {
        font-size: 16.6px;
    }

    .template-inner .banner-product p {
        font-size: 15px;
    }

    .slide-item {
        height: 415px;
    }

    .grids-heading-wrap {
        transform: translateY(17%);
        min-width: 120px;
    }
}

@media only screen and (max-width: 1399px) {

    /* Banner section */
    .template-inner h1 {
        font-size: 43px;
    }

    .template-inner h2 {
        font-size: 38px;
    }

    .template-inner h3 {
        font-size: 35px;
    }

    .template-inner h4 {
        font-size: 22.4px;
    }

    .template-inner p {
        font-size: 16.6px;
    }

    .banner-outer {
        border-radius: 20px;
    }

    .banner-right {
        max-width: 475px;
    }

    .banner-left h1 {
        max-width: 330px;
    }

    .banner-left p {
        font-size: 18px;
    }

    .banner-product p {
        font-size: 15px;
    }

    .template-inner .banner-section {
        padding: 10px 50px 100px;
    }

    /* .slider-mail-parent+.grids-section-inner {
        padding-top: 10px;
    } */

    .template-inner .grids-section {
        padding: 100px 70px 0;
    }

    .template-inner .sliders-section {
        padding: 25px 0 110px;
    }

    .slider-parent:not(:last-of-type) .slider {
        margin-bottom: 110px;
    }

    .template-inner .zwc-security-section {
        padding: 100px 0 95px;
    }

    .slide-item {
        height: 415px;
    }

    .grids-section-inner {
        padding: 90px 0 30px;
    }

    .grids-heading-wrap {
        transform: translateY(20%);
        min-width: 110px;
    }

    .template-inner .assist-section {
        padding: 110px 0;
    }

    .slide-list-wrapper::before,
    .slide-list-wrapper::after {
        display: none;
    }

    .template-inner section {
        padding: 90px 0;
    }

    button.slick-next {
        right: 30px;
    }

    button.slick-prev {
        right: 95px;
    }

    .assist-section .content-wrap {
        grid-gap: 40px;
    }

    .zia-logo {
        height: 115px;
        width: 115px;
    }

    .zwe-ob .zia-logo::after {
        transform: scale(1.4);
    }

    .assist-left .assist-img {
        max-width: 380px;
        margin: 0 auto;
    }

    .assist-right .assist-img::before {
        left: -230px;
        top: 170px;
    }

    .assist-right .assist-img::after {
        right: -85px;
        top: auto;
        bottom: 82%;
    }

    .content-item {
        margin: 0 auto;
        max-width: 900px;
    }

    .template-inner .enhance-experience-section {
        padding: 90px 0 100px;
    }

    .enhance-section-heading {
        max-width: 700px;
        margin: 0 auto 70px;
        text-align: center;
    }

    .template-inner .pre-footer-section {
        padding: 90px 0 100px;
    }

    .pre-footer-section .content-wrap {
        max-width: 640px;
    }

    .pre-footer-heading {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .slider-parent {
        padding-top: 70px;
    }
    .slider-parent:has(+.slider-parent)>.slider {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider-parent:has(+.slider-parent)>.slider {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .template-inner h1 {
        font-size: 42px;
    }

    .template-inner h2 {
        font-size: 34px;
    }

    .template-inner h3 {
        font-size: 34px;
    }

    .template-inner h4 {
        font-size: 22px;
    }

    /* Banner section */
    .template-inner .banner-section {
        padding: 10px 0px 90px;
    }

    .template-inner .banner-section .content-wrap {
        width: 92%;
    }

    .banner-outer {
        padding: 60px 0 80px;
        width: 95%;
        margin: 0 auto;
    }

    .banner-right {
        max-width: none;
        width: max(430px, 88%);
    }

    .banner-right span {
        scale: 0.9;
    }

    .banner-product span {
        height: 65px;
        width: 65px;
    }

    .banner-product p {
        font-size: 15px;
    }



    /* .banner-right-collaborate {
        height: 70px;
        top: 10%;
        left: 20%;
    } */

    /* .banner-right-create {
        height: 40px;
        top: 32%;
        left: 5%;
    } */

    /* Banner section */
    /* Slider section */
    .template-inner .sliders-section {
        padding: 70px 0 90px;
    }

    .slider-head {
        width: 92%;
    }

    .slide-list-wrapper {
        max-width: 100%;
        padding: 0 20px;
    }

    button.slick-next {
        right: 20px;
    }

    button.slick-prev {
        right: 85px;
    }

    .slider-parent:not(:last-of-type) .slider {
        margin-bottom: 80px;
    }

    .template-inner .zwc-security-section {
        padding: 80px 0 85px;
    }

    /* Slider section */
    /* Grids section */
    .template-inner .grids-section {
        padding: 80px 0px 0;
    }

    .grids-section-inner {
        padding: 65px 10px 75px;
        width: 95%;
        margin: 0 auto;
    }

    .slider-mail-parent+.grids-section-inner {
        padding-top: 10px;
    }

    .zwc-security-content-box {
        grid-gap: 50px;
        transform: translateX(0);
    }

    .grids-heading-wrap {
        transform: translateY(22%);
    }

    .grids-heading {
        margin-bottom: 30px;
        max-width: 380px;
        margin-inline: auto;
    }

    .easy-admin-section .grids-heading {
        max-width: 320px;
    }

    .grids-heading-wrap::before {
        height: 57px;
    }

    .grid-outer {
        grid-gap: 40px;
        grid-row-gap: 55px;
    }

    .grid-item-img {
        min-height: auto;
        margin-bottom: 25px;
    }

    /* Grids section */
    /* Assist section */
    .template-inner .assist-section {
        padding: 80px 0;
    }

    .assist-contents {
        padding: 60px 55px 0;
    }

    /* Assist section */
    /* Enhance experience section */
    .template-inner .enhance-experience-section {
        padding: 65px 0 85px;
    }

    .enhance-section-heading {
        margin: 0 auto 45px;
    }

    .template-inner .zwc-sync-section {
        padding: 75px 0;
    }

    /* Enhance experience section */
    /* FAQ section */
    .template-inner .faq-section {
        padding: 60px 0 0;
    }

    /* FAQ section */
    .template-inner .pre-footer-section {
        padding: 70px 0 75px;
    }
}

@media only screen and (max-width: 991px) {
    .template-inner h1 {
        font-size: 35px;
    }

    .template-inner h2 {
        font-size: 30px;
    }

    .template-inner h3 {
        font-size: 35px;
    }

    .template-inner h4 {
        font-size: 21.8px;
    }

    .template-inner p {
        font-size: 15px;
    }

    /* Banner section */
    .template-inner .banner-section {
        padding: 10px 0 80px;
    }

    .banner-outer {
        padding: 55px 0 70px;
    }

    .banner-content {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .banner-left {
        margin-top: 20px;
        max-width: 550px;
        text-align: center;
        justify-self: center;
    }

    .banner-left h1 {
        margin-bottom: 25px;
        max-width: 420px;
        margin-inline: auto;
    }

    .banner-left p {
        margin: 0 auto 20px;
        max-width: 600px;
        font-size: 17px;
    }

    .banner-right {
        max-width: 440px;
        text-align: center;
        justify-self: center;
        margin-bottom: 0;
    }

    .banner-products {
        margin-top: 40px;
        max-width: 100%;
        justify-content: center;
    }

    .banner-product p {
        margin-top: 10px;
        font-size: 15px;
    }

    /* .banner-right-collaborate {
        height: 62px;
        top: 13%;
    } */

    /* .banner-right-create {
        height: 35px;
        width: 100px;
    } */

    /* Banner section */
    /* Sliders section */
    .template-inner .sliders-section {
        padding: 70px 0 0px;
    }

    .slider-parent:not(:last-of-type) .slider {
        margin-bottom: 165px;
    }

    .slider-head {
        padding-left: 0;
        margin: 0 auto 40px;
    }

    .template-inner .slider-title h2 {
        font-size: 30px;
    }

    .slider-product-icon::before {
        transform: scale(1.1);
    }

    .slider-head-content {
        max-width: 400px;
        grid-template-columns: auto;
        text-align: center;
        justify-items: center;
        margin: 0 auto;
    }

    .slider-head-content h2 {
        justify-self: left;
    }

    .sliders-section .slider-connect-parent {
        padding-bottom: 160px;
    }

    .w-o-product-icon {
        height: 45px;
        width: 45px;
        justify-self: right;
    }

    .slide-list-wrapper {
        max-width: 85%;
        padding: 0;
        margin: 0 auto;
    }

    button.slick-prev,
    button.slick-next {
        right: 50%;
        /* 50% or 80px*/
        top: auto;
        bottom: -60px;
    }

    button.slick-next {
        transform: translate(58px, 50%);
    }

    button.slick-prev {
        transform: translate(-8px, 50%);
    }

    .slider-heading {
        margin-bottom: 10px;
        margin-top: 90px;
    }

    .zwe-ob .slider-heading::before {
        transform: scale(0.9);
        top: -92px;
        left: -1px;
    }

    /* Sliders section */
    /* Grids section */
    .template-inner .grids-section {
        padding: 80px 0 0;
    }

    .slider-mail-parent+.grids-section-inner {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .template-inner .zwc-security-section {
        padding: 80px 0 80px;
    }

    .grids-section-inner {
        padding: 55px 10px 60px;
    }

    .beyond-org-section {
        padding-bottom: 70px;
    }

    .grid-outer {
        grid-gap: 50px;
        grid-row-gap: 60px;
    }

    .easy-admin-section .grids-heading {
        max-width: 250px;
    }

    .grids-heading-wrap {
        transform: translateY(24%);
        min-width: 100px;
    }

    .grids-top-para {
        max-width: 500px;
        margin: 0 auto 50px;
    }

    .grid-item:nth-of-type(2) img {
        transition-delay: 0.3s;
    }

    .grid-item:nth-of-type(3) img {
        transition-delay: unset;
    }

    .grid-item:nth-of-type(4) img {
        transition-delay: 0.3s;
    }

    .grid-item:nth-of-type(5) img {
        transition-delay: unset;
    }

    .grid-item:nth-of-type(6) img {
        transition-delay: 0.3s;
    }

    /* Grids section */
    /* Smart assist section */
    .assist-section .content-wrap {
        grid-template-columns: 1fr;
        max-width: 545px;
        grid-gap: 50px;
    }

    .template-inner .assist-section {
        padding: 80px 0;
    }

    .assist-contents {
        text-align: center;
    }

    /* .assist-right .assist-heading-main {
    margin-bottom: 40px;
  } */
    .assist-right .assist-img img:last-child {
        max-width: 360px;
    }

    .assist-right .assist-img::after {
        right: -50px;
        top: -70px;
        width: 45%;
    }

    .assist-right .assist-img::before {
        left: -180px;
        top: 60px;
        width: 70%;
    }

    /* Smart assist section */
    /* Enhance experience section */

    .template-inner .enhance-experience-section {
        padding: 65px 0 75px;
    }

    .template-inner .enhance-section-heading {
        font-size: 30px;
    }

    .enhance-section-heading {
        margin: 0 auto 40px;
        max-width: 550px;
    }

    .content-item {
        grid-template-columns: 1fr 360px;
        justify-content: center;
        justify-items: center;
        max-width: 450px;
        grid-gap: 35px;
    }

    .enhance-product-box {
        height: 200px;
        width: 330px;
    }

    .product-combo-box span {
        height: 90px;
        width: 90px;
    }

    .product-out.product-humaaans::before {
        background-position: -112px -471px;
        height: 25%;
        width: 75%;
        background-size: 418px;
    }

    /* Enhance experience section */

    .template-inner .zwc-sync-section {
        padding: 65px 0;
    }

    .zwc-sync-section h2 {
        margin-bottom: 60px;
    }

    .zwc-sync-content-box {
        padding-left: 10px;
        max-width: 340px;
    }

    .template-inner .pre-footer-section {
        padding: 60px 0 65px;
    }

    .pre-footer-section .content-wrap {
        max-width: 550px;
    }
}

@media only screen and (max-width: 800px) {
    .slide-list-wrapper {
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .zw-product-header {
        background: #FFFBC9;
    }

    .template-inner h1 {
        font-size: 30px;
    }

    .template-inner h2 {
        font-size: 28px;
    }

    .template-inner h3 {
        font-size: 32px;
    }

    .template-inner h4 {
        font-size: 22px;
    }

    .template-inner h5 {
        font-size: 18px;
    }

    .main-container-wrapper #mini-panel-product_menu,
    .ptmenu.sticky {
        border-bottom: 0;
        background: #FFFBC9;
    }

    /* Banner section */
    .template-inner .banner-section {
        padding: 30px 0 55px;
        background-color: #FFFBC9;
    }

    .banner-content {
        grid-gap: 20px;
    }

    .banner-left h1 {
        max-width: 340px;
    }

    .banner-outer {
        padding: 0px 0 0px;
    }

    .banner-left {
        max-width: 550px;
    }

    .banner-left p {
        max-width: 450px;
    }

    .banner-right {
        max-width: 350px;
        margin: 0 20px;
    }

    .banner-right span {
        scale: 0.8;
    }

    .banner-right-mail {
        top: 50%;
        left: -15%;
    }

    .banner-right-cliq {
        bottom: 25%;
        right: -15%;
    }

    .banner-right-connect {
        top: 5%;
        right: -10%;
    }

    .banner-product span {
        height: 55px;
        width: 55px;
        background-size: 30px;
    }

    .banner-product-icon::before {
        transform: scale(0.8);
    }

    .banner-product p {
        font-size: 14px;
    }

    /* .banner-right-collaborate {
        width: 140px;
        left: 15%;
    } */

    /* .banner-right-create {
        top: 34%;
    } */

    /* Banner section */
    /* Sliders section */
    .template-inner .sliders-section {
        padding: 65px 0 0px;
    }

    .sliders-section .slider-connect-parent {
        padding-bottom: 155px;
    }

    .template-inner .slider-title h2 {
        font-size: 28px;
    }

    .slide-item {
        padding: 50px 35px 50px;
        height: 360px;
    }

    .slider-heading {
        margin-top: 80px;
    }

    .zwe-ob .slider-heading::before {
        transform: scale(0.85);
        top: -83px;
        left: -2px;
    }

    .zwc-security-content-box {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        max-width: 450px;
        width: 95%;
        margin-inline: auto;
        grid-gap: 65px;
    }

    .zwc-security-content-box h4 {
        justify-items: center;
        grid-gap: 10px;
    }

    .zwc-security-content-box h4::before {
        transform: scale(0.9);
        transform-origin: bottom;
    }

    /* Sliders section */

    .template-inner .zwc-security-section {
        padding: 75px 0 70px;
    }

    .zwc-security-section h2 {
        margin-bottom: 45px;
    }

    /* Grids section */
    .template-inner .grids-section {
        padding: 75px 0 0;
    }

    .grids-section-inner {
        padding: 55px 0 65px;
    }

    .slider-mail-parent+.grids-section-inner {
        margin-top: -10px;
    }

    .beyond-org-section {
        padding-bottom: 70px;
    }

    .grids-heading {
        max-width: 320px;
    }

    .grids-heading-wrap {
        transform: translateY(28%);
        min-width: 90px;
    }

    .grids-top-para {
        margin: 0 auto 45px;
    }

    .grid-outer {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }

    .grid-item {
        text-align: center;
        max-width: 450px;
        display: grid;
    }

    .grid-item-img {
        margin: 30px auto 0px;
        max-width: 290px;
        grid-row: 3;
        padding: 20px;
    }

    .grid-item:nth-of-type(2) img {
        transition-delay: unset;
    }

    .grid-item:nth-of-type(3) img {
        transition-delay: unset;
    }

    .grid-item:nth-of-type(4) img {
        transition-delay: unset;
    }

    .grid-item:nth-of-type(5) img {
        transition-delay: unset;
    }

    .grid-item:nth-of-type(6) img {
        transition-delay: unset;
    }

    /* Grids section */
    /* Assist section */
    .template-inner .assist-section {
        padding: 75px 0 80px;
    }

    .assist-section .content-wrap {
        max-width: 500px;
        width: 95%;
        grid-gap: 30px;
    }

    .assist-right .assist-img img:last-child {
        max-width: 260px;
    }

    .assist-right .assist-img::before {
        top: 40px;
    }

    .assist-right .assist-img::after {
        right: -70px;
    }

    .assist-contents {
        padding: 65px 45px 0;
    }

    .assist-content-box-2 {
        margin-bottom: 40px;
    }

    .assist-left .assist-img {
        max-width: 270px;
        margin: 0 auto;
    }

    .zia-logo {
        width: 110px;
        height: 110px;
    }

    .zwe-ob .zia-logo {
        transform: scale(1) translate(-50%, -50%);
    }

    .zwe-ob .zia-logo::after {
        transform: scale(1.2);
    }

    /* Assist section */
    /* Enhance experience section */
    .template-inner .enhance-experience-section {
        padding: 60px 0 70px;
    }

    .template-inner .enhance-section-heading {
        font-size: 28px;
    }

    .enhance-section-heading {
        margin: 0 auto 40px;
        max-width: 550px;
    }

    .enhance-product-box {
        height: 170px;
        width: 100%;
        max-width: 290px;
        grid-row: 2;
    }

    .content-item {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .content-item:not(:last-child) {
        margin-bottom: 60px;
    }

    .enhance-product-info {
        text-align: center;
    }

    .product-combo-box span {
        height: 80px;
        width: 80px;
    }

    .product-combo-box span::before {
        transform: scale(1);
    }

    .product-out.product-humaaans::before {
        background-position: -109px -461px;
        height: 25%;
        width: 82%;
        background-size: 408px;
    }

    /* Enhance experience section */


    .template-inner .zwc-sync-section {
        padding: 60px 0 0;
    }

    .zwc-sync-img-box {
        position: static;
        text-align: center;
        margin-inline: auto;
        width: 100%;
        max-width: 480px;
        margin-top: 40px;
    }

    .zwc-sync-section h2 {
        margin-bottom: 40px;
        max-width: 300px;
        margin-inline: auto;
    }

    .zwc-sync-content-box>div:not(:last-child) {
        margin-bottom: 35px;
    }

    .zwc-sync-img-box img:first-child {
        display: none;
    }

    .zwc-sync-img-box img:last-child {
        position: static;
        transform: translateX(0);

    }

    .zwc-sync-content-box {
        padding-left: 0;
        max-width: 450px;
        width: 100%;
        text-align: center;
        margin-inline: auto;
    }

    .template-inner .faq-section {
        padding: 55px 0 0;
    }

    /* Pre footer section */
    .template-inner .pre-footer-section {
        padding: 60px 0 70px;
    }

    .pre-footer-section .content-wrap {
        max-width: 450px;
    }

    /* Pre footer section */
}

@media only screen and (max-width: 600px) {
    .slide-list-wrapper {
        max-width: 80%;
        padding: 0;
        margin: 0 auto;
    }

    .slider-content {
        text-align: center;
    }

    .slider-heading {
        margin-left: auto;
        margin-right: auto;
    }

    .slider-heading::before {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .template-inner h2 {
        font-size: 26px;
    }

    .template-inner h3 {
        font-size: 29px;
    }

    .template-inner h4 {
        font-size: 20px;
    }

    /* Banner section */
    .template-inner .banner-section {
        padding: 20px 0 45px;
    }

    .template-inner .banner-section .content-wrap {
        width: 90%;
    }

    .banner-outer {
        padding: 10px 0 0px;
    }

    .banner-left h1 {
        margin-bottom: 20px;
    }

    .banner-left p {
        font-size: 14px;
        max-width: 350px;
    }

    .banner-right {
        padding-top: 0;
        width: 100%;
        max-width: 300px;
    }

    .banner-right img {
        max-width: 100%;
    }

    .banner-right span {
        /* display: none; */
        scale: 0.65;
    }

    .banner-right-cliq {
        bottom: 0%;
    }

    /* .banner-right-collaborate {
        display: none;
    } */

    /* .banner-right-create {
        display: none;
    } */

    .banner-products {
        margin-top: 30px;
    }

    /* Banner section */
    /* Sliders section */
    .template-inner .sliders-section {
        padding: 50px 0 0px;
    }

    .template-inner .slider-title h2 {
        font-size: 26px;
    }

    .sliders-section .slider-connect-parent {
        padding-bottom: 145px;
    }

    .slider-parent:not(:last-of-type) .slider {
        margin-bottom: 140px;
    }

    .slider-title {
        grid-gap: 5px;
    }

    .slider-head {
        margin: 0 auto 30px;
    }

    .slider-head-content {
        grid-row-gap: 8px;
    }

    .slider-product-icon::before {
        transform: scale(0.9);
    }

    .slide-list-wrapper {
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
    }

    /* Sliders section */

    .template-inner .zwc-security-section {
        padding: 70px 0 65px;
    }

    /* Grids section */
    .template-inner .grids-section {
        padding: 65px 0 0;
    }

    .grids-section-inner {
        padding: 45px 0 50px;
    }

    .slider-mail-parent+.grids-section-inner {
        margin-top: 0px;
    }

    .beyond-org-section {
        padding-bottom: 60px;
    }

    .grids-heading-wrap {
        display: none;
    }

    .hidden-page-span {
        display: inline-block;
        font-family: var(--primaryfont-bold);
    }

    /* Grids section */
    /* Assist section */
    .template-inner .assist-section {
        padding: 65px 0;
    }

    .assist-section .content-wrap {
        width: 95%;
        /* grid-gap: 0; */
    }

    .assist-panel {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
    }

    .assist-contents {
        padding: 50px 25px 0;
    }

    .assist-left .assist-img-container {
        padding: 0 35px 55px;
    }

    .assist-left .assist-img {
        max-width: 220px;
        margin: 0 auto;
    }

    .zia-logo {
        width: 90px;
        height: 90px;
    }

    .zwe-ob .zia-logo {
        transform: scale(1) translate(-50%, -50%);
    }

    .zwe-ob .zia-logo::after {
        transform: scale(1.1);
    }

    .assist-right .assist-img {
        padding: 0;
    }

    .assist-right .assist-img img:last-child {
        max-width: 200px;
    }

    .assist-right .assist-img::before {
        display: none;
    }

    .assist-right .assist-img::after {
        display: none;
    }

    /* Assist section */

    .zwc-security-content-box {
        grid-gap: 55px;
    }

    /* Enhance experience section */
    .template-inner .enhance-section-heading {
        font-size: 27px;
    }

    .template-inner .enhance-experience-section {
        padding: 50px 0 65px;
    }

    .enhance-section-heading {
        margin: 0 auto 40px;
        max-width: 400px;
    }

    .content-item {
        grid-gap: 30px;
    }

    .product-combo-box span {
        height: 70px;
        width: 70px;
    }

    .product-combo-box.combo-3 span:first-child,
    .product-combo-box.combo-3 span:last-child {
        margin: 0px 18px;
    }

    .product-combo-box span::before {
        transform: scale(0.8);
    }

    .product-out.product-humaaans::before {
        width: 95%;
    }

    /* Enhance experience section */

    .template-inner .zwc-sync-section {
        padding: 50px 0 0;
    }

    .zwc-sync-img-box .zwc-sync-mobile {
        width: 60%;
        max-width: 200px;
    }

    /* FAQ section */
    .template-inner .faq-section {
        padding: 45px 0 0;
    }

    .faq-accordian {
        margin: 40px auto 0;
    }

    .faq-accordian li {
        padding: 20px 10px;
    }

    .faq-accordian h5 {
        padding-right: 20px;
    }

    .faq-accordian p {
        padding: 10px 20px 0 0;
    }

    /* FAQ section */
    .template-inner .pre-footer-section {
        padding: 50px 0 60px;
    }

    .template-inner .pre-footer-heading {
        font-size: 26px;
    }
}

@media only screen and (max-width: 430px) {
    .slide-list-wrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width: 415px) {
    .slick-track {
        display: flex !important;
    }

    .slide-item {
        height: inherit !important;
        width: auto;
    }

    button.slick-prev,
    button.slick-next {
        bottom: -60px;
    }
}

/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;  
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1240px;
  padding: 0px 20px;  
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/