/*Arabic starts*/
.i18n-ar .banner-content {
    float: right;
}
.i18n-ar .features-banner-content .banner-section h1, .i18n-ar .features-banner-content .banner-section p {
    text-align: right;
}
.i18n-ar #block-system-main .content-wrap.animated .apps-download-links-wrap.web {
    text-align: right;
}
.i18n-ar .bottom-cta-wrap .content-wrap.animated h2, .i18n-ar #block-system-main .bottom-cta-wrap .content-wrap.animated {
    text-align: center;
}
/*Arabic ends*/
.og-context-node-17126.node-type-features .main-container-wrapper:before
{
display: none;
}

/* top banner section */
.banner-section
{
text-align: left;
}
.banner-section:after {
    content: '';
    display: table;
    clear: both;
}
.banner-content
{
  width: 45%;
float: left;
}
.banner-img {
    float: left;
    width: 55%;
    padding-left: 60px;
    box-sizing: border-box;
}

.features-item .content-wrap {
    margin: 0 auto;
    max-width: 980px;
overflow: unset;
}
.features-item.left-image .content-wrap>div, .features-item.right-image .content-wrap>div {
    width: 60px;
    overflow: unset;
}
.features-item.right-image .content-wrap>div.cont-part {
    padding-right: 120px;
}
.features-item.left-image .content-wrap>div.cont-part {
    padding-left: 120px;
}
.image-part>div {
    padding: 20px 0;
}
.image-part img {
    max-width: 300px;
}
.image-part>div video {
    max-width: 300px;
}
.your-desk p {
    width: 700px;
    margin: 0 auto;
}

.cont-part.desk-two-col>div {
    display: table-cell;
    text-align: left;
    box-sizing: border-box;
    padding-right: 40px;
    width: 50%;
}

.cont-part.desk-two-col>div p {
    max-width: 100%;
}

.features-item.middle-image .cont-part p,
.features-item.bottom-image .cont-part p {
    max-width: 100%;
}

.cont-part.desk-two-col>div:last-child {
    padding-right: 0;
}

.your-desk {
    background-image: url('https://www.zoho.com/desk/images/your-desk-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    z-index: 0;
}

.your-desk::after {
    background: rgba(26, 39, 51, 0.8) none repeat scroll 0 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.zp-mobile-apps-wrap.banner .apps-download-links-wrap,
.zp-mobile-apps-wrap.banner .apps-download-links-wrap {
    margin-bottom: 0;
    margin-top: 12px;
}


/* Features Content */

.features-banner-content {
    max-width: 100%;
    margin: 120px auto 60px;
}
#features-5 
{
background-color: #f9fafa;
}
#features-5 .cont-part {
    margin: 0 auto;
}

@media only screen and (max-width: 991px)
{

.features-banner-content {
    max-width: 100%;
    margin: 0 auto;
}
.features-banner-content p
{
    margin: 30px auto;
}

.features-item.left-image .content-wrap>div, .features-item.right-image .content-wrap>div {
    width: auto;
}
.banner-section {
    text-align: center;
}
.banner-content {
    width: 100%;
    float: none;
}
.banner-img {
    float: none;
    width: 100%;
    padding-left: 0;
    max-width: 450px;
    margin: 80px auto 0;
}
.features-item.right-image .content-wrap>div.cont-part {
    padding-right: 0;
}
.features-item.left-image .content-wrap>div.cont-part {
    padding-left: 0;
}
#features-5 {
    padding: 0 0 60px;
}
}
@media only screen and (max-width:767px) {
    .cont-part.desk-two-col>div {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .image-part img {
        max-width: 100%;
    }
}