.faq-nav {position: relative; margin: 0 0 20px; text-align: center;}
.faq-nav ul {margin: 0 auto; display: inline-block; border: 1px solid #ddd;}
.faq-nav ul li {display: inline-block; float: left; border-left: 1px solid #ddd;}
.faq-nav ul li:first-child {border-left: none;}
.faq-nav ul li a {display: inline-block; font-size: 13px; padding: 10px 14px; text-transform: uppercase; color: #333; border-bottom: 2px solid transparent;}
.faq-nav .active a {border-bottom: 2px solid #00add5; color: #00add5;}
.faq-nav.fixed{width: 100%; position: fixed; top: 46px; left: 0px; padding: 10px 0; background: #fff; border-bottom: 1px solid #fafafa; z-index: 1;}
.features-item.bottom-image .cont-part{max-width: 100%;}
.features-item .cont-part p a{text-decoration: none;}
.features-item:last-child .content-wrap > div.cont-part{text-align:left;}
.features-item.bottom-image .content-wrap .image-part {margin: 0;}
.features-item .image-part > div, .one-col-img {max-width: 720px; margin: 0 auto;}

.features-item:nth-child(2n) {
    background: #f9f9f9;
}

.video-icon {
    background: rgba(0, 0, 0, 0) url("https://www.zoho.com/analytics/images/analytics-sprite1.png") no-repeat scroll -267px -410px;
    margin-left: 5px;
    padding: 3px 0 3px 43px;
}	  
.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%;
}
.sgfrm.za-password-container div {
	position: static !important;
}
.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;
}
 @keyframes videoShow {
 0% {
opacity:0;
transform:scale(1.1);
}
 50% {
opacity:1;
transform:scale(1);
}
}
 @-moz-keyframes videoShow {
 0% {
opacity:0;
transform:scale(1.1);
}
 50% {
opacity:1;
transform:scale(1);
}
}
 @-webkit-keyframes videoShow {
 0% {
opacity:0;
transform:scale(1.1);
}
 50% {
opacity:1;
transform:scale(1);
}
}
 @-ms-keyframes videoShow {
 0% {
opacity:0;
transform:scale(1.1);
}
 50% {
opacity:1;
transform:scale(1);
}
}
 @-o-keyframes videoShow {
 0% {
opacity:0;
transform:scale(1.1);
}
 50% {
opacity:1;
transform:scale(1);
}
}

@media only screen and (max-width : 1140px) and (min-width : 768px){ 
  .faq-nav.fixed{top: 0px;}
}
@media only screen and (max-width: 767px){
.faq-nav ul {max-width: 420px; position: relative;}
.faq-nav ul li {box-sizing: border-box; width: 50%; border-left: none;}
}