.zw-template-zp_feature_detail_pages {
    position: relative
}

.zw-template-zp_feature_detail_pages:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 475px;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #81dbff 0%, #fff 100%);
}

/* ------FAQ---- */

.faq-section {
    padding: 80px 0 30px;
}

.faq-section h2 {
    text-align: center;
}

.faq-section ul {
    max-width: 900px;
    margin: 70px auto 0;
    counter-reset: number;
}

.faq-section li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer;
}

.faq-section li:last-child {
    border-bottom: 1px solid #ccc;
}

.faq-section h3 {
    position: relative;
    color: #000;
    margin: 0;
    padding-right: 30px;
    font-size: 23px;
}

.faq-section h3.active {
    color: #1975d2;
}

.faq-section h3:before {
    counter-increment: number;
    content: counter(number) ". ";
}

.faq-section h3:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 28px;
}

.faq-section h3.active:after {
    content: '-';
}

.faq-section .faq-desc {
    margin: 0;
    font-size: 16px;
    padding: 10px 30px 0 0;
    display: none;
}

.faq-section .faq-desc.active {
    display: block;
}

.faq-section .faq-desc p {
    margin: 0;
}

.faq-section .faq-desc p+p {
    margin-top: 10px;
}

@media only screen and (max-width:991px) {
    .faq-section {
        padding: 80px 0 20px;
    }
    .faq-section h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width:767px) {
    .faq-section {
        padding: 70px 0 0;
    }
    .faq-section ul {
        margin: 60px auto 0;
    }
    .faq-section li {
        padding: 20px 10px;
    }
    .faq-section h3 {
        font-size: 16px;
        padding-right: 20px;
    }
    .faq-section h3:after {
        font-size: 18px;
        line-height: 21px;
    }
    .faq-section .faq-desc {
        font-size: 15px;
    }
}
/*Arabic starts*/
.i18n-ar .bottom-cta-wrap h2, .i18n-ar .bottom-cta-wrap .content-wrap {
    text-align: center;
}

    .i18n-ar .faq-section h3{padding-right: 0;padding-left: 30px;}
    .i18n-ar .faq-section h3:after{right: auto;left: 0;}
    .i18n-ar .faq-section .faq-desc{padding: 10px 0 0 30px;}
/*Arabic ends*/