.prd-screenshot {
    max-width: 1000px;
}
.features h2 {
    padding: 30px 0 50px;
}
.quick-link-wrap{
	display:none;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.related-white ul {
}
.related-white li {
	color: #666;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
	list-style-image: url('../images/related-links-arrow-white.png');
	list-style-position: inside;
}
.watch-video {
	border:1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #d5d5d5 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 0 0 10px !important;
    padding: 15px 20px !important;
}
<!--
/* ======================================================================== 
	  		video popup play
		========================================================================== */		
	  
.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("../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;
}
.download-apps {
    padding: 0 5% 42px;
}
.download-apps .watch-video {
    background-color: #333333 !important;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 42px !important;
    max-width: 155px;
    padding: 0 10px 0 15px !important;
    text-transform: uppercase;
    z-index: 9;
}
.features .play-icon {
    background-image: url("../images/product-common-sprite.png");
    background-position: -32px -323px;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    height: 20px;
    margin: 10px 0 0 10px;
    text-indent: -999em;
    width: 22px;
}
 @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);}
}
.one-col p {
	padding: 0!important;
}
.banner-inner {
	padding: 150px 0 100px;
}
.banner-content p {
	font-size: 16px;
}
.banner-content.banner-center {
	padding: 0px 5%;
}
.banner-content.banner-center {
	width: 90%;
}
.banner-content ul {
	line-height: 36px
}
.case-study-part li p span {
	color: #4661b9;
	display: block;
}
.case-study-part ul {
	margin: 0 5px 5px;
	overflow: hidden;
	padding: 15px 0 20px;
}
.case-study-part li {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #f3f3f3;
	float: left;
	margin: 1.5%;
	text-align: center;
	width: 98%
}
.case-img {
	display: none;
	min-height: 90px;
}
.case-study-part .customer-det {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	margin: 0 auto;
	text-align: left;
}
/* Testimonial Top Navigation Ends */

.testimonial-part {
	margin: 0 auto;
	overflow: auto;
	padding: 0 3%;/*	max-width: 1000px;*/
}
.testimonials-wrap {
	float: left;
	width: 50%;
}
.testimonials, .tweets-sec {
	background: #ffffff none repeat scroll 0 0;
	/*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);*/
	margin-bottom: 25px;
	margin: 0 10px 0px;
	overflow: auto;
	padding: 30px;
}
/* TWEETS STARTS */



.tweets {
	border-top: 1px dashed #e2e2e2;
	font-style: italic;
	margin-top: 25px;
	padding-top: 20px;
}
.tweeters a {
	color: #4661b9;
}
.tweets-sec {
	overflow: visible;
	/*margin-bottom: 30px;*/
	position: relative;
}
.tweets-sec span img, .tweets-sec .default {
	border: 1px solid #E3E3E3;
	border-radius: 100%;
	display: block;
	height: 60px;
	width: 60px;
}
.tweets-sec .default {
	background: url("../images/customer-face.png") no-repeat left top;
}
.tweets-sec p {
	text-align: center;
}
.tweeters p {
	font-size: 14px;
	padding: 15px 0 0;
	color: #00ADD5;
}
.tweeters p span {
	color: #666;
	display: block;
	font-style: italic;
	font-size: 12px;
}
.tweeters .tweeters-img {
	background: #fafafa url("../images/testimonial-sprite.png") no-repeat left top;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	position: absolute;
	top: -31px;
	left: 50%;
	margin-left: -31px;
	display: block;
	border: 2px solid #eaeaea;
}
.tweeters-img.img1 {
	background-position: 0 0;
}
.tweeters-img.img3 {
	background-position: -62px 0;
}
.tweeters-img.img5 {
	background-position: -125px 0;
}
div.testimonial-part {
	padding: 45px 0 0;
}
/* TWEETS ENDS */
.features li span, .testimonial .customer1, .signupHeadFadeIn span {
	background-image: url("../images/how-solutions-sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
}
.product-logo, .testimonial .customer1, .signupHeadFadeIn span {
	/*background-image: url('../images/reports-sprite1.png'); */
	background-repeat: no-repeat;
	display: inline-block;
}
.feature-icon1 {
	background-position: 0 -64px;
}
.feature-icon2 {
	background-position: -71px -64px;
}
.feature-icon3 {
	background-position: -137px -64px;
}
.feature-icon4 {
	background-position: -212px -64px;
}
.feature-icon5 {
	background-position: -282px -64px;
}
.feature-icon6 {
	background-position: -353px -64px;
}
.feature-icon7 {
	background-position: -427px -64px;
}
.feature-icon8 {
	background-position: -508px -64px;
}
/*.banner-part:before {
	background: rgba(0,0,0,0.25)
}*/
.testimonial .customer1, .signupHeadFadeIn span {
	background-image: url('../images/reports-sprite1.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.product-header {
	background: #F1F4F9;
}
.bot-banner-wrap {
	background-color: #278acb;
	border-top: 1px solid #fff;
   // padding: 10px 10% 15px;
}
.testimonial {
	background-image: url("../images/testimonial-bg7.jpg");
}
.testimonial .customer1 {
	background-position: -230px -120px;
	border: 0px solid #f2f2f2;
	height: 60px;
	width: 60px;
}
.getstarted-box a {
	background: #4661b9
}
.signupnow-button .accesss-product{
	display:none;
}
.signupnow-button {
	display: block ;
	margin-left: -10px;
    margin-top: 32px;
}
.umain .signupnow-button a{
	display:inline-block;
}
.umain .signupnow-button {
	display: block ;
}

.features li:nth-child(7), .features li:nth-child(8) {
	border-top: 1px solid #f2f2f2;
}
/* ADDONS STARTS */
.crm-integration-img {
	display: none;
}
.addons {
	background: none repeat scroll 0 0 #23222f;
	margin: 0 auto;
	padding: 60px 5% 70px;
	text-align: center;
}
.addons h2 {
	color: #fff;
	padding-bottom: 20px;
}
.addons img {
	margin: 20px auto 40px;
}
.addons .more-integration a {
	border-bottom: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 5px 5px;
	text-transform: uppercase;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.more-integration a:hover {
	padding: 10px 15px 5px;
}
/* INTEGRATION PART CSS */
.integration-part li span {
	background-image: url('../images/homeCnnectorsIcon.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.integration-part {
	margin: 0 auto;
	max-width: 1000px;
	min-height: 600px;
	padding: 50px 0;
	position: relative;
	text-align: center;
}
.integration-part > ul {
	overflow: hidden;
	width: 100%;
}
.integration-part li {
	text-transform: uppercase;
	color: #d5d5d5;
	padding-top: 20px;
	text-align: center;
	width: 130px;
	height: 130px;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	transition: 1.6s ease;
	-webkit-transition: 1.6s ease;
	opacity: 1;
}
.integration-part li a {
	color: #fff;
	display: block;
}
 @-webkit-keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @-moz-keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -moz-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -moz-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -moz-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -moz-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -moz-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -moz-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.integration-part .gapps.centered {
	left: 47% !important;
	top: 39% !important;
}
.integration-part li span {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	display: block;
	height: 100px;
	margin: 0 auto 15px;
	position: relative;
	width: 100px;
}
.integration-part li span:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.024);
	border-radius: 100%;
	content: "";
	height: 94%;
	left: 3%;
	position: absolute;
	top: 3%;
	width: 94%;
}
.integration-part .zcrm span {
	background-position: 37px -199px;
	border: 2px solid #2ecc71;
	height: 230px;
	width: 230px;
	background-color: #23222f;
}
.integration-part .gapps span {
	background-position: -490px -98px;
	height: 150px;
	width: 150px;
}
.integration-part .fb span {
	background-position: -651px 6px;
}
.integration-part .twitt span {
	background-position: -344px -121px;
}
.integration-part .zmail span {
	background-position: 6px -117px;
}
.integration-part .msoutlook span {
	background-position: -180px -114px;
}
.integration-part .zapier span {
	background-position: -357px 12px;
}
.integration-part .zsurvey span {
	background-position: -523px 11px;
}
.integration-part .zsalesiq span {
	background-position: 5px 14px;
}
.integration-part .zcampaigns span {
	background-position: -182px 7px;
}
.integration-part li.centered {
	left: 50% !important;
	top: 48% !important;
	right: 50% !important;
	margin: -65px -65px 0 -65px;
	opacity: 0;
}
.integration-part li.zcrm {
	font-size: 26px;
	height: 300px;
	margin: 150px auto 0;
	position: relative;
	width: 240px;
	z-index: 11;
}
.integration-part li.gapps {
	font-size: 20px;
	height: 180px;
	left: 610px;
	top: 20px;
	width: 190px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.integration-part li.fb {
	left: 90px;
	top: 280px;
	transition: 1.25s ease;
	-webkit-transition: 1.25s ease;
}
.integration-part li.twitt {
	left: 390px;
	top: 20px;
	transition: 1.5s ease;
	-webkit-transition: 1.5s ease;
}
.integration-part li.msoutlook {
	left: 190px;
	top: 110px;
	transition: 0.75s ease;
	-webkit-transition: 0.75s ease;
}
.integration-part li.zmail {
	left: 240px;
	top: 400px;
	transition: 1.15s ease;
	-webkit-transition: 1.15s ease;
}
.integration-part li.zapier {
	left: 640px;
	top: 300px;
}
.integration-part li.zsurvey {
	left: 620px;
	top: 480px;
}
.integration-part li.zcampaigns {
	left: 810px;
	top: 410px;
	transition: 1.5s ease;
	-webkit-transition: 1.5s ease;
}
.integration-part li.zsalesiq {
	left: 830px;
	top: 180px;
	transition: 1.3s ease;
	-webkit-transition: 1.3s ease;
}
/* ADDONS ENDS */
.banner-part {
	background-image: url('../images/banner_06.jpg');
}
.features {
	margin: -60px auto 0;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.banner-inner h2, .banner-inner h1, .banner-inner ul li {
	color: #fff;/*text-align:left;	*/
}
.one-col p {
	margin: 0 auto 15px;
	padding: 0 5%;
}
/*.product-logo, .features li span, .testimonial .customer1, .signupHeadFadeIn span {
    background-image: url("../images/reports-sprite1.png");
    background-repeat: no-repeat;
    display: inline-block;
}*/
/*Solutions / How-Tos start*/

.howtos-part {
	padding: 0 3%;
	max-width:1200px;
	width:94%;
	margin:80px auto 30px;
	border-top: 1px solid #f3f3f3;
}
.howtos-wrap {
	float: left;
	width: 25%;
	min-height:250px;
}
.howtos {
	margin: 20px;
	overflow: auto;
	padding: 30px 15px;
	text-align: center;
}
.howtos p {
	font-size: 15px;
	line-height: 24px;
	margin-top: 15px;
	color: #333;
}
.howtos .icon1 {
	background-position: 8px 6px;
}
.howtos .icon2 {
	background-position: -69px 9px;
}
.howtos .icon3 {
	background-position: -137px 10px;
}
.howtos .icon4 {
	background-position: -209px 9px;
}
.howtos .icon5 {
	background-position: -285px 6px;
}
.howtos .icon6 {
	background-position: -354px 7px;
}
.howtos .icon7 {
	background-position: -426px 9px;
}
.howtos .icon8 {
	background-position: -498px 10px;
}
.howtos-icon {
	background:url(../images/how-solutions-sprite.png) no-repeat;
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}

.more-integration {
	text-align: center;
}
.more-integration a {
	border-bottom: 2px solid #333;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 5px 5px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.more-integration a:hover {
	padding: 10px 15px 5px;
}
.try-now a {
	border-bottom: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 5px 0px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.try-now a:hover {
	padding: 0px 15px 0px;
}

.mb-50 {
	margin-bottom: 50px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
/*Customer Buzz start*/

.cusbuz-section01, .cusbuz-section02 {
	background-attachment: scroll;
	background-size: cover;
	display: table-cell;
	float: none;
	overflow: hidden;
	width: 50%;
}
 @media only screen and (max-width : 767px) {
.app-section, .client-part {
	display: block;
	padding: 60px 0% !important;
	//width: 90% !important;
	background-position: center center;
}
.cusbuz-section01, .cusbuz-section02 {
	display: block;
	padding: 60px 5% !important;
	width: 90% !important;
	background-position: center center;
}
.testimonials-wrap {
	float: none;
	width: 90% !important;
	padding: 0 5% !important;
}
.case-study-part li {
	float: none;
	margin: 15px 5%;
	min-height: 35px !important;
	width: 90%;
	overflow: hidden;
}
.howtos-wrap {
	width: 50%;
}
}

.dimDivBg {
	/*background:url(../images/dimBgcolor.png) repeat;*/
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 6000;
	cursor: pointer;
	background: url('../images/whiteSpacer.png') repeat;
}
.creatorDropShadowCont {
	border-width: 5px;
	border-style: solid;
	border-color: #67686b;
	width: 610px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	margin-top: 200px;
 #margin-top:67px;
	background: #fff;
	height: 300px;
	-webkit-border-radius: 5px;
}
.normalPopupCont {
	border: 0px solid #467FD2;
	padding: 0px;
 background-color:#;
	text-align: left;
	position: relative;
}
.whiteCloseButton {
	/*background: url("../images/imgSprite-homepage.png") no-repeat scroll -293px -469px transparent;*/
	background: url("../images/controls.png") no-repeat -50px 0;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: -25px;
	top: -27px;
	width: 20px;
}
.normalPopupCont .header1 {
	padding: 0px 0px;
	color: #fff;
}
.flRight {
	float: right;
}


.million-features {
	width:100%; 
	max-width: 1140px;
	overflow:hidden; 
	margin:0 auto 70px;
	display:table;
}
.million-features strong{
	font-weight:bold;
}
.million-features-lft {
    width: 46%;
	padding:0 2%;
	display: table-cell;
	vertical-align:middle;
}
.million-features-rgt {
	width:46%;
	padding:0 2%;
	display: table-cell;
	vertical-align:middle;
}
.million-features-lft h2 {
	color:#1d45ca;
	font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 60px;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:0;
}
.million-features-rgt p {
	color:#333;
	font-size: 15px;
    line-height: 26px;
	text-align:center;
	padding-bottom:25px;
}

.customer-buzz {
	background-color: #4254aa;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 25px;
    width: 100%;
}
.customer-buzz h2 {
	color:#fff;
}
.customer-buzz h3 {
	color:#ecf0ff;
	font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 30px;
    text-align: center;
	padding-bottom:10px;
}
@media only screen and (max-width : 1090px) {
.million-features-lft h2 {
	font-size: 36px;
}
.more-section {
	display: inline-block;
}
}
@media only screen and (max-width : 980px) {
.million-features {
    display: block;
}
.million-features-lft {
    width: 90%;
	margin:0 auto 50px;
	padding:0 2%;
	display: block;
	overflow:hidden;
}
.million-features-rgt {
	width:90%;
	margin:0 auto;
	padding:0 2%;
	display:block;
}
.howtos-wrap {
	width: 50%;
	min-height:200px;
}

}
@media only screen and (max-width : 767px) {
.customer-box {
    float: none;
    width: 100%;
	margin-bottom:50px;
}
}
@media only screen and (max-width : 650px) {
.customer-box {
    float: none;
    width: 100%;
	margin-bottom:50px;
}
.howtos-wrap {
	width: 100%;
	float:none;
	min-height: 150px;
}

}
.million-features-rgt p em {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #666;
    display: block;
    font-style: italic;
    padding: 0 20px;
}
.million-features-rgt p em strong{
	font-weight:600;
}
.features p a {
    color: #00add5;
}
.umain .signupnow-button a{
	display:inline-block;
}
.umain .signupnow-button {
	display: block ;
}
.umain .signupnow-button01 a{
	display:inline-block;
}
.umain .signupnow-button01 a:first-child{
	display:none;
	
}
.umain .signupnow-button01 {
	display: block ;
}
.signupnow-button01 .accesss-product {
    display: none;
}
.umain .watch-video{
	display: block;
}
/* buzz */
.customer-box {
    margin-top: 25px;
}
.customer-box .case-study-part:first-child {
    border-right: 1px solid #18286d;
}
.case-study-part {
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 0 5%;
    width: 90%;
}
.case-study-part .case-study {
    margin: 80px auto 0;
    max-width: 500px;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.client-part {
	background-color:#503f8f;
	background-image: none;
	padding: 120px 0;
	position: relative;
	padding: 20px 0;
	width: 50%;
}
.client-part ul {
	text-align: left;
}
.client-part li {
	float:left;
	height:210px;
}
.case-study-part .case-study p {
    color: #ecf0ff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.case-study-part .case-study p span.customer-name {
    color: #1ebaea;
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.case-study-part .case-study p span.customer-details {
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 auto 15px;
}
.case-study-part .view-more a, .cusbuz-section02 .view-more a {
    border-bottom: 1px solid #1398ec;
    color: #1398ec;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
}
.client-part ul li span {
	width: 198px;
	height: 232px;
	background: url('../images/topratedBI.png');
	background-repeat:no-repeat;
	//opacity:0.7;
	transition:all 0.4s ease 0s;
}
.client-part ul li span:hover {
	opacity:1;
}
.client-part .trustradius {
	background-position: -122px -54px;
    background-size: 1249px 749px;
	width: 188px;
}
.trustradius:hover{
	background-position: -125px -58px;
    background-size: 1280px 789px;
}
.client-part .leader{
	background-position: -647px -234px;
    background-size:1118px 687px;
	width: 200px;
}
.leader:hover{
	background-position: -655px -236px;
    background-size: 1133px 697px;
}
.client-part .crowd{
	background-position:-333px -55px;
    width:217px;
	background-size:1136px 687px;
}
.crowd:hover{
	background-position:-344px -59px;
    background-size: 1170px 720px;
	//box-shadow:10px 10px 5px #888888;
	
}
.client-part .tech{
	border-left:1px solid #5e4c9f;
	background-position: -929px -190px;
    width: 152px;
}
.client-part .zd{
	background-position:-181px -395px;
    width: 81px;
	height: 39px !important;
}
.client-part .pc {
	border-right:1px solid #5e4c9f;
	background-position: -573px -395px;
    width: 145px;
}
.client-part li:first-child{
	margin-left:0;
	margin-top: 40px;
	width:100%;
}
.case-study-part .case-study .customer-img19 {
    background: rgba(0, 0, 0, 0) url("../images/luke-butcher.jpg") no-repeat scroll left top / 90px 90px;
}
.case-study-part .case-study .customer-img, .case-study-part .case-study .customer-img19 {
    border-radius: 50%;
    display: block;
    height: 90px;
    left: 50%;
    margin-left: -47px;
    position: absolute;
    top: -69px;
    width: 90px;
}
.client-part li:nth-child(2){
	margin-left: 1px;
	height: 50px;
	margin-top: 90px;
	width:100%;
}
.client-part li:nth-child(2) span{
	//border-right:1px solid #5e4c9f;
	height: 23px;
	margin-bottom:20px;
}
.client-part li:nth-child(2) span:nth-child(4){
	border-right:none;
}
.g2Crowd {
    background-color: #f8f8f8;
    border: 1px solid #b4d4e3;
    color: #476776;
    cursor: pointer;
    font-size: 14px;
    line-height: 42px;
    padding: 0 15px 0 0 !important;
    z-index: 9;
}
.g2Crowd-logo {
    background-image: url("../images/homeCnnectorsIcon.png");
    background-position: -705px -547px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 27px;
    margin: 8px 10px 0 9px;
    text-indent: -999em;
    width: 95px;
}
.play-icon {
    background-position: -32px -323px;
    float: left;
    height: 20px;
    margin-right: 8px;
    width: 22px;
}
.features .play-icon{
	background-image: url("../images/product-common-sprite.png");
    background-position: -32px -323px;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    height: 20px;
    margin: 10px 0 0 10px;
    text-indent: -999em;
    width: 22px;
}
@media only screen and (max-width : 930px) {
.case-study-part {
    padding: 0 7%;
    width: 86%;
}
.more-section {
	display: inline-block;
}
.client-part{
	width:100%;
}
}
@media only screen and (max-width : 720px) {
.app-section, .client-part{
	display:table;
}
.client-part ul li span {
		width: 181px;
}
.client-part li{
	float:none;
}
}
@media only screen and (max-width : 360px) {
.app-section, .client-part{
	display:table;
}
.client-part .crowd {
    background-position: -292px -38px;
    background-size: 964px 582px;
    width: 164px;
}
.client-part .trustradius {
    background-position: -105px -36px;
    background-size: 1039px 583px;
    width: 137px;
}
.client-part .leader{
	background-position: -568px -209px;
    background-size: 987px 592px;
}
.client-part li:nth-child(2) {
	height:auto;
}
}
.features .info{
	margin-left: 8%;
    text-align: center;
    width: 84%;
}
.watch-video:hover{
	border:1px solid white;
}