.features-item.left-image .cont-part{margin-left:0; width:100%}
.features-item .cont-part ul li{text-align:left;}
.html-part.content-wrap:nth-child(2) { padding: 0;}

.feature-more-wrap > div{margin:40px 0}
.feature-more-wrap > div:last-child .more-detail{display:inline-block; float:left}
.feature-more-wrap .more-detail h4:before{content:''; display: block; height: 60px; margin: 0 0 10px; width: 60px; opacity: 0.5; }
.i18n-ar .feature-more-wrap > div:last-child .more-detail {
  display: inline-block;
  float: right;
}
.i18n-ar .features-item .cont-part ul li {
  text-align: right;
  background-position: right;
}


@media only screen and (max-width :767px){
.features-item .content-wrap > div.cont-part{max-width:100%;}
.features-item .content-wrap{max-width:100%;}
}

.features-banner-wrap {
    margin: 0;
    clear: both;
    padding: 30px 0 60px;
    background: #fceed3 !important;
    position: relative;
    margin: 0 0 50px;
}
.zw-product-header{
background: #fceed3;
}
.cta-btn {
    margin: 20px 0 0;
}

.feature-more-wrap .more-detail {
    border: none;
}

.feature-more-wrap>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

.feature-more-wrap .more-detail {
    width: 31%;
    padding: 0;
}

.features-item .cont-part h2,
.features-item .cont-part h2 a,
.features-item .content-wrap h2,
.features-item .content-wrap h2 a {
    color: #000;
    max-width: 620px;
    margin: 0 auto 20px;
}

.features-item.bottom-image .cont-part p,
.features-item.middle-image .cont-part p {
    margin: 0 auto;
    max-width: 720px;
}

@media only screen and (max-width: 767px) {
    .features-banner-wrap {
        position: relative;
        margin: 0;
        padding: 10px 0 50px;
    }
    .feature-more-wrap>div {
        margin: 0;
    }
    .feature-more-wrap .more-detail,
    .feature-more-wrap.four-box .more-detail {
        display: block;
        width: 100%;
        margin: 0 0;
        padding: 20px 0;
        border-right: none;
        border-bottom: none;
    }
}

/* Arabic Starts */
.i18n-ar .bottom-cta-wrap, .i18n-ar .bottom-cta-wrap .content-wrap, .i18n-ar .bottom-cta-wrap .content-wrap, .i18n-ar .bottom-cta-wrap .content-wrap h2 {text-align: center;}
body.i18n-ar #features-1 .feature-more-wrap .more-detail h3, body.i18n-ar #features-1 .feature-more-wrap .more-detail p{    text-align: right;}

.i18n-ar .feature-more-wrap .more-detail h3{    text-align: center;}
@media only screen and (max-width: 1200px) {
        body.i18n-ar {
               direction: ltr;
       }
}

/* Arabic Ends