/*resource menu hide*/
/*
.content-panel-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.content-panel-wrap>.help-menu-panel {
    display: none !important;
}*/
.node-type-product-help-2-0-content-section .content-panel-wrap>.help-content-panel {
    margin-left: 0;
}

/*resource menu hide end*/
/****** Popup Video ******/
.video-img-container {
	max-width: 650px;
        margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.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: 2px solid white;
	border-radius: 100%;
	display: inline-block;
	height: 60px;
	left: 46%;
	position: absolute;
	top: 44%;
	width: 60px;
	z-index: 1;
	cursor: pointer;
}
.videoplay-circle:before {
	content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -11px 0 0 -7px;
        border-radius: 0px;
        z-index: 2;
        width: 0;
        background: transparent;
        transition: ease 1s;
        height: 0;
        border-left: 20px solid #fff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
}
.z-pouup-wrap, .z-popup-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden;
	z-index: 100;
}
.z-pouup-wrap {
	display: none;
}
.z-pouup-wrap-inner {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	overflow: auto;
	z-index: 101;
}
.z-pouup-wrap-inner:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: -5px;
}
.z-popup-content-inner .popup-data {
	display: block;
}
.z-popup-overlay {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	cursor: pointer;
}
.z-popup-content-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
.z-popup-content {
	margin: 50px auto;
	max-width: 800px;
	background: #fff;
	z-index: 6;
	position: relative;
	text-align: initial;
	width: 90%;
	border: 1px solid #ddd;
}
.z-video-wrap .z-popup-content {
	padding: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-width: 70%;
}
.popup-data {
	display: none;
}
.popup-data-inner {
	padding: 70px;
}
.z-popup-close {
	display: block;
	position: fixed;
	right: 25px;
	top: 25px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	text-align: center;
	color: #000;
	text-decoration: none;
	z-index: 2;
	background: url('https://www.zoho.com/creator/images/e-p-sprite.png') no-repeat 10px -6px;
	text-indent: -1000px;
	overflow: hidden;
}