/* CTA button text color start */

.content-wrap .cont-part .act-btn.cta-btn {
    text-decoration: none;
}

/* CTA button text color end */


/* Arabic Style */
.i18n-ar .features-item.bottom-image .cont-part h2, .i18n-ar .features-item.bottom-image .cont-part p, .i18n-ar .bottom-cta-wrap .content-wrap,  .i18n-ar .bottom-cta-wrap .content-wrap h2{
    text-align: center;
}
.i18n-ar .features-item.left-image .content-wrap>div.cont-part{
    padding: 0 60px 0 0;
}
.i18n-ar .features-item.right-image .content-wrap>div.cont-part{
    padding: 0 0 0 60px;
}
.i18n-ar .features-item .cont-part ul li{
    background-image: none;
    position: relative;
}
.i18n-ar .features-item .cont-part ul li:after {
    background: url(https://www.zoho.com/images/related-links-arrow.png) 0 8px no-repeat;
    content: '';
    right: 0;
    position: absolute;
    width: 5px;
    height: 20px;
    transform: rotate(180deg);
    top: 3px;
}
@media only screen and (max-width: 992px){
    .i18n-ar .features-item .cont-part h2{
        text-align: center;
    }
    .i18n-ar .features-item.left-image .content-wrap>div.cont-part, .i18n-ar .features-item.right-image .content-wrap>div.cont-part{
        padding:0;
    }
}
/* Arabic Style */
#features-1 .content-wrap .image-part {
    max-width: 900px;
}
#features-3 .content-wrap .cont-part {
    max-width: 850px;
}
#features-3 .content-wrap .image-part {
    max-width: 900px;
}
#features-6 .content-wrap .cont-part {
    max-width: 700px;
}
#features-6 .content-wrap .image-part {
    max-width: 900px;
}
@media only screen and (max-width: 991px){
    .features-item .content-wrap .image-part {
        max-width: 700px;
    }
    #features-1 .content-wrap .image-part, #features-3 .content-wrap .image-part, #features-6 .content-wrap .image-part{
        max-width: 700px;
    }
    #features-2 .content-wrap .cont-part ul{
        max-width: 650px;
        text-align: left;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px){
    .features-item.bottom-image .content-wrap>div.cont-part {
            text-align: left;
    }
    #features-1 .content-wrap .cont-part h2 {
        margin-top: 40px;
    }
}