/**** For other languages ****/
.og-context-node-2835.i18n-fr .promo-section-wrap .customer-stories, .og-context-node-2835.i18n-de .promo-section-wrap .customer-stories, .og-context-node-2835.i18n-pt-br .promo-section-wrap .customer-stories, .og-context-node-2835.i18n-es-xl .promo-section-wrap .customer-stories {
    display: none;
}
.og-context-node-2835.i18n-fr .footer-sec-wrap.two-column .promo-section-wrap, .og-context-node-2835.i18n-de .footer-sec-wrap.two-column .promo-section-wrap, .og-context-node-2835.i18n-pt-br .footer-sec-wrap.two-column .promo-section-wrap, .og-context-node-2835.i18n-es-xl .footer-sec-wrap.two-column .promo-section-wrap {
    width: 20%;
}
/**** For other languages ****/

.features-item.bottom-image .image-part, .features-item.middle-image .image-part{display: flex;  margin: 40px auto 0;}
.features-item .cont-part h2, .features-item .cont-part h2 a, .features-item .content-wrap h2, .features-item .content-wrap h2 a{ font-weight: 400;}
.body-help-pages .zp-helpimg{width:680px;}
.body-help-pages .pn{display:none;}
.main-content .content-panel a.forum-link {display:inline-block;padding:2px 5px;background: #f9f2f4; color: #c7254e;}

/**pop up video **/
.video-img-container {
	cursor: pointer;
	max-width: 350px;
	position: relative;
	width: 100%;
        line-height: 0px;
}
.video-img-container:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.video-img-container img {
	width: 100%;
	vertical-align: top;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.videoplay-circle {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border: 1px solid white;
	border-radius: 100%;
	display: inline-block;
	height: 45px;
	left: 44%;
	position: absolute;
	top: 41%;
	width: 45px;
	z-index: 1;
}
.videoplay-circle:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #fff;
	border-image: none;
	border-style: solid;
	border-width: 8px;
	content: " ";
	height: 0;
	left: 44%;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	top: 44%;
	width: 0;
}
.video-img-container .video-text {
    bottom: 65px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    color: #333;
    text-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.video-player {
    background: rgba(255,255,255,0.95);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.video-player .icon-close {
    background-image: url(https://www.zoho.com/images/zoho-home-sprite.png);
    background-position: -200px -105px;
    background-repeat: no-repeat;
    text-indent: -999em;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 36px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    transition: all 0.3s ease-out 0s;
    width: 45px;
    z-index: 100;
}
.video-player .player {
    height: 100%;
    padding: 100px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.video-player iframe {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}.video-player iframe.playing {
    animation: videoShow .4s ease forwards;
    -webkit-animation: videoShow .4s ease forwards;
    -moz-animation: videoShow .4s ease forwards;
    -o-animation: videoShow .4s ease forwards;
    -ms-animation: videoShow .4s ease forwards;
    z-index: 99;
}

/***ends**/