#page-nav {
    position: relative;
    z-index: 2;
}
#page-nav .z-row {
    padding: 0px;
}

#page-nav .z-small-content-wrap {
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.page-nav {
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 400px;
    background: #f5f5f5;
}
.page-nav span.selected {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33.3%;
    height: 100%;
    background: #03a9f5;
}
.z-section.fixed .page-nav span.selected:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #03a9f5;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.page-nav-inner {
    position: relative;
    z-index: 1;
}
.page-nav li.active {
   background-color:#03a9f5;
}

.page-nav li.select a{
   color: #fff;
}

.page-nav a {
    color: #000;
    display: block;
    float: left;
    padding: 7px 0px;
    width: 33.3%;
    font-size: 14px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-family: 'Roboto Slab';
}

/* secound set */

.z-row.no-bottom-space {
    padding-bottom: 0px;
}
.z-row {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.z-content-wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: block;
}
.z-three-col .column-block{
    width: 30%;
    margin-right: 5%;
}
.z-column-block, .column-block {
    float: left;
    box-sizing: border-box;
}
.z-three-col .column-block:nth-child(3){
	margin-right:0px;
}

#discuss .z-two-col .column-block:nth-child(1) {
    width: 35%;
    margin-right:5%;
}
/* Four Colunm */
.four-col .column-block, .z-four-col .column-block {
    float: left;
    width: 25%;
    padding: 0 20px;
}
.four-col .column-block, .z-four-col .column-block:nth-child(4) {
    margin-right: 0%;
}

  .features-item:nth-child(2) .image-part{
        	/*width:960px;*/
        	/*position:absolute;*/
                /*position: static;*/
        	overflow:hidden;
        }
/*
        .features-item:nth-child(2) .cont-part{
        	width:30%;
        }
*/

/*st  custom icon bg position */

i.custom-icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin-bottom: 10px;
    background-image: url(/sites/default/files/features-sprite-2x.png);
    background-size: 678px auto;
}
.icon1 {
    background-position: 0px 0px;
}   
.icon2 {
    background-position: -67px 0px;
}
.icon3 {
    background-position: -135px 0px;
}
.icon4 {
    background-position: -207px 0px;
}
.icon5 {
    background-position: -280px 0px;
}
.icon6 {
    background-position: -350px 0px;
}
.icon7 {
    background-position: -420px 0px;
}
.icon8 {
    background-position: -486px 0px;
}
.icon9 {
    background-position: -554px 0px;
}
.icon10 {
    background-position: -618px 0px;
}
.column-block{
	text-align:left
}
/* End  custom icon bg position */

.discuss-img {
display: none;
}
.right-col-block { 
margin-bottom: 30px;
}

.page-nav.fixed{
position: fixed;
top: 52px;
left: 0;
right: 0;
width: 100%;
margin: 0 auto;
}

.page-nav a {
cursor: pointer;
}

.page-nav-inner {
min-height: 38px;
}



.z-three-col .column-block {
width: 33.3333%;
padding: 0 20px;
box-sizing: border-box;
margin-right: 0%;
}
.video-icon {
position: relative;
padding: 40px 0 30px;
cursor: pointer;
}
/*
.video-icon:before{
position: absolute;
    width: 50px;
    height: 50px;
    /* top: 0px; */
    /* left: 0px; */
    transform: translate(-50%, -50%);
    top: 40px;
    left: 50%;
    right: 0;
    bottom: 0;
    text-align: center;
    background: url(https://www.zoho.com/writer/images/writer-sprite.png) no-repeat 1px -11px;
    display: block;
    content: '';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
*/

/*video popup css*/
.lock {
    overflow: hidden;
}

.z-video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
    z-index: 9999;
    display: none;
}

.z-video-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('https://www.zoho.com/creator/images/e-p-sprite.png') no-repeat 5px -10px;
    top: 15px;
    right: 20px;
}

.z-video-modalInner {
    max-width: 70%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 20px auto;
}

.z-video-container {
    display: table-cell;
    vertical-align: middle;
}

.z-video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.z-video-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*
.page-nav-inner ul li {
      display: inline-block;
      padding: 10px 50px; 
}
*/


.page-nav-inner .fixedroller {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    height: 2px;
    background: #03a9f5;
    transition: width 400ms linear, transform 400ms linear;
    opacity: 0;
    visibility: hidden;
}

.z-small-content-wrap{
min-height: 45px;
}

.fixedroller.active {
    opacity: 1;
    visibility: visible;
}



.page-nav a.active {
     color: #fff;
     /*background: #03A9F6;*/
}

.page-nav span.selected{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33.3%;
    height: 100%;
    background: #03a9f5;
}

.features-banner-content p{
    margin: 10px auto 20px;
}

h2{
    font-size: 45px;
}

h4{
    font-size: 20px;
    font-weight: 700;
}

.feat-banner-wrap p{
   margin: 0 auto;  
   font-size: 18px;
}

.feat-banner-wrap p:last-child{
   margin-bottom: 30px;
}

.bottom-cta-wrap a {
    color: #fff;
    margin: 20px 0;
    display: inline-block;
    padding: 7px 30px;
    background: #f0483e;
    text-transform: uppercase;
    font-family: "proxima_novasemibold";
}


.features-item .content-wrap {
    max-width: 1040px;
}

.features-item.bottom-image .cont-part, .features-item.middle-image .cont-part {
   max-width: 100%;
}

.zc-video-box{
    border: 1px solid #ddd;
}


@media screen and (max-width: 991px){
.features-item:nth-child(2) .cont-part{
width: 100%;
}
}
@media only screen and (max-width: 767px){
video {
    display: none;
}
.discuss-img {
display: block;
}
}

@media screen and (min-width: 767px) and (max-width: 991px){
.features-item:nth-child(2) .image-part {
position: static;
}
.right-col-block {
display: table-cell;
width: 33.333%;
}

}



@media screen and (min-width: 481px) and (max-width: 767px){
.four-col .column-block, .z-four-col .column-block {
width: 50%;
}
}

@media screen and (max-width: 480px){
.four-col .column-block, .z-four-col .column-block {
float: none;
width: 100%;
display: block;
}


.page-nav a{
padding: 20px 30px;
}

}

@media screen and (max-width: 600px){
.z-three-col .column-block {
float: none;
width: 100%;
display: block;
}
}

@media screen and (max-width: 767px){
.four-col .column-block, .z-four-col .column-block, .z-three-col .column-block {
margin-bottom: 40px;
}
}

.zbanner-video {
    position: relative;
    display: block;
    margin: 63px auto 60px auto;
    max-width: 650px;
    width: 100%;
    /* -webkit-box-shadow: 5px 6px 37px #d6d6d6; */
    -moz-box-shadow: 5px 6px 37px #d6d6d6;
    box-shadow: 5px 6px 27px #d6d6d6;
}

.zbanner-video .video-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}
.features-banner-content .video-icon {
    border: 2px solid #fff;
}
.features-banner-content .video-icon:after {
        border-left: 15px solid #fff;
}
.zbanner-video img {
        display: block;
}