.wrapper h1 {
    font-size: 60px;
}


.features-qlinks {
    text-align: left;
    width: 100%;
    display: block;

}

.features-qlinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-qlinks ul li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin: 0 20px 0 0;
}

.features-qlinks ul li a,
.features-qlinks ul li {
    color: #000;
}

.features-qlinks ul li a:after {
    content: '>';
    position: absolute;
    right: -15px;
}



* {
    box-sizing: border-box;
}

.wrapper h2 {
    font-size: 44px;
    font-family: var(--zf-primary-bold);
}

.wrapper h3 {
    font-size: 27px;
}

.crm-software h1,
.crm-software h2,
.crm-software h3 {
    font-family: var(--zf-secondary-bold);
    font-weight: 700;
}


/* h1 span, */

.wrapper h4 {
    font-size: 19px;
}

p {
    line-height: 1.8;
}


/* Over Write */

.main-container-wrapper:before {
    content: none;
}

.content-wrap {
    max-width: 1120px;
    width: 100%;
    padding: 0;
}

.badge {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 7px;
    color: #fff;
}

.bottom-cta-wrap:before,
.bottom-cta-wrap .content-wrap:after {
    content: none;
}


/* Banner Section */

.banner-section {
    padding: 0 0 60px;
}

.banner-section h1 {
    max-width: 650px;
    margin: 0 auto 30px;
    /* text-align: center; */
}

.banner-section h1 span {
    display: block;
    /* font-size: 53px; */
}

.banner-section p {
    font-size: 19px;
    line-height: 1.8;
    padding: 0;
    /* text-align: center; */
}

.banner-section p span {
    display: block;
    margin: 30px 0 5px;
}

.act-btn {
    font-size: 19px;
    padding: 8px 30px;
    margin: 30px 0 0;
    border: 1px solid #f0483e;
}

.request-btn {
    background: #f5f5f5;
    border: 1px solid #d3dadc
}

.banner-image {
    text-align: center;
    margin: 0 auto 0;
    max-width: 1200px;
}

.banner-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.banner-left {
    max-width: 575px;
    margin: 80px 0 0;
}

.banner-right {
    max-width: calc(100% - 600px);
    width: 100%;
    margin: 240px 0 0;
    text-align: center;
    position: relative;
    /* display: flex; */
}

.banner-right img {
    max-width: 340px;
}


/* Why lean */

.why-crm {
    position: relative;
    z-index: 1;
    overflow: visible;
    margin: -140px 0 0;
}

.why-crm:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #d2eeff;
}

.why-crm:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -4;
    background-size: 250px;
    background: #d2eeff;
}

.why-crm-content {
    max-width: 940px;
    background: #d2eeff;
    color: #000;
    padding: 140px 0 140px;
    box-sizing: border-box;
    margin: 0 auto;
}

.why-crm-content h2 span {
    display: block;
}

.why-crm-content p {
    max-width: 470px;
}

.why-crm-content p:nth-of-type(2) {
    font-style: italic;
    font-family: var(--zf-primary-semibold);
}

.why-list ul {
    display: flex;
    margin: 50px 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* .why-list ul:nth-child(2) {
    margin-left: 100px;
} */

.why-list ul li {
    padding: 10px 0 10px 40px;
    position: relative;
    max-width: 360px;
    width: 100%;
    /* font-family: var(--zf-primary-bold); */
}

.why-list ul li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 14px;
    background: url(/sites/zweb/images/workdrive/creator-green-tick.png) no-repeat 0 0;
    background-size: 100%;
}


/* For Section */

.for-section-wrap {
    max-width: 750px;
    width: 90%;
    margin: -100px auto 50px;
    background: #fcf3e4;
    text-align: center;
    padding: 50px;
    position: relative;
    box-sizing: border-box;
}

.for-section-wrap p {
    max-width: 500px;
    margin: 0 auto;
}

.for-section-sub {
    max-width: 1100px;
    margin: 150px auto 0;
    display: flex;
    justify-content: space-between
}

.for-section-sub>div {
    max-width: 47%;
    width: 90%;
    background: #c9ecff;
    text-align: center;
    padding: 40px;
    position: relative;
    box-sizing: border-box
}

.for-section-sub>div:nth-child(1) {
    background: #dcf2fe;
}

.for-section-sub>div:nth-child(2) {
    background: #f9e5df;
}

.for-section-sub p {
    margin: 0;
}

.for-section-sub p a {
    display: block;
    margin: 10px 0 0;
}


/* Feature section */

.feature-section-wrap {
    display: block;
    margin: 50px 0;
    overflow: hidden;
    position: relative;
}

.feature-heading-wrap {
    max-width: 650px;
    margin: 80px auto;
    text-align: center;
}

.feature-heading-wrap h2 {
    margin: 0 0 20px;
}

.feature-heading-wrap p {
    font-size: 19px;
    display: block;
    line-height: 1.6;
}

.feature-images-wrap img {
    display: none;
    transform: translateY(50px);
    transition: 0.5s all;
    margin: 0 auto;
}

.feature-images-wrap img.active {
    display: block;
    animation: slide-down .5s ease-out;
    transform: translateY(0);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.feature-images-wrap img.active {
    display: block;
}

.feature-content {
    height: 250px;
    position: relative;
}

.feature-content p {
    display: none;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    position: absolute;
    padding-top: 50px;
    width: 100%;
}

.feature-content p:before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    font-size: 52px;
    letter-spacing: -3px;
    color: #fcf3e4;
}

.feature-content p span {
    display: none;
}

.feature-content-list li {
    background: #f8f8f8;
    position: relative;
    padding: 15px 25px;
    border-left: 4px solid #eaeaea;
    cursor: pointer;
    margin: 0 0 15px;
}

.feature-content-list li.active {
    background: #ffdbce;
    border-left: 4px solid #fe9e88;
}

.list-right.feature-section-wrap .content-wrap,
.list-left.feature-section-wrap .content-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
}

.list-right .feature-images-wrap,
.list-left .feature-images-wrap {
    width: 650px;
}

.list-right .feature-content-wrap,
.list-left .feature-content-wrap {
    width: calc(100% - 650px);
    padding: 0 50px;
    box-sizing: border-box;
}

.list-left .feature-images-wrap {
    order: 1
}

.slide-sec-1 .feature-images-wrap img:nth-child(4),
.slide-sec-2 .feature-images-wrap img:nth-child(1),
.slide-sec-2 .feature-images-wrap img:nth-child(3),
.slide-sec-3 .feature-images-wrap img:nth-child(2),
.slide-sec-3 .feature-images-wrap img:nth-child(3),
.slide-sec-3 .feature-images-wrap img:nth-child(4),
.slide-sec-5 .feature-images-wrap img:nth-child(3) {
    border: 1px solid #dedede;
}


/* Footer */

.bottom-cta-wrap {
    position: relative;
    margin: 120px 0;
}

.bottom-cta-wrap:before {
    content: '';
    width: 90%;
    position: absolute;
    background: #d2eeff;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.bottom-cta-wrap .content-wrap {
    padding: 120px 0;
}

.bottom-cta-wrap p span {
    color: #ff774c;
}



@media only screen and (max-width: 1440px) {
    .wrapper h1 {
        font-size: 48px;
    }

    .wrapper h2 {
        font-size: 38px;
    }

    p {
        font-size: 17px;
    }

    .banner-section p {
        font-size: 17px;
    }

    .act-btn {
        font-size: 17px;
    }

    .banner-right {
        margin: 200px 0 0;
    }

    .banner-section h1 {
        max-width: 620px;
        margin: 0 0 20px;
    }

    .why-crm-content {
        max-width: 860px;
        padding: 120px 0;
    }

    .banner-right img {
        max-width: 320px;
    }

    .feature-heading-wrap p {
        font-size: 17px;
    }

    .bottom-cta-wrap .content-wrap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 1366px) {
    .wrapper h1 {
        font-size: 38px;
    }

    .wrapper h2 {
        font-size: 30px;
    }

    p,
    .banner-section p,
    .act-btn,
    .feature-heading-wrap p {
        font-size: 15px;
    }

    .banner-section h1 {
        max-width: 450px;
        margin: 0 0 20px;
    }

    .banner-left {
        max-width: 510px;
    }

    .banner-wrap .content-wrap {
        max-width: 1040px;
    }

    .feature-section-wrap {
        margin: 0;
    }

    .feature-heading-wrap {
        max-width: 520px;
    }
}

@media only screen and (max-width: 1220px) {
    .i18n-ar .feature-content p span {
        text-align: center;
    }

    .content-wrap {
        width: 90%;
    }

    .for-section-wrap {
        padding: 40px;
        margin: -50px auto 50px;
    }

    .feature-section-wrap {
        margin: 50px auto;
        width: 90%;
    }

    .feature-heading-wrap {
        margin: 50px auto 0;
    }

    .feature-content p:before {
        content: none;
    }

    .list-right .feature-content-wrap,
    .list-left .feature-content-wrap,
    .list-bottom .feature-content {
        width: 100%;
        padding: 0;
    }

    .feature-content {
        height: auto;
    }

    .feature-content p {
        position: static;
        display: block;
        position: relative;
        font-family: var(--zf-primary-regular);
        text-align: center;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 0;
    }

    .feature-content p span {
        display: block;
        font-size: 23px;
        font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
        margin-bottom: 15px;
    }

    .feature-content p span:nth-child(2) {
        margin: 30px 0 25px;
    }

    .feature-content-list,
    .feature-images-wrap {
        display: none;
    }

    .for-section-sub {
        width: 90%;
        margin: 60px auto 40px;
    }

    .why-crm .content-wrap {
        width: 100%;
    }

    .why-crm-content {
        max-width: 100%;
        width: 100%;
        padding: 80px 50px;
    }

    .why-crm-content:after {
        content: none;
    }

    .slide-sec-1 .feature-content p:nth-child(4) span:nth-child(2),
    .slide-sec-2 .feature-content p:nth-child(1) span:nth-child(2),
    .slide-sec-2 .feature-content p:nth-child(3) span:nth-child(2),
    .slide-sec-3 .feature-content p:nth-child(2) span:nth-child(2),
    .slide-sec-3 .feature-content p:nth-child(3) span:nth-child(2),
    .slide-sec-3 .feature-content p:nth-child(4) span:nth-child(2),
    .slide-sec-5 .feature-content p:nth-child(3) span:nth-child(2) {
        border: 1px solid #dedede;
    }
}

@media screen and (min-width: 992px) {
    .banner-left {
        margin: 60px 0 0;
    }

    .features-qlinks {
        margin: 30px 0 0;
    }
}

@media only screen and (max-width: 991px) {

    .i18n-ar .banner-section h1,
    .i18n-ar .banner-section p,
    .i18n-ar .banner-right,
    .i18n-ar .bottom-cta-wrap,
    .i18n-ar .bottom-cta-wrap .content-wrap,
    .i18n-ar .bottom-cta-wrap h2,
    .i18n-ar .bottom-cta-wrap p {
        text-align: center;
    }

    .other-lang .wrapper h1 {
        word-break: break-word;
    }

    .wrapper h1 {
        font-size: 42px;
    }

    .banner-section h1 {
        margin: 0 auto 20px;
    }

    .wrapper h2 {
        font-size: 32px;
    }

    .act-btn {
        font-size: 17px;
        padding: 8px 20px;
        margin: 15px 0 0;
    }

    .banner-section p {
        font-size: 17px;
    }

    .banner-section p span {
        margin: 30px 0 0;
    }

    .banner-wrap .content-wrap {
        flex-wrap: wrap;
    }

    .banner-left {
        max-width: 780px;
        width: 100%;
        text-align: center;
        margin: 0 auto 30px;
    }

    .banner-right {
        /* display: none; */
        max-width: 460px;
        margin: 0 auto 40px;
    }

    .banner-right img {
        width: 100%;
    }

    .features-qlinks {
        display: none;
    }
}




@media only screen and (max-width: 767px) {
    .wrapper h1 {
        font-size: 38px;
    }

    .wrapper h2 {
        font-size: 28px;
    }

    .banner-image {
        margin: 40px 0 0;
    }

    .banner-left {
        max-width: 550px;

        width: 95%;
    }

    .for-section-wrap {
        padding: 25px;
        margin: -30px auto 0px;
    }

    .bottom-cta-wrap {
        margin: 60px 0;
    }

    .bottom-cta-wrap .content-wrap {
        padding: 50px 20px 40px;
    }

    .for-section-sub {
        width: 90%;
        margin: 60px auto 40px;
        display: block;
    }

    .for-section-sub>div {
        max-width: 100%;
        width: 100%;
        margin: 0 0 30px;
    }

    .why-crm-content {
        padding: 180px 8% 60px;
    }

    .banner-section {
        padding: 30px 0;
    }

    .banner-right img {
        max-width: 220px;
    }

    .banner-right {
        text-align: right;
    }
}

@media screen and (max-width: 420px) {
    .why-crm-content {
        padding: 120px 8% 80px;
    }

}



.i18n-ar .feature-section-wrap,
.i18n-ar .feature-section-wrap .feature-heading-wrap,
.i18n-ar .feature-section-wrap .feature-heading-wrap h2,
.i18n-ar .feature-section-wrap .feature-heading-wrap p,
.i18n-ar .bottom-cta-wrap,
.i18n-ar .bottom-cta-wrap div,
.i18n-ar .bottom-cta-wrap h2,
.bottom-cta-wrap p {
    text-align: center;
}

.i18n-ar .why-list ul li {
    padding: 10px 40px 10px 0px;
}

.i18n-ar .why-list ul li:before {
    right: 0;
}