.zw-product-header {
	background-color: #d7f3fb;
}

.footer-sec-wrap.two-column .product-links {
	margin-bottom: 60px;
}

section.three-col-features p.cta-btn-wrap {
	text-align: center;
	margin-top: 40px;
}

.text-center {
	text-align: center;
}

.features-banner-wrap .content-wrap {
	margin: 40px auto 10px;
}

.node-type-features-landing-page {
	max-width: 100%;
	margin: 0 auto;
}

.footer-sec-wrap {
	border-top: 0;
	margin-top: 0;
}

.common-sec h2 {
	font-weight: 300;
	font-size: 44px;
	line-height: 65px;
	margin-bottom: 50px;
}

/* Banner */

h2 {
	font-size: 36px;
	font-family: var(--zf-primary-bold);
}

.features-banner-wrap {
	box-sizing: border-box;
	padding: 1px 0 90px 0;
	background: #d7f3fb !important;
}

.features-banner-content {
	margin: 0 auto;
}

.assist-banner-wrap {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.assist-banner-wrap div {
	width: 50%;
}

.assist-banner-wrap div:nth-child(2) p {
	width: 100%;
	text-align: center;
}

.assist-banner-wrap div img {
	max-width: 530px;
	width: 100%;
}

.assist-banner-content {
	max-width: 600px;
}

.assist-banner-content p a {
	margin: 30px 0 0;
}

.features-ban-left h1 {
	max-width: 100%;
	margin: 0 0 10px;
	font-size: 50px;
}

.features-banner-content p {
	max-width: 100%;
	margin: 0;
	line-height: 36px;
}

.features-item .content-wrap {
	overflow: visible;
}

.bottom-cta-wrap {
	background: #c4feec;
	color: #000;
	padding: 30px 0;
	margin-top: 0px;
}

.bottom-cta-wrap .content-wrap h2 {
	font-family: var(--zf-primary-semibold);
	max-width: 750px;
}

.bottom-cta-wrap p {
	max-width: 710px;
	margin: 0 auto 20px;
}

.content-wrap {
	max-width: 1170px;
}

/* Two column */

.two-col-features {
	text-align: center;
}

.two-col-features p {
	text-align: center;
	padding-right: 0px;
}

.two-col-features .wrap,
.three-col-features .wrap {
	text-align: left;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

.three-col-features .wrap {
	border-bottom: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}

section.three-col-features {
	background: #a1e9ff;
	padding: 100px 0;
	margin-bottom: 0;
}

section.three-col-features.white-bg {
	background: #fff;
}

.three-col-features .blocks {
	width: 33.33%;
	box-sizing: border-box;
	margin-bottom: 0px;
	float: left;
	padding-right: 5%;
}

.three-col-features .blocks .icon {
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
	position: relative;
}

.two-col-features .wrap p {
	text-align: left;
	line-height: 34px;
}

.two-col-features .wrap h3 {
	font-family: var(--zf-primary-semibold);
	margin-bottom: 10px;
}

.two-col-features .blocks {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 50px;
	float: left;
	padding-right: 10%;
}

.two-col-banner-wrap {
	clear: both;
	color: #000;
}

.two-col-features .content-wrap {}


.two-col-features .blocks .icon {
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
	position: relative;
}

.two-col-features .blocks {
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.three-col-features .blocks {
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.three-col-features .animated .blocks {
	transform: translateY(0px);
}

.two-col-features .blocks.line-animated {
	transform: translateY(0px);
}

.two-col-features .blocks .icon:before {
	content: '';
	background: url(//cdn.zoho.com.cn/sites/zweb/images/assist/assist-remote-support-icons.png);
	width: 50px;
	height: 50px;
	background-size: 650px auto;
	position: absolute;
	left: 0;
	margin: 0 auto;
	top: 15px;
}


.two-col-features .blocks .icon1:before {
	background-position: 0 0;
}

.two-col-features .blocks .icon2:before {
	background-position: -50px 0px;
}

.two-col-features .blocks .icon3:before {
	background-position: -100px 0px;
}

.two-col-features .blocks .icon4:before {
	background-position: -150px 0px;
}

.two-col-features .blocks .icon5:before {
	background-position: -200px 0px;
}

.two-col-features .blocks .icon6:before {
	background-position: -250px 0px;
}

.two-col-features .blocks .icon7:before {
	background-position: -300px 0px;
}




.two-col-features h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: 42px;
	max-width: 960px;
	text-align: left;
	box-sizing: border-box;
}

.three-col-features h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: 42px;
	max-width: 960px;
	font-weight: 300;
	text-align: left;
	box-sizing: border-box;
}

.three-col-features .blocks .icon:before {
	content: '';
	background: url(//cdn.zoho.com.cn/sites/zweb/images/assist/assist-remote-support-icons.png);
	width: 50px;
	height: 50px;
	background-size: 650px auto;
	position: absolute;
	left: 0;
	margin: 0 auto;
	top: 15px;
}

.three-col-features .blocks .icon1:before {
	background-position: -200px 0px;
}

.three-col-features .blocks .icon2:before {
	background-position: -250px 0px;
}

.three-col-features .blocks .icon3:before {
	background-position: -300px 0px;
}

.three-col-features .blocks .icon4:before {
	background-position: -350px 0px;
}

.three-col-features .blocks .icon5:before {
	background-position: -400px 0px;
}

.three-col-features .blocks .icon6:before {
	background-position: -450px 0px;
}

.three-col-features .blocks .icon7:before {
	background-position: -500px 0px;
}

.three-col-features .blocks .icon8:before {
	background-position: -550px 0px;
}

.three-col-features .blocks .icon9:before {
	background-position: -600px 0px;
}

/* Two column end*/

.common-sec {
	padding: 100px 0px;
}

.two-col-features {
	padding-bottom: 0px
}

.footer-sec-wrap {
	border-top: 0;
	margin-top: 0px;
}

.two-col-controlor {
	background: #a1e9ff;
}

.two-col-wrap .common-column {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

.two-col-wrap {
	display: table;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #94d8ec;
}

.common-column h2 {
	font-size: 38px;
	line-height: normal;
	max-width: 460px;
	text-align: left;
}

.common-column p {
	line-height: 34px;
	margin-bottom: 0;
}

.two-col-wrap .common-column:first-child {
	padding-right: 3%;
}

.two-col-wrap .common-column:last-child {
	padding-left: 3%;
}

.two-col-wrap:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*Trust brands*/

.trust-brands-wrap {
	text-align: center;
}

.trust-brands-wrap .content-wrap {
	padding: 0 0 40px;
}

.trust-brands-wrap .content-wrap>p {
	position: relative;
	color: #666;
	padding: 0 10px;
	background: #fff;
	display: inline-block;
	margin-bottom: 0;
}

a.more-detail-link,
a.explore-more {
	border-bottom: 1px solid #03a9f5;
	padding: 0 0 2px
}

.trust-brands-wrap a.more-detail-link {
	font-size: 16px;
	padding: 0 0 1px;
}

.trust-brands-wrap ul {
	margin: 50px 0 40px;
}

.trust-brands-wrap ul li {
	display: inline-block;
}

.trust-brands-wrap ul li span {
	display: inline-block;
	margin: 10px 40px;
	text-indent: -9999px
}

.trust-brands-wrap ul li:first-child span {
	margin-left: 0
}

.trust-brands-wrap ul li:last-child span {
	margin-right: 0
}


/*Customize*/

.two-col-controlor {
	background: #a1e9ff;
}

.two-col-wrap .common-column {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

.two-col-wrap {
	display: table;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #94d8ec;
}

.two-col-wrap {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.common-column h2 {
	font-size: 38px;
	line-height: normal;
	max-width: 460px;
	text-align: left;
}

.common-column p {
	line-height: 34px;
	margin-bottom: 0;
}

.two-col-wrap .common-column:first-child {
	padding-right: 3%;
}

.two-col-wrap .common-column:last-child {
	padding-left: 3%;
}

.two-col-wrap:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}




.features-item .content-wrap {
	overflow: visible;
}

/* Features 1 */

#features-1 {
	/* background: #303f9f; */
	color: #fff;
	padding: 30px 0;
	height: 100%;
}



#features-2,
.footer-wrapper {
	background: #fff;
}

#features-1.features-item .content-wrap,
#features-2.features-item .content-wrap {
	position: relative;
	/* left: 50%;
                                    transform: translateX(-50%) */
}

#features-1 .cont-part {
	max-width: 960px;
	width: 100%;
	margin: 0 auto 80px;
	/* color: #fff; */
	line-height: 50px;
	/*  */
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s all;
}

#features-1 .cont-part>p {
	color: #000;
}

#features-1 h2 {
	font-weight: 300;
	max-width: 760px;
	margin: 0 auto 20px;
}

.linux-remotly-wrap div {
	/* width: 49.5%;
                                    display: inline-block;
                                    vertical-align: middle; */
	display: block;
}

.linux-remotly-wrap div.linux-remotly-content div.remotly-content-show {
	max-width: 700px;
	width: 100%;
	/* display: none; */
	margin: 0 auto;
	height: 100vh;
	position: absolute;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

.remotly-content-sub {
	width: 100%;
	padding: 100px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	background: #fbf0ff;
	color: #fff;
	box-sizing: border-box;
	border-radius: 6px;
}

.remotly-content-sub span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	background: url(//cdn.zoho.com.cn/sites/zweb/images/assist/assist-remote-support-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 60px;
}

.remotly-content-sub h3 {
	font-size: 36px;
	font-family: var(--zf-primary-bold);
}

.remotly-content-sub p {
	font-size: 20px;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(1) .remotly-content-sub span {
	background-position: -420px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(2) .remotly-content-sub span {
	background-position: -480px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(3) .remotly-content-sub span {
	background-position: -540px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(4) .remotly-content-sub span {
	background-position: -600px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(5) .remotly-content-sub span {
	background-position: -660px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(6) .remotly-content-sub span {
	background-position: -720px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(7) .remotly-content-sub span {
	background-position: -780px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(8) .remotly-content-sub span {
	background-position: -840px 0;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(1) .remotly-content-sub {
	background: #1872CE;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(2) .remotly-content-sub {
	background: #01A768;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(3) .remotly-content-sub {
	background: #3F51B6;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(4) .remotly-content-sub {
	background: #E25E5A;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(5) .remotly-content-sub {
	background: #1872CE;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(6) .remotly-content-sub {
	background: #01A768;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(7) .remotly-content-sub {
	background: #3F51B6;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(8) .remotly-content-sub {
	background: #E25E5A;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(1) {
	top: 0
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(2) {
	top: 100vh
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(3) {
	top: 200vh
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(4) {
	top: 300vh
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(5) {
	top: 400vh
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(6) {
	top: 500vh
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(7) {
	top: 600vh
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show:nth-child(8) {
	top: 700vh
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show.active {
	display: block;
}

.linux-remotly-wrap ul {
	max-width: 450px;
	margin: 0 auto;
	display: none;
}

.linux-remotly-wrap ul li {
	background: #4857aa;
	color: #fff;
	padding: 15px 25px;
	margin: 0 0 20px;
	cursor: pointer;
}

.linux-remotly-wrap ul li.active {
	background: #64b5f6;
}

/* Features 3 End */

/* Features 4 */

#features-2 {
	padding: 0 0 100px;
	margin-top: -260px;
}

.two-split h2 {
	text-align: center;
	max-width: 550px;
	margin: 0 auto;
}

.two-split div {
	width: 100%;
	box-sizing: border-box;
}

.linux-support-wrap {
	position: relative;
	margin: 60px auto 0;
	max-width: 500px;
}

.linux-support-wrap div {
	box-sizing: border-box;
}

.two-split .linux-support-wrap div {
	width: 300px;
	background: #a9d9ff;
	padding: 55px 40px;
}

.linux-support-wrap div:nth-child(2) {
	background: #fff6bf;
	position: absolute;
	top: 60px;
	margin: 0 0 0 250px;
}

.linux-support-wrap div ul li {
	padding: 5px 0 5px 25px;
	position: relative;
	font-size: 15px;
}

.linux-support-wrap div ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	left: 0;
	top: 15px;
}

/* Features 4 End */

.bottom-cta-wrap {
	background: #a1e9ff;
	color: #000;
	padding: 30px 0;
}

/* .bottom-cta-wrap .cta-btn {
                                    background: transparent;
                                    color: #fff;
                                    border: 1px solid #fff;
                                } */

.bottom-cta-wrap .content-wrap h2 {
	font-family: var(--zf-primary-semibold);
}



.common-links {
	padding: 0;
	margin: 0;
}

.common-links:before {
	content: none;
}

.cont-part.fixed {
	position: fixed !important;
	top: 100px !important;
}

#features-1.features-item>.content-wrap {
	padding: 100px 0 0;
}

.fixed-content {
	position: fixed !important;
	top: 100px !important;
}

.linux-remotly-wrap div.linux-remotly-content .remotly-content-show.last-content {
	top: calc(500vh + 130px)
}

.section1 h2 {

	text-align: center;

	font-size: 42px;
	max-width: 960px;
	text-align: left;
	font-weight: 300;

}

.section1 {
	background: #a1e9ff;
	box-sizing: border-box;
	padding: 100px 30px;

}

section.section1 p {
	max-width: 710px;
	margin-bottom: 0;
}

.section1 .content-wrap,
.section2 .content-wrap {
	box-sizing: border-box;
	padding-left: 0;
	width: 100%;
	max-width: 850px;
}

.section2 {
	background: #fff;
	box-sizing: border-box;
	padding: 100px 30px;

}

.section2 p {
	font-size: 18px;
	max-width: 900px;
	margin-bottom: 40px;
}

.section2 p:last-child {
	margin-bottom: 0;
}

.section2 h2 {

	text-align: center;

	font-size: 42px;
	max-width: 800px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 50px;
}

section.common-sec.three-col-features.white-bg .content-wrap>p {
	max-width: 850px;
}

section.common-sec.three-col-features.white-bg h2 {
	max-width: 700px;
}

@media screen and (min-width:2000px) {
	#features-1 h2 {
		top: 230px !important;
	}

	.fixed-content {
		top: 50px !important;
	}

	.fixed {
		top: 30px !important;
	}
}

@media screen and (max-width:1100px),
screen and (max-height:730px) {

	#features-1,
	#features-2,
	.bottom-cta-wrap,
	.footer-wrapper {
		position: static;
	}

	#features-1 .cont-part {
		position: static;
		max-width: 600px;
		transform: none;
		margin-bottom: 50px;
	}

	#features-1 h2 {
		position: static;
		transform: translateX(0);
		font-size: 34px;
		font-weight: 300
	}

	.linux-remotly-wrap div.linux-remotly-content div.remotly-content-show {
		position: static;
		transform: translateX(0);
		height: auto;
		margin: 0 auto 60px;
	}

	.remotly-content-sub {
		position: static;
		height: auto;
		transform: translate(0, 0);
	}

	#features-1 {
		padding: 0;
	}

	#features-1 h2 {
		margin: 0 auto 20px;
	}

	.linux-support-wrap div:nth-child(2) {
		top: 90px;
		left: 20px;
	}

	.linux-remotly-wrap {
		margin: 40px 0 0
	}

	#features-2 {
		margin-top: -70px;
	}
}

@media screen and (max-width:992px) {
	.html-part.content-wrap {
		padding: 0;
	}

	.features-ban-left h1 {
		font-size: 42px;
	}

	.assist-banner-wrap {
		display: block;
		text-align: center;
	}

	.assist-banner-wrap div {
		width: 100%;
		max-width: 100%;
	}

	.assist-banner-content {
		margin: 0 0 60px;
	}

	.features-banner-content p {
		font-size: 18px;
	}

	.two-split>div:nth-child(1) {
		text-align: center;
		padding: 0;
	}

	.two-split .linux-support-wrap div:nth-child(1) {
		text-align: left;
	}

	.two-split {
		display: block;
		max-width: 620px;
		margin: 0 auto;
	}

	.two-split div {
		width: 100%;
	}

	.linux-support-wrap {
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 40px auto 0;
		width: 100% !important;
	}

	.linux-support-content div {
		display: block;
		width: 100%;
		text-align: center;
	}

	.linux-support-wrap div:nth-child(2) {
		position: static;
	}

	.linux-support-content {
		max-width: 530px;
	}

	.linux-support-content div:nth-child(2) {
		padding: 0;
		border-left: none;
	}

	.bottom-cta-wrap {
		padding: 0;
	}

	.assist-banner-wrap div img {
		max-width: 400px;
		width: 80%;
	}

	h2 {
		font-size: 28px;
		font-family: var(--zf-primary-bold);
	}

	#features-1 h2,
	#features-2 h2 {
		line-height: 34px;
		font-size: 28px;
	}

	#features-2 {
		padding: 0 0 120px;
		margin: 0;
	}

	.linux-remotly-wrap div.linux-remotly-content div.remotly-content-show {
		margin: 0 auto 30px;
	}

	.remotly-content-sub h3 {
		font-size: 26px;
	}

	.remotly-content-sub p {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	.linux-support-wrap div:nth-child(2) {
		position: static;
		width: 100%;
	}

	.two-split .linux-support-wrap div:nth-child(1) {
		width: 100%;
		margin: 0 0 30px;
	}

	.two-split .linux-support-wrap div:nth-child(2) {
		width: 100%;
		margin: 0 0 0;
	}

	#features-2 {
		padding: 0 0 60px;
	}

	.linux-support-wrap {
		position: relative;
		display: block;
	}

	#features-1.features-item .cont-part ul {
		display: block;
	}

	#features-1.features-item .cont-part ul li {
		max-width: 100%;
		width: 100%;
	}

	.remotly-content-sub {
		padding: 30px;
	}

	.features-banner-wrap {
		padding: 90px 0 30px;
	}

	.section1 .content-wrap {
		padding-left: 0;
	}

	section.three-col-features {
		padding: 50px 0;
	}

	.three-col-features .blocks {
		transform: translateY(0px);
		margin-bottom: 40px;
	}

	.three-col-features .blocks:last-child {
		margin-bottom: 0;
	}
}



@media screen and (max-width:992px) {
	.html-part.content-wrap {
		padding: 0;
	}

	.features-ban-left h1 {
		font-size: 42px;
	}

	.assist-banner-wrap {
		display: block;
		text-align: center;
	}

	.assist-banner-wrap div {
		width: 100%;
		max-width: 100%;
	}

	.assist-banner-content {
		margin: 0 0 60px;
	}

	.features-banner-content p {
		font-size: 18px;
	}

	.assist-banner-wrap div img {
		max-width: 400px;
		width: 80%;
	}

	h2 {
		font-size: 28px;
		font-family: var(--zf-primary-bold);
	}

	.two-col-features {
		padding: 80px 0;
	}

	.two-col-features .wrap p {
		line-height: 28px;
	}

	.node-type-features-landing-page {
		max-width: 100%;
		margin: 0 auto;
	}
}


@media only screen and (min-width:768px) and (max-width:1024px) {
	.common-sec {
		padding: 50px 0;
	}

	section.common-sec.three-col-features.white-bg .content-wrap>p {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.common-sec h2 {
		text-align: center;
		font-size: 38px;
		max-width: 90%;
		margin: 0 auto;
		line-height: normal;
		margin-bottom: 30px;
		padding-right: 0px
	}

	.two-col-features .wrap {
		padding-bottom: 10px;
	}

	.two-col-features .blocks {
		padding: 0 2%;
	}

	.two-col-features .wrap {
		margin-bottom: 30px;
	}

	.common-sec h2 {
		font-size: 30px;
	}

	.common-column h2 {
		font-size: 26px;
	}

	.features-ban-left {
		padding: 0
	}

	.features-banner-wrap .content-wrap {
		margin: 30px auto 20px;
		z-index: 1;
	}

	.features-banner-wrap {
		box-sizing: border-box;
		padding: 1px 0 50px 0;
	}

	.two-col-controlor .common-column h2 {
		text-align: left;
	}
	section.three-col-features{padding: 80px 0;}
}
@media only screen and (max-width: 991px) {
	.section2 h2{font-size: 36px;}
}
@media screen and (max-width:767px) {
	.features-banner-wrap .content-wrap {
		margin: 0px auto 10px;
	}

	.features-banner-wrap {
		padding: 30px 0 30px;
	}

	.two-col-features h2 {
		font-size: 38px;
	}

	.two-col-features .blocks:nth-child(3n + 4) {
		clear: none;
	}

	.two-col-features .blocks {
		width: 100%;
	}

	.two-col-features .blocks {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.three-col-features .blocks {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.two-col-features .blocks .icon {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.three-col-features .blocks .icon {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.two-col-features .wrap p,
	.three-col-features .wrap p {
		text-align: center;
		max-width: 440px;
		padding: 0px;
		margin: 0 auto;
	}

	.two-col-features .wrap h3 {
		margin: 0 auto;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.two-col-features {
		padding: 60px 0;
	}

	.common-sec {
		padding: 50px 0;
	}

	.common-column h2 {
		font-size: 30px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.trust-brands-wrap ul li span {
		margin: 10px 20px
	}
}

@media only screen and (max-width:767px) {
	.trust-brands-wrap ul li span {
		margin: 10px 20px
	}

	.common-sec p {
		text-align: center
	}

	.common-sec h2 {
		font-size: 30px;
		line-height: 36px;
		text-align: center;
		padding: 0;
		font-weight: 400;
	}

	.section2 h2,
	.section1 h2 {
		font-size: 24px;
		line-height: 36px;
		text-align: center;
		padding: 0;
		font-weight: 400;

	}

	.section2 h2 {
		margin-bottom: 40px;
	}

	section.section2 p,
	section.section1 p {
		text-align: center;
	}

	.section1,
	.section2 {
		padding: 30px
	}


	.two-col-features .blocks .icon {
		margin-bottom: 20px;
	}

	.two-col-features .wrap h3 {
		margin-bottom: 10px;
	}

	.two-col-features .blocks {
		margin-bottom: 30px;
	}

	.two-col-features .wrap {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 20px
	}

	.bottom-cta-wrap {
		margin-top: 50px;
	}

	.two-col-wrap {
		max-width: 100%;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.two-col-wrap .common-column {
		width: 100%;
		display: table;
	}

	.common-column h2 {
		padding: 0;
		text-align: center;
		max-width: 100%;
		font-size: 22px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.common-column p {
		text-align: center;
		line-height: 28px;
	}

	.trust-brands-wrap ul li {
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.trust-brands-wrap ul li span {
		margin: 0 auto;
	}

	.two-col-features {
		padding-bottom: 0;
	}

	.features-ban-left h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.features-banner-content p {
		line-height: 32px;
	}

	.two-col-wrap .common-column:last-child {
		padding-left: 0;
	}

	.two-col-wrap .common-column:first-child {
		padding-right: 0;
	}
	
}

.zsolutions {
	padding: 130px 0;
	background: #ddf2fa;
	margin-bottom: 120px;
}

.advantage-zmeeting-inner.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
}

.sticky_content {
	position: sticky;
	top: 80px;
	width: 46%
}

.scrollable_content {
	width: 46%
}

.sticky_content h2 {
	line-height: 45px;
	max-width: 380px;

	font-size: 42px;
	box-sizing: border-box;
	font-weight: 300;
}

.sticky_content h2+p {
	margin-bottom: 30px
}

.advantage_list {
	margin-bottom: 70px;
	padding-left: 30px
}

.advantage_list h3 {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	margin-bottom: 5px
}

.advantage_list p {
	max-width: 440px
}

.advantage_list h3:before {
	content: "";
	width: 18px;
	height: 14px;
	position: absolute;
	left: -30px;
	top: 8px;
	background: url("//cdn.zoho.com.cn/sites/zweb/images/assist/vc-sprite.svg");
	background-size: 413px;
	background-position: 48px -170px
}

.zfloat {
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
	gap: 20px;
	max-width: 460px;
}

.zget-started .act-btn.cta-btn {
	background: #d73d32;
	color: #fff;
	padding: 15px 30px;
}

.zhigh {
	font-size: 16px;
}

.zcontact {
	background: #252626;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
	font-family: var(--zf-primary-semibold);
	font-size: 15px;
	border: 1px solid transparent;
	display: inline-block;
}

@media (max-width: 1199px) {
	.zsolutions {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 991px) {
	.zfloat {
		display: block;
	}

	.zfloat>div:first-child {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.zsolutions {
		padding: 60px 0;
	}

	.zfloat>div:first-child {
		margin-bottom: 30px;
	}

	.advantage-zmeeting-inner.flex-wrap {
		max-width: 510px;
		margin: 0 auto;
	}

	.advantage-zmeeting-inner.flex-wrap {
		flex-direction: column;
	}

	.sticky_content,
	.scrollable_content {
		width: 100%;
	}

	.sticky_content {
		position: unset;
		text-align: center;
		margin-bottom: 40px;
	}

	.sticky_content h2 {
		max-width: 100%;
		text-align: center;
		font-size: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.advantage_list {
		margin-bottom: 40px;
	}
}

.rating-testimonial * {
	box-sizing: border-box;
       display:none;
}

.rating-testimonial .content-wrap-custom {
	/* border: 1px dashed #8c8a8a; */
	border-width: 1px 0;
	padding: 100px 0 0;
}

.rating-testi-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 50px;
}

.rating-wrap {
	width: 50%;
	/* max-width: 50%; */
}

.single-rating {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

.rating-section ul {
	/* margin: 30px 0 0; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	flex-wrap: wrap;
}

.rating-section ul li .capterra {
	background-position: 0 -16px;
	width: 118px;
}

.rating-section ul li .img-leads {
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/remote-work/za-re-sprite-img.png);
	background-size: 370px auto;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 5px;
	height: 40px;
}

.stars-container {
	position: relative;
	display: inline-block;
	color: transparent;
	font-size: 21px;
	letter-spacing: 7px;
	text-align: center;
}

.stars-container::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2605\2605\2605\2605\2605';
	color: #F8DDBC;
}

.stars-container.done::after {
	width: 89%;
}

.stars-container::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2605\2605\2605\2605\2605';
	color: #f9a826;
	overflow: hidden;
	-webkit-transition: ease all 2.5s;
	-o-transition: ease all 2.5s;
	transition: ease all 2.5s;
	width: 0;
}

.counter-star {
	display: block;
	text-align: center;
	font-weight: 300;
	color: #888;
	margin-top: 5px;
}

.counter-star>span {
	font-size: 25px;
	color: #000;
}

.rating-section ul li .getapp {
	background-position: -126px -16px;
	width: 85px;
}

.rating-section ul li .gtwo {
	background-position: -216px -16px;
	width: 35px;
}

.testimonial-section {
        display:none;
	width: 50%;
	padding-left: 5%;
	position: relative;
	/* border-left: 2px dashed #e8e8e8; */
	/* max-width: 45%; */
}

.single-slider p {
	font: 23px/38px Roboto slab;
	font-weight: 300;
}

.name-design {
	display: inline-block;
	padding-left: 70px;
	position: relative;
	max-width: 100%;
	text-align: left;
	width: 190px;
}

.name-design .bld {
	font-family: var(--zf-primary-semibold);
}

.name-design span {
	width: 100%;
	display: inline-block;
}

.name-design span:not(.bld) {
	font-size: 16px;
}

.rating-section ul li {
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
}

.rating-section ul li:nth-child(1) {
	background: #d9edfc;
}

.rating-section ul li:nth-child(2) {
	background: #e0fffd;
}

.rating-section ul li:nth-child(3) {
	background: #fff0ef;
}

.outline-btn {
	border: 1px solid #000000;
	color: #000;
	padding: 8px 30px;
	font-size: 15px;
	line-height: 22px;
	display: inline-block;
	text-transform: uppercase;
}

.btn-wrap * {
	margin: 10px 15px;
}

.customer-image {
	position: absolute;
	left: 5px;
}

@media screen and (max-width:991px) {
	.rating-testimonial .content-wrap-custom {
		padding: 80px 0 0;
	}

	.rating-wrap {
		width: 100%
	}

	.rating-testi-wrap {
		margin-top: 30px;
	}

	.testimonial-section {
		width: 620px;
		padding-left: 0;
		margin: 20px auto 0;
		text-align: center;
	}
}

@media(max-width:767px) {
	.single-box {
		width: 100%;
		margin-top: 50px;
	}

	.single-slider p {
		font: 20px/32px Roboto slab;
		font-weight: 300;
	}

	.rating-section ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.rating-section ul li {
		margin: 10px;
	}

	.rating-testi-wrap {
		margin-top: 20px;
	}
}

.two-col-wrap h2 {
	/*  */
	/* font-weight: 300; */
	/* font-size: 44px; */
	/* line-height: 65px; */
	margin-bottom: 10px;
}

.remote-support-wrap {
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
}

.remote-support-wrap li {
	list-style-type: disc;
	margin-top: 20px;
}

/* other lang css start  */
.i18n-ar .section2 h2,
.i18n-ar .two-col-wrap h2,
.i18n-ar .two-col-features .wrap p,
.i18n-ar .common-sec.three-col-features h2 {
	text-align: right;
}

.other-lang .testimonial-section {
	display: none;
}

.other-lang .rating-wrap {
	margin: 0 auto;
}

.i18n-ar h2.text-center,
.i18n-ar .bottom-cta-wrap h2,
.i18n-ar .bottom-cta-wrap p,
.i18n-ar .bottom-cta-wrap .content-wrap,
.i18n-ar .single-rating span {
	text-align: center;
}

.i18n-ar .two-col-wrap .common-column:first-child {
	padding-left: 3%;
	padding-right: unset;
}

.i18n-ar .advantage_list {
	padding-right: 30px;
	padding-left: unset;
}

.i18n-ar .advantage_list h3:before {
	right: -30px;
	left: unset;
}

.i18n-ar .advantage_list h3:before {
	transform: scaleX(-1);
}

.i18n-ar .zfloat {
	padding-right: 30px;
	padding-left: unset;
}

.i18n-ar .zget-started .act-btn.cta-btn {
	padding: 15px 25px;
}

.i18n-ar .common-sec.two-col-features h2 {
	text-align: center;
	margin: 0 auto;
}

.i18n-ar .three-col-features .blocks {
	padding-left: 5%;
	padding-right: unset;
}

@media (max-width: 991px) {

	.i18n-ar .assist-banner-content h1,
	.i18n-ar .assist-banner-content p,
	.i18n-ar .text-center {
		text-align: center;
	}
	.sticky_content h2{font-size: 36px;}
}

@media (max-width: 767px) {

	.i18n-ar .section2 h2,
	.i18n-ar .two-col-wrap h2,
	.i18n-ar .blocks.line-animated p,
	.i18n-ar .blocks.line-animated h3,
	.i18n-ar .common-sec.three-col-features h2,
	.i18n-ar .blocks h3 {
		text-align: center;
	}
	.sticky_content h2{font-size: 30px;}
}

.i18n-ar .stars-container::after {
	left: unset;
	right: 0;
}

/* other lang css end  */
@media only screen and (max-width: 767px) {
	.remote-support-wrap{width: 90%;margin: 0 auto;}
	.zsolutions{margin-bottom: 80px;}
}
