.help-promo-panel,.footer-sec-wrap.two-column {
    display: none;
}

.helpful-wrap {
    margin-top: 0px;
}

.feedback {
    padding-top: 0px;
}

.helpful-wrap > div.feedback h3 span {
    display: none;
}


/**** For other languages ****/

.other-lang .footer-sec-wrap.two-column .content-wrap > div.promo-section-wrap .customer-stories {
    display: none;
}

.other-lang .footer-sec-wrap.two-column .promo-section-wrap {
    width: 20%;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .footer-sec-wrap .product-links > div {
        display: table-cell;
    }
}

@media only screen and (max-width: 991px) {
    .other-lang .footer-sec-wrap.two-column .content-wrap > div.promo-section-wrap {
        display: none;
    }
}

.common-links.remove-before:before {
    display: none
}


/**** For other languages ****/


/*****************Start Header****************************/

.header {
    overflow: visible;
    position: relative;
    z-index: 100;
}


/*****************End Header****************************/


/***************Product Header Menu*****************/

.features-item .cont-part h2 {
    font-size: 32px;
}

.features-banner-content a.f-banner-cta {
    margin: 25px 0 0;
}

@media screen and (max-width:992px) {
    .features-banner-content {
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .features-item .cont-part h2 {
        font-size: 21px;
    }
}

#faq > h4 {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 25px;
    cursor: pointer;
}

#faq > h4:before {
    content: '+';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 24px;
}

#faq > h4.active:before {
    content: '-';
    position: absolute;
    left: 3px;
    top: -6px;
    font-size: 24px;
}

#faq .dropBox {
    padding-left: 25px;
}


/*--Top banner strip--*/

/*.zdocs-zteamdrive {
    display: block;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}*/

.zdocs-zteamdrive {
    display: flex;
    background: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 9;
    justify-content: center;
    width: 100%;
}

.zdocs-zteamdrive * {
    box-sizing: border-box;
}

.zdocs-link,
.zteamdrive-link {
    background-image: url("/sites/default/files/styles/product-home-page/public/Docs-48.png");
    background-position: 6px 16px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    color: #000;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    font-size: 17px;
    padding: 17px 20px 17px 55px;
    position: relative;
    text-align: left;
    line-height: 1;
}

.zteamdrive-link:after {
    background: #d6d6d6 none repeat scroll 0 0;
    content: "";
    height: 35px;
    margin-top: -17px;
    position: absolute;
    left: -3px;
    top: 50%;
    width: 1px;
}

.zdocs-link:before {
    background: #fff none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    transform: rotate(45deg);
    width: 16px;
}

.zteamdrive-link {
    background-image: url("/sites/default/files/styles/product-home-page/public/workdrive-icon.png");
    background-position: 12px 17px;
    background-repeat: no-repeat;
    background-size: 33px auto;
    padding-right: 0;
}

.zdocs-zteamdrive sup {
    font-size: 8px;
    padding: 1px 3px;
    background: #fef07d;
    color: #c46b0c;
    vertical-align: super;
    position: relative;
    top: -3px;
}

.zdocs-link span,
.zteamdrive-link span {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    color: #333;
}

#header * {
    box-sizing: content-box;
}

@media only screen and (max-width:767px) {
    .zdocs-zteamdrive {
        margin-top: 0;
        position: relative;
        z-index: 10;
    }

    .zdocs-zteamdrive span {
        display: none;
    }

    .zdocs-link {
        background-position: 6px 5px;
    }

    .zteamdrive-link {
        position: relative;
        background-position: 12px 9px;
    }

    .zdocs-zteamdrive sup {
        position: absolute;
        top: 5px;
        right: 0;
    }
}

@media only screen and (max-width:480px) {
    .zdocs-link {
        width: 55px;
    }

    .zteamdrive-link {
        width: 100px;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 767px) {
    .node-type-zp-home .mobile-menu {
        top: 34px !important;
    }
}

@media screen and (max-width: 1140px) {
    .node-type-zp-home #header .mobile-menu-wrap * {
        box-sizing: border-box;
    }
}

.lang-ar .zdocs-zteamdrive {
    text-align: center;
}

/*.lang-ar .zdocs-link {
    padding: 17px 55px 17px 20px;
    background-position: 122px 16px;
}*/
.lang-ar .zdocs-link {
    padding: 17px 55px 17px 20px;
    background-position: 98% center;
}

/*.lang-ar .zteamdrive-link {
    padding: 17px 55px 17px 0px;
    background-position: 152px 17px;
}*/

.lang-ar .zteamdrive-link {
    padding: 17px 55px 17px 0;
    background-position: 95% center;
}

.lang-ar .zteamdrive-link:after {
    left: unset;
    right: -3px;
}

@media only screen and (max-width: 767px) {
    .lang-ar .zdocs-link {
        background-position: 65px 5px;
    }

    .lang-ar .zteamdrive-link {
        background-position: 90px 9px;
    }

    .lang-ar .zdocs-zteamdrive sup {
        right: unset;
        left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .lang-ar .zdocs-link {
        width: 40px;
    }

    .lang-ar .zteamdrive-link {
        width: 85px;
    }
}

/***************** docs to workdrive redirect ****************************/
.zgh-signup,
.z-mobile-menu-v2 .z-bottom-cta-menu a,
.non-umain .act-btn.cta-btn,
.non-umain .signup,
.features-qlinks {
    display: none !important;
}
.z-mobile-menu-v2 .zmobile-menu-new ul li{
display: none;
}
.z-mobile-menu-v2 .zmobile-menu-new ul li:nth-child(4){
    display: block;
}
.product-nav-links ul.menu.nav li{
        display: none;
}
.product-nav-links ul.menu.nav li:nth-child(5) {
    display: block;
}
.z-bottom-cta-menu {
    box-shadow: none;
    background-color: transparent;
}
.zcommon-link-container{
    padding-top: 65px;
}
.menu-icon-help-header a,
.zdocs-zteamdrive .zdocs-link{
    pointer-events: none !important;
}
/***************** docs to workdrive redirect ****************************/
/***************** Promotion Banner ****************************/
.zpromotion {
    position: relative;
    top: 0px;
    background: #257cbc;
    z-index: 99;
    width: 100%;
    vertical-align: middle;
    padding: 10px 0;
    overflow: hidden;
    box-sizing: border-box !important;
    display: none;
}
.zpromotion.zdocstoworkdrive,
.other-lang .zpromotion.zdocstoworkdrive{
    display: block;
}

.zpromotion-wrap {
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
}
.i18n-ar .zpromotion-wrap {
    text-align: center;
}
.zpromotion a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}
.zpromotion-wrap .head-desc {
    color: #fff;
    font-family: var(--zf-primary-bold);
    padding-left: 35px;
    margin-right: 20px;
}
.zpromotion-wrap .head-desc:before {
    background: url(/sites/default/files/workdrive/workdrive-promotional-flag-icon.png) no-repeat;
    background-size: 30px;
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.head-desc a {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}
.zpromotion-wrap p {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);    
    text-align: center;
}
.zpromotion-wrap p span{
    text-align: center;
}
.zpremoclose {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    bottom: 0;
    margin: auto;
    line-height: 1.8;
    height: 20px;
    opacity: .8;
    font-family: var(--zf-primary-semibold)
}
.zpremoclose {
    right: 14px;
    top: 0px;
    width: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    z-index: 999;
    text-indent: -99999px;
}
.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #000;
    top: 5px;
}
.zpremoclose:after {
    transform: rotate(-45deg);
}
.zpremoclose:before {
    transform: rotate(45deg);
}
.zpromotion .zone-newtag{
    padding: 1px 5px;
    background: #fef07d none repeat scroll 0 0;
    color: #c46b0c;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
}
.i18n-ar .zpromotion .zone-newtag{
	margin-left: 6px;
	margin-right: 0px;
}
.i18n-ar .zpromotion-wrap,
.i18n-ar .zpromotion-wrap a{
   text-align:center
}
@media all and (max-width:1024px) {
    .zpromotion {
        text-align: center;
        padding: 5px 0px;
        top: 0px;
    }
    .zpromotion-wrap .head-desc {
        margin: auto;
        line-height: 1.3;
        font-size: 10px;
        text-align: left;
        padding: 0;
        background: none;
    }
    .zpromotion-wrap .head-desc:before {
        display: none
    }
    .head-desc a {
        font-size: 9px;
    }
}
@media all and (max-width:767px) {
    .zpromotion {
        top: 0px;
        padding: 7px
    }
    .zpromotion-wrap {
        width: 100%;
        padding-right: 33px;
    }
    .zpromotion.zdocstoworkdrive .zpromotion-wrap {
        padding-right: 0px;
    }
    .zpromotion p{
        line-height: 1.8;
    }
    .zpremoclose {
        font-size: 11px;
    }
}
/***************** Promotion Banner ****************************/

/***************** Home Page Hide all link except download cta & play / apps store links ****************************/
.node-type-zp-home #block-system-main div > a:not(.docslogin, .act-btn, .cta-btn, .app-store, .g-play),
.node-type-zp-home #block-system-main p > a:not(.docslogin, .act-btn, .cta-btn, .app-store, .g-play){
    display: none;
}
.node-type-zp-home #block-system-main a:not(.docslogin, .act-btn, .cta-btn, .app-store, .g-play){
    pointer-events: none;
}
.business-email p,
.personal-email p {font-size: 14px;margin-top: 10px;}
.docssigning {margin-top: 10px;font-size: 14px;position: relative;z-index: 1;}
/***************** Home Page Hide all link except download cta & play / apps store links ****************************/