:root {
    --primary-color: #008EF5;
    --secondary-color: #9914FF;
    --primary-font-color: #262626;
    --secondary-font-color: #fff;
    --primary-btn-color: #e42527;
    --primary-bg: #F5F3FF;
    --secondary-bg: #EEF4FF;
    --teritary-bg: #F8F9FC;
    --fourth-bg: #F0F9FF;
}

/* banneer section style */
.banner-section {
    background-image: url(/sites/zweb/images/analytics/feature/za-predictive-bg.webp);
    padding: 125px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: -72px;

}

.banner-section .content-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-section .left-wrapper {
    width: 40%;
    display: flex;
    justify-content: end;
}

.banner-section .left-wrapper .main-wrapper {
    width: 638px;
}

.banner-section .right-wrapper {
    width: 55%;
}

.banner-section .right-wrapper video {
    border-radius: 10px;
}

.banner-section .left-wrapper h1 {
    font-size: 44px;
    font-family: var(--zf-primary-bold);
    line-height: 1.2;
    margin: 0 0 20px;
    width: 88%;
}

.banner-section .left-wrapper p {
    font-size: 20px;
    font-family: var(--zf-primary-regular);
    margin: 0 0 20px;
    display: block;
    width: 88%;
}

/* banner sign up form styles */
body.umain .cta-btn {
    display: inline-block;
}

.cta-btn {
    display: none;
}

body.umain .dwnload-btn {
    display: none
}

.dwnload-btn {
    background: var(--primary-btn-color);
    color: #fff;
    padding: 13px 30px;
    border-radius: 4px;
    font-size: 17px;
}

.formSec {
    width: 100%;
    overflow: auto;
    max-width: 480px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0
}

.freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.active_freaze {
    display: block
}

.zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1
}

.formInner {
    border-left: 1px solid #ddd;
    padding: 35px 20px;
    background: #fff;
    box-sizing: border-box;
    height: auto;
    text-align: left
}

.formInner h4 {
    margin-bottom: 5px
}

.formInner span {
    margin-bottom: 15px;
    display: inline-block
}

.form-close {
    background: url(/sites/zweb/images/close-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: .6
}

.formSec .signup-box {
    max-width: 100%
}

/* Trusted brands section styles */
.trusted-icon-wrap {
    padding: 20px 10px;
    overflow: hidden;
    height: 140px
}

.trust-icon-wrap {
    overflow: hidden;
    display: flex
}

.trust-icon .ae-icon {
    margin: 0 150px 0 0;
    font-size: 0;
    display: inline-flex;
    text-align: center;
    align-items: center;
    float: none;
    min-height: 100px;
    vertical-align: top
}

.za-customer-section {
    background-color: #f8f9fc;
    display: flex;
    flex-direction: column;
}

.za-promo-section {
    color: var(--primary-font-color);
    padding: 0 40px 50px;
}

.za-promo-section h2{
    text-align: center;
}

/* Number counts section styles */
.za-cust-counts ul {
    display: flex;
    max-width: 850px;
    margin: 30px auto 0;
    text-align: center;
    justify-content: center
}

.za-cust-counts ul>li {
    width: 30%;
    position: relative
}

.za-cust-counts ul>li p {
    margin: 0;
    font-size: 20px
}

.za-cust-counts ul>li>span {
    font-size: 50px;
    line-height: 50px;
    font-family: var(--zf-secondary-medium)
}

.za-cust-counts ul>li>span:after {
    content: '+';
    font-family: var(--zf-primary-extralight)
}

.za-cust-counts ul>li:not(:first-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #601d1c;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    opacity: .2
}

/* Circle Section styles */
.circle-wrapper {
    padding: 120px 0px 0px;
}

.circle-wrapper .cirlce-main,
.za-noproblem-section .content-wrap {
    text-align: center;
    position: relative;
}

.circle-wrapper .cirlce-main img {
    background-color: #C0A8E7;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 30px;
    width: 496px;
}

.circle-wrapper .heading-main h2 {
    font-size: 32px;
    font-family: var(--zf-primary-semibold);
    width: 49%;
    line-height: 1.4;
}

.circle-wrapper .heading-main h2 span,
.note-section .left-wrapper h2 span,
.dashboard-section .content-wrap h2 span,
.za-noproblem-section .content-wrap a {
    background-image: linear-gradient(45deg, var(--primary-color) 0, var(--secondary-color) 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle-wrapper .cirlce-main .circle {
    width: 341px;
    height: 341px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 52px;
    box-sizing: border-box;
    position: absolute;
    transition: transform .5s ease-in-out;
}

.circle-wrapper .cirlce-main .circle p {
    line-height: 1.5;
    font-size: 17px;
    margin: 0;
    font-family: var(--zf-primary-medium);
}

.circle-wrapper .cirlce-main .circle p span {
    color: #D92D20;
    font-size: 19px;
}

.circle-wrapper .cirlce-main .cirlce1 {
    background-color: #FFD7AD;
    left: 9%;
    bottom: 0;
    animation: shakeX 6s linear 3s infinite;
}

@keyframes shakeX {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-12px, 0px);
        transform: translate(-12px, 0px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes shakeY {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


.circle-wrapper .cirlce-main .cirlce2 {
    background-color: #FFEDD9;
    right: 8%;
    top: -11%;
    transition-delay: 0.4s;
    animation: shakeY 6s linear 3s infinite;
}

.circle-wrapper .cirlce-main .cirlce3 {
    background-color: #FFC07D;
    right: 8%;
    top: 38%;
    transition-delay: 0.6s;
    animation: shakeY 6s linear 3s infinite;
    animation-delay: .5s;
}

/* Dashboard section */
.dashboard-section .content-wrap,
.testimonial-section .content-wrap {
    text-align: center;
}

.dashboard-section .content-wrap ul {
    text-align: left;
    margin-left: 20px;
    list-style: none;
}

.dashboard-section .content-wrap ul li::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    border-bottom: 3px solid #8832fd;
    border-right: 3px solid #8832fd;
    transform: rotate(45deg);
    margin-right: 10px;
    display: inline-block;
    top: 7px;
    left: -20px;
}

.dashboard-section .content-wrap h2,
.za-noproblem-section .content-wrap h2,
.testimonial-section .content-wrap h2 {
    font-size: 40px;
    line-height: 1.3;
    margin: 0px 0px 20px;
    font-family: var(--zf-primary-semibold);
    position: relative;
}

.dashboard-section .content-wrap p,
.dashboard-section .content-wrap ul li {
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--zf-primary-regular);
    position: relative;
}


.dashboard-section .content-wrap .descriptions-wrapper,
.dashboard-section .dashboard-wrapper p {
    margin: auto;
}

.dashboard-section .dashboard-wrapper h3 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0px 0px 10px;
    font-family: var(--zf-primary-semibold);
}

.dashboard-section {
    padding: 90px 0px 0px;
}

.dashboard-section .dashboard-wrapper.dashboard1 .content-main,
.dashboard-section .dashboard-wrapper.dashboard5 .content-main {
    padding: 60px 0 171px;
}

.dashboard-section .dashboard-wrapper .content-main {
    padding: 120px 0px 171px;
}

.dashboard-section .heading-wrapper {
    margin: 50px auto 30px;
}

.dashboard-section .dashboard-wrapper .image-main img {
    margin-top: 0px;
    transition: all 1s ease-in-out;
    border-width: 5px 5px 0px 5px;
    border-style: solid;
    border-radius: 10px 10px 0px 0px;
}

.dashboard-section .dashboard-wrapper.dashboard1 .content-main {
    background-color: #FFEBF4;
}

.dashboard-section .dashboard-wrapper.dashboard2 .content-main {
    background-color: #FEF3F2;
}

.dashboard-section .dashboard-wrapper.dashboard3 .content-main {
    background-color: #F9F5FF;
}

.dashboard-section .dashboard-wrapper.dashboard4 .content-main {
    background-color: #FFFAEB;
}

.dashboard-section .dashboard-wrapper.dashboard5 .content-main {
    background-color: #EFF4FF;
}

.dashboard-section .dashboard-wrapper .image-main {
    line-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.dashboard-section .inner-heading-wrapper {
    display: flex;
    gap: 60px;
}

.dashboard-section .inner-heading-wrapper .inner-content {
    text-align: left;
}

.dashboard-section .dashboard-wrapper.dashboard1 .image-main {
    background-image: url('/sites/zweb/images/analytics/feature/za-dashboard1.png');
}

.dashboard-section .dashboard-wrapper.dashboard2 .image-main {
    background-image: url('/sites/zweb/images/analytics/feature/za-dashboard2.png');
}

.dashboard-section .dashboard-wrapper.dashboard3 .image-main {
    background-image: url('/sites/zweb/images/analytics/feature/genai-bg.png');
}

.dashboard-section .dashboard-wrapper.dashboard4 .image-main {
    background-image: url('/sites/zweb/images/analytics/feature/prepare_bg.png');
}

.dashboard-section .dashboard-wrapper.dashboard5 .image-main {
    background-image: url('/sites/zweb/images/analytics/feature/za-dashboard5.png');
}

/* Advanced capabilities */
.icon-border-section .content-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    column-gap: 20px;
    row-gap: 20px
}

.icon-border-section .content-main .card {
    width: calc(48% - 8px);
    transition: transform 1s ease;
    transform: translateY(50px);
    background-color: #444;
    border-radius: 16px;
    padding: 60px 18px 50px;
    text-align: center;
    position: relative;
}

.icon-border-section {
    background-image: url(/sites/zweb/images/analytics/feature/data-visualization-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
    background-color: #262626;
}

.icon-border-section .content-wrap {
    max-width: 1180px
}

.icon-border-section h2 {
    text-align: center;
    font-size: 35px;
    line-height: 50px;
    color: var(--secondary-font-color);
    margin: 0 0 15px
}

.icon-border-section .heading-desc {
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
    font-family: var(--secondary-font-family);
    line-height: 30px;
    color: var(--secondary-font-color);
    text-align: center;
    display: block
}

.icon-border-section .content-main .card h4 {
    font-size: 22px;
    margin: 0 0 15px;
    font-family: var(--zf-primary-bold);
    color: var(--secondary-font-color)
}

.icon-border-section .content-main .card p {
    color: var(--secondary-font-color);
    font-size: 17px;
    line-height: 25px
}

.icon-border-section .content-main .card::before {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/analytics/feature/za-data-preparation-icons.png);
    width: 55px;
    height: 55px;
    top: -33px;
    background-color: #666;
    background-size: cover;
    border-radius: 12px;
    left: 45%;
    display: none;
}

.icon-border-section .content-main .card.card2::before {
    background-position: -58px 0
}

.icon-border-section .content-main .card.card3::before {
    background-position: -118px 0
}

.icon-border-section .content-main {
    margin-top: 100px;
    column-gap: 15px;
    justify-content: center
}

.icon-border-section .content-main .card:nth-child(2) {
    transition-delay: .2s
}

.icon-border-section .content-main .card:nth-child(3) {
    transition-delay: .4s
}


.za-noproblem-section .content-wrap p,
.testimonial-section .content-wrap .quotes-content {
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--zf-primary-regular);
}

.za-noproblem-section .content-wrap a {
    font-size: 20px;
    line-height: 1.3;
    font-family: var(--zf-primary-semibold);
    margin-top: 24px;
    display: inline-block;
}

.za-noproblem-section .content-wrap {
    padding: 90px 0px 15px;
}

.za-noproblem-section .content-wrap a .arrow {
    border: solid #9914FF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
    animation: translate 1s;

}


/* analysts quotes and rating table */

.reported-section {
    padding: 90px 30px;
}

.read-more-link {
    display: block;
    max-width: max-content;
    position: relative;
    color: var(--secondary-font-color);
    font-family: var(--zf-secondary-medium);
    padding-right: 35px;
    text-decoration: underline;
}

.reported-section .report-slider {
    background-color: var(--primary-font-color);
    color: var(--secondary-font-color);
    padding: 40px 50px;
    width: 55%;
    margin: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.report-section .slick-dots {
    text-align: left;
    padding-top: 30px
}

.report-section .slick-dots li {
    background: #e0e0e0
}

.slick-dots li.slick-active:before {
    background: #f70011 !important;
}

@keyframes progresswidth {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.slick-dots li {
    width: 20px;
    border-radius: 5px;
    background: #e0e0e0;
    height: 8px;
    border: 0;
    position: relative
}

.slick-dots li.slick-active {
    width: 35px;
    height: 8px;
    border: 0;
    background: #e0e0e0
}

.report-slider .slick-dots {
    text-align: left;
}

.slick-dots li.slick-active:before {
    animation: progresswidth 6s linear forwards;
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 1;
    height: 8px;
    border-radius: 5px
}

.report-slider .aem-report h5 {
    font-size: 35px;
    font-family: var(--primaryfont-semibold);
    line-height: 45px;
}

.report-slider .aem-report p {
    font-size: 17px;
    line-height: 27px;
    font-family: var(--primaryfont-regular);
}

.reported-section .content-wrap {
    display: flex;
    gap: 20px;
}

.reported-section .content-wrap .trust-section {
    width: 40%;
    height: 690px;
    overflow: auto;
    scrollbar-width: none;
}

.rating-sec {
    width: 100%;
    display: flex;
    align-items: center;
}

.rating-table {
    margin: 0px auto 0;
    border: unset;
    padding: 0px 10px;
}

.rating-sec:nth-child(1),
.rating-sec:nth-child(2),
.rating-sec:nth-child(3),
.rating-sec:nth-child(4),
.rating-sec:nth-child(5),
.rating-sec:nth-child(6),
.rating-sec:nth-child(7),
.rating-sec:nth-child(8),
.rating-sec:nth-child(9) {
    border: unset;
    box-shadow: 1px 1px 11px 0px #174aa81c;
    margin-bottom: 10px;
    border-radius: 9px;
}

.rating-txt span {
    font-size: 24px;
}

.reported-section .content-wrap.animated .anim-star.svg-sprites.four_half1 {
    width: 90%;
}


/* Testimonial section styles */
.testimonial-section .content-wrap .quotes-content {
    width: 70%;
    margin: auto;
    background: #ffffff63;
    backdrop-filter: blur(13px);
    padding: 30px 30px;
    border: 1px solid #ffffff63;
    border-radius: 8px;
}

.testimonial-section .content-wrap img {
    width: 56px;
    border-radius: 50%;
    display: block;
    margin: 40px auto 20px;
}

.testimonial-section {
    padding: 30px 0px 90px;
}


.testimonial-section .content-wrap {
    padding: 50px 0;
    background-color: #7F56D9;
    color: #ffffff;
    border-width: 2px 2px 0px 2px;
    border-style: solid;
    border-radius: 10px;
    border-color: #7f56d9;
    max-width: 1100px;
}

.testimonial-section .content-wrap .customer-name {
    font-size: 18px;
    display: block;
    font-family: var(--zf-primary-semibold);
    margin: 10px 0px;
}

.testimonial-section .content-wrap .customer-designation {
    font-size: 18px;
    display: block;
    font-family: var(--zf-secondary-regular);
}

.pre-banner-section {
    padding: 90px 0;
    text-align: center;
    background: #f8f9fc;
}

.pre-banner-section .content-wrapper h3 {
    font-size: 38px;
    color: var(--primary-font-color);
    font-family: var(--zf-primary-bold);
    margin: 0 0 25px;
    line-height: 1.4;
}


.circle-wrapper .cirlce-main .circle.zwe-om,
.icon-border-section.zwe-om .content-main .card {
    transform: translateY(0);
}


.dashboard-section .dashboard-wrapper.zwe-om .image-main img {
    margin-top: -123px;
}


.faq-section .content-wrap {
    max-width: 940px;
}

.faq-section h2 {
    font-family: var(--primaryfont-bold);
    text-align: center;
}

.i18n-en .faq-section h2 {
    font-size: 32px;
}

.z-accordian {
    text-align: left;
    margin-top: 70px;
}

.z-accordianBox {
    border-bottom: 1px solid #ccc;
}

.z-accordianBox h4 {
    margin: 0;
    padding: 25px 0 25px 0;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.z-accordianBox h4.active {
    color: #000;
}

.z-accordianBox h4:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    margin: auto;
}

.z-accordianBox h4.active:before {
    content: "-";
    right: 32px;
}

.z-accordianBox>ul {
    padding: 0 40px 25px 0;
    display: none;
}

.z-accordianBox>ul>li {
    position: relative;
}

.faq-section {
    padding: 90px 0px 90px;
}

.market-list li {
    list-style: disc;
    margin-top: 10px;
    margin-left: 15px;
}

.z-accordianBox ul li b {
    font-family: var(--zf-primary-semibold);
}

.z-accordianBox .market-list li:last-child {
    margin-bottom: 15px;
}

@media only screen and (max-width :1366px) {}

@media (max-width:1200px) {
    .icon-border-section .content-main .card {
        width: 45%
    }

    .icon-border-section .heading-desc {
        width: 100%
    }

    .icon-border-section .content-main .card::before {
        left: 232px
    }

    .circle-wrapper .cirlce-main img {
        border-radius: 8px;
    }

    .circle-wrapper .cirlce-main .circle {
        position: unset;
        margin: 15px auto 0;
        animation: none;
        width: 100%;
        height: auto;
        padding: 23px;
        border-radius: 8px;
        justify-content: center;
    }

    .circle-wrapper .heading-main {
        margin: 0 auto 50px;
    }
}


@media (max-width: 1080px) {

    .circle-wrapper .cirlce-main .cirlce2 {
        right: 4%;
    }

    .circle-wrapper .cirlce-main .cirlce3 {
        right: 3%;
    }

    .circle-wrapper .cirlce-main img {
        width: 400px;
    }

    .banner-section {
        text-align: center;
    }

    .banner-section .left-wrapper,
    .banner-section .right-wrapper,
    .banner-section .left-wrapper .main-wrapper,
    .circle-wrapper .heading-main h2,
    .banner-section .left-wrapper p {
        width: 100%;
    }

    .banner-section .right-wrapper {
        margin-top: 40px;
    }

    .circle-wrapper {
        text-align: center;
        padding: 60px 0px 0px;
    }

    .banner-section .right-wrapper img {
        border-radius: 20px;
    }

    .banner-section .content-wrap {
        flex-wrap: wrap;
    }

    .za-gartner-wrap img {
        max-width: 140px
    }

    .za-gartner-wrap p {
        font-size: 16px
    }

    .dashboard-section {
        padding: 60px 0 0;
    }

    .dashboard-section .inner-heading-wrapper {
        gap: 16px;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media only screen and (max-width:991px) {
    .icon-border-section {
        background-image: unset
    }

    .icon-border-section {
        background-color: var(--primary-font-color)
    }

    .icon-border-section .content-main .card {
        width: 100%
    }

    .icon-border-section .content-main .card::before {
        left: 47%
    }

    .icon-border-section .content-main .card {
        margin-top: 20px
    }

    .za-cta-box {
        justify-content: center;
        margin: 30px 0 0
    }

    .zag-promo-box>div:nth-child(2) {
        max-width: 340px
    }

    .za-cust-counts ul {
        margin: 40px auto 0
    }

    .reported-section .content-wrap .trust-section,
    .reported-section .report-slider {
        width: 100%
    }

    .reported-section .content-wrap {
        flex-wrap: wrap
    }

    .reported-section .content-wrap .trust-section {
        height: auto
    }
}

@media (max-width:768px) {
    .read-more-link {
        margin-left: 0
    }
}



@media only screen and (max-width:565px) {

    .icon-border-section .content-main .card,
    .testimonial-section .content-wrap .quotes-content,
    .dashboard-section .content-wrap .descriptions-wrapper,
    .dashboard-section .dashboard-wrapper p {
        width: 100%
    }

    .icon-border-section h2 {
        font-size: 25px;
        line-height: 33px
    }

    .icon-border-section .content-main {
        margin-top: 40px
    }

    .icon-border-section .content-main {
        margin-top: 65px
    }

    .icon-border-section .heading-desc {
        font-size: 17px;
        line-height: 26px
    }

    .icon-border-section .content-main .card::before {
        left: 43%
    }

    .banner-section .left-wrapper h1 {
        font-size: 36px;
        width: 100%;
    }

    .banner-section .left-wrapper span {
        font-size: 19px;
    }

    .circle-wrapper .heading-main h2,
    .note-section .left-wrapper h2,
    .dashboard-section .content-wrap h2,
    .za-noproblem-section .content-wrap h2,
    .testimonial-section .content-wrap h2,
    .pre-banner-section .content-wrapper h3 {
        font-size: 25px;
        line-height: 1.2;
    }

    .circle-wrapper .cirlce-main {
        margin-top: 40px;
    }

    .circle-wrapper {
        padding: 60px 0 0px;
    }

    .note-section .left-wrapper ul li {
        font-size: 18px;
    }

    .dashboard-section .dashboard-wrapper .content-main {
        padding: 65px 0 151px;
    }

    .dashboard-section .dashboard-wrapper h3 {
        font-size: 23px;
    }

    .dashboard-section .content-wrap p,
    .dashboard-section .content-wrap ul li {
        font-size: 17px;
    }

    .icon-border-section {
        padding: 50px 0;
    }

    .za-noproblem-section .content-wrap p,
    .testimonial-section .content-wrap .quotes-content {
        font-size: 18px;
        line-height: 1.4;
    }

    .za-noproblem-section .content-wrap {
        padding: 50px 0 15px;
    }

    .note-section .content-wrap,
    .testimonial-section .content-wrap {
        padding: 40px 24px;
    }


    .report-slider .aem-report h5 {
        font-size: 25px;
        line-height: 33px;
        width: 100%
    }

    .sections {
        margin: 0 0 30px
    }

    .reported-section .report-slider {
        padding: 30px 20px
    }

    .reported-section {
        padding: 60px 10px;
    }

}

@media only screen and (max-width :480px) {
    .za-cta-box {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start
    }

    .za-gartner-wrap img {
        max-width: 120px
    }

    .za-gartner-wrap>div:nth-child(2) {
        max-width: 200px
    }

    .za-cust-counts ul>li>span {
        font-size: 30px;
        line-height: 30px
    }

    .za-cust-counts ul>li p {
        font-size: 14px
    }

    .za-gartner-wrap {
        max-width: 330px;
        border-radius: 30px
    }

    .zrmore-cta {
        padding: 0 15px 0 0;
        font-size: 15px;
        line-height: 26px
    }
}